public class ProjectedCoordinateReferenceSystem extends CoordinateReferenceSystem
CoordinateReferenceSystem
.
A projected coordinate reference system is a coordinate reference system derived from a two-dimensional geographic coordinate reference system by applying a map projection and using a Cartesian coordinate system. (see OGC Abstract Specifications, Topic 2: Spatial Referencing By coordinates, section 4 )
Constructor and Description |
---|
ProjectedCoordinateReferenceSystem(CrsId crsId,
String name,
GeographicCoordinateReferenceSystem geoCRS,
Projection projection,
List<CrsParameter> parameters,
CoordinateSystemAxis... axes)
Constructs a
ProjectedCoordinateReferenceSystem . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
GeographicCoordinateReferenceSystem |
getGeographicCoordinateSystem()
Returns the base
GeographicCoordinateReferenceSystem of this
projected reference system. |
List<CrsParameter> |
getParameters()
Returns the projection parameters
|
Projection |
getProjection()
Returns the map projection for this projected cooordinate system.
|
int |
hashCode() |
getAxes, getCoordinateSystem
getCrsId, getName
public ProjectedCoordinateReferenceSystem(CrsId crsId, String name, GeographicCoordinateReferenceSystem geoCRS, Projection projection, List<CrsParameter> parameters, CoordinateSystemAxis... axes)
ProjectedCoordinateReferenceSystem
.crsId
- the CrsId
that identifies this CoordinateReferenceSystem
uniquelyname
- the commonly used name for this CoordinateReferenceSystem
geoCRS
- the GeographicCoordinateReferenceSystem
for this projectionprojection
- the map projection methodparameters
- the projection parameters for the projection methodaxes
- the CoordinateSystemAxes
of the cartesian coordinate system for
this ProjectedCoordinateReferenceSystem
,public List<CrsParameter> getParameters()
CrsParameter
s.public GeographicCoordinateReferenceSystem getGeographicCoordinateSystem()
GeographicCoordinateReferenceSystem
of this
projected reference system.public Projection getProjection()
public boolean equals(Object o)
equals
in class CoordinateReferenceSystem
public int hashCode()
hashCode
in class CoordinateReferenceSystem
Copyright © 2015 geolatte.org. All rights reserved.