public class EsriCoordinateSystems extends Object
| Constructor and Description |
|---|
EsriCoordinateSystems() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createPrjFile(org.springframework.core.io.Resource resource,
GeometryFactory geometryFactory) |
static CoordinateSystem |
getCoordinateSystem(CoordinateSystem coordinateSystem) |
static CoordinateSystem |
getCoordinateSystem(File file) |
static CoordinateSystem |
getCoordinateSystem(int crsId) |
static CoordinateSystem |
getCoordinateSystem(org.springframework.core.io.Resource resource) |
static CoordinateSystem |
getCoordinateSystem(String wkt) |
static CoordinateSystem |
getCoordinateSystem(WktCsParser parser) |
static int |
getCrsId(CoordinateSystem coordinateSystem) |
static GeometryFactory |
getGeometryFactory(org.springframework.core.io.Resource resource)
Create a geometry factory from a .prj with the same base name as the resource if it exists.
|
public static void createPrjFile(org.springframework.core.io.Resource resource,
GeometryFactory geometryFactory)
throws IOException
IOExceptionpublic static CoordinateSystem getCoordinateSystem(CoordinateSystem coordinateSystem)
public static CoordinateSystem getCoordinateSystem(File file)
public static CoordinateSystem getCoordinateSystem(int crsId)
public static CoordinateSystem getCoordinateSystem(org.springframework.core.io.Resource resource)
public static CoordinateSystem getCoordinateSystem(String wkt)
public static CoordinateSystem getCoordinateSystem(WktCsParser parser)
public static int getCrsId(CoordinateSystem coordinateSystem)
public static GeometryFactory getGeometryFactory(org.springframework.core.io.Resource resource)
resource - Copyright © 2015 Revolution Systems Inc.. All rights reserved.