Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static IlvMeridian |
IlvMeridian.GREENWICH
The Greenwich meridian.
|
static IlvMeridian |
IlvMeridian.PARIS
The Paris meridian.
|
Modifier and Type | Method and Description |
---|---|
IlvMeridian |
IlvGeographicCoordinateSystem.getPrimeMeridian()
Returns the prime meridian.
|
Constructor and Description |
---|
IlvGeographicCoordinateSystem(IlvHorizontalDatum datum,
IlvMeridian primeMeridian)
Creates a new
IlvGeographicCoordinateSystem from the
specified datum. |
IlvGeographicCoordinateSystem(String name,
IlvHorizontalDatum datum,
IlvMeridian primeMeridian,
IlvAngularUnit angularUnit,
IlvLinearUnit linearUnit)
Creates a new
IlvGeographicCoordinateSystem from the
specified datum. |
IlvGeographicCoordinateSystem(String name,
IlvMeridian primeMeridian,
IlvUnit[] units,
String[] axisNames,
IlvHorizontalDatum datum)
Constructs a new
IlvGeographicCoordinateSystem using the
specified parameters. |
Modifier and Type | Method and Description |
---|---|
String |
IlvWKTCoordinateSystemFactory.toWKT(IlvMeridian meridian,
IlvAngularUnit unit)
Returns the WKT representation of the specified
IlvMeridian ,
using the specified unit to express the longitude. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.