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 VerticalCRSTypeGml311Factory. createVerticalCRSType()Returns a new object of class 'Vertical CRS Type'.VerticalCRSTypeDocumentRoot. getVerticalCRS()Returns the value of the 'Vertical CRS' containment reference.VerticalCRSTypeVerticalCRSRefType. 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 voidDocumentRoot. setVerticalCRS(VerticalCRSType value)Sets the value of the 'Vertical CRS' containment reference.voidVerticalCRSRefType. 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 classVerticalCRSTypeImplAn implementation of the model object 'Vertical CRS Type'.Fields in net.opengis.gml311.impl declared as VerticalCRSType Modifier and Type Field Description protected VerticalCRSTypeVerticalCRSRefTypeImpl. verticalCRSThe cached value of the 'Vertical CRS' containment reference.Methods in net.opengis.gml311.impl that return VerticalCRSType Modifier and Type Method Description VerticalCRSTypeGml311FactoryImpl. createVerticalCRSType()VerticalCRSTypeDocumentRootImpl. getVerticalCRS()VerticalCRSTypeVerticalCRSRefTypeImpl. getVerticalCRS()Methods in net.opengis.gml311.impl with parameters of type VerticalCRSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetVerticalCRS(VerticalCRSType newVerticalCRS, NotificationChain msgs)NotificationChainVerticalCRSRefTypeImpl. basicSetVerticalCRS(VerticalCRSType newVerticalCRS, NotificationChain msgs)voidDocumentRootImpl. setVerticalCRS(VerticalCRSType newVerticalCRS)voidVerticalCRSRefTypeImpl. 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 TGml311Switch. caseVerticalCRSType(VerticalCRSType object)Returns the result of interpreting the object as an instance of 'Vertical CRS Type'.booleanGml311Validator. validateVerticalCRSType(VerticalCRSType verticalCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-