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 VerticalDatumType
Gml311Factory. createVerticalDatumType()
Returns a new object of class 'Vertical Datum Type'.VerticalDatumType
DocumentRoot. getVerticalDatum()
Returns the value of the 'Vertical Datum' containment reference.VerticalDatumType
VerticalDatumRefType. 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 void
DocumentRoot. setVerticalDatum(VerticalDatumType value)
Sets the value of the 'Vertical Datum
' containment reference.void
VerticalDatumRefType. 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 class
VerticalDatumTypeImpl
An implementation of the model object 'Vertical Datum Type'.Fields in net.opengis.gml311.impl declared as VerticalDatumType Modifier and Type Field Description protected VerticalDatumType
VerticalDatumRefTypeImpl. verticalDatum
The cached value of the 'Vertical Datum
' containment reference.Methods in net.opengis.gml311.impl that return VerticalDatumType Modifier and Type Method Description VerticalDatumType
Gml311FactoryImpl. createVerticalDatumType()
VerticalDatumType
DocumentRootImpl. getVerticalDatum()
VerticalDatumType
VerticalDatumRefTypeImpl. getVerticalDatum()
Methods in net.opengis.gml311.impl with parameters of type VerticalDatumType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetVerticalDatum(VerticalDatumType newVerticalDatum, NotificationChain msgs)
NotificationChain
VerticalDatumRefTypeImpl. basicSetVerticalDatum(VerticalDatumType newVerticalDatum, NotificationChain msgs)
void
DocumentRootImpl. setVerticalDatum(VerticalDatumType newVerticalDatum)
void
VerticalDatumRefTypeImpl. 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 T
Gml311Switch. caseVerticalDatumType(VerticalDatumType object)
Returns the result of interpreting the object as an instance of 'Vertical Datum Type'.boolean
Gml311Validator. validateVerticalDatumType(VerticalDatumType verticalDatumType, DiagnosticChain diagnostics, Map<Object,Object> context)
-