Uses of Interface
net.opengis.gml311.AbstractTimeReferenceSystemType
-
Packages that use AbstractTimeReferenceSystemType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractTimeReferenceSystemType in net.opengis.gml311
Subinterfaces of AbstractTimeReferenceSystemType in net.opengis.gml311 Modifier and Type Interface Description interface
TimeCalendarType
A representation of the model object 'Time Calendar Type'.interface
TimeClockType
A representation of the model object 'Time Clock Type'.interface
TimeCoordinateSystemType
A representation of the model object 'Time Coordinate System Type'.interface
TimeOrdinalReferenceSystemType
A representation of the model object 'Time Ordinal Reference System Type'.Methods in net.opengis.gml311 that return AbstractTimeReferenceSystemType Modifier and Type Method Description AbstractTimeReferenceSystemType
DocumentRoot. getTimeReferenceSystem()
Returns the value of the 'Time Reference System' containment reference. -
Uses of AbstractTimeReferenceSystemType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractTimeReferenceSystemType Modifier and Type Class Description class
AbstractTimeReferenceSystemTypeImpl
An implementation of the model object 'Abstract Time Reference System Type'.class
TimeCalendarTypeImpl
An implementation of the model object 'Time Calendar Type'.class
TimeClockTypeImpl
An implementation of the model object 'Time Clock Type'.class
TimeCoordinateSystemTypeImpl
An implementation of the model object 'Time Coordinate System Type'.class
TimeOrdinalReferenceSystemTypeImpl
An implementation of the model object 'Time Ordinal Reference System Type'.Methods in net.opengis.gml311.impl that return AbstractTimeReferenceSystemType Modifier and Type Method Description AbstractTimeReferenceSystemType
DocumentRootImpl. getTimeReferenceSystem()
Methods in net.opengis.gml311.impl with parameters of type AbstractTimeReferenceSystemType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeReferenceSystem(AbstractTimeReferenceSystemType newTimeReferenceSystem, NotificationChain msgs)
-
Uses of AbstractTimeReferenceSystemType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractTimeReferenceSystemType Modifier and Type Method Description T
Gml311Switch. caseAbstractTimeReferenceSystemType(AbstractTimeReferenceSystemType object)
Returns the result of interpreting the object as an instance of 'Abstract Time Reference System Type'.boolean
Gml311Validator. validateAbstractTimeReferenceSystemType(AbstractTimeReferenceSystemType abstractTimeReferenceSystemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-