Interface ILcdObliqueCylindrical

All Superinterfaces:
ILcdProjection, ILcdPropertyChangeSource, Serializable
All Known Implementing Classes:
ALcdObliqueCylindrical, TLcdObliqueMercator, TLcdSwissObliqueMercator

public interface ILcdObliqueCylindrical extends ILcdProjection
An ILcdObliqueCylindrical is an ILcdProjection that is obtained by wrapping a cylinder around the globe.

An ILcdObliqueCylindrical has a standardParallel, which is determined by a latitude. For a tangent cylindrical projection, the standard parallel is the equator, i.e., aLat == 0.0

An ILcdObliqueCylindrical has a centralMeridian, which is determined by a longitude. The central meridian determines the position of the origin, which is always on the equator.

An ILcdObliqueCylindrical has an azimuth. The azimuth (east of north) determines the central line.

ILcdObliqueCylindrical Structure

  • Method Details

    • setStandardParallel

      void setStandardParallel(double aLatitude)
      Sets the standardParallel of this ILcdObliqueCylindrical to the parallel with latitude aLatitude.
      Parameters:
      aLatitude - The new standardParallel value.
      See Also:
    • getStandardParallel

      double getStandardParallel()
      Gets the latitude of the standardParallel of this ILcdObliqueCylindrical.
      Returns:
      the latitude of the standardParallel of this ILcdObliqueCylindrical.
      See Also:
    • setCentralMeridian

      void setCentralMeridian(double aLongitude)
      Sets the centralMeridian of this ILcdObliqueCylindrical 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 ILcdObliqueCylindrical.
      Returns:
      the longitude of the centralMeridian of this ILcdObliqueCylindrical.
      See Also:
    • setAzimuth

      void setAzimuth(double aAzimuth)
      Sets the azimuth of this ILcdObliqueCylindrical to aAzimuth.
      Parameters:
      aAzimuth - The new azimuth value.
      See Also:
    • getAzimuth

      double getAzimuth()
      Gets the azimuth of this ILcdObliqueCylindrical.
      Returns:
      the azimuth of this ILcdObliqueCylindrical.
      See Also: