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.beans |
JViews 7.0 Beans and ready to use GUI components.
|
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.format.cadrg |
This package contains classes for reading CADRG files.
|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
ilog.views.maps.grids |
This package defines a set of classes that display adaptive grids on top of a view.
|
ilog.views.maps.projection |
Classes to manage projections and georeferencement.
|
ilog.views.maps.srs.coordsys |
Provides classes and interfaces for Spatial Reference Systems.
|
ilog.views.maps.srs.wkt |
Provides classes to help translating coordinate
systems and transformations to and from the
OpenGIS Well-Known Text (WKT) encoding.
|
Constructor and Description |
---|
IlpGeographicPositionConverter(IlvProjection projection,
boolean invertY)
Creates a new geographic coordinates converter, based on a projection.
|
IlpGeographicPositionConverter(IlvProjection projection,
boolean invertY,
IlvTransformer transformer)
Creates a new geographic coordinates converter, based on a projection.
|
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvProjectionProperty.getProjection()
Deprecated.
Returns the projection associated with the property
if the projection descriptor specifies a valid projection
in the package.
|
static IlvProjection |
IlvProjectionProperty.GetProjection(IlvManager manager)
Deprecated.
Returns the projection of a manager.
|
Constructor and Description |
---|
IlvProjectionProperty(IlvProjection projection)
Deprecated.
Creates a new
IlvNamedProperty object with a projection. |
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvJCoordinateSystemEditorPanel.getProjection()
Returns The currently selected projection.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvRasterASRPReader.ASRPProjection
Projection encapsulating an
IlvARCProjectionFactory.IlvAbstractARCProjection to ensure that in the
non-polar regions longitude coordinates smaller than the longitude
origin will have a negative projected value. |
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvRasterASRPReader.ASRPProjection.copy()
Copies the object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractARCProjection
Base class for all the projection created by the
IlvARCProjectionFactory.createProjection(int, double, double, double, double)
method. |
class |
IlvNonPolarARCProjection
IlvAbstractARCProjection for the non-polar regions (ARC zone 1-8 and
10 -17). |
class |
IlvNorthPolarARCProjection
IlvAbstractARCProjection for the north pole region (ARC zone 9). |
class |
IlvSouthPolarARCProjection
IlvAbstractARCProjection for the south pole region (ARC zone 18). |
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvSouthPolarARCProjection.copy()
Copies the projection.
|
IlvProjection |
IlvNorthPolarARCProjection.copy()
Copies the projection.
|
IlvProjection |
IlvNonPolarARCProjection.copy()
Copies the projection.
|
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvCADRGCoverage.getProjection()
Deprecated.
Use #getCoordinateSystem instead.
|
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvGeotiffReader.getProjection()
Returns the projection in which the image is expressed.
|
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvMGRSGridZone.getProjection()
Computes the projection to be used for this grid zone.
|
IlvProjection |
IlvGridZone.getProjection()
Returns the projection to be used by inside this grid zone.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAlbersEqualAreaProjection
This class defines the Albers Equal Area Conic projection.
|
class |
IlvAzimuthalEquidistantProjection
This class defines the Azimuthal Equidistant projection.
|
class |
IlvCassiniProjection
This class defines the Cassini projection.
|
class |
IlvConicProjection
This is the base class for all the conic projections in the package.
|
class |
IlvCylindricalEqualAreaProjection
This class defines the Cylindrical Equal Area projection.
|
class |
IlvEckert4Projection
This class defines the Eckert IV projection.
|
class |
IlvEckert6Projection
This class defines the Eckert VI projection.
|
class |
IlvEquidistantCylindricalProjection
This class defines the Equidistant Cylindrical projection.
|
class |
IlvFrenchLambertProjection
This class defines the Lambert projection used in France.
|
class |
IlvGeographicProjection
Deprecated.
Since JViews 5.0, use
ilog.views.maps.srs.coordsys.IlvGeographicCoordinateSystem to describe
coordinate systems expressing coordinates in longitude and latitude.
|
class |
IlvGnomonicProjection
This class defines the Gnomonic projection.
|
class |
IlvLambertAzimuthalEqualAreaProjection
This class defines the Lambert Azimuthal Equal Area projection.
|
class |
IlvLambertConformalConicProjection
This class defines the Lambert Conformal Conic projection.
|
class |
IlvLambertEqualAreaConicProjection
This class defines the Lambert Equal Area projection.
|
class |
IlvMercatorProjection
The Mercator projection, also known as the Wright projection, is the
projection of a sphere on a cylinder which is tangent to the equator.
|
class |
IlvMillerCylindricalProjection
This class defines the Miller Cylindrical projection.
|
class |
IlvMollweideProjection
This class defines the Mollweide projection.
|
class |
IlvObliqueMercatorProjection
The Oblique Mercator Projection.
|
class |
IlvOrthographicProjection
This class defines the Orthographic projection.
|
class |
IlvPolyconicProjection
The polyconic projection offers a good compromise between shape distortion
and area distortion.
|
class |
IlvRobinsonProjection
This class defines the Robinson projection.
|
class |
IlvSinusoidalProjection
This class defines the Sinusoidal projection.
|
class |
IlvStereographicProjection
This class defines the Stereographic projection.
|
class |
IlvTransverseMercatorProjection
This class defines the Transverse Mercator projection.
|
class |
IlvUniversalPolarStereographicProjection
This class defines the Universal Polar Stereographic projection, also known as the
UPS projection.
|
class |
IlvUniversalTransverseMercatorProjection
This class defines Universal Transverse Mercator projections, also known as
the UTM projection.
|
class |
IlvWagner4Projection
This class defines the Wagner IV projection.
|
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvWagner4Projection.copy()
Copies the projection.
|
IlvProjection |
IlvUniversalTransverseMercatorProjection.copy()
Copies the projection.
|
IlvProjection |
IlvUniversalPolarStereographicProjection.copy()
Copies the projection.
|
IlvProjection |
IlvTransverseMercatorProjection.copy()
Copies the projection.
|
IlvProjection |
IlvStereographicProjection.copy()
Copies the projection.
|
IlvProjection |
IlvSinusoidalProjection.copy()
Copies the projection.
|
IlvProjection |
IlvRobinsonProjection.copy()
Copies the projection.
|
abstract IlvProjection |
IlvProjection.copy()
Copies the object.
|
IlvProjection |
IlvPolyconicProjection.copy()
Copies the projection.
|
IlvProjection |
IlvOrthographicProjection.copy()
Copies the projection.
|
IlvProjection |
IlvObliqueMercatorProjection.copy()
Copies the projection.
|
IlvProjection |
IlvMollweideProjection.copy()
Copies the projection.
|
IlvProjection |
IlvMillerCylindricalProjection.copy()
Copies the projection.
|
IlvProjection |
IlvMercatorProjection.copy()
Copies the projection.
|
IlvProjection |
IlvLambertEqualAreaConicProjection.copy()
Copies the projection.
|
IlvProjection |
IlvLambertConformalConicProjection.copy()
Copies the projection.
|
IlvProjection |
IlvLambertAzimuthalEqualAreaProjection.copy()
Copies the projection.
|
IlvProjection |
IlvGnomonicProjection.copy()
Copies the projection.
|
IlvProjection |
IlvGeographicProjection.copy()
Deprecated.
Copies the projection.
|
IlvProjection |
IlvFrenchLambertProjection.copy()
Copies the projection.
|
IlvProjection |
IlvEquidistantCylindricalProjection.copy()
Copies the projection.
|
IlvProjection |
IlvEckert6Projection.copy()
Copies the projection.
|
IlvProjection |
IlvEckert4Projection.copy()
Copies the projection.
|
IlvProjection |
IlvCylindricalEqualAreaProjection.copy()
Copies the projection.
|
IlvProjection |
IlvCassiniProjection.copy()
Copies the projection.
|
IlvProjection |
IlvAzimuthalEquidistantProjection.copy()
Copies the projection.
|
IlvProjection |
IlvAlbersEqualAreaProjection.copy()
Copies the projection.
|
IlvProjection |
IlvProjectionDictionary.getProjection(String name)
Returns the projection corresponding to the string passed as argument.
|
static IlvProjection |
IlvProjection.GetProjection(String description)
Returns a projection from a string in Evenden's format.
|
static IlvProjection |
IlvProjectionUtil.GetProjectionFromCoordinateSystem(IlvCoordinateSystem cs)
Returns an
IlvProjection that corresponds to the
coordinate system passed as argument. |
Modifier and Type | Method and Description |
---|---|
static IlvCoordinateSystem |
IlvProjectionUtil.GetCoordinateSystemFromProjection(IlvProjection p)
Returns an
IlvCoordinateSystem that corresponds to the
projection passed as argument. |
static void |
IlvProjectionUtil.ToViews(IlvCoordinate source,
IlvPoint result,
IlvProjection sourceProjection,
IlvProjection targetProjection)
Converts an
IlvCoordinate object expressed in a
Cartesian coordinate system into an IlvPoint object expressed
in a manager coordinate system. |
Constructor and Description |
---|
IlvProjection(IlvProjection source)
Creates a new
IlvProjection by copying an existing one. |
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvProjectedCoordinateSystem.getProjection()
Returns the projection.
|
Constructor and Description |
---|
IlvProjectedCoordinateSystem(String name,
IlvGeographicCoordinateSystem gcs,
IlvProjection projection,
IlvLinearUnit unit,
String axisName1,
String axisName2)
Creates a new
IlvProjectedCoordinateSystem . |
IlvProjectedCoordinateSystem(String name,
IlvProjection projection)
Creates a new
IlvProjectedCoordinateSystem using the information found in
the specified projection. |
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvWKTProjectionFactory.fromName(String name,
IlvGeographicCoordinateSystem geocs,
IlvLinearUnit lunit,
Properties oparams)
Returns the projection corresponding to the specified name.
|
Modifier and Type | Method and Description |
---|---|
String |
IlvWKTProjectionFactory.toWKT(IlvProjection projection,
boolean withParameters)
Returns the WKT representation of the specified projection.
|
String |
IlvWKTProjectionFactory.toWKT(IlvProjection projection,
boolean withParameters,
IlvLinearUnit lunit,
IlvAngularUnit aunit)
Returns the WKT representation of the specified projection.
|
String |
IlvWKTProjectionFactory.wktName(IlvProjection projection,
Properties params)
Returns the WKT name of the specified projection, with its parameters
set as properties, using meters and degrees.
|
String |
IlvWKTProjectionFactory.wktName(IlvProjection projection,
Properties params,
IlvLinearUnit lunit,
IlvAngularUnit aunit)
Returns the WKT name of the specified projection, with its parameters
set as properties, using the specified units.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.