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
|
mil.nga.wkb.geom.Point |
transform(mil.nga.wkb.geom.Point from)
Transform the projected point
|
ProjCoordinate |
transform(ProjCoordinate from)
Transform the projected coordinate
|
public ProjCoordinate transform(ProjCoordinate from)
from - public mil.nga.wkb.geom.Point transform(mil.nga.wkb.geom.Point from)
from - public 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.