Package iofXml.v3

Class Map

java.lang.Object
iofXml.v3.Map

public class Map extends Object
Map information, used in course setting software with regard to the "real" map.

Java class for Map complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Map">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.orienteering.org/datastandard/3.0}Id" minOccurs="0"/>
         <element name="Image" type="{http://www.orienteering.org/datastandard/3.0}Image" minOccurs="0"/>
         <element name="Scale" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="MapPositionTopLeft" type="{http://www.orienteering.org/datastandard/3.0}MapPosition"/>
         <element name="MapPositionBottomRight" type="{http://www.orienteering.org/datastandard/3.0}MapPosition"/>
         <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      protected Id id
    • image

      protected Image image
      The map image.
    • scale

      protected double scale
      The denominator of the scale of the map. 1:15000 should be represented as 15000.
    • mapPositionTopLeft

      protected MapPosition mapPositionTopLeft
      The position of the map's top left corner given in the map's coordinate system, usually (0, 0).
    • mapPositionBottomRight

      protected MapPosition mapPositionBottomRight
      The position of the map's bottom right corner given in the map's coordinate system.
    • extensions

      protected Extensions extensions
      Container element for custom elements from other schemas.
  • Constructor Details

    • Map

      public Map()
  • Method Details

    • getId

      public Id getId()
      Gets the value of the id property.
      Returns:
      possible object is Id
    • setId

      public void setId(Id value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is Id
    • getImage

      public Image getImage()
      The map image.
      Returns:
      possible object is Image
    • setImage

      public void setImage(Image value)
      Sets the value of the image property.
      Parameters:
      value - allowed object is Image
      See Also:
    • getScale

      public double getScale()
      The denominator of the scale of the map. 1:15000 should be represented as 15000.
    • setScale

      public void setScale(double value)
      Sets the value of the scale property.
    • getMapPositionTopLeft

      public MapPosition getMapPositionTopLeft()
      The position of the map's top left corner given in the map's coordinate system, usually (0, 0).
      Returns:
      possible object is MapPosition
    • setMapPositionTopLeft

      public void setMapPositionTopLeft(MapPosition value)
      Sets the value of the mapPositionTopLeft property.
      Parameters:
      value - allowed object is MapPosition
      See Also:
    • getMapPositionBottomRight

      public MapPosition getMapPositionBottomRight()
      The position of the map's bottom right corner given in the map's coordinate system.
      Returns:
      possible object is MapPosition
    • setMapPositionBottomRight

      public void setMapPositionBottomRight(MapPosition value)
      Sets the value of the mapPositionBottomRight property.
      Parameters:
      value - allowed object is MapPosition
      See Also:
    • getExtensions

      public Extensions getExtensions()
      Container element for custom elements from other schemas.
      Returns:
      possible object is Extensions
    • setExtensions

      public void setExtensions(Extensions value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is Extensions
      See Also: