Package | Description |
---|---|
ilog.views.maps.defense.format.asrp |
This package contains classes for reading ASRP files.
|
ilog.views.maps.defense.format.asrp.projection |
Defines ARC System projections, which can be read by an ASRP reader.
|
ilog.views.maps.projection |
Classes to manage projections and georeferencement.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvRasterASRPReader.ASRPProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvAbstractARCProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvTransverseMercatorProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvStereographicProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvPolyconicProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvObliqueMercatorProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvMercatorProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvLambertConformalConicProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvLambertAzimuthalEqualAreaProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvAzimuthalEquidistantProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvAlbersEqualAreaProjection.eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid.
|
protected void |
IlvTransverseMercatorProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvStereographicProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvSinusoidalProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvPolyconicProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvObliqueMercatorProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvMercatorProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvLambertConformalConicProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvLambertAzimuthalEqualAreaProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvCassiniProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvAzimuthalEquidistantProjection.eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid.
|
protected void |
IlvAlbersEqualAreaProjection.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 |
IlvTransverseMercatorProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvStereographicProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvSinusoidalProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected abstract void |
IlvProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvPolyconicProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvOrthographicProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvObliqueMercatorProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvMercatorProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvLambertConformalConicProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvLambertAzimuthalEqualAreaProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvGnomonicProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvEckert6Projection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvAzimuthalEquidistantProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvAlbersEqualAreaProjection.sForward(IlvCoordinate ll)
Implements the projection for a sphere.
|
protected void |
IlvWagner4Projection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvSinusoidalProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvRobinsonProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvPolyconicProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvOrthographicProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvObliqueMercatorProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvMollweideProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvLambertConformalConicProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvLambertAzimuthalEqualAreaProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvEckert6Projection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvEckert4Projection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvCylindricalEqualAreaProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvAzimuthalEquidistantProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
protected void |
IlvAlbersEqualAreaProjection.sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.