Uses of Interface
net.opengis.gml311.VerticalCSRefType
Packages that use VerticalCSRefType
-
Uses of VerticalCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalCSRefTypeModifier and TypeMethodDescriptionGml311Factory.createVerticalCSRefType()
Returns a new object of class 'Vertical CS Ref Type'.DocumentRoot.getUsesVerticalCS()
Returns the value of the 'Uses Vertical CS' containment reference.VerticalCRSType.getUsesVerticalCS()
Returns the value of the 'Uses Vertical CS' containment reference.DocumentRoot.getVerticalCSRef()
Returns the value of the 'Vertical CS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalCSRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setUsesVerticalCS
(VerticalCSRefType value) Sets the value of the 'Uses Vertical CS
' containment reference.void
VerticalCRSType.setUsesVerticalCS
(VerticalCSRefType value) Sets the value of the 'Uses Vertical CS
' containment reference.void
DocumentRoot.setVerticalCSRef
(VerticalCSRefType value) Sets the value of the 'Vertical CS Ref
' containment reference. -
Uses of VerticalCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VerticalCSRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Vertical CS Ref Type'.Fields in net.opengis.gml311.impl declared as VerticalCSRefTypeModifier and TypeFieldDescriptionprotected VerticalCSRefType
VerticalCRSTypeImpl.usesVerticalCS
The cached value of the 'Uses Vertical CS
' containment reference.Methods in net.opengis.gml311.impl that return VerticalCSRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createVerticalCSRefType()
DocumentRootImpl.getUsesVerticalCS()
VerticalCRSTypeImpl.getUsesVerticalCS()
DocumentRootImpl.getVerticalCSRef()
Methods in net.opengis.gml311.impl with parameters of type VerticalCSRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetUsesVerticalCS
(VerticalCSRefType newUsesVerticalCS, NotificationChain msgs) NotificationChain
VerticalCRSTypeImpl.basicSetUsesVerticalCS
(VerticalCSRefType newUsesVerticalCS, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetVerticalCSRef
(VerticalCSRefType newVerticalCSRef, NotificationChain msgs) void
DocumentRootImpl.setUsesVerticalCS
(VerticalCSRefType newUsesVerticalCS) void
VerticalCRSTypeImpl.setUsesVerticalCS
(VerticalCSRefType newUsesVerticalCS) void
DocumentRootImpl.setVerticalCSRef
(VerticalCSRefType newVerticalCSRef) -
Uses of VerticalCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VerticalCSRefTypeModifier and TypeMethodDescriptionGml311Switch.caseVerticalCSRefType
(VerticalCSRefType object) Returns the result of interpreting the object as an instance of 'Vertical CS Ref Type'.boolean
Gml311Validator.validateVerticalCSRefType
(VerticalCSRefType verticalCSRefType, DiagnosticChain diagnostics, Map<Object, Object> context)