Class ConicProjection

java.lang.Object
org.locationtech.proj4j.proj.Projection
org.locationtech.proj4j.proj.ConicProjection
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
EquidistantConicProjection, LambertConformalConicProjection, SimpleConicProjection, SineTangentSeriesProjection

public abstract class ConicProjection extends Projection
A projection formed by projecting the sphere onto a cone tangent, or secant, to the sphere along any small circle (usually a mid-latitude parallel). In the normal aspect (which is oblique for conic projections), parallels are projected as concentric arcs of circles, and meridians are projected as straight lines radiating at uniform angular intervals from the apex of the flattened cone.
See Also:
  • Constructor Details

    • ConicProjection

      public ConicProjection()
  • Method Details