Uses of Interface
net.opengis.gml311.GeodeticDatumRefType
-
Packages that use GeodeticDatumRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeodeticDatumRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeodeticDatumRefType Modifier and Type Method Description GeodeticDatumRefTypeGml311Factory. createGeodeticDatumRefType()Returns a new object of class 'Geodetic Datum Ref Type'.GeodeticDatumRefTypeDocumentRoot. getGeodeticDatumRef()Returns the value of the 'Geodetic Datum Ref' containment reference.GeodeticDatumRefTypeDocumentRoot. getUsesGeodeticDatum()Returns the value of the 'Uses Geodetic Datum' containment reference.GeodeticDatumRefTypeGeocentricCRSType. getUsesGeodeticDatum()Returns the value of the 'Uses Geodetic Datum' containment reference.GeodeticDatumRefTypeGeographicCRSType. getUsesGeodeticDatum()Returns the value of the 'Uses Geodetic Datum' containment reference.Methods in net.opengis.gml311 with parameters of type GeodeticDatumRefType Modifier and Type Method Description voidDocumentRoot. setGeodeticDatumRef(GeodeticDatumRefType value)Sets the value of the 'Geodetic Datum Ref' containment reference.voidDocumentRoot. setUsesGeodeticDatum(GeodeticDatumRefType value)Sets the value of the 'Uses Geodetic Datum' containment reference.voidGeocentricCRSType. setUsesGeodeticDatum(GeodeticDatumRefType value)Sets the value of the 'Uses Geodetic Datum' containment reference.voidGeographicCRSType. setUsesGeodeticDatum(GeodeticDatumRefType value)Sets the value of the 'Uses Geodetic Datum' containment reference. -
Uses of GeodeticDatumRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeodeticDatumRefType Modifier and Type Class Description classGeodeticDatumRefTypeImplAn implementation of the model object 'Geodetic Datum Ref Type'.Fields in net.opengis.gml311.impl declared as GeodeticDatumRefType Modifier and Type Field Description protected GeodeticDatumRefTypeGeocentricCRSTypeImpl. usesGeodeticDatumThe cached value of the 'Uses Geodetic Datum' containment reference.protected GeodeticDatumRefTypeGeographicCRSTypeImpl. usesGeodeticDatumThe cached value of the 'Uses Geodetic Datum' containment reference.Methods in net.opengis.gml311.impl that return GeodeticDatumRefType Modifier and Type Method Description GeodeticDatumRefTypeGml311FactoryImpl. createGeodeticDatumRefType()GeodeticDatumRefTypeDocumentRootImpl. getGeodeticDatumRef()GeodeticDatumRefTypeDocumentRootImpl. getUsesGeodeticDatum()GeodeticDatumRefTypeGeocentricCRSTypeImpl. getUsesGeodeticDatum()GeodeticDatumRefTypeGeographicCRSTypeImpl. getUsesGeodeticDatum()Methods in net.opengis.gml311.impl with parameters of type GeodeticDatumRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeodeticDatumRef(GeodeticDatumRefType newGeodeticDatumRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs)NotificationChainGeocentricCRSTypeImpl. basicSetUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs)NotificationChainGeographicCRSTypeImpl. basicSetUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs)voidDocumentRootImpl. setGeodeticDatumRef(GeodeticDatumRefType newGeodeticDatumRef)voidDocumentRootImpl. setUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum)voidGeocentricCRSTypeImpl. setUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum)voidGeographicCRSTypeImpl. setUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum) -
Uses of GeodeticDatumRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeodeticDatumRefType Modifier and Type Method Description TGml311Switch. caseGeodeticDatumRefType(GeodeticDatumRefType object)Returns the result of interpreting the object as an instance of 'Geodetic Datum Ref Type'.booleanGml311Validator. validateGeodeticDatumRefType(GeodeticDatumRefType geodeticDatumRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-