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 TemporalCRSType
Gml311Factory. createTemporalCRSType()
Returns a new object of class 'Temporal CRS Type'.TemporalCRSType
DocumentRoot. getTemporalCRS()
Returns the value of the 'Temporal CRS' containment reference.TemporalCRSType
TemporalCRSRefType. 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 void
DocumentRoot. setTemporalCRS(TemporalCRSType value)
Sets the value of the 'Temporal CRS
' containment reference.void
TemporalCRSRefType. 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 class
TemporalCRSTypeImpl
An implementation of the model object 'Temporal CRS Type'.Fields in net.opengis.gml311.impl declared as TemporalCRSType Modifier and Type Field Description protected TemporalCRSType
TemporalCRSRefTypeImpl. temporalCRS
The cached value of the 'Temporal CRS
' containment reference.Methods in net.opengis.gml311.impl that return TemporalCRSType Modifier and Type Method Description TemporalCRSType
Gml311FactoryImpl. createTemporalCRSType()
TemporalCRSType
DocumentRootImpl. getTemporalCRS()
TemporalCRSType
TemporalCRSRefTypeImpl. getTemporalCRS()
Methods in net.opengis.gml311.impl with parameters of type TemporalCRSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTemporalCRS(TemporalCRSType newTemporalCRS, NotificationChain msgs)
NotificationChain
TemporalCRSRefTypeImpl. basicSetTemporalCRS(TemporalCRSType newTemporalCRS, NotificationChain msgs)
void
DocumentRootImpl. setTemporalCRS(TemporalCRSType newTemporalCRS)
void
TemporalCRSRefTypeImpl. 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 T
Gml311Switch. caseTemporalCRSType(TemporalCRSType object)
Returns the result of interpreting the object as an instance of 'Temporal CRS Type'.boolean
Gml311Validator. validateTemporalCRSType(TemporalCRSType temporalCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-