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 VerticalDatumTypeType
Gml311Factory. createVerticalDatumTypeType()
Returns a new object of class 'Vertical Datum Type Type'.VerticalDatumTypeType
DocumentRoot. getVerticalDatumType()
Returns the value of the 'Vertical Datum Type' containment reference.VerticalDatumTypeType
VerticalDatumType. 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 void
DocumentRoot. setVerticalDatumType(VerticalDatumTypeType value)
Sets the value of the 'Vertical Datum Type
' containment reference.void
VerticalDatumType. 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 class
VerticalDatumTypeTypeImpl
An implementation of the model object 'Vertical Datum Type Type'.Fields in net.opengis.gml311.impl declared as VerticalDatumTypeType Modifier and Type Field Description protected VerticalDatumTypeType
VerticalDatumTypeImpl. verticalDatumType
The cached value of the 'Vertical Datum Type
' containment reference.Methods in net.opengis.gml311.impl that return VerticalDatumTypeType Modifier and Type Method Description VerticalDatumTypeType
Gml311FactoryImpl. createVerticalDatumTypeType()
VerticalDatumTypeType
DocumentRootImpl. getVerticalDatumType()
VerticalDatumTypeType
VerticalDatumTypeImpl. getVerticalDatumType()
Methods in net.opengis.gml311.impl with parameters of type VerticalDatumTypeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetVerticalDatumType(VerticalDatumTypeType newVerticalDatumType, NotificationChain msgs)
NotificationChain
VerticalDatumTypeImpl. basicSetVerticalDatumType(VerticalDatumTypeType newVerticalDatumType, NotificationChain msgs)
void
DocumentRootImpl. setVerticalDatumType(VerticalDatumTypeType newVerticalDatumType)
void
VerticalDatumTypeImpl. 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 T
Gml311Switch. caseVerticalDatumTypeType(VerticalDatumTypeType object)
Returns the result of interpreting the object as an instance of 'Vertical Datum Type Type'.boolean
Gml311Validator. validateVerticalDatumTypeType(VerticalDatumTypeType verticalDatumTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-