| Package | Description |
|---|---|
| com.revolsys.gis.cs | |
| com.revolsys.gis.cs.epsg | |
| com.revolsys.gis.cs.esri |
| Modifier and Type | Method and Description |
|---|---|
GeographicCoordinateSystem |
GeographicCoordinateSystem.clone() |
GeographicCoordinateSystem |
ProjectedCoordinateSystem.getGeographicCoordinateSystem() |
| Modifier and Type | Method and Description |
|---|---|
static List<GeographicCoordinateSystem> |
CoordinateSystemParser.getGeographicCoordinateSystems(String authorityName,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeographicCoordinateSystem.equalsExact(GeographicCoordinateSystem cs) |
| 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 |
|---|---|
static List<GeographicCoordinateSystem> |
EpsgCoordinateSystems.getGeographicCoordinateSystems() |
| Modifier and Type | Method and Description |
|---|---|
static void |
EpsgCsWktWriter.write(PrintWriter out,
GeographicCoordinateSystem coordinateSystem) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EsriCsWktWriter.write(PrintWriter out,
GeographicCoordinateSystem coordinateSystem,
int indentLevel) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.