public interface CoordinateTransform
Modifier and Type | Method and Description |
---|---|
Point |
worldToImage(double x,
double y,
Point p)
Converts from world to image coordinates.
|
Point worldToImage(double x, double y, Point p)
p
is not null
it will be set to the image coordinates, otherwise a new destination object
will be created. In both cases, the resulting point is returned.x
- world X ordinatey
- world Y ordinatep
- object to receive image coordinates (may be null
)Copyright © 2006–2018 GeoSolutions. All rights reserved.