|
||||||||||
| 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.IlvSinusoidalProjection
public class IlvSinusoidalProjection
This class defines the Sinusoidal projection. This projection is a pseudocylindrical projection.
This projection is also known as:
This projection supports both spherical and non-spherical ellipsoids, and implements an inverse function.
This projection is Equal Area.
| Field Summary |
|---|
| Fields inherited from class ilog.views.maps.projection.IlvProjection |
|---|
CONFORMAL, EQUAL_AREA, NONE |
| Constructor Summary | |
|---|---|
IlvSinusoidalProjection()
Creates an instance of the class IlvSinusoidalProjection. |
|
IlvSinusoidalProjection(IlvInputStream stream)
Reads the object from an IlvInputStream. |
|
IlvSinusoidalProjection(IlvSinusoidalProjection source)
Creates a new IlvSinusoidalProjection. |
|
| Method Summary | |
|---|---|
IlvProjection |
copy()
Copies the projection. |
protected void |
eForward(IlvCoordinate ll)
Implements the projection for an ellipsoid. |
protected void |
eInverse(IlvCoordinate xy)
Implements the inverse projection for an ellipsoid. |
void |
setEllipsoid(IlvEllipsoid ellipsoid)
Sets the ellipsoid used for the projection ellipsoid. |
protected void |
sForward(IlvCoordinate ll)
Implements the projection for a sphere. |
protected void |
sInverse(IlvCoordinate xy)
Implements the inverse projection for a sphere. |
String |
toString()
Converts the projection to a string with Evenden's format. |
void |
write(IlvOutputStream stream)
Writes the object to an IlvOutputStream. |
| Methods inherited from class ilog.views.maps.projection.IlvProjection |
|---|
addDescription, adjustLongitude, 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, setLLCenter, setUnit, setUsingLongitudeReduction, setXYOffset |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvSinusoidalProjection()
IlvSinusoidalProjection.
public IlvSinusoidalProjection(IlvInputStream stream)
throws IlvReadFileException
IlvInputStream.
stream - The input stream.
IlvReadFileException - If the format is not correct.public IlvSinusoidalProjection(IlvSinusoidalProjection source)
IlvSinusoidalProjection.
by copying an existing one.
source - The graphic object that is copied.| Method Detail |
|---|
public IlvProjection copy()
copy in class IlvProjectionprotected void eForward(IlvCoordinate ll)
eForward in class IlvProjectionll - The longitude/latitude coordinates in radians
(x = longitude, y = latitude).
protected void eInverse(IlvCoordinate xy)
throws IlvToleranceConditionException
eInverse in class IlvProjectionxy - The Cartesian coordinates.
IlvToleranceConditionException - If the values are not within
the tolerated limits.IlvProjection.inverse(ilog.views.IlvPoint),
IlvProjection.isEllipsoidEnabled(),
IlvProjection.isInverseEnabled()
protected void sForward(IlvCoordinate ll)
throws IlvToleranceConditionException
sForward in class IlvProjectionll - The longitude/latitude coordinates in radians
(x = longitude, y = latitude).
IlvToleranceConditionException - If the values are not within the
tolerated limits.
protected void sInverse(IlvCoordinate xy)
throws IlvToleranceConditionException
sInverse in class IlvProjectionxy - The Cartesian coordinates.
IlvToleranceConditionException - If the values are not within
the tolerated limits.IlvProjection.inverse(ilog.views.IlvPoint),
IlvProjection.isInverseEnabled()public void setEllipsoid(IlvEllipsoid ellipsoid)
setEllipsoid in class IlvProjectionellipsoid - The ellipsoid.IlvEllipsoid
public void write(IlvOutputStream stream)
throws IOException
IlvOutputStream.
write in interface IlvPersistentObjectwrite in class IlvProjectionstream - The output stream.
IOException - thrown when an exception occurs during
the write operation for this object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||