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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CartesianCSRefTypegetUsesCartesianCS()Returns the value of the 'Uses Cartesian CS' containment reference.voidsetUsesCartesianCS(CartesianCSRefType value)Sets the value of the 'Uses Cartesian CS' containment reference.- 
Methods inherited from interface AbstractGeneralDerivedCRSTypegetBaseCRS, getDefinedByConversion, setBaseCRS, setDefinedByConversion
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractReferenceSystemBaseTypegetSrsName, setSrsName
 - 
Methods inherited from interface AbstractReferenceSystemTypegetRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
 
- 
 
- 
- 
- 
Method Detail- 
getUsesCartesianCSCartesianCSRefType 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()
 
 - 
setUsesCartesianCSvoid 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()
 
 
- 
 
-