Uses of Interface
net.opengis.gml311.VerticalCSRefType
-
Packages that use VerticalCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VerticalCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalCSRefType Modifier and Type Method Description VerticalCSRefTypeGml311Factory. createVerticalCSRefType()Returns a new object of class 'Vertical CS Ref Type'.VerticalCSRefTypeDocumentRoot. getUsesVerticalCS()Returns the value of the 'Uses Vertical CS' containment reference.VerticalCSRefTypeVerticalCRSType. getUsesVerticalCS()Returns the value of the 'Uses Vertical CS' containment reference.VerticalCSRefTypeDocumentRoot. getVerticalCSRef()Returns the value of the 'Vertical CS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalCSRefType Modifier and Type Method Description voidDocumentRoot. setUsesVerticalCS(VerticalCSRefType value)Sets the value of the 'Uses Vertical CS' containment reference.voidVerticalCRSType. setUsesVerticalCS(VerticalCSRefType value)Sets the value of the 'Uses Vertical CS' containment reference.voidDocumentRoot. setVerticalCSRef(VerticalCSRefType value)Sets the value of the 'Vertical CS Ref' containment reference. -
Uses of VerticalCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VerticalCSRefType Modifier and Type Class Description classVerticalCSRefTypeImplAn implementation of the model object 'Vertical CS Ref Type'.Fields in net.opengis.gml311.impl declared as VerticalCSRefType Modifier and Type Field Description protected VerticalCSRefTypeVerticalCRSTypeImpl. usesVerticalCSThe cached value of the 'Uses Vertical CS' containment reference.Methods in net.opengis.gml311.impl that return VerticalCSRefType Modifier and Type Method Description VerticalCSRefTypeGml311FactoryImpl. createVerticalCSRefType()VerticalCSRefTypeDocumentRootImpl. getUsesVerticalCS()VerticalCSRefTypeVerticalCRSTypeImpl. getUsesVerticalCS()VerticalCSRefTypeDocumentRootImpl. getVerticalCSRef()Methods in net.opengis.gml311.impl with parameters of type VerticalCSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetUsesVerticalCS(VerticalCSRefType newUsesVerticalCS, NotificationChain msgs)NotificationChainVerticalCRSTypeImpl. basicSetUsesVerticalCS(VerticalCSRefType newUsesVerticalCS, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetVerticalCSRef(VerticalCSRefType newVerticalCSRef, NotificationChain msgs)voidDocumentRootImpl. setUsesVerticalCS(VerticalCSRefType newUsesVerticalCS)voidVerticalCRSTypeImpl. setUsesVerticalCS(VerticalCSRefType newUsesVerticalCS)voidDocumentRootImpl. setVerticalCSRef(VerticalCSRefType newVerticalCSRef) -
Uses of VerticalCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VerticalCSRefType Modifier and Type Method Description TGml311Switch. caseVerticalCSRefType(VerticalCSRefType object)Returns the result of interpreting the object as an instance of 'Vertical CS Ref Type'.booleanGml311Validator. validateVerticalCSRefType(VerticalCSRefType verticalCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-