Package net.opengis.gml311
Interface ProjectedCRSType
-
- All Superinterfaces:
AbstractGeneralDerivedCRSType
,AbstractGMLType
,AbstractReferenceSystemBaseType
,AbstractReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
ProjectedCRSTypeImpl
public interface ProjectedCRSType extends AbstractGeneralDerivedCRSType
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:
Gml311Package.getProjectedCRSType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CartesianCSRefType
getUsesCartesianCS()
Returns the value of the 'Uses Cartesian CS' containment reference.void
setUsesCartesianCS(CartesianCSRefType value)
Sets the value of the 'Uses Cartesian CS
' containment reference.-
Methods inherited from interface AbstractGeneralDerivedCRSType
getBaseCRS, getDefinedByConversion, setBaseCRS, setDefinedByConversion
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsName
-
Methods inherited from interface AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
-
-
-
-
Method Detail
-
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(CartesianCSRefType)
,Gml311Package.getProjectedCRSType_UsesCartesianCS()
-
setUsesCartesianCS
void setUsesCartesianCS(CartesianCSRefType value)
Sets the value of the 'Uses Cartesian CS
' containment reference.- Parameters:
value
- the new value of the 'Uses Cartesian CS' containment reference.- See Also:
getUsesCartesianCS()
-
-