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
|
org.osgeo.proj4j.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
|
org.osgeo.proj4j.ProjCoordinate |
transform(org.osgeo.proj4j.ProjCoordinate from)
Transform the projected coordinate
|
public org.osgeo.proj4j.ProjCoordinate transform(org.osgeo.proj4j.ProjCoordinate from)
from - from coordinatepublic Point transform(Point from)
from - pointpublic Geometry transform(Geometry from)
from - geometrypublic BoundingBox transform(BoundingBox boundingBox)
boundingBox - bounding boxpublic double[] transform(double x,
double y)
x - x coordinatey - y coordinatepublic Projection getFromProjection()
public Projection getToProjection()
public org.osgeo.proj4j.CoordinateTransform getTransform()
Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.