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 TemporalCRSRefType
Gml311Factory. createTemporalCRSRefType()
Returns a new object of class 'Temporal CRS Ref Type'.TemporalCRSRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
TemporalCRSRefTypeImpl
An implementation of the model object 'Temporal CRS Ref Type'.Methods in net.opengis.gml311.impl that return TemporalCRSRefType Modifier and Type Method Description TemporalCRSRefType
Gml311FactoryImpl. createTemporalCRSRefType()
TemporalCRSRefType
DocumentRootImpl. getTemporalCRSRef()
Methods in net.opengis.gml311.impl with parameters of type TemporalCRSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTemporalCRSRef(TemporalCRSRefType newTemporalCRSRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseTemporalCRSRefType(TemporalCRSRefType object)
Returns the result of interpreting the object as an instance of 'Temporal CRS Ref Type'.boolean
Gml311Validator. validateTemporalCRSRefType(TemporalCRSRefType temporalCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-