public abstract class AbstractGeographicProjection extends Object implements GeographicProjection
| Modifier and Type | Field and Description | 
|---|---|
| protected Sector | projectionLimits | 
| Constructor and Description | 
|---|
| AbstractGeographicProjection(Sector projectionLimits) | 
| Modifier and Type | Method and Description | 
|---|---|
| Sector | getProjectionLimits()Indicates the latitude limits for this projection. | 
| void | setProjectionLimits(Sector projectionLimits)Specifies the limits for this projection. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcartesianToGeographic, geographicToCartesian, geographicToCartesian, getName, isContinuous, northPointingTangentprotected Sector projectionLimits
public AbstractGeographicProjection(Sector projectionLimits)
public Sector getProjectionLimits()
GeographicProjectiongetProjectionLimits in interface GeographicProjectionpublic void setProjectionLimits(Sector projectionLimits)
GeographicProjectionsetProjectionLimits in interface GeographicProjectionprojectionLimits - The projection limits.