Uses of Interface
net.opengis.gml311.TemporalCSType
Packages that use TemporalCSType
-
Uses of TemporalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return TemporalCSTypeModifier and TypeMethodDescriptionGml311Factory.createTemporalCSType()
Returns a new object of class 'Temporal CS Type'.DocumentRoot.getTemporalCS()
Returns the value of the 'Temporal CS' containment reference.TemporalCSRefType.getTemporalCS()
Returns the value of the 'Temporal CS' containment reference.Methods in net.opengis.gml311 with parameters of type TemporalCSTypeModifier and TypeMethodDescriptionvoid
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 TemporalCSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Temporal CS Type'.Fields in net.opengis.gml311.impl declared as TemporalCSTypeModifier and TypeFieldDescriptionprotected TemporalCSType
TemporalCSRefTypeImpl.temporalCS
The cached value of the 'Temporal CS
' containment reference.Methods in net.opengis.gml311.impl that return TemporalCSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTemporalCSType()
DocumentRootImpl.getTemporalCS()
TemporalCSRefTypeImpl.getTemporalCS()
Methods in net.opengis.gml311.impl with parameters of type TemporalCSTypeModifier and TypeMethodDescriptionNotificationChain
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 TemporalCSTypeModifier and TypeMethodDescriptionGml311Switch.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)