Uses of Interface
net.opengis.gml311.VerticalCRSRefType
-
Packages that use VerticalCRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VerticalCRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalCRSRefType Modifier and Type Method Description VerticalCRSRefType
Gml311Factory. createVerticalCRSRefType()
Returns a new object of class 'Vertical CRS Ref Type'.VerticalCRSRefType
DocumentRoot. getVerticalCRSRef()
Returns the value of the 'Vertical CRS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalCRSRefType Modifier and Type Method Description void
DocumentRoot. setVerticalCRSRef(VerticalCRSRefType value)
Sets the value of the 'Vertical CRS Ref
' containment reference. -
Uses of VerticalCRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VerticalCRSRefType Modifier and Type Class Description class
VerticalCRSRefTypeImpl
An implementation of the model object 'Vertical CRS Ref Type'.Methods in net.opengis.gml311.impl that return VerticalCRSRefType Modifier and Type Method Description VerticalCRSRefType
Gml311FactoryImpl. createVerticalCRSRefType()
VerticalCRSRefType
DocumentRootImpl. getVerticalCRSRef()
Methods in net.opengis.gml311.impl with parameters of type VerticalCRSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetVerticalCRSRef(VerticalCRSRefType newVerticalCRSRef, NotificationChain msgs)
void
DocumentRootImpl. setVerticalCRSRef(VerticalCRSRefType newVerticalCRSRef)
-
Uses of VerticalCRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VerticalCRSRefType Modifier and Type Method Description T
Gml311Switch. caseVerticalCRSRefType(VerticalCRSRefType object)
Returns the result of interpreting the object as an instance of 'Vertical CRS Ref Type'.boolean
Gml311Validator. validateVerticalCRSRefType(VerticalCRSRefType verticalCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-