Uses of Interface
net.opengis.gml311.VerticalCSType
-
Packages that use VerticalCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VerticalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalCSType Modifier and Type Method Description VerticalCSTypeGml311Factory. createVerticalCSType()Returns a new object of class 'Vertical CS Type'.VerticalCSTypeDocumentRoot. getVerticalCS()Returns the value of the 'Vertical CS' containment reference.VerticalCSTypeVerticalCSRefType. getVerticalCS()Returns the value of the 'Vertical CS' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalCSType Modifier and Type Method Description voidDocumentRoot. setVerticalCS(VerticalCSType value)Sets the value of the 'Vertical CS' containment reference.voidVerticalCSRefType. setVerticalCS(VerticalCSType value)Sets the value of the 'Vertical CS' containment reference. -
Uses of VerticalCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VerticalCSType Modifier and Type Class Description classVerticalCSTypeImplAn implementation of the model object 'Vertical CS Type'.Fields in net.opengis.gml311.impl declared as VerticalCSType Modifier and Type Field Description protected VerticalCSTypeVerticalCSRefTypeImpl. verticalCSThe cached value of the 'Vertical CS' containment reference.Methods in net.opengis.gml311.impl that return VerticalCSType Modifier and Type Method Description VerticalCSTypeGml311FactoryImpl. createVerticalCSType()VerticalCSTypeDocumentRootImpl. getVerticalCS()VerticalCSTypeVerticalCSRefTypeImpl. getVerticalCS()Methods in net.opengis.gml311.impl with parameters of type VerticalCSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetVerticalCS(VerticalCSType newVerticalCS, NotificationChain msgs)NotificationChainVerticalCSRefTypeImpl. basicSetVerticalCS(VerticalCSType newVerticalCS, NotificationChain msgs)voidDocumentRootImpl. setVerticalCS(VerticalCSType newVerticalCS)voidVerticalCSRefTypeImpl. setVerticalCS(VerticalCSType newVerticalCS) -
Uses of VerticalCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VerticalCSType Modifier and Type Method Description TGml311Switch. caseVerticalCSType(VerticalCSType object)Returns the result of interpreting the object as an instance of 'Vertical CS Type'.booleanGml311Validator. validateVerticalCSType(VerticalCSType verticalCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-