Uses of Interface
net.opengis.gml311.TemporalCRSRefType
-
Packages that use TemporalCRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TemporalCRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return TemporalCRSRefType Modifier and Type Method Description TemporalCRSRefTypeGml311Factory. createTemporalCRSRefType()Returns a new object of class 'Temporal CRS Ref Type'.TemporalCRSRefTypeDocumentRoot. getTemporalCRSRef()Returns the value of the 'Temporal CRS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type TemporalCRSRefType Modifier and Type Method Description voidDocumentRoot. setTemporalCRSRef(TemporalCRSRefType value)Sets the value of the 'Temporal CRS Ref' containment reference. -
Uses of TemporalCRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TemporalCRSRefType Modifier and Type Class Description classTemporalCRSRefTypeImplAn implementation of the model object 'Temporal CRS Ref Type'.Methods in net.opengis.gml311.impl that return TemporalCRSRefType Modifier and Type Method Description TemporalCRSRefTypeGml311FactoryImpl. createTemporalCRSRefType()TemporalCRSRefTypeDocumentRootImpl. getTemporalCRSRef()Methods in net.opengis.gml311.impl with parameters of type TemporalCRSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTemporalCRSRef(TemporalCRSRefType newTemporalCRSRef, NotificationChain msgs)voidDocumentRootImpl. setTemporalCRSRef(TemporalCRSRefType newTemporalCRSRef) -
Uses of TemporalCRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TemporalCRSRefType Modifier and Type Method Description TGml311Switch. caseTemporalCRSRefType(TemporalCRSRefType object)Returns the result of interpreting the object as an instance of 'Temporal CRS Ref Type'.booleanGml311Validator. validateTemporalCRSRefType(TemporalCRSRefType temporalCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-