Uses of Interface
net.opengis.gml311.VerticalDatumTypeType
-
Packages that use VerticalDatumTypeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VerticalDatumTypeType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalDatumTypeType Modifier and Type Method Description VerticalDatumTypeTypeGml311Factory. createVerticalDatumTypeType()Returns a new object of class 'Vertical Datum Type Type'.VerticalDatumTypeTypeDocumentRoot. getVerticalDatumType()Returns the value of the 'Vertical Datum Type' containment reference.VerticalDatumTypeTypeVerticalDatumType. getVerticalDatumType()Returns the value of the 'Vertical Datum Type' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalDatumTypeType Modifier and Type Method Description voidDocumentRoot. setVerticalDatumType(VerticalDatumTypeType value)Sets the value of the 'Vertical Datum Type' containment reference.voidVerticalDatumType. setVerticalDatumType(VerticalDatumTypeType value)Sets the value of the 'Vertical Datum Type' containment reference. -
Uses of VerticalDatumTypeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VerticalDatumTypeType Modifier and Type Class Description classVerticalDatumTypeTypeImplAn implementation of the model object 'Vertical Datum Type Type'.Fields in net.opengis.gml311.impl declared as VerticalDatumTypeType Modifier and Type Field Description protected VerticalDatumTypeTypeVerticalDatumTypeImpl. verticalDatumTypeThe cached value of the 'Vertical Datum Type' containment reference.Methods in net.opengis.gml311.impl that return VerticalDatumTypeType Modifier and Type Method Description VerticalDatumTypeTypeGml311FactoryImpl. createVerticalDatumTypeType()VerticalDatumTypeTypeDocumentRootImpl. getVerticalDatumType()VerticalDatumTypeTypeVerticalDatumTypeImpl. getVerticalDatumType()Methods in net.opengis.gml311.impl with parameters of type VerticalDatumTypeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetVerticalDatumType(VerticalDatumTypeType newVerticalDatumType, NotificationChain msgs)NotificationChainVerticalDatumTypeImpl. basicSetVerticalDatumType(VerticalDatumTypeType newVerticalDatumType, NotificationChain msgs)voidDocumentRootImpl. setVerticalDatumType(VerticalDatumTypeType newVerticalDatumType)voidVerticalDatumTypeImpl. setVerticalDatumType(VerticalDatumTypeType newVerticalDatumType) -
Uses of VerticalDatumTypeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VerticalDatumTypeType Modifier and Type Method Description TGml311Switch. caseVerticalDatumTypeType(VerticalDatumTypeType object)Returns the result of interpreting the object as an instance of 'Vertical Datum Type Type'.booleanGml311Validator. validateVerticalDatumTypeType(VerticalDatumTypeType verticalDatumTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-