public class ProjectedCoordinateSystem extends Object implements CoordinateSystem
| Constructor and Description |
|---|
ProjectedCoordinateSystem(int id,
String name,
GeographicCoordinateSystem geographicCoordinateSystem,
Area area,
Projection projection,
Map<String,Object> parameters,
LinearUnit linearUnit,
List<Axis> axis,
Authority authority,
boolean deprecated) |
ProjectedCoordinateSystem(int id,
String name,
GeographicCoordinateSystem geographicCoordinateSystem,
Projection projection,
Map<String,Object> parameters,
LinearUnit linearUnit,
List<Axis> axis,
Authority authority) |
| Modifier and Type | Method and Description |
|---|---|
ProjectedCoordinateSystem |
clone() |
boolean |
equals(Object object) |
boolean |
equalsExact(Object object) |
Area |
getArea() |
BoundingBox |
getAreaBoundingBox() |
Authority |
getAuthority() |
List<Axis> |
getAxis() |
CoordinatesProjection |
getCoordinatesProjection() |
double |
getDoubleParameter(String key) |
GeographicCoordinateSystem |
getGeographicCoordinateSystem() |
GeometryFactory |
getGeometryFactory() |
int |
getId() |
javax.measure.unit.Unit<javax.measure.quantity.Length> |
getLengthUnit() |
LinearUnit |
getLinearUnit() |
String |
getName() |
<V> V |
getParameter(String key) |
Map<String,Object> |
getParameters() |
Projection |
getProjection() |
javax.measure.unit.Unit<javax.measure.quantity.Length> |
getUnit() |
int |
hashCode() |
boolean |
isDeprecated() |
void |
setId(int id) |
void |
setParameters(Map<String,Object> parameters) |
String |
toString() |
public ProjectedCoordinateSystem(int id,
String name,
GeographicCoordinateSystem geographicCoordinateSystem,
Area area,
Projection projection,
Map<String,Object> parameters,
LinearUnit linearUnit,
List<Axis> axis,
Authority authority,
boolean deprecated)
public ProjectedCoordinateSystem(int id,
String name,
GeographicCoordinateSystem geographicCoordinateSystem,
Projection projection,
Map<String,Object> parameters,
LinearUnit linearUnit,
List<Axis> axis,
Authority authority)
public ProjectedCoordinateSystem clone()
clone in interface CoordinateSystemclone in class Objectpublic boolean equalsExact(Object object)
public Area getArea()
getArea in interface CoordinateSystempublic BoundingBox getAreaBoundingBox()
getAreaBoundingBox in interface CoordinateSystempublic Authority getAuthority()
getAuthority in interface CoordinateSystempublic List<Axis> getAxis()
getAxis in interface CoordinateSystempublic CoordinatesProjection getCoordinatesProjection()
getCoordinatesProjection in interface CoordinateSystempublic double getDoubleParameter(String key)
public GeographicCoordinateSystem getGeographicCoordinateSystem()
public GeometryFactory getGeometryFactory()
getGeometryFactory in interface CoordinateSystempublic int getId()
getId in interface CoordinateSystempublic javax.measure.unit.Unit<javax.measure.quantity.Length> getLengthUnit()
getLengthUnit in interface CoordinateSystempublic LinearUnit getLinearUnit()
public String getName()
getName in interface CoordinateSystempublic <V> V getParameter(String key)
public Projection getProjection()
public javax.measure.unit.Unit<javax.measure.quantity.Length> getUnit()
getUnit in interface CoordinateSystempublic boolean isDeprecated()
isDeprecated in interface CoordinateSystempublic void setId(int id)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.