Package com.luciad.projection
Interface ILcdCylindrical
- All Superinterfaces:
ILcdProjection
,ILcdPropertyChangeSource
,Serializable
- All Known Implementing Classes:
ALcdCylindrical
,TLcdEckertIV
,TLcdEckertVI
,TLcdEllipsoidalEquidistantCylindrical
,TLcdEquidistantCylindrical
,TLcdMercator
,TLcdMillerCylindrical
,TLcdMollweide
,TLcdPseudoMercator
,TLcdSimpleRectangular
An
ILcdCylindrical
is an ILcdProjection
that is
obtained by wrapping a cylinder around the earth globe such that it touches
the equator. Meridians are projected on the cylinder from the center of the
globe and they are straight lines on the map. The central meridian is
determined by its longitude and determines the position of the origin of the
ILcdCylindrical
, which is always on the equator. -
Field Summary
Fields inherited from interface com.luciad.projection.ILcdProjection
EPSILON
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Gets the longitude of the centralMeridian of thisILcdCylindrical
.void
setCentralMeridian
(double aLongitude) Sets the centralMeridian to the meridian with longitudeaLongitude
.Methods inherited from interface com.luciad.projection.ILcdProjection
boundaryLats, boundaryLons, clone, equals, getOrigin, inLonLatBounds, inWorldBoundsOnEllipsoid, inWorldBoundsOnSphere, isAllInBounds, isContinuous, loadProperties, lonlatheight2worldOnEllipsoidSFCT, lonlatheight2worldOnSphereSFCT, toString, world2DEditableBoundsOnEllipsoidSFCT, world2DEditableBoundsOnSphereSFCT, world2lonlatOnEllipsoidSFCT, world2lonlatOnSphereSFCT, writePropertiesSFCT
Methods inherited from interface com.luciad.util.ILcdPropertyChangeSource
addPropertyChangeListener, removePropertyChangeListener
-
Method Details
-
setCentralMeridian
void setCentralMeridian(double aLongitude) Sets the centralMeridian to the meridian with longitudeaLongitude
.- Parameters:
aLongitude
- The new centralMeridian value.- See Also:
-
getCentralMeridian
double getCentralMeridian()Gets the longitude of the centralMeridian of thisILcdCylindrical
.- Returns:
- the longitude of the centralMeridian of this
ILcdCylindrical
. - See Also:
-