Uses of Interface
net.opengis.gml311.TemporalCSRefType
-
Packages that use TemporalCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TemporalCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return TemporalCSRefType Modifier and Type Method Description TemporalCSRefType
Gml311Factory. createTemporalCSRefType()
Returns a new object of class 'Temporal CS Ref Type'.TemporalCSRefType
DocumentRoot. getTemporalCSRef()
Returns the value of the 'Temporal CS Ref' containment reference.TemporalCSRefType
DocumentRoot. getUsesTemporalCS()
Returns the value of the 'Uses Temporal CS' containment reference.TemporalCSRefType
TemporalCRSType. getUsesTemporalCS()
Returns the value of the 'Uses Temporal CS' containment reference.Methods in net.opengis.gml311 with parameters of type TemporalCSRefType Modifier and Type Method Description void
DocumentRoot. setTemporalCSRef(TemporalCSRefType value)
Sets the value of the 'Temporal CS Ref
' containment reference.void
DocumentRoot. setUsesTemporalCS(TemporalCSRefType value)
Sets the value of the 'Uses Temporal CS
' containment reference.void
TemporalCRSType. setUsesTemporalCS(TemporalCSRefType value)
Sets the value of the 'Uses Temporal CS
' containment reference. -
Uses of TemporalCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TemporalCSRefType Modifier and Type Class Description class
TemporalCSRefTypeImpl
An implementation of the model object 'Temporal CS Ref Type'.Fields in net.opengis.gml311.impl declared as TemporalCSRefType Modifier and Type Field Description protected TemporalCSRefType
TemporalCRSTypeImpl. usesTemporalCS
The cached value of the 'Uses Temporal CS
' containment reference.Methods in net.opengis.gml311.impl that return TemporalCSRefType Modifier and Type Method Description TemporalCSRefType
Gml311FactoryImpl. createTemporalCSRefType()
TemporalCSRefType
DocumentRootImpl. getTemporalCSRef()
TemporalCSRefType
DocumentRootImpl. getUsesTemporalCS()
TemporalCSRefType
TemporalCRSTypeImpl. getUsesTemporalCS()
Methods in net.opengis.gml311.impl with parameters of type TemporalCSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTemporalCSRef(TemporalCSRefType newTemporalCSRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesTemporalCS(TemporalCSRefType newUsesTemporalCS, NotificationChain msgs)
NotificationChain
TemporalCRSTypeImpl. basicSetUsesTemporalCS(TemporalCSRefType newUsesTemporalCS, NotificationChain msgs)
void
DocumentRootImpl. setTemporalCSRef(TemporalCSRefType newTemporalCSRef)
void
DocumentRootImpl. setUsesTemporalCS(TemporalCSRefType newUsesTemporalCS)
void
TemporalCRSTypeImpl. setUsesTemporalCS(TemporalCSRefType newUsesTemporalCS)
-
Uses of TemporalCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TemporalCSRefType Modifier and Type Method Description T
Gml311Switch. caseTemporalCSRefType(TemporalCSRefType object)
Returns the result of interpreting the object as an instance of 'Temporal CS Ref Type'.boolean
Gml311Validator. validateTemporalCSRefType(TemporalCSRefType temporalCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-