Uses of Interface
net.opengis.gml.TrackType
-
Packages that use TrackType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TrackType in net.opengis.gml
Methods in net.opengis.gml that return TrackType Modifier and Type Method Description TrackTypeTrackDocument. addNewTrack()Appends and returns a new empty "track" elementTrackTypeTrackDocument. getTrack()Gets the "track" elementstatic TrackTypeTrackType.Factory. newInstance()static TrackTypeTrackType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TrackTypeTrackType.Factory. parse(File file)static TrackTypeTrackType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TrackTypeTrackType.Factory. parse(InputStream is)static TrackTypeTrackType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TrackTypeTrackType.Factory. parse(Reader r)static TrackTypeTrackType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TrackTypeTrackType.Factory. parse(String xmlAsString)static TrackTypeTrackType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TrackTypeTrackType.Factory. parse(URL u)static TrackTypeTrackType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TrackTypeTrackType.Factory. parse(XMLStreamReader sr)static TrackTypeTrackType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TrackTypeTrackType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TrackTypeTrackType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TrackTypeTrackType.Factory. parse(Node node)static TrackTypeTrackType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type TrackType Modifier and Type Method Description voidTrackDocument. setTrack(TrackType track)Sets the "track" element -
Uses of TrackType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TrackType Modifier and Type Class Description classTrackTypeImplAn XML TrackType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return TrackType Modifier and Type Method Description TrackTypeTrackDocumentImpl. addNewTrack()Appends and returns a new empty "track" elementTrackTypeTrackDocumentImpl. getTrack()Gets the "track" elementMethods in net.opengis.gml.impl with parameters of type TrackType Modifier and Type Method Description voidTrackDocumentImpl. setTrack(TrackType track)Sets the "track" element
-