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 VerticalDatumRefType
Gml311Factory. createVerticalDatumRefType()
Returns a new object of class 'Vertical Datum Ref Type'.VerticalDatumRefType
DocumentRoot. getUsesVerticalDatum()
Returns the value of the 'Uses Vertical Datum' containment reference.VerticalDatumRefType
VerticalCRSType. getUsesVerticalDatum()
Returns the value of the 'Uses Vertical Datum' containment reference.VerticalDatumRefType
DocumentRoot. 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 void
DocumentRoot. setUsesVerticalDatum(VerticalDatumRefType value)
Sets the value of the 'Uses Vertical Datum
' containment reference.void
VerticalCRSType. setUsesVerticalDatum(VerticalDatumRefType value)
Sets the value of the 'Uses Vertical Datum
' containment reference.void
DocumentRoot. 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 class
VerticalDatumRefTypeImpl
An implementation of the model object 'Vertical Datum Ref Type'.Fields in net.opengis.gml311.impl declared as VerticalDatumRefType Modifier and Type Field Description protected VerticalDatumRefType
VerticalCRSTypeImpl. usesVerticalDatum
The cached value of the 'Uses Vertical Datum
' containment reference.Methods in net.opengis.gml311.impl that return VerticalDatumRefType Modifier and Type Method Description VerticalDatumRefType
Gml311FactoryImpl. createVerticalDatumRefType()
VerticalDatumRefType
DocumentRootImpl. getUsesVerticalDatum()
VerticalDatumRefType
VerticalCRSTypeImpl. getUsesVerticalDatum()
VerticalDatumRefType
DocumentRootImpl. getVerticalDatumRef()
Methods in net.opengis.gml311.impl with parameters of type VerticalDatumRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetUsesVerticalDatum(VerticalDatumRefType newUsesVerticalDatum, NotificationChain msgs)
NotificationChain
VerticalCRSTypeImpl. basicSetUsesVerticalDatum(VerticalDatumRefType newUsesVerticalDatum, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetVerticalDatumRef(VerticalDatumRefType newVerticalDatumRef, NotificationChain msgs)
void
DocumentRootImpl. setUsesVerticalDatum(VerticalDatumRefType newUsesVerticalDatum)
void
VerticalCRSTypeImpl. setUsesVerticalDatum(VerticalDatumRefType newUsesVerticalDatum)
void
DocumentRootImpl. 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 T
Gml311Switch. caseVerticalDatumRefType(VerticalDatumRefType object)
Returns the result of interpreting the object as an instance of 'Vertical Datum Ref Type'.boolean
Gml311Validator. validateVerticalDatumRefType(VerticalDatumRefType verticalDatumRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-