Uses of Class
org.deegree.tools.crs.georeferencing.model.points.AbstractGRPoint

Packages that use AbstractGRPoint
org.deegree.tools.crs.georeferencing.application   
org.deegree.tools.crs.georeferencing.communication   
org.deegree.tools.crs.georeferencing.communication.panel2D   
org.deegree.tools.crs.georeferencing.model.mouse   
org.deegree.tools.crs.georeferencing.model.points   
 

Uses of AbstractGRPoint in org.deegree.tools.crs.georeferencing.application
 

Methods in org.deegree.tools.crs.georeferencing.application that return AbstractGRPoint
 AbstractGRPoint Scene2DValues.getWorldDimension(AbstractGRPoint dimension)
          Converts the pixelDimension to a dimension with world coordinates.
 AbstractGRPoint Scene2DValues.getWorldPoint(AbstractGRPoint pixelPoint)
          Converts the pixelPoint to a point with world coordinates.
 

Methods in org.deegree.tools.crs.georeferencing.application with parameters of type AbstractGRPoint
 void Scene2DValues.computeZoomedEnvelope(boolean isZoomedIn, double resizing, AbstractGRPoint mousePosition)
          Computes the zoom of the envelope for the georeferencing scene or the footprint scene.
 Envelope Scene2DValues.createZoomedEnv(Envelope env, double newSize, AbstractGRPoint center)
          Creates the envelope for zoom in worldCoordinates.
 int[] Scene2DValues.getPixelCoord(AbstractGRPoint abstractGRPoint)
          In this method firstly there is a computation from the span of the raster-envelope, after that the point is calculated relative to the min-point of the raster-envelope, after that the percent is computed and finally multiplicated with the imagedimension.
 AbstractGRPoint Scene2DValues.getWorldDimension(AbstractGRPoint dimension)
          Converts the pixelDimension to a dimension with world coordinates.
 AbstractGRPoint Scene2DValues.getWorldPoint(AbstractGRPoint pixelPoint)
          Converts the pixelPoint to a point with world coordinates.
 void Scene2DValues.moveEnvelope(AbstractGRPoint mouseChange)
          Computes the translation of the envelope for the georeferencing scene or the footprint scene.
 

Uses of AbstractGRPoint in org.deegree.tools.crs.georeferencing.communication
 

Methods in org.deegree.tools.crs.georeferencing.communication with parameters of type AbstractGRPoint
 RowColumn PointTableFrame.setCoords(AbstractGRPoint point)
           
 

Uses of AbstractGRPoint in org.deegree.tools.crs.georeferencing.communication.panel2D
 

Methods in org.deegree.tools.crs.georeferencing.communication.panel2D that return types with arguments of type AbstractGRPoint
 Pair<AbstractGRPoint,FootprintPoint> BuildingFootprintPanel.getClosestPoint(AbstractGRPoint point2d)
          Determines the closest point of the point2d in worldCoordinate.
 

Methods in org.deegree.tools.crs.georeferencing.communication.panel2D with parameters of type AbstractGRPoint
 Pair<AbstractGRPoint,FootprintPoint> BuildingFootprintPanel.getClosestPoint(AbstractGRPoint point2d)
          Determines the closest point of the point2d in worldCoordinate.
 void AbstractPanel2D.setLastAbstractPoint(AbstractGRPoint lastAbstractPoint, AbstractGRPoint worldCoords, RowColumn rc)
           
 

Uses of AbstractGRPoint in org.deegree.tools.crs.georeferencing.model.mouse
 

Methods in org.deegree.tools.crs.georeferencing.model.mouse that return AbstractGRPoint
 AbstractGRPoint AbstractMouseModel.getMouseChanging()
           
 AbstractGRPoint AbstractMouseModel.getMouseMoved()
           
 

Methods in org.deegree.tools.crs.georeferencing.model.mouse with parameters of type AbstractGRPoint
 void AbstractMouseModel.setMouseChanging(AbstractGRPoint mouseChanging)
           
 void AbstractMouseModel.setMouseMoved(AbstractGRPoint mouseMoved)
           
 

Uses of AbstractGRPoint in org.deegree.tools.crs.georeferencing.model.points
 

Subclasses of AbstractGRPoint in org.deegree.tools.crs.georeferencing.model.points
 class FootprintPoint
          The Point that identifies the point of the footprint.
 class GeoReferencedPoint
          The Point that identifies the point of the georeferenced map.
 class PointResidual
          TODO add class documentation here
 

Methods in org.deegree.tools.crs.georeferencing.model.points that return AbstractGRPoint
 AbstractGRPoint Point4Values.getInitialValue()
           
 AbstractGRPoint Point4Values.getNewValue()
           
 AbstractGRPoint Point4Values.getOldValue()
           
 AbstractGRPoint Point4Values.getWorldCoords()
           
 

Constructors in org.deegree.tools.crs.georeferencing.model.points with parameters of type AbstractGRPoint
Point4Values(AbstractGRPoint oldValue, AbstractGRPoint initialValue, AbstractGRPoint newValue, AbstractGRPoint worldCoords, RowColumn rc)
           
Point4Values(AbstractGRPoint initialValue, AbstractGRPoint worldCoords, RowColumn rc)
           
 



Copyright © 2011. All Rights Reserved.