Package | Description |
---|---|
ilog.views.maps.beans |
JViews 7.0 Beans and ready to use GUI components.
|
ilog.views.maps.format.midmif |
This package provides classes for loading MapInfo® Mid/Mif files.
|
ilog.views.maps.projection |
Classes to manage projections and georeferencement.
|
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 | Method and Description |
---|---|
IlvHorizontalDatum |
IlvJCoordinateSystemEditorPanel.getDatum()
Returns The currently selected datum.
|
Modifier and Type | Method and Description |
---|---|
IlvHorizontalDatum |
IlvMIFCoordinateSystemFactory.getDatum(int index)
Returns the datum corresponding to the specified index.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvHorizontalShiftDatum
This class describes a horizontal datum defined by a translation of
the ellipsoid.
|
Modifier and Type | Method and Description |
---|---|
IlvHorizontalDatum |
IlvProjection.getDatum()
Deprecated.
Since JViews 5.0, the datum is managed at the coordinate
system level.
|
IlvHorizontalDatum |
IlvHorizontalDatumCollection.getDatum(String name)
Returns the datum of specified name if present in the collection.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IlvHorizontalDatum> |
IlvHorizontalDatumCollection.getDatums()
Returns the enumeration of datums.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMolodenskyConverter.convert(IlvHorizontalDatum sourceDatum,
IlvHorizontalDatum targetDatum,
IlvCoordinate ll)
Deprecated.
Converts the
ll coordinate representing a geodetic
latitude and longitude expressed in the horizontal datum
sourceDatum
into a coordinate representing the geodetic latitude and longitude
expressed in the horizontal datum targetDatum . |
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. |
boolean |
IlvHorizontalShiftDatum.equivalent(IlvHorizontalDatum d)
Returns
true if the datum passed as the argument
is equivalent to the object. |
abstract boolean |
IlvHorizontalDatum.equivalent(IlvHorizontalDatum d)
Returns
true , if the datum passed as the argument
describes the same coordinate system as the current object. |
IlvHorizontalDatumConverter |
IlvHorizontalDatumConverterFactory.getConverter(IlvHorizontalDatum sourceDatum,
IlvHorizontalDatum targetDatum)
Deprecated.
Returns a converter that can convert coordinates from
the
sourceDatum into the targetDatum . |
void |
IlvProjection.setDatum(IlvHorizontalDatum datum)
Deprecated.
Since JViews 5.0, the datum is managed at the coordinate
system level.
|
Modifier and Type | Method and Description |
---|---|
IlvHorizontalDatum |
IlvGeographicCoordinateSystem.getDatum()
Returns the datum of this coordinate system.
|
IlvHorizontalDatum |
IlvGeocentricCoordinateSystem.getHorizontalDatum()
Returns the horizontal datum of this geocentric coordinate system.
|
Constructor and Description |
---|
IlvGeocentricCoordinateSystem(String name,
IlvLinearUnit unit,
IlvHorizontalDatum datum)
Constructs a new geocentric coordinate system.
|
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 |
---|---|
IlvHorizontalDatum |
IlvWKTDatumFactory.fromName(String name,
IlvEllipsoid ellipsoid)
Returns the datum from the specified name.
|
Modifier and Type | Method and Description |
---|---|
String |
IlvWKTDatumFactory.toWKT(IlvHorizontalDatum datum)
Returns the WKT representation of the specified datum.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.