Package | Description |
---|---|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
ilog.views.maps.labelling |
Provides classes and interfaces for map labelling.
|
ilog.views.maps.projection |
Classes to manage projections and georeferencement.
|
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 |
---|---|
protected IlvMapGeometry |
IlvGeotiffReader.makeGeometry()
Constructs the geometry, which is an
IlvMapImage . |
Modifier and Type | Method and Description |
---|---|
IlvGraphic |
IlvLabeledPointRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes the graphic accordingly to the rule described
in the constructor documentation.
|
IlvGraphic |
IlvLabeledAreaRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes the graphic accordingly to the rule described
in the constructor documentation.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvBadProjectionParameter
This exception is raised when a bad parameter is given to a
function of the package.
|
class |
IlvToleranceConditionException
This exception is raised when the values provided are not within
the limits tolerated by a projection function.
|
class |
IlvUnsupportedProjectionFeature
This exception is raised when a given function or feature is
not supported by the projection.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHorizontalDatumConverter.convert(IlvHorizontalDatum sourceDatum,
IlvHorizontalDatum targetDatum,
IlvCoordinate ll)
Deprecated.
Converts the
ll coordinate representing a geodetic
latitude and longitude expressed in the source horizontal
datum, into a coordinate representing the geodetic latitude and longitude,
expressed in the target horizontal datum. |
IlvHorizontalDatumConverter |
IlvHorizontalDatumConverterFactory.getConverter(IlvHorizontalDatum sourceDatum,
IlvHorizontalDatum targetDatum)
Deprecated.
Returns a converter that can convert coordinates from
the
sourceDatum into the targetDatum . |
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. |
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.
|
IlvCoordinateSystem |
IlvWKTCoordinateSystemFactory.fromWKT(String wkt)
Returns the coordinate system described by the specified WKT.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.