Uses of Interface
net.opengis.gml311.VerticalDatumType
-
Packages that use VerticalDatumType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VerticalDatumType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalDatumType Modifier and Type Method Description VerticalDatumTypeGml311Factory. createVerticalDatumType()Returns a new object of class 'Vertical Datum Type'.VerticalDatumTypeDocumentRoot. getVerticalDatum()Returns the value of the 'Vertical Datum' containment reference.VerticalDatumTypeVerticalDatumRefType. getVerticalDatum()Returns the value of the 'Vertical Datum' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalDatumType Modifier and Type Method Description voidDocumentRoot. setVerticalDatum(VerticalDatumType value)Sets the value of the 'Vertical Datum' containment reference.voidVerticalDatumRefType. setVerticalDatum(VerticalDatumType value)Sets the value of the 'Vertical Datum' containment reference. -
Uses of VerticalDatumType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VerticalDatumType Modifier and Type Class Description classVerticalDatumTypeImplAn implementation of the model object 'Vertical Datum Type'.Fields in net.opengis.gml311.impl declared as VerticalDatumType Modifier and Type Field Description protected VerticalDatumTypeVerticalDatumRefTypeImpl. verticalDatumThe cached value of the 'Vertical Datum' containment reference.Methods in net.opengis.gml311.impl that return VerticalDatumType Modifier and Type Method Description VerticalDatumTypeGml311FactoryImpl. createVerticalDatumType()VerticalDatumTypeDocumentRootImpl. getVerticalDatum()VerticalDatumTypeVerticalDatumRefTypeImpl. getVerticalDatum()Methods in net.opengis.gml311.impl with parameters of type VerticalDatumType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetVerticalDatum(VerticalDatumType newVerticalDatum, NotificationChain msgs)NotificationChainVerticalDatumRefTypeImpl. basicSetVerticalDatum(VerticalDatumType newVerticalDatum, NotificationChain msgs)voidDocumentRootImpl. setVerticalDatum(VerticalDatumType newVerticalDatum)voidVerticalDatumRefTypeImpl. setVerticalDatum(VerticalDatumType newVerticalDatum) -
Uses of VerticalDatumType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VerticalDatumType Modifier and Type Method Description TGml311Switch. caseVerticalDatumType(VerticalDatumType object)Returns the result of interpreting the object as an instance of 'Vertical Datum Type'.booleanGml311Validator. validateVerticalDatumType(VerticalDatumType verticalDatumType, DiagnosticChain diagnostics, Map<Object,Object> context)
-