| Modifier and Type | Method and Description |
|---|---|
Set<CoordinateSystem> |
RecordWriterFactory.getCoordinateSystems() |
Set<CoordinateSystem> |
RecordReaderFactory.getCoordinateSystems() |
Set<CoordinateSystem> |
AbstractRecordWriterFactory.getCoordinateSystems() |
Set<CoordinateSystem> |
AbstractRecordIoFactory.getCoordinateSystems() |
Set<CoordinateSystem> |
AbstractRecordAndGeometryIoFactory.getCoordinateSystems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordWriterFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
boolean |
RecordReaderFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
boolean |
AbstractRecordWriterFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
boolean |
AbstractRecordIoFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
boolean |
AbstractRecordAndGeometryIoFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
protected void |
AbstractRecordWriterFactory.setCoordinateSystems(CoordinateSystem... coordinateSystems) |
protected void |
AbstractRecordIoFactory.setCoordinateSystems(CoordinateSystem... coordinateSystems) |
protected void |
AbstractRecordAndGeometryIoFactory.setCoordinateSystems(CoordinateSystem... coordinateSystems) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRecordWriterFactory.setCoordinateSystems(Set<CoordinateSystem> coordinateSystems) |
protected void |
AbstractRecordIoFactory.setCoordinateSystems(Set<CoordinateSystem> coordinateSystems) |
protected void |
AbstractRecordAndGeometryIoFactory.setCoordinateSystems(Set<CoordinateSystem> coordinateSystems) |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateSystem |
Gdal.getCoordinateSystem(SpatialReference spatialReference) |
| Modifier and Type | Method and Description |
|---|---|
static SpatialReference |
Gdal.getSpatialReference(CoordinateSystem coordinateSystem) |
static void |
Gdal.setSpatialReference(Dataset dataset,
CoordinateSystem coordinateSystem) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeographicCoordinateSystem |
class |
ProjectedCoordinateSystem |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
CoordinateSystem.clone() |
static CoordinateSystem |
CoordinateSystems.getCoordinateSystem(QName coordinateSystemId) |
CoordinateSystem |
WktCsParser.parse() |
static CoordinateSystem |
WktCsParser.read(String wkt) |
| Modifier and Type | Method and Description |
|---|---|
static List<ProjectedCoordinateSystem> |
CoordinateSystemParser.getProjectedCoordinateSystems(Map<Integer,CoordinateSystem> geoCsById,
String authorityName,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static <C extends CoordinateSystem> |
EpsgCoordinateSystems.getCoordinateSystem(Geometry geometry) |
static <C extends CoordinateSystem> |
EpsgCoordinateSystems.getCoordinateSystem(int crsId) |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateSystem |
EpsgCoordinateSystems.getCoordinateSystem(CoordinateSystem coordinateSystem) |
static CoordinateSystem |
EpsgCoordinateSystems.getCoordinateSystem(String name) |
static CoordinateSystem |
EpsgCoordinateSystems.wgs84() |
| Modifier and Type | Method and Description |
|---|---|
static Set<CoordinateSystem> |
EpsgCoordinateSystems.getCoordinateSystems() |
static List<CoordinateSystem> |
EpsgCoordinateSystems.getCoordinateSystems(Collection<Integer> coordinateSystemIds)
Get the coordinate systems for the list of coordinate system identifiers.
|
static Map<Integer,CoordinateSystem> |
EpsgCoordinateSystems.getCoordinateSystemsById() |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateSystem |
EpsgCoordinateSystems.getCoordinateSystem(CoordinateSystem coordinateSystem) |
static int |
EpsgCoordinateSystems.getCrsId(CoordinateSystem coordinateSystem) |
static String |
EpsgCoordinateSystems.getCrsName(CoordinateSystem coordinateSystem) |
static String |
EpsgCsWktWriter.toWkt(CoordinateSystem coordinateSystem) |
static void |
EpsgCsWktWriter.write(PrintWriter out,
CoordinateSystem coordinateSystem) |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateSystem |
EsriCoordinateSystems.getCoordinateSystem(CoordinateSystem coordinateSystem) |
static CoordinateSystem |
EsriCoordinateSystems.getCoordinateSystem(File file) |
static CoordinateSystem |
EsriCoordinateSystems.getCoordinateSystem(int crsId) |
static CoordinateSystem |
EsriCoordinateSystems.getCoordinateSystem(org.springframework.core.io.Resource resource) |
static CoordinateSystem |
EsriCoordinateSystems.getCoordinateSystem(String wkt) |
static CoordinateSystem |
EsriCoordinateSystems.getCoordinateSystem(WktCsParser parser) |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateSystem |
EsriCoordinateSystems.getCoordinateSystem(CoordinateSystem coordinateSystem) |
static int |
EsriCoordinateSystems.getCrsId(CoordinateSystem coordinateSystem) |
static String |
EsriCsWktWriter.toString(CoordinateSystem coordinateSystem) |
static String |
EsriCsWktWriter.toWkt(CoordinateSystem coordinateSystem) |
static void |
EsriCsWktWriter.write(PrintWriter out,
CoordinateSystem coordinateSystem,
int indentLevel) |
| Modifier and Type | Method and Description |
|---|---|
static CoordinatesOperation |
ProjectionFactory.getCoordinatesOperation(CoordinateSystem cs1,
CoordinateSystem cs2) |
static CoordinatesProjection |
ProjectionFactory.getCoordinatesProjection(CoordinateSystem coordinateSystem) |
static CoordinatesOperation |
ProjectionFactory.getInverseCoordinatesOperation(CoordinateSystem coordinateSystem)
Get the operation to convert coordinates to geographics coordinates.
|
static CoordinatesOperation |
ProjectionFactory.getProjectCoordinatesOperation(CoordinateSystem coordinateSystem)
Get the operation to convert geographics coordinates to projected
coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CoordinateSystem> |
GeometryWriterFactory.getCoordinateSystems() |
Set<CoordinateSystem> |
GeometryReaderFactory.getCoordinateSystems() |
Set<CoordinateSystem> |
AbstractGeometryReaderFactory.getCoordinateSystems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeometryWriterFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
boolean |
GeometryReaderFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
boolean |
AbstractGeometryReaderFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
protected void |
AbstractGeometryReaderFactory.setCoordinateSystems(CoordinateSystem... coordinateSystems) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGeometryReaderFactory.setCoordinateSystems(Set<CoordinateSystem> coordinateSystems) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
UtmRectangularMapGrid.getCoordinateSystem() |
CoordinateSystem |
RectangularMapGrid.getCoordinateSystem() |
CoordinateSystem |
Nts1000000RectangularMapGrid.getCoordinateSystem() |
CoordinateSystem |
CustomRectangularMapGrid.getCoordinateSystem() |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
RectangularMapGrid.getPolygon(String mapTileName,
CoordinateSystem coordinateSystem) |
Polygon |
AbstractRectangularMapGrid.getPolygon(String mapTileName,
CoordinateSystem coordinateSystem) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
OracleRecordStore.getCoordinateSystem(int oracleSrid) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
SpatialReference.getCoordinateSystem() |
| Modifier and Type | Field and Description |
|---|---|
static Set<CoordinateSystem> |
KmlIoFactory.COORDINATE_SYSTEMS |
| Modifier and Type | Method and Description |
|---|---|
Set<CoordinateSystem> |
KmzIoFactory.getCoordinateSystems() |
Set<CoordinateSystem> |
KmlIoFactory.getCoordinateSystems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KmzIoFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
boolean |
KmlIoFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
| Modifier and Type | Method and Description |
|---|---|
Set<CoordinateSystem> |
OsmPbfRecordIoFactory.getCoordinateSystems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OsmPbfRecordIoFactory.isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
GeometryFactory.getCoordinateSystem() |
CoordinateSystem |
Geometry.getCoordinateSystem() |
CoordinateSystem |
BoundingBox.getCoordinateSystem() |
| Modifier and Type | Method and Description |
|---|---|
static GeometryFactory |
GeometryFactory.fixed(CoordinateSystem coordinateSystem,
int axisCount,
double... scales) |
static GeometryFactory |
GeometryFactory.floating(CoordinateSystem coordinateSystem,
int axisCount)
get a geometry factory with a floating scale.
|
static GeometryFactory |
GeometryFactory.floating3(CoordinateSystem coordinateSystem)
get a 3d geometry factory with a floating scale.
|
| Constructor and Description |
|---|
GeometryFactory(CoordinateSystem coordinateSystem,
int axisCount,
double... scales) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
BoundingBoxDoubleGf.getCoordinateSystem()
Get the geometry factory.
|
CoordinateSystem |
AbstractGeometry.getCoordinateSystem() |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
GeoReferencedImage.getCoordinateSystem() |
CoordinateSystem |
AbstractGeoReferencedImage.getCoordinateSystem() |
| Modifier and Type | Method and Description |
|---|---|
GeoReferencedImage |
GeoReferencedImage.getImage(CoordinateSystem coordinateSystem) |
AbstractGeoReferencedImage |
AbstractGeoReferencedImage.getImage(CoordinateSystem coordinateSystem) |
GeoReferencedImage |
GeoReferencedImage.getImage(CoordinateSystem coordinateSystem,
double resolution) |
AbstractGeoReferencedImage |
AbstractGeoReferencedImage.getImage(CoordinateSystem coordinateSystem,
double resolution) |
| Constructor and Description |
|---|
ProjectionImageFilter(BoundingBox imageBoundingBox,
CoordinateSystem destCoordinateSystem,
double resolution) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapPanel.addCoordinateSystem(CoordinateSystem coordinateSystem) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
SelectMapCoordinateSystem.getCoordinateSystem(Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectMapCoordinateSystem.addCoordinateSystem(CoordinateSystem coordinateSystem) |
| Modifier and Type | Method and Description |
|---|---|
GeoReferencedImage |
MapTile.getImage(CoordinateSystem coordinateSystem) |
GeoReferencedImage |
MapTile.loadImage(CoordinateSystem coordinateSystem) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
AbstractRecordLayer.getCoordinateSystem() |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.