Package net.opengis.gml311
Interface ProjectedCRSType
- All Superinterfaces:
AbstractGeneralDerivedCRSType,AbstractGMLType,AbstractReferenceSystemBaseType,AbstractReferenceSystemType,DefinitionType,EObject,Notifier
- All Known Implementing Classes:
ProjectedCRSTypeImpl
A representation of the model object 'Projected CRS Type'.
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Uses Cartesian CS' containment reference.voidSets the value of the 'Uses Cartesian CS' containment reference.Methods inherited from interface AbstractGeneralDerivedCRSType
getBaseCRS, getDefinedByConversion, setBaseCRS, setDefinedByConversionMethods 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
-
getUsesCartesianCS
CartesianCSRefType getUsesCartesianCS()Returns the value of the 'Uses Cartesian CS' containment reference. Association to the Cartesian coordinate system used by this CRS.- Returns:
- the value of the 'Uses Cartesian CS' containment reference.
- See Also:
-
setUsesCartesianCS
Sets the value of the 'Uses Cartesian CS' containment reference.- Parameters:
value- the new value of the 'Uses Cartesian CS' containment reference.- See Also:
-