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 DatumRefTypeGml311Factory. createDatumRefType()Returns a new object of class 'Datum Ref Type'.DatumRefTypeDocumentRoot. 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 voidDocumentRoot. 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 classDatumRefTypeImplAn implementation of the model object 'Datum Ref Type'.Methods in net.opengis.gml311.impl that return DatumRefType Modifier and Type Method Description DatumRefTypeGml311FactoryImpl. createDatumRefType()DatumRefTypeDocumentRootImpl. getDatumRef()Methods in net.opengis.gml311.impl with parameters of type DatumRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDatumRef(DatumRefType newDatumRef, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseDatumRefType(DatumRefType object)Returns the result of interpreting the object as an instance of 'Datum Ref Type'.booleanGml311Validator. validateDatumRefType(DatumRefType datumRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-