public class CRSTransformation extends Object
| Constructor and Description |
|---|
CRSTransformation() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Envelope |
Transform(String sourceEpsgCRSCode,
String targetEpsgCRSCode,
com.vividsolutions.jts.geom.Envelope sourceObject)
Transform.
|
static com.vividsolutions.jts.geom.Point |
Transform(String sourceEpsgCRSCode,
String targetEpsgCRSCode,
com.vividsolutions.jts.geom.Point sourceObject)
Transform.
|
static com.vividsolutions.jts.geom.Polygon |
Transform(String sourceEpsgCRSCode,
String targetEpsgCRSCode,
com.vividsolutions.jts.geom.Polygon sourceObject)
Transform.
|
public static com.vividsolutions.jts.geom.Point Transform(String sourceEpsgCRSCode, String targetEpsgCRSCode, com.vividsolutions.jts.geom.Point sourceObject)
sourceEpsgCRSCode - the source epsg CRS codetargetEpsgCRSCode - the target epsg CRS codesourceObject - the source objectpublic static com.vividsolutions.jts.geom.Polygon Transform(String sourceEpsgCRSCode, String targetEpsgCRSCode, com.vividsolutions.jts.geom.Polygon sourceObject)
sourceEpsgCRSCode - the source epsg CRS codetargetEpsgCRSCode - the target epsg CRS codesourceObject - the source objectpublic static com.vividsolutions.jts.geom.Envelope Transform(String sourceEpsgCRSCode, String targetEpsgCRSCode, com.vividsolutions.jts.geom.Envelope sourceObject)
sourceEpsgCRSCode - the source epsg CRS codetargetEpsgCRSCode - the target epsg CRS codesourceObject - the source objectCopyright © 2017. All rights reserved.