| Package | Description |
|---|---|
| com.revolsys.gis.cs | |
| com.revolsys.gis.cs.epsg | |
| com.revolsys.gis.cs.esri | |
| com.revolsys.raster |
| Modifier and Type | Method and Description |
|---|---|
Projection |
ProjectedCoordinateSystem.getProjection() |
| Modifier and Type | Method and Description |
|---|---|
int |
Projection.compareTo(Projection projection) |
| 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 Projection |
EpsgCoordinateSystems.getProjection(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EpsgCsWktWriter.write(PrintWriter out,
Projection projection) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EsriCsWktWriter.write(PrintWriter out,
Projection projection,
int indentLevel) |
| Modifier and Type | Method and Description |
|---|---|
protected Projection |
TiffImage.getProjection(Map<Integer,Object> geoKeys) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.