Map
Class MapProjector

java.lang.Object
  extended by PamView.GeneralProjector
      extended by Map.MapProjector
Direct Known Subclasses:
MapRectProjector

public abstract class MapProjector
extends GeneralProjector


Nested Class Summary
 
Nested classes/interfaces inherited from class PamView.GeneralProjector
GeneralProjector.ParameterType, GeneralProjector.ParameterUnits
 
Field Summary
 
Fields inherited from class PamView.GeneralProjector
NPARAMETERS
 
Constructor Summary
MapProjector()
           
 
Method Summary
abstract  void setScales(double xScale, double yScale, double zScale, double originX, double originY, double originZ)
           
 
Methods inherited from class PamView.GeneralProjector
addHoverData, addHoverData, clearHoverList, findClosestDataUnitIndex, findClosestDataUnitIndex, getCoord3d, getHoveredDataUnit, getMouseHoverAdapter, getParmeterType, getParmeterUnits, setParmeterType, setParmeterUnits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapProjector

public MapProjector()
Method Detail

setScales

public abstract void setScales(double xScale,
                               double yScale,
                               double zScale,
                               double originX,
                               double originY,
                               double originZ)