Uses of Interface
net.opengis.gml311.VerticalDatumRefType
-
Packages that use VerticalDatumRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VerticalDatumRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalDatumRefType Modifier and Type Method Description VerticalDatumRefTypeGml311Factory. createVerticalDatumRefType()Returns a new object of class 'Vertical Datum Ref Type'.VerticalDatumRefTypeDocumentRoot. getUsesVerticalDatum()Returns the value of the 'Uses Vertical Datum' containment reference.VerticalDatumRefTypeVerticalCRSType. getUsesVerticalDatum()Returns the value of the 'Uses Vertical Datum' containment reference.VerticalDatumRefTypeDocumentRoot. getVerticalDatumRef()Returns the value of the 'Vertical Datum Ref' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalDatumRefType Modifier and Type Method Description voidDocumentRoot. setUsesVerticalDatum(VerticalDatumRefType value)Sets the value of the 'Uses Vertical Datum' containment reference.voidVerticalCRSType. setUsesVerticalDatum(VerticalDatumRefType value)Sets the value of the 'Uses Vertical Datum' containment reference.voidDocumentRoot. setVerticalDatumRef(VerticalDatumRefType value)Sets the value of the 'Vertical Datum Ref' containment reference. -
Uses of VerticalDatumRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VerticalDatumRefType Modifier and Type Class Description classVerticalDatumRefTypeImplAn implementation of the model object 'Vertical Datum Ref Type'.Fields in net.opengis.gml311.impl declared as VerticalDatumRefType Modifier and Type Field Description protected VerticalDatumRefTypeVerticalCRSTypeImpl. usesVerticalDatumThe cached value of the 'Uses Vertical Datum' containment reference.Methods in net.opengis.gml311.impl that return VerticalDatumRefType Modifier and Type Method Description VerticalDatumRefTypeGml311FactoryImpl. createVerticalDatumRefType()VerticalDatumRefTypeDocumentRootImpl. getUsesVerticalDatum()VerticalDatumRefTypeVerticalCRSTypeImpl. getUsesVerticalDatum()VerticalDatumRefTypeDocumentRootImpl. getVerticalDatumRef()Methods in net.opengis.gml311.impl with parameters of type VerticalDatumRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetUsesVerticalDatum(VerticalDatumRefType newUsesVerticalDatum, NotificationChain msgs)NotificationChainVerticalCRSTypeImpl. basicSetUsesVerticalDatum(VerticalDatumRefType newUsesVerticalDatum, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetVerticalDatumRef(VerticalDatumRefType newVerticalDatumRef, NotificationChain msgs)voidDocumentRootImpl. setUsesVerticalDatum(VerticalDatumRefType newUsesVerticalDatum)voidVerticalCRSTypeImpl. setUsesVerticalDatum(VerticalDatumRefType newUsesVerticalDatum)voidDocumentRootImpl. setVerticalDatumRef(VerticalDatumRefType newVerticalDatumRef) -
Uses of VerticalDatumRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VerticalDatumRefType Modifier and Type Method Description TGml311Switch. caseVerticalDatumRefType(VerticalDatumRefType object)Returns the result of interpreting the object as an instance of 'Vertical Datum Ref Type'.booleanGml311Validator. validateVerticalDatumRefType(VerticalDatumRefType verticalDatumRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-