public class IlvMillerCylindricalProjection extends IlvProjection
This type of projection does not support non-spherical ellipsoids.
CONFORMAL, EQUAL_AREA, NONE
Constructor and Description |
---|
IlvMillerCylindricalProjection()
Creates an instance of the class
IlvMillerCylindricalProjection . |
IlvMillerCylindricalProjection(IlvInputStream stream)
Reads the object from an
IlvInputStream . |
IlvMillerCylindricalProjection(IlvMillerCylindricalProjection source)
Creates a new
IlvMillerCylindricalProjection
by copying an existing one. |
Modifier and Type | Method and Description |
---|---|
IlvProjection |
copy()
Copies the projection.
|
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 . |
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, setEllipsoid, setFalseEasting, setFalseNorthing, setGeocentric, setLLCenter, setUnit, setUsingLongitudeReduction, setXYOffset
public IlvMillerCylindricalProjection()
IlvMillerCylindricalProjection
.public IlvMillerCylindricalProjection(IlvInputStream stream) throws IlvReadFileException
IlvInputStream
.stream
- the input stream.IlvReadFileException
- if the format is not correct.public IlvMillerCylindricalProjection(IlvMillerCylindricalProjection source)
IlvMillerCylindricalProjection
by copying an existing one.source
- the projection that is copied.public IlvProjection copy()
copy
in class IlvProjection
protected void sForward(IlvCoordinate ll)
sForward
in class IlvProjection
ll
- the longitude/latitude coordinates in radians
(x = longitude, y = latitude)protected void sInverse(IlvCoordinate xy)
sInverse
in class IlvProjection
xy
- the Cartesian coordinates.IlvProjection.inverse(ilog.views.IlvPoint)
,
IlvProjection.isInverseEnabled()
public void write(IlvOutputStream stream) throws IOException
IlvOutputStream
.write
in interface IlvPersistentObject
write
in class IlvProjection
stream
- the output stream.IOException
- thrown when an exception occurs during
the write operation for this object.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.