Uses of Interface
net.opengis.gml311.VerticalCSType
Packages that use VerticalCSType
-
Uses of VerticalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalCSTypeModifier and TypeMethodDescriptionGml311Factory.createVerticalCSType()
Returns a new object of class 'Vertical CS Type'.DocumentRoot.getVerticalCS()
Returns the value of the 'Vertical CS' containment reference.VerticalCSRefType.getVerticalCS()
Returns the value of the 'Vertical CS' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalCSTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setVerticalCS
(VerticalCSType value) Sets the value of the 'Vertical CS
' containment reference.void
VerticalCSRefType.setVerticalCS
(VerticalCSType value) Sets the value of the 'Vertical CS
' containment reference. -
Uses of VerticalCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VerticalCSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Vertical CS Type'.Fields in net.opengis.gml311.impl declared as VerticalCSTypeModifier and TypeFieldDescriptionprotected VerticalCSType
VerticalCSRefTypeImpl.verticalCS
The cached value of the 'Vertical CS
' containment reference.Methods in net.opengis.gml311.impl that return VerticalCSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createVerticalCSType()
DocumentRootImpl.getVerticalCS()
VerticalCSRefTypeImpl.getVerticalCS()
Methods in net.opengis.gml311.impl with parameters of type VerticalCSTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetVerticalCS
(VerticalCSType newVerticalCS, NotificationChain msgs) NotificationChain
VerticalCSRefTypeImpl.basicSetVerticalCS
(VerticalCSType newVerticalCS, NotificationChain msgs) void
DocumentRootImpl.setVerticalCS
(VerticalCSType newVerticalCS) void
VerticalCSRefTypeImpl.setVerticalCS
(VerticalCSType newVerticalCS) -
Uses of VerticalCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VerticalCSTypeModifier and TypeMethodDescriptionGml311Switch.caseVerticalCSType
(VerticalCSType object) Returns the result of interpreting the object as an instance of 'Vertical CS Type'.boolean
Gml311Validator.validateVerticalCSType
(VerticalCSType verticalCSType, DiagnosticChain diagnostics, Map<Object, Object> context)