com.bbn.openmap.proj
Interface EqualArc

All Superinterfaces:
Projection, java.io.Serializable
All Known Implementing Classes:
CADRG, LLXY

public interface EqualArc
extends Projection

A designator interface to let layers know that a Projection is an Equal Arc projection, meaning that the variations in latitude and longitude are constant.


Method Summary
 double getXPixConstant()
          Returns the x pixel constant of the projection.
 double getYPixConstant()
          Returns the y pixel constant of the projection.
 
Methods inherited from interface com.bbn.openmap.proj.Projection
forward, forward, forward, forward, forward, forward, forwardLine, forwardPoly, forwardPoly, forwardRaw, forwardRaw, forwardRect, forwardShape, getCenter, getCenter, getHeight, getLowerRight, getMaxScale, getMinScale, getName, getProjectionID, getRotationAngle, getScale, getScale, getUcuom, getUpperLeft, getWidth, inverse, inverse, inverse, inverse, inverseShape, isPlotable, isPlotable, makeClone, pan, pan
 

Method Detail

getXPixConstant

double getXPixConstant()
Returns the x pixel constant of the projection. This was calculated when the projection was created. Represents the number of pixels around the earth (360 degrees).


getYPixConstant

double getYPixConstant()
Returns the y pixel constant of the projection. This was calculated when the projection was created. Represents the number of pixels from 0 to 90 degrees.



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details