Package | Description |
---|---|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.defense.format.asrp |
This package contains classes for reading ASRP files.
|
ilog.views.maps.defense.format.cadrg |
This package contains classes for reading CADRG files.
|
ilog.views.maps.defense.format.usrp |
This package contains classes for reading USRP files.
|
ilog.views.maps.defense.terrain |
This package contains classes for terrain analysis.
|
ilog.views.maps.format.dem |
This package contains classes for reading GTOPO30 files.
|
ilog.views.maps.format.dted |
This package contains classes that you can use to read DTED files.
|
ilog.views.maps.format.dxf |
Provides classes to import and georeference DXF files.
|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
ilog.views.maps.format.image |
This package contains classes that you can use to read TIFF,JPG,GIF or PNG files.
|
ilog.views.maps.format.oracle |
This package provides interfaces and classes for dealing with Oracle SDO.
|
ilog.views.maps.format.svg |
This package contains classes that you can use to read SVG files.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
ilog.views.maps.srs.coordtrans |
Provides transformations between the coordinate systems.
|
Constructor and Description |
---|
IlpGeographicPositionConverter(IlvMathTransform transform)
Creates a new geographic coordinates converter, based on an ellipsoidal coordinate transform.
|
IlpGeographicPositionConverter(IlvMathTransform transform,
IlvTransformer transformer)
Creates a new geographic coordinates converter, based on an ellipsoidal coordinate transform.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IlvMapUtil.addLatLonBounds(IlvRect rect,
IlvMathTransform transform,
IlvRect managerBounds,
boolean fullComputation,
int intervals)
Computes the lat/lon enclosed bounds when applying the transformation to the rectangle in manager coordinates.
|
static IlvRect |
IlvMapUtil.computeLatLonBounds(IlvMathTransform transformation,
IlvRect managerBounds)
Computes the lat/lon enclosed bounds when applying the transformation to the rectangle in manager coordinates.
|
static IlvRect |
IlvMapUtil.computeTransformedBounds(IlvMathTransform transformation,
double lon1,
double lat1,
double lon2,
double lat2)
Computes the bounds necessary on a manager to display a lat/lon defined rectangle.
|
static IlvRect |
IlvMapUtil.computeTransformedBounds(IlvMathTransform transformation,
double lon1,
double lat1,
double lon2,
double lat2,
boolean fullComputation,
int intervals)
Computes the bounds necessary on a manager to display a lat/lon defined rectangle.
|
Modifier and Type | Field and Description |
---|---|
protected IlvMathTransform |
IlvRasterASRPReader.internalTransformation
Transformation from x/y to lat/lon data
|
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvRasterASRPReader.getInternalTransformation(int imageIndex)
Return the projection associated with the zone of the file to load.
|
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvRasterCADRGReader.getInternalTransformation(int imageIndex)
Return the projection associated with the raster stored at the given
index.
|
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvRasterUSRPReader.getInternalTransformation(int imageIndex)
Returns a UTM projection set for the zone of the USRP to cover.
|
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvComputedRasterReader.getInternalTransformation(int imageIndex)
Returns
null . |
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvGTopo30Reader.getInternalTransformation(int imageIndex)
Return the projection associated with the raster stored at the given
index.
|
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvRasterDTEDReader.getInternalTransformation(int imageIndex)
Return the projection associated with the raster stored at the given
index.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapDXFReader.setInternalTransformation(IlvMathTransform transformation)
Sets the mathematical transformation to apply to DXF graphical objects to
georeference them.
|
void |
IlvDXFDataSource.setInternalTransformation(IlvMathTransform internalTransformation)
Sets the internal transformation to use when reading the DXF file.
|
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvRasterGeoTiffReader.getInternalTransformation(int imageIndex)
Return the projection associated with the raster stored at the given
index.
|
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvRasterBasicImageReader.getInternalTransformation(int imageIndex)
Return the projection associated with the raster stored at the given
index.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRasterBasicImageReader.setInternalTransformation(IlvMathTransform transformation)
Specifies a mathematical transform to apply when reading the image.
|
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvRasterSDOReader.getInternalTransformation(int imageIndex)
Returns the projection associated with the raster image stored at a
given index.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSVGDataSource.setInternalTransformation(IlvMathTransform internalTransformation)
Sets the internal transformation to use when reading the SVG file.
|
void |
IlvMapSVGReader.setInternalTransformation(IlvMathTransform transformation)
Sets the mathematical transformation to apply to SVG graphical objects so
they can be georeferenced.
|
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvRasterTileLoader.getInternalTransformation()
Returns the internal transformation from lat/lon to raster x/y.
|
abstract IlvMathTransform |
IlvRasterAbstractReader.getInternalTransformation(int imageIndex)
Return the projection associated with the raster stored at the given
index.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbridgedMolodenskyTransform
The Abridged Molodensky transformation transforms from and to datums
using the horizontal shift datums.
|
class |
IlvConcatenatedTransform
A transformation made of the concatenation of multiple transformations.
|
class |
IlvFittedTransform
A transformation that transforms coordinates using a polynomial transform
between two sets of points.
|
class |
IlvGeocentricTransform
The transformation to transform geocentric coordinates to ellipsoidal
and vice versa.
|
static class |
IlvGeocentricTransform.EllipsoidalGeocentric
The transformation to transform ellipsoidal coordinates to geocentric
coordinates.
|
static class |
IlvGeocentricTransform.GeocentricEllipsoidal
The transformation to transform geocentric coordinates to ellipsoidal
coordinates.
|
class |
IlvMapAffineTransform
This class defines an affine transformation.
|
class |
IlvProjectionTransform
The transformation to transform ellipsoidal coordinates to and from
projected cartographic coordinate systems.
|
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
IlvProjectionTransform.getInverse()
Returns the inverse transformation.
|
IlvMathTransform |
IlvMathTransform.getInverse()
Returns the inverse transformation of this transformation.
|
IlvMathTransform |
IlvMapAffineTransform.getInverse()
Returns the inverse transformation.
|
IlvMathTransform |
IlvGeocentricTransform.GeocentricEllipsoidal.getInverse()
Returns the inverse transformation.
|
IlvMathTransform |
IlvGeocentricTransform.EllipsoidalGeocentric.getInverse()
Returns the inverse transformation.
|
IlvMathTransform |
IlvFittedTransform.getInverse()
Returns the inverse transformation of this transformation.
|
IlvMathTransform |
IlvConcatenatedTransform.getInverse()
Returns the inverse transformation of this transformation.
|
IlvMathTransform |
IlvAbridgedMolodenskyTransform.getInverse()
Returns the inverse transformation.
|
IlvMathTransform |
IlvCoordinateTransformation.getTransform()
Returns the transformation associated to this transformation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvGeocentricTransform.GeocentricEllipsoidal.equals(IlvMathTransform obj)
Compares the argument to the receiver, and answers true
if they represent the same object.
|
Constructor and Description |
---|
IlvConcatenatedTransform(IlvMathTransform[] ct)
Constructs a concatenated transformation with the specified
transformations.
|
IlvCoordinateTransformation(IlvCoordinateSystem sourceCS,
IlvCoordinateSystem targetCS,
IlvMathTransform transform)
Constructor.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.