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 VerticalCRSRefTypeGml311Factory. createVerticalCRSRefType()Returns a new object of class 'Vertical CRS Ref Type'.VerticalCRSRefTypeDocumentRoot. 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 voidDocumentRoot. 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 classVerticalCRSRefTypeImplAn implementation of the model object 'Vertical CRS Ref Type'.Methods in net.opengis.gml311.impl that return VerticalCRSRefType Modifier and Type Method Description VerticalCRSRefTypeGml311FactoryImpl. createVerticalCRSRefType()VerticalCRSRefTypeDocumentRootImpl. getVerticalCRSRef()Methods in net.opengis.gml311.impl with parameters of type VerticalCRSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetVerticalCRSRef(VerticalCRSRefType newVerticalCRSRef, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseVerticalCRSRefType(VerticalCRSRefType object)Returns the result of interpreting the object as an instance of 'Vertical CRS Ref Type'.booleanGml311Validator. validateVerticalCRSRefType(VerticalCRSRefType verticalCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-