NASA World Wind

gov.nasa.worldwind.util
Class RasterControlPointList.ControlPoint

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.util.RasterControlPointList.ControlPoint
All Implemented Interfaces:
AVList
Enclosing class:
RasterControlPointList

public static class RasterControlPointList.ControlPoint
extends AVListImpl


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
RasterControlPointList.ControlPoint(double worldX, double worldY, double rasterX, double rasterY)
           
 
Method Summary
 Point2D getRasterPoint()
           
 Point2D getWorldPoint()
           
 LatLon getWorldPointAsLatLon()
           
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterControlPointList.ControlPoint

public RasterControlPointList.ControlPoint(double worldX,
                                           double worldY,
                                           double rasterX,
                                           double rasterY)
Method Detail

getRasterPoint

public Point2D getRasterPoint()

getWorldPoint

public Point2D getWorldPoint()

getWorldPointAsLatLon

public LatLon getWorldPointAsLatLon()

NASA World Wind