public class ProjectionTransform extends Object
| Modifier and Type | Method and Description |
|---|---|
Projection |
getFromProjection()
Get the from projection in the transform
|
Projection |
getToProjection()
Get the to projection in the transform
|
CoordinateTransform |
getTransform()
Get the transform
|
BoundingBox |
transform(BoundingBox boundingBox)
Transform the bounding box
|
double[] |
transform(double x,
double y)
Transform a x and y location
|
Geometry |
transform(Geometry from)
Transform the projected geometry
|
Point |
transform(Point from)
Transform the projected point
|
ProjCoordinate |
transform(ProjCoordinate from)
Transform the projected coordinate
|
public ProjCoordinate transform(ProjCoordinate from)
from - public Point transform(Point from)
from - pointpublic Geometry transform(Geometry from)
from - geometrypublic BoundingBox transform(BoundingBox boundingBox)
boundingBox - public double[] transform(double x,
double y)
x - public Projection getFromProjection()
public Projection getToProjection()
public CoordinateTransform getTransform()
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.