public abstract class AbstractGeographicProjection extends java.lang.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, wait
cartesianToGeographic, geographicToCartesian, geographicToCartesian, getName, isContinuous, northPointingTangent
protected Sector projectionLimits
public AbstractGeographicProjection(Sector projectionLimits)
public Sector getProjectionLimits()
GeographicProjection
getProjectionLimits
in interface GeographicProjection
public void setProjectionLimits(Sector projectionLimits)
GeographicProjection
setProjectionLimits
in interface GeographicProjection
projectionLimits
- The projection limits.