Interface ILcdCylindrical

All Superinterfaces:
ILcdProjection, ILcdPropertyChangeSource, Serializable
All Known Implementing Classes:
ALcdCylindrical, TLcdEckertIV, TLcdEckertVI, TLcdEllipsoidalEquidistantCylindrical, TLcdEquidistantCylindrical, TLcdMercator, TLcdMillerCylindrical, TLcdMollweide, TLcdPseudoMercator, TLcdSimpleRectangular

public interface ILcdCylindrical extends ILcdProjection
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. ILcdCylindrical Structure
  • Method Details

    • setCentralMeridian

      void setCentralMeridian(double aLongitude)
      Sets the centralMeridian to the meridian with longitude aLongitude.
      Parameters:
      aLongitude - The new centralMeridian value.
      See Also:
    • getCentralMeridian

      double getCentralMeridian()
      Gets the longitude of the centralMeridian of this ILcdCylindrical.
      Returns:
      the longitude of the centralMeridian of this ILcdCylindrical.
      See Also: