Package iofXml.v3

Class Map

  • All Implemented Interfaces:

    
    public class Map
    
                        

    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>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Map()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description