Package net.opengis.gml311
Interface EngineeringCRSType
- All Superinterfaces:
AbstractGMLType,AbstractReferenceSystemBaseType,AbstractReferenceSystemType,DefinitionType,EObject,Notifier
- All Known Implementing Classes:
EngineeringCRSTypeImpl
A representation of the model object 'Engineering CRS Type'.
A contextually local coordinate reference system; which can be divided into two broad categories:
- earth-fixed systems applied to engineering activities on or near the surface of the earth;
- CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft.
For further information, see OGC Abstract Specification Topic 2.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Uses CS' containment reference.Returns the value of the 'Uses Engineering Datum' containment reference.voidsetUsesCS(CoordinateSystemRefType value) Sets the value of the 'Uses CS' containment reference.voidSets the value of the 'Uses Engineering Datum' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsNameMethods inherited from interface AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidAreaMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUsesCS
CoordinateSystemRefType getUsesCS()Returns the value of the 'Uses CS' containment reference. Association to the coordinate system used by this CRS.- Returns:
- the value of the 'Uses CS' containment reference.
- See Also:
-
setUsesCS
Sets the value of the 'Uses CS' containment reference.- Parameters:
value- the new value of the 'Uses CS' containment reference.- See Also:
-
getUsesEngineeringDatum
EngineeringDatumRefType getUsesEngineeringDatum()Returns the value of the 'Uses Engineering Datum' containment reference. Association to the engineering datum used by this CRS.- Returns:
- the value of the 'Uses Engineering Datum' containment reference.
- See Also:
-
setUsesEngineeringDatum
Sets the value of the 'Uses Engineering Datum' containment reference.- Parameters:
value- the new value of the 'Uses Engineering Datum' containment reference.- See Also:
-