Package | Description |
---|---|
ilog.views.maps.srs.coordsys |
Provides classes and interfaces for Spatial Reference Systems.
|
ilog.views.maps.srs.coordtrans |
Provides transformations between the coordinate 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.
|
Modifier and Type | Field and Description |
---|---|
static IlvGeocentricCoordinateSystem |
IlvGeocentricCoordinateSystem.KERNEL
The default geocentric coordinate system, with units in meters and
the WGS84 datum.
|
Constructor and Description |
---|
IlvGeocentricCoordinateSystem(IlvGeocentricCoordinateSystem source)
Constructs a new
IlvCoordinateSystem by copying an existing one. |
Constructor and Description |
---|
EllipsoidalGeocentric(IlvGeographicCoordinateSystem ellipsoidalCS,
IlvGeocentricCoordinateSystem geoCS)
Constructs a new ellipsoidal to geocentric transformation.
|
GeocentricEllipsoidal(IlvGeocentricCoordinateSystem geoCS,
IlvGeographicCoordinateSystem ellipsoidalCS,
double epsilon)
Constructs the transformation to transform from geocentric coordinates
to ellipsoidal coordinates, with the specified iteration step tolerance.
|
Modifier and Type | Method and Description |
---|---|
String |
IlvWKTCoordinateSystemFactory.toWKT(IlvGeocentricCoordinateSystem cs)
Returns the WKT representation of the specified
IlvGeocentricCoordinateSystem . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.