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 interfaceTimeCalendarTypeA representation of the model object 'Time Calendar Type'.interfaceTimeClockTypeA representation of the model object 'Time Clock Type'.interfaceTimeCoordinateSystemTypeA representation of the model object 'Time Coordinate System Type'.interfaceTimeOrdinalReferenceSystemTypeA representation of the model object 'Time Ordinal Reference System Type'.Methods in net.opengis.gml311 that return AbstractTimeReferenceSystemType Modifier and Type Method Description AbstractTimeReferenceSystemTypeDocumentRoot. 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 classAbstractTimeReferenceSystemTypeImplAn implementation of the model object 'Abstract Time Reference System Type'.classTimeCalendarTypeImplAn implementation of the model object 'Time Calendar Type'.classTimeClockTypeImplAn implementation of the model object 'Time Clock Type'.classTimeCoordinateSystemTypeImplAn implementation of the model object 'Time Coordinate System Type'.classTimeOrdinalReferenceSystemTypeImplAn implementation of the model object 'Time Ordinal Reference System Type'.Methods in net.opengis.gml311.impl that return AbstractTimeReferenceSystemType Modifier and Type Method Description AbstractTimeReferenceSystemTypeDocumentRootImpl. getTimeReferenceSystem()Methods in net.opengis.gml311.impl with parameters of type AbstractTimeReferenceSystemType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 TGml311Switch. caseAbstractTimeReferenceSystemType(AbstractTimeReferenceSystemType object)Returns the result of interpreting the object as an instance of 'Abstract Time Reference System Type'.booleanGml311Validator. validateAbstractTimeReferenceSystemType(AbstractTimeReferenceSystemType abstractTimeReferenceSystemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-