Package com.luciad.projection
Interface ILcdTransverseCylindrical
- All Superinterfaces:
ILcdProjection
,ILcdPropertyChangeSource
,Serializable
- All Known Implementing Classes:
ALcdTransverseCylindrical
,TLcdCassini
,TLcdCassiniSoldner
,TLcdTransverseMercator
,TLcdTransverseMercatorSPCS
An
ILcdTransverseCylindrical
is an ILcdProjection
for which a cylinder is wrapped around the globe. The cylinder touches the
poles and the axis of the cylinder is in the direction of the central
meridian. The central meridian is determined by its longitude and determines
the position of the origin of the ILcdTransverseCylindrical
(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 thisILcdTransverseCylindrical
.double
Gets the latitude of the originLat of thisILcdTransverseCylindrical
.void
setCentralMeridian
(double aLongitude) Sets the centralMeridian to the meridian with longitudeaLongitude
.void
setOriginLat
(double aLatitude) Sets the originLat to the latitudeaLatitude
.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 thisILcdTransverseCylindrical
.- Returns:
- the longitude of the centralMeridian of this
ILcdTransverseCylindrical
. - See Also:
-
setOriginLat
void setOriginLat(double aLatitude) Sets the originLat to the latitudeaLatitude
.- Parameters:
aLatitude
- The new originLat value.- See Also:
-
getOriginLat
double getOriginLat()Gets the latitude of the originLat of thisILcdTransverseCylindrical
.- Returns:
- the latitude of the originLat of this
ILcdTransverseCylindrical
. - See Also:
-