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 TimeOrdinalReferenceSystemType
Gml311Factory. createTimeOrdinalReferenceSystemType()
Returns a new object of class 'Time Ordinal Reference System Type'.TimeOrdinalReferenceSystemType
DocumentRoot. 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 void
DocumentRoot. 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 class
TimeOrdinalReferenceSystemTypeImpl
An implementation of the model object 'Time Ordinal Reference System Type'.Methods in net.opengis.gml311.impl that return TimeOrdinalReferenceSystemType Modifier and Type Method Description TimeOrdinalReferenceSystemType
Gml311FactoryImpl. createTimeOrdinalReferenceSystemType()
TimeOrdinalReferenceSystemType
DocumentRootImpl. getTimeOrdinalReferenceSystem()
Methods in net.opengis.gml311.impl with parameters of type TimeOrdinalReferenceSystemType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeOrdinalReferenceSystem(TimeOrdinalReferenceSystemType newTimeOrdinalReferenceSystem, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseTimeOrdinalReferenceSystemType(TimeOrdinalReferenceSystemType object)
Returns the result of interpreting the object as an instance of 'Time Ordinal Reference System Type'.boolean
Gml311Validator. validateTimeOrdinalReferenceSystemType(TimeOrdinalReferenceSystemType timeOrdinalReferenceSystemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-