|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.projection.IlvProjection
ilog.views.maps.projection.IlvGeographicProjection
public class IlvGeographicProjection
This class defines the Geographic projection. It outputs the latitude and longitude in degrees. The unit converter of the projection is initialized by the projection to convert degrees into meters at the equator.
| Field Summary |
|---|
| Fields inherited from class ilog.views.maps.projection.IlvProjection |
|---|
CONFORMAL, EQUAL_AREA, NONE |
| Constructor Summary | |
|---|---|
IlvGeographicProjection()
Deprecated. Creates an instance of the class IlvGeographicProjection. |
|
IlvGeographicProjection(IlvGeographicProjection source)
Deprecated. Creates a new IlvGeographicProjection
by copying an existing one. |
|
IlvGeographicProjection(IlvInputStream stream)
Deprecated. Reads the object from an IlvInputStream. |
|
| Method Summary | |
|---|---|
IlvProjection |
copy()
Deprecated. Copies the projection. |
void |
setEllipsoid(IlvEllipsoid ellipsoid)
Deprecated. Sets the ellipsoid used for the projection and updates the unit converter. |
void |
setLLCenter(double lon,
double lat)
Deprecated. Does nothing. |
void |
setUnit(IlvLinearUnit unit)
Deprecated. Does nothing. |
protected void |
sForward(IlvCoordinate ll)
Deprecated. Implements the projection for a sphere. |
protected void |
sInverse(IlvCoordinate xy)
Deprecated. Implements the inverse projection for a sphere. |
String |
toString()
Deprecated. Converts the projection to a string with Evenden's format. |
| Methods inherited from class ilog.views.maps.projection.IlvProjection |
|---|
addDescription, adjustLongitude, eForward, eInverse, equals, forward, forward, getCentralMeridian, getCentralParallel, getDatum, getEllipsoid, getFalseEasting, getFalseNorthing, GetProjection, getProperty, getUnit, getXYOffset, inverse, inverse, inverse, isEllipsoidEnabled, isGeocentric, isInverseEnabled, isUsingLongitudeReduction, setCentralMeridian, setCentralParallel, setDatum, setFalseEasting, setFalseNorthing, setGeocentric, setUsingLongitudeReduction, setXYOffset, write |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvGeographicProjection()
IlvGeographicProjection.
public IlvGeographicProjection(IlvInputStream stream)
throws IlvReadFileException
IlvInputStream.
stream - The input stream.
IlvReadFileException - If the format is not correct.public IlvGeographicProjection(IlvGeographicProjection source)
IlvGeographicProjection
by copying an existing one.
source - The projection that is copied.| Method Detail |
|---|
public IlvProjection copy()
copy in class IlvProjectionprotected void sForward(IlvCoordinate ll)
sForward in class IlvProjectionll - The longitude/latitude coordinates in radians
(x = longitude, y = latitude).protected void sInverse(IlvCoordinate xy)
sInverse in class IlvProjectionxy - The Cartesian coordinates.IlvProjection.inverse(ilog.views.IlvPoint),
IlvProjection.isInverseEnabled()public void setUnit(IlvLinearUnit unit)
setUnit in class IlvProjectionunit - The unit.IlvProjectedCoordinateSystem
public void setLLCenter(double lon,
double lat)
setLLCenter in class IlvProjectionlon - The central meridian in radians.lat - The central parallel in radians.IlvProjectionUtil.DegreeToRadian(double),
IlvProjectionUtil.DMSToRadian(java.lang.String)public void setEllipsoid(IlvEllipsoid ellipsoid)
setEllipsoid in class IlvProjectionellipsoid - The ellipsoid.IlvEllipsoidpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||