Uses of Interface
net.opengis.gml311.TemporalCSType
-
Packages that use TemporalCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TemporalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return TemporalCSType Modifier and Type Method Description TemporalCSType
Gml311Factory. createTemporalCSType()
Returns a new object of class 'Temporal CS Type'.TemporalCSType
DocumentRoot. getTemporalCS()
Returns the value of the 'Temporal CS' containment reference.TemporalCSType
TemporalCSRefType. getTemporalCS()
Returns the value of the 'Temporal CS' containment reference.Methods in net.opengis.gml311 with parameters of type TemporalCSType Modifier and Type Method Description void
DocumentRoot. setTemporalCS(TemporalCSType value)
Sets the value of the 'Temporal CS
' containment reference.void
TemporalCSRefType. setTemporalCS(TemporalCSType value)
Sets the value of the 'Temporal CS
' containment reference. -
Uses of TemporalCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TemporalCSType Modifier and Type Class Description class
TemporalCSTypeImpl
An implementation of the model object 'Temporal CS Type'.Fields in net.opengis.gml311.impl declared as TemporalCSType Modifier and Type Field Description protected TemporalCSType
TemporalCSRefTypeImpl. temporalCS
The cached value of the 'Temporal CS
' containment reference.Methods in net.opengis.gml311.impl that return TemporalCSType Modifier and Type Method Description TemporalCSType
Gml311FactoryImpl. createTemporalCSType()
TemporalCSType
DocumentRootImpl. getTemporalCS()
TemporalCSType
TemporalCSRefTypeImpl. getTemporalCS()
Methods in net.opengis.gml311.impl with parameters of type TemporalCSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTemporalCS(TemporalCSType newTemporalCS, NotificationChain msgs)
NotificationChain
TemporalCSRefTypeImpl. basicSetTemporalCS(TemporalCSType newTemporalCS, NotificationChain msgs)
void
DocumentRootImpl. setTemporalCS(TemporalCSType newTemporalCS)
void
TemporalCSRefTypeImpl. setTemporalCS(TemporalCSType newTemporalCS)
-
Uses of TemporalCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TemporalCSType Modifier and Type Method Description T
Gml311Switch. caseTemporalCSType(TemporalCSType object)
Returns the result of interpreting the object as an instance of 'Temporal CS Type'.boolean
Gml311Validator. validateTemporalCSType(TemporalCSType temporalCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-