public class GeometryProjectionTransform extends Object
| Constructor and Description |
|---|
GeometryProjectionTransform(ProjectionTransform transform)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CircularString |
transform(CircularString circularString)
Transform the projected circular string
|
CompoundCurve |
transform(CompoundCurve compoundCurve)
Transform the projected compound curve
|
<T extends Curve> |
transform(CurvePolygon<T> curvePolygon)
Transform the projected curve polygon
|
Geometry |
transform(Geometry geometry)
Transform the geometry
|
GeometryCollection<Geometry> |
transform(GeometryCollection<Geometry> geometryCollection)
Transform the projected geometry collection
|
LineString |
transform(LineString lineString)
Transform the projected line string
|
MultiLineString |
transform(MultiLineString multiLineString)
Transform the projected multi line string
|
MultiPoint |
transform(MultiPoint multiPoint)
Transform the projected multi point
|
MultiPolygon |
transform(MultiPolygon multiPolygon)
Transform the projected multi polygon
|
Point |
transform(Point from)
Transform the projected point
|
Polygon |
transform(Polygon polygon)
Transform the projected polygon
|
PolyhedralSurface |
transform(PolyhedralSurface polyhedralSurface)
Transform the projected polyhedral surface
|
TIN |
transform(TIN tin)
Transform the projected TIN
|
Triangle |
transform(Triangle triangle)
Transform the projected triangle
|
public GeometryProjectionTransform(ProjectionTransform transform)
transform - projection transformpublic Geometry transform(Geometry geometry)
geometry - geometrypublic Point transform(Point from)
from - from pointpublic LineString transform(LineString lineString)
lineString - line stringpublic Polygon transform(Polygon polygon)
polygon - polygonpublic MultiPoint transform(MultiPoint multiPoint)
multiPoint - multi pointpublic MultiLineString transform(MultiLineString multiLineString)
multiLineString - multi line stringpublic MultiPolygon transform(MultiPolygon multiPolygon)
multiPolygon - multi polygonpublic CircularString transform(CircularString circularString)
circularString - circular stringpublic CompoundCurve transform(CompoundCurve compoundCurve)
compoundCurve - compound curvepublic <T extends Curve> CurvePolygon<T> transform(CurvePolygon<T> curvePolygon)
T - curve typecurvePolygon - curve polygonpublic PolyhedralSurface transform(PolyhedralSurface polyhedralSurface)
polyhedralSurface - polyhedral surfacepublic TIN transform(TIN tin)
tin - TINpublic Triangle transform(Triangle triangle)
triangle - trianglepublic GeometryCollection<Geometry> transform(GeometryCollection<Geometry> geometryCollection)
geometryCollection - geometry collectionCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.