Class TrackType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    public class TrackType
    extends TransportationComplexType
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
    Type describing the class for tracks. A track is a small path mainly used by pedestrians. As subclass of _CityObject, a Track inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

    Java class for TrackType complex type.

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

     <complexType name="TrackType">
       <complexContent>
         <extension base="{http://www.opengis.net/citygml/transportation/2.0}TransportationComplexType">
           <sequence>
             <element ref="{http://www.opengis.net/citygml/transportation/2.0}_GenericApplicationPropertyOfTrack" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>