Uses of Interface
net.opengis.gml311.TemporalCRSType
-
Packages that use TemporalCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TemporalCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return TemporalCRSType Modifier and Type Method Description TemporalCRSTypeGml311Factory. createTemporalCRSType()Returns a new object of class 'Temporal CRS Type'.TemporalCRSTypeDocumentRoot. getTemporalCRS()Returns the value of the 'Temporal CRS' containment reference.TemporalCRSTypeTemporalCRSRefType. getTemporalCRS()Returns the value of the 'Temporal CRS' containment reference.Methods in net.opengis.gml311 with parameters of type TemporalCRSType Modifier and Type Method Description voidDocumentRoot. setTemporalCRS(TemporalCRSType value)Sets the value of the 'Temporal CRS' containment reference.voidTemporalCRSRefType. setTemporalCRS(TemporalCRSType value)Sets the value of the 'Temporal CRS' containment reference. -
Uses of TemporalCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TemporalCRSType Modifier and Type Class Description classTemporalCRSTypeImplAn implementation of the model object 'Temporal CRS Type'.Fields in net.opengis.gml311.impl declared as TemporalCRSType Modifier and Type Field Description protected TemporalCRSTypeTemporalCRSRefTypeImpl. temporalCRSThe cached value of the 'Temporal CRS' containment reference.Methods in net.opengis.gml311.impl that return TemporalCRSType Modifier and Type Method Description TemporalCRSTypeGml311FactoryImpl. createTemporalCRSType()TemporalCRSTypeDocumentRootImpl. getTemporalCRS()TemporalCRSTypeTemporalCRSRefTypeImpl. getTemporalCRS()Methods in net.opengis.gml311.impl with parameters of type TemporalCRSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTemporalCRS(TemporalCRSType newTemporalCRS, NotificationChain msgs)NotificationChainTemporalCRSRefTypeImpl. basicSetTemporalCRS(TemporalCRSType newTemporalCRS, NotificationChain msgs)voidDocumentRootImpl. setTemporalCRS(TemporalCRSType newTemporalCRS)voidTemporalCRSRefTypeImpl. setTemporalCRS(TemporalCRSType newTemporalCRS) -
Uses of TemporalCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TemporalCRSType Modifier and Type Method Description TGml311Switch. caseTemporalCRSType(TemporalCRSType object)Returns the result of interpreting the object as an instance of 'Temporal CRS Type'.booleanGml311Validator. validateTemporalCRSType(TemporalCRSType temporalCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-