Uses of Interface
net.opengis.gml311.VerticalCRSType
-
Packages that use VerticalCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VerticalCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalCRSType Modifier and Type Method Description VerticalCRSType
Gml311Factory. createVerticalCRSType()
Returns a new object of class 'Vertical CRS Type'.VerticalCRSType
DocumentRoot. getVerticalCRS()
Returns the value of the 'Vertical CRS' containment reference.VerticalCRSType
VerticalCRSRefType. getVerticalCRS()
Returns the value of the 'Vertical CRS' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalCRSType Modifier and Type Method Description void
DocumentRoot. setVerticalCRS(VerticalCRSType value)
Sets the value of the 'Vertical CRS
' containment reference.void
VerticalCRSRefType. setVerticalCRS(VerticalCRSType value)
Sets the value of the 'Vertical CRS
' containment reference. -
Uses of VerticalCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VerticalCRSType Modifier and Type Class Description class
VerticalCRSTypeImpl
An implementation of the model object 'Vertical CRS Type'.Fields in net.opengis.gml311.impl declared as VerticalCRSType Modifier and Type Field Description protected VerticalCRSType
VerticalCRSRefTypeImpl. verticalCRS
The cached value of the 'Vertical CRS
' containment reference.Methods in net.opengis.gml311.impl that return VerticalCRSType Modifier and Type Method Description VerticalCRSType
Gml311FactoryImpl. createVerticalCRSType()
VerticalCRSType
DocumentRootImpl. getVerticalCRS()
VerticalCRSType
VerticalCRSRefTypeImpl. getVerticalCRS()
Methods in net.opengis.gml311.impl with parameters of type VerticalCRSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetVerticalCRS(VerticalCRSType newVerticalCRS, NotificationChain msgs)
NotificationChain
VerticalCRSRefTypeImpl. basicSetVerticalCRS(VerticalCRSType newVerticalCRS, NotificationChain msgs)
void
DocumentRootImpl. setVerticalCRS(VerticalCRSType newVerticalCRS)
void
VerticalCRSRefTypeImpl. setVerticalCRS(VerticalCRSType newVerticalCRS)
-
Uses of VerticalCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VerticalCRSType Modifier and Type Method Description T
Gml311Switch. caseVerticalCRSType(VerticalCRSType object)
Returns the result of interpreting the object as an instance of 'Vertical CRS Type'.boolean
Gml311Validator. validateVerticalCRSType(VerticalCRSType verticalCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-