| Package | Description |
|---|---|
| com.revolsys.gis.cs | |
| com.revolsys.gis.cs.epsg |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAuthority |
| Modifier and Type | Method and Description |
|---|---|
Authority |
Spheroid.getAuthority() |
Authority |
Projection.getAuthority() |
Authority |
ProjectedCoordinateSystem.getAuthority() |
Authority |
PrimeMeridian.getAuthority() |
Authority |
LinearUnit.getAuthority() |
Authority |
GeographicCoordinateSystem.getAuthority() |
Authority |
Datum.getAuthority() |
Authority |
CoordinateSystem.getAuthority() |
Authority |
Area.getAuthority() |
Authority |
AngularUnit.getAuthority() |
| Constructor and Description |
|---|
AngularUnit(String name,
AngularUnit baseUnit,
double conversionFactor,
Authority authority) |
AngularUnit(String name,
AngularUnit baseUnit,
double conversionFactor,
Authority authority,
boolean deprecated) |
AngularUnit(String name,
double conversionFactor,
Authority authority) |
Area(String name,
BoundingBoxDoubleGf latLonBounds,
Authority authority,
boolean deprecated) |
Datum(String name,
Spheroid spheroid,
Authority authority) |
Datum(String name,
Spheroid spheroid,
PrimeMeridian primeMeridian,
Authority authority,
boolean deprecated) |
Datum(String name,
Spheroid spheroid,
ToWgs84 toWgs84,
Authority authority) |
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) |
GeographicCoordinateSystem(int id,
String name,
Datum datum,
PrimeMeridian primeMeridian,
AngularUnit angularUnit,
List<Axis> axis,
Authority authority) |
LinearUnit(String name,
double conversionFactor,
Authority authority) |
LinearUnit(String name,
LinearUnit baseUnit,
double conversionFactor,
Authority authority) |
LinearUnit(String name,
LinearUnit baseUnit,
double conversionFactor,
Authority authority,
boolean deprecated) |
PrimeMeridian(String name,
double longitude,
Authority authority) |
PrimeMeridian(String name,
double longitude,
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) |
ProjectedCoordinateSystem(int id,
String name,
GeographicCoordinateSystem geographicCoordinateSystem,
Projection projection,
Map<String,Object> parameters,
LinearUnit linearUnit,
List<Axis> axis,
Authority authority) |
Projection(String name,
Authority authority) |
Spheroid(String name,
double semiMajorAxis,
double inverseFlattening,
Authority authority) |
Spheroid(String name,
double semiMajorAxis,
double semiMinorAxis,
double inverseFlattening,
Authority authority,
boolean deprecated) |
| Modifier and Type | Class and Description |
|---|---|
class |
EpsgAuthority |
| Modifier and Type | Method and Description |
|---|---|
static void |
EpsgCsWktWriter.write(PrintWriter out,
Authority authority) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.