| Package | Description |
|---|---|
| com.revolsys.gis.cs |
| Modifier and Type | Method and Description |
|---|---|
Area |
ProjectedCoordinateSystem.getArea() |
Area |
GeographicCoordinateSystem.getArea() |
Area |
CoordinateSystem.getArea() |
| Constructor and Description |
|---|
GeographicCoordinateSystem(int id,
String name,
Datum datum,
AngularUnit angularUnit,
List<Axis> axis,
Area area,
Authority authority,
boolean deprecated) |
GeographicCoordinateSystem(int id,
String name,
Datum datum,
PrimeMeridian primeMeridian,
AngularUnit angularUnit,
List<Axis> axis,
Area area,
Authority authority,
boolean deprecated) |
ProjectedCoordinateSystem(int id,
String name,
GeographicCoordinateSystem geographicCoordinateSystem,
Area area,
Projection projection,
Map<String,Object> parameters,
LinearUnit linearUnit,
List<Axis> axis,
Authority authority,
boolean deprecated) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.