Package | Description |
---|---|
ilog.views.maps.beans |
JViews 7.0 Beans and ready to use GUI components.
|
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 | Method and Description |
---|---|
IlvGeographicCoordinateSystem |
IlvJCoordinateViewer.getGeographicCoordinateSystem()
Returns the geographic coordinate system used by this coordinate viewer.
|
IlvGeographicCoordinateSystem |
IlvCoordinateViewer.getGeographicCoordinateSystem()
Returns the geographic coordinate system used by this coordinate viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJCoordinateViewer.setGeographicCoordinateSystem(IlvGeographicCoordinateSystem gcs)
Sets a geographic coordinate system on the coordinate viewer.
|
void |
IlvCoordinateViewer.setGeographicCoordinateSystem(IlvGeographicCoordinateSystem gcs)
Sets a geographic coordinate system on the coordinate viewer.
|
Modifier and Type | Field and Description |
---|---|
static IlvGeographicCoordinateSystem |
IlvGeographicCoordinateSystem.KERNEL
The Kernel geographic coordinate.
|
static IlvGeographicCoordinateSystem |
IlvGeographicCoordinateSystem.WGS84
The WGS84 Geographic Coordinate System.
|
Modifier and Type | Method and Description |
---|---|
IlvGeographicCoordinateSystem |
IlvProjectedCoordinateSystem.getGeographicCoordinateSystem()
Returns the associated geographic coordinate system.
|
Constructor and Description |
---|
IlvGeographicCoordinateSystem(IlvGeographicCoordinateSystem source)
Copy constructor.
|
IlvProjectedCoordinateSystem(String name,
IlvGeographicCoordinateSystem gcs,
IlvProjection projection,
IlvLinearUnit unit,
String axisName1,
String axisName2)
Creates a new
IlvProjectedCoordinateSystem . |
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.
|
IlvAbridgedMolodenskyTransform(IlvGeographicCoordinateSystem gcs)
Returns an abridged Molodensky transformation to transform geographic
coordinates from the specified geographic coordinate system to the
kernel geographic coordinate system.
|
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.
|
String |
IlvWKTCoordinateSystemFactory.toWKT(IlvGeographicCoordinateSystem cs)
Returns the WKT representation of the specified
IlvGeographicCoordinateSystem . |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.