Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvMIFCoordinateSystemFactory.getCSFromMidMIF(int proj_type,
int datum,
double[] datumParam,
String unit,
double[] params)
Returns a Rogue Wave JViews coordinate system corresponding to a
MIF projection specification.
|
IlvCoordinateSystem |
IlvMIFCoordinateSystemFactory.getCSFromMidMIF(String name,
int proj_type,
int datum,
double[] datumParam,
String unit,
double[] params)
Returns a Rogue Wave JViews coordinate system corresponding to a
MIF projection specification.
|
Modifier and Type | Method and Description |
---|---|
static double |
IlvProjectionUtil.DMSToDegree(String value)
Converts a string specifying an angle in degrees, minutes,
and seconds to degrees.
|
static double |
IlvProjectionUtil.DMSToRadian(String value)
Converts a string specifying an angle in degrees, minutes,
and seconds to radians.
|
static IlvProjection |
IlvProjection.GetProjection(String description)
Returns a projection from a string in Evenden's format.
|
void |
IlvFrenchLambertProjection.setMode(int mode)
Specifies the mode of the Lambert projection.
|
void |
IlvObliqueMercatorProjection.setProjectionCenter(IlvCoordinate center,
double azimuth)
Sets the projection origin an azimuth.
|
void |
IlvObliqueMercatorProjection.setProjectionCylinders(IlvCoordinate p1,
IlvCoordinate p2)
Sets the two points defining this projection.
|
void |
IlvConicProjection.setSecantLatitude1(double secantLat1)
Sets the first latitude at which the cone intersects with the earth.
|
void |
IlvConicProjection.setSecantLatitude2(double secantLat2)
Sets the second latitude at which the cone intersects with the earth.
|
void |
IlvLambertEqualAreaConicProjection.setSecantLatitudes(IlvCoordinate secant)
Sets the latitudes at which the cone intersects with the earth.
|
void |
IlvLambertConformalConicProjection.setSecantLatitudes(IlvCoordinate secant)
Sets the secant latitudes of the projection.
|
void |
IlvConicProjection.setSecantLatitudes(IlvCoordinate secant)
Sets the latitudes at which the cone intersects with the earth.
|
void |
IlvAlbersEqualAreaProjection.setSecantLatitudes(IlvCoordinate secant)
Sets the secant latitudes of the projection.
|
void |
IlvLambertEqualAreaConicProjection.setSouth(boolean south)
Sets the projection for the specified hemisphere.
|
void |
IlvUniversalTransverseMercatorProjection.setZone(int zone)
Sets the UTM zone to which the projection applies.
|
Constructor and Description |
---|
IlvAlbersEqualAreaProjection(double lat1,
double lat2)
Creates an instance of the class
IlvAlbersEqualAreaProjection
and specifies its secant latitudes. |
IlvFrenchLambertProjection(int mode)
Creates an instance of the class
IlvFrenchLambertProjection
and initializes it to the specified mode. |
IlvLambertConformalConicProjection(double lat1,
double lat2)
Creates an instance of the class
IlvLambertConformalConicProjection
and specifies its secant latitudes. |
IlvLambertEqualAreaConicProjection(double lat1,
boolean south)
Creates an instance of the class
IlvLambertEqualAreaConicProjection
and specifies its secant latitudes. |
IlvObliqueMercatorProjection(IlvCoordinate center,
double azimuth)
Creates an instance of
IlvObliqueMercatorProjection . |
IlvObliqueMercatorProjection(IlvCoordinate p1,
IlvCoordinate p2)
Creates an instance of
IlvObliqueMercatorProjection . |
IlvUniversalTransverseMercatorProjection(int zone)
Creates an instance of the class
IlvUniversalTransverseMercatorProjection and specifies
the UTM zone. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.