@Deprecated public class IlvGeographicProjection extends IlvProjection
CONFORMAL, EQUAL_AREA, NONE
Constructor and Description |
---|
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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.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 setUnit(IlvLinearUnit unit)
setUnit
in class IlvProjection
unit
- The unit.IlvProjectedCoordinateSystem
public void setLLCenter(double lon, double lat)
setLLCenter
in class IlvProjection
lon
- 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 IlvProjection
ellipsoid
- The ellipsoid.IlvEllipsoid
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.