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 TrackTypeGml311Factory. createTrackType()Returns a new object of class 'Track Type'.TrackTypeDocumentRoot. getTrack()Returns the value of the 'Track' containment reference.Methods in net.opengis.gml311 with parameters of type TrackType Modifier and Type Method Description voidDocumentRoot. 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 classTrackTypeImplAn implementation of the model object 'Track Type'.Methods in net.opengis.gml311.impl that return TrackType Modifier and Type Method Description TrackTypeGml311FactoryImpl. createTrackType()TrackTypeDocumentRootImpl. getTrack()Methods in net.opengis.gml311.impl with parameters of type TrackType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTrack(TrackType newTrack, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseTrackType(TrackType object)Returns the result of interpreting the object as an instance of 'Track Type'.booleanGml311Validator. validateTrackType(TrackType trackType, DiagnosticChain diagnostics, Map<Object,Object> context)
-