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
|
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 - public Geometry transform(Geometry geometry)
geometry - public Point transform(Point from)
from - public LineString transform(LineString lineString)
lineString - public Polygon transform(Polygon polygon)
polygon - public MultiPoint transform(MultiPoint multiPoint)
multiPoint - public MultiLineString transform(MultiLineString multiLineString)
multiLineString - public MultiPolygon transform(MultiPolygon multiPolygon)
multiPolygon - public CircularString transform(CircularString circularString)
circularString - public CompoundCurve transform(CompoundCurve compoundCurve)
compoundCurve - public PolyhedralSurface transform(PolyhedralSurface polyhedralSurface)
polyhedralSurface - public TIN transform(TIN tin)
tin - public Triangle transform(Triangle triangle)
triangle - public GeometryCollection<Geometry> transform(GeometryCollection<Geometry> geometryCollection)
geometryCollection - Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.