semanticwfs
Version 0.1.0.0
|
Static Public Member Functions | |
static String | crsURIToEPSG (String uri) |
static Coordinate | reproject (Double x, Double y, String sourceCRS, String targetCRS) |
static Coordinate[] | reproject (Coordinate[] geom, String sourceCRS, String targetCRS) |
static Geometry | reproject (Geometry geom, String sourceCRS, String targetCRS) |
static Geometry | toGeometry (final OctagonalEnvelope envelope) |
static Geometry | toGeometry (final Rectangle envelope) |
static Geometry | createGeometry (Coordinate[] coordinates, String geomtype, Integer srid) |
static Geometry | createGeometryCollection (List< Geometry > geometries, String geomtype, Integer srid) |
static Geometry | createGeometryCollection (Geometry[] geometries, String geomtype, Integer srid) |
static Geometry | createGeometry (List< Coordinate > coordarray, String geomtype, Integer srid) |
Static Package Attributes | |
static CRSFactory | csFactory = new CRSFactory() |
static CoordinateTransformFactory | ctFactory = new CoordinateTransformFactory() |
static GeometryFactory | fac =new GeometryFactory() |
|
static |
References ReprojectionUtils.fac.
Referenced by ReprojectionUtils.createGeometry(), and ReprojectionUtils.reproject().
|
static |
References ReprojectionUtils.createGeometry().
|
static |
References ReprojectionUtils.fac.
|
static |
|
static |
Referenced by ReprojectionUtils.reproject().
|
static |
References ReprojectionUtils.crsURIToEPSG(), ReprojectionUtils.csFactory, and ReprojectionUtils.ctFactory.
|
static |
|
static |
References ReprojectionUtils.createGeometry(), ReprojectionUtils.crsURIToEPSG(), ReprojectionUtils.csFactory, and ReprojectionUtils.ctFactory.
|
static |
|
static |
|
staticpackage |
Referenced by ReprojectionUtils.reproject().
|
staticpackage |
Referenced by ReprojectionUtils.reproject().
|
staticpackage |
Referenced by ReprojectionUtils.createGeometry(), and ReprojectionUtils.createGeometryCollection().