Uses of Interface
net.opengis.gml311.TimeOrdinalReferenceSystemType
-
Packages that use TimeOrdinalReferenceSystemType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeOrdinalReferenceSystemType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeOrdinalReferenceSystemType Modifier and Type Method Description TimeOrdinalReferenceSystemTypeGml311Factory. createTimeOrdinalReferenceSystemType()Returns a new object of class 'Time Ordinal Reference System Type'.TimeOrdinalReferenceSystemTypeDocumentRoot. getTimeOrdinalReferenceSystem()Returns the value of the 'Time Ordinal Reference System' containment reference.Methods in net.opengis.gml311 with parameters of type TimeOrdinalReferenceSystemType Modifier and Type Method Description voidDocumentRoot. setTimeOrdinalReferenceSystem(TimeOrdinalReferenceSystemType value)Sets the value of the 'Time Ordinal Reference System' containment reference. -
Uses of TimeOrdinalReferenceSystemType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeOrdinalReferenceSystemType Modifier and Type Class Description classTimeOrdinalReferenceSystemTypeImplAn implementation of the model object 'Time Ordinal Reference System Type'.Methods in net.opengis.gml311.impl that return TimeOrdinalReferenceSystemType Modifier and Type Method Description TimeOrdinalReferenceSystemTypeGml311FactoryImpl. createTimeOrdinalReferenceSystemType()TimeOrdinalReferenceSystemTypeDocumentRootImpl. getTimeOrdinalReferenceSystem()Methods in net.opengis.gml311.impl with parameters of type TimeOrdinalReferenceSystemType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimeOrdinalReferenceSystem(TimeOrdinalReferenceSystemType newTimeOrdinalReferenceSystem, NotificationChain msgs)voidDocumentRootImpl. setTimeOrdinalReferenceSystem(TimeOrdinalReferenceSystemType newTimeOrdinalReferenceSystem) -
Uses of TimeOrdinalReferenceSystemType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeOrdinalReferenceSystemType Modifier and Type Method Description TGml311Switch. caseTimeOrdinalReferenceSystemType(TimeOrdinalReferenceSystemType object)Returns the result of interpreting the object as an instance of 'Time Ordinal Reference System Type'.booleanGml311Validator. validateTimeOrdinalReferenceSystemType(TimeOrdinalReferenceSystemType timeOrdinalReferenceSystemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-