public class ProjectionTransformer
extends org.locationtech.jts.geom.util.GeometryTransformer
| Constructor and Description |
|---|
ProjectionTransformer(int sourceSrid,
int targetSrid)
Creates a transformer that reprojects geometries with the provided SRIDs.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.locationtech.jts.geom.CoordinateSequence |
transformCoordinates(org.locationtech.jts.geom.CoordinateSequence coordinateSequence,
org.locationtech.jts.geom.Geometry parent) |
protected org.locationtech.jts.geom.Geometry |
transformGeometryCollection(org.locationtech.jts.geom.GeometryCollection geom,
org.locationtech.jts.geom.Geometry parent) |
protected org.locationtech.jts.geom.Geometry |
transformLinearRing(org.locationtech.jts.geom.LinearRing geom,
org.locationtech.jts.geom.Geometry parent) |
protected org.locationtech.jts.geom.Geometry |
transformLineString(org.locationtech.jts.geom.LineString geom,
org.locationtech.jts.geom.Geometry parent) |
protected org.locationtech.jts.geom.Geometry |
transformMultiLineString(org.locationtech.jts.geom.MultiLineString geom,
org.locationtech.jts.geom.Geometry parent) |
protected org.locationtech.jts.geom.Geometry |
transformMultiPoint(org.locationtech.jts.geom.MultiPoint geom,
org.locationtech.jts.geom.Geometry parent) |
protected org.locationtech.jts.geom.Geometry |
transformMultiPolygon(org.locationtech.jts.geom.MultiPolygon geom,
org.locationtech.jts.geom.Geometry parent) |
protected org.locationtech.jts.geom.Geometry |
transformPoint(org.locationtech.jts.geom.Point geom,
org.locationtech.jts.geom.Geometry parent) |
protected org.locationtech.jts.geom.Geometry |
transformPolygon(org.locationtech.jts.geom.Polygon geom,
org.locationtech.jts.geom.Geometry parent) |
public ProjectionTransformer(int sourceSrid,
int targetSrid)
sourceSrid - the source SRIDtargetSrid - the target SRIDprotected org.locationtech.jts.geom.CoordinateSequence transformCoordinates(org.locationtech.jts.geom.CoordinateSequence coordinateSequence,
org.locationtech.jts.geom.Geometry parent)
transformCoordinates in class org.locationtech.jts.geom.util.GeometryTransformerprotected org.locationtech.jts.geom.Geometry transformPoint(org.locationtech.jts.geom.Point geom,
org.locationtech.jts.geom.Geometry parent)
transformPoint in class org.locationtech.jts.geom.util.GeometryTransformerprotected org.locationtech.jts.geom.Geometry transformMultiPoint(org.locationtech.jts.geom.MultiPoint geom,
org.locationtech.jts.geom.Geometry parent)
transformMultiPoint in class org.locationtech.jts.geom.util.GeometryTransformerprotected org.locationtech.jts.geom.Geometry transformLinearRing(org.locationtech.jts.geom.LinearRing geom,
org.locationtech.jts.geom.Geometry parent)
transformLinearRing in class org.locationtech.jts.geom.util.GeometryTransformerprotected org.locationtech.jts.geom.Geometry transformLineString(org.locationtech.jts.geom.LineString geom,
org.locationtech.jts.geom.Geometry parent)
transformLineString in class org.locationtech.jts.geom.util.GeometryTransformerprotected org.locationtech.jts.geom.Geometry transformMultiLineString(org.locationtech.jts.geom.MultiLineString geom,
org.locationtech.jts.geom.Geometry parent)
transformMultiLineString in class org.locationtech.jts.geom.util.GeometryTransformerprotected org.locationtech.jts.geom.Geometry transformPolygon(org.locationtech.jts.geom.Polygon geom,
org.locationtech.jts.geom.Geometry parent)
transformPolygon in class org.locationtech.jts.geom.util.GeometryTransformerprotected org.locationtech.jts.geom.Geometry transformMultiPolygon(org.locationtech.jts.geom.MultiPolygon geom,
org.locationtech.jts.geom.Geometry parent)
transformMultiPolygon in class org.locationtech.jts.geom.util.GeometryTransformerprotected org.locationtech.jts.geom.Geometry transformGeometryCollection(org.locationtech.jts.geom.GeometryCollection geom,
org.locationtech.jts.geom.Geometry parent)
transformGeometryCollection in class org.locationtech.jts.geom.util.GeometryTransformerCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.