Uses of Interface
net.opengis.gml311.TrackType
-
Packages that use TrackType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TrackType in net.opengis.gml311
Methods in net.opengis.gml311 that return TrackType Modifier and Type Method Description TrackType
Gml311Factory. createTrackType()
Returns a new object of class 'Track Type'.TrackType
DocumentRoot. getTrack()
Returns the value of the 'Track' containment reference.Methods in net.opengis.gml311 with parameters of type TrackType Modifier and Type Method Description void
DocumentRoot. setTrack(TrackType value)
Sets the value of the 'Track
' containment reference. -
Uses of TrackType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TrackType Modifier and Type Class Description class
TrackTypeImpl
An implementation of the model object 'Track Type'.Methods in net.opengis.gml311.impl that return TrackType Modifier and Type Method Description TrackType
Gml311FactoryImpl. createTrackType()
TrackType
DocumentRootImpl. getTrack()
Methods in net.opengis.gml311.impl with parameters of type TrackType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTrack(TrackType newTrack, NotificationChain msgs)
void
DocumentRootImpl. setTrack(TrackType newTrack)
-
Uses of TrackType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TrackType Modifier and Type Method Description T
Gml311Switch. caseTrackType(TrackType object)
Returns the result of interpreting the object as an instance of 'Track Type'.boolean
Gml311Validator. validateTrackType(TrackType trackType, DiagnosticChain diagnostics, Map<Object,Object> context)
-