Package | Description |
---|---|
ilog.views.maps.projection |
Classes to manage projections and georeferencement.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
void |
IlvProjection.forward(IlvCoordinate ll)
Converts the parameter
IlvCoordinate representing a latitude and a
longitude to Cartesian coordinates (x,y). |
void |
IlvProjection.forward(IlvPoint ll)
Converts the parameter
IlvPoint representing a latitude and a
longitude to Cartesian coordinates (x,y). |
void |
IlvProjection.inverse(IlvCoordinate xy)
Converts the parameter
IlvCoordinate representing Cartesian
coordinates to a latitude and a longitude. |
void |
IlvProjection.inverse(IlvPoint xy)
Converts the
IlvPoint representing Cartesian
coordinates to a latitude and a longitude. |
IlvPoint |
IlvProjection.inverse(MouseEvent e)
Converts the coordinates of the
MouseEvent to a latitude and a
longitude expressed in radians. |
protected void |
IlvProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.