Uses of Interface
net.opengis.gml311.DatumRefType
-
Packages that use DatumRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DatumRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return DatumRefType Modifier and Type Method Description DatumRefType
Gml311Factory. createDatumRefType()
Returns a new object of class 'Datum Ref Type'.DatumRefType
DocumentRoot. getDatumRef()
Returns the value of the 'Datum Ref' containment reference.Methods in net.opengis.gml311 with parameters of type DatumRefType Modifier and Type Method Description void
DocumentRoot. setDatumRef(DatumRefType value)
Sets the value of the 'Datum Ref
' containment reference. -
Uses of DatumRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DatumRefType Modifier and Type Class Description class
DatumRefTypeImpl
An implementation of the model object 'Datum Ref Type'.Methods in net.opengis.gml311.impl that return DatumRefType Modifier and Type Method Description DatumRefType
Gml311FactoryImpl. createDatumRefType()
DatumRefType
DocumentRootImpl. getDatumRef()
Methods in net.opengis.gml311.impl with parameters of type DatumRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDatumRef(DatumRefType newDatumRef, NotificationChain msgs)
void
DocumentRootImpl. setDatumRef(DatumRefType newDatumRef)
-
Uses of DatumRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DatumRefType Modifier and Type Method Description T
Gml311Switch. caseDatumRefType(DatumRefType object)
Returns the result of interpreting the object as an instance of 'Datum Ref Type'.boolean
Gml311Validator. validateDatumRefType(DatumRefType datumRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-