Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
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 IlvAngularUnit |
IlvAngularUnit.DEGREE
The unit representing degrees.
|
static IlvAngularUnit |
IlvAngularUnit.GRAD
The unit representing grads.
|
static IlvAngularUnit |
IlvAngularUnit.RADIAN
The unit representing radians.
|
Constructor and Description |
---|
IlvAngularUnit(IlvAngularUnit source)
Constructs a new angular unit by copying an existing one.
|
Modifier and Type | Method and Description |
---|---|
static IlvAngularUnit |
IlvGeotiffUnitDictionnary.getAngularUnit(int unitCode)
Returns the predefined TIFF unit for a specific code.
|
Modifier and Type | Method and Description |
---|---|
IlvAngularUnit |
IlvMeridian.getUnit()
Returns the unit used to expressed the longitude of this meridian.
|
Constructor and Description |
---|
IlvGeographicCoordinateSystem(String name,
IlvHorizontalDatum datum,
IlvMeridian primeMeridian,
IlvAngularUnit angularUnit,
IlvLinearUnit linearUnit)
Creates a new
IlvGeographicCoordinateSystem from the
specified datum. |
IlvMeridian(String name,
double longitude,
IlvAngularUnit angularUnit)
Constructs a new meridian.
|
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. |
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,
IlvLinearUnit lunit,
IlvAngularUnit aunit)
Returns the WKT name of the specified projection, with its parameters
set as properties, using the specified units.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.