Uses of Interface
net.opengis.gml311.VerticalCSType
-
Packages that use VerticalCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VerticalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalCSType Modifier and Type Method Description VerticalCSType
Gml311Factory. createVerticalCSType()
Returns a new object of class 'Vertical CS Type'.VerticalCSType
DocumentRoot. getVerticalCS()
Returns the value of the 'Vertical CS' containment reference.VerticalCSType
VerticalCSRefType. getVerticalCS()
Returns the value of the 'Vertical CS' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalCSType Modifier and Type Method Description void
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 VerticalCSType Modifier and Type Class Description class
VerticalCSTypeImpl
An implementation of the model object 'Vertical CS Type'.Fields in net.opengis.gml311.impl declared as VerticalCSType Modifier and Type Field Description protected VerticalCSType
VerticalCSRefTypeImpl. verticalCS
The cached value of the 'Vertical CS
' containment reference.Methods in net.opengis.gml311.impl that return VerticalCSType Modifier and Type Method Description VerticalCSType
Gml311FactoryImpl. createVerticalCSType()
VerticalCSType
DocumentRootImpl. getVerticalCS()
VerticalCSType
VerticalCSRefTypeImpl. getVerticalCS()
Methods in net.opengis.gml311.impl with parameters of type VerticalCSType Modifier and Type Method Description NotificationChain
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 VerticalCSType Modifier and Type Method Description T
Gml311Switch. 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)
-