content/developer-guide/annexes/geoapi/DefinitionProcess.html [164:178]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
package org.opengis.referencing.crs
;
/**
* A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
*/
@UML(specification=ISO_19111, identifier="SC_ProjectedCRS
")
public interface ProjectedCRS extends GeneralDerivedCRS {
/**
* Returns the coordinate system, which must be Cartesian.
*/
@UML(obligation=MANDATORY, specification=ISO_19111, identifier="coordinateSystem
")
CartesianCS getCoordinateSystem()
;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - content/fr/developer-guide/annexes/geoapi/DefinitionProcess.html [169:183]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
package org.opengis.referencing.crs
;
/**
* A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
*/
@UML(specification=ISO_19111, identifier="SC_ProjectedCRS
")
public interface ProjectedCRS extends GeneralDerivedCRS {
/**
* Returns the coordinate system, which must be Cartesian.
*/
@UML(obligation=MANDATORY, specification=ISO_19111, identifier="coordinateSystem
")
CartesianCS getCoordinateSystem()
;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -