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

Packages that use AbstractGRPoint.PointType
org.deegree.tools.crs.georeferencing.application   
org.deegree.tools.crs.georeferencing.model.points   
 

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

Methods in org.deegree.tools.crs.georeferencing.application with parameters of type AbstractGRPoint.PointType
 void Scene2DValues.createZoomedEnvWithMinPoint(AbstractGRPoint.PointType type, Rectangle rect)
          Creates a new envelope from an envelope and a centerPoint and translates it to the relative bounds.
 void Scene2DValues.setCentroidWorldEnvelopePosition(double xCoord, double yCoord, AbstractGRPoint.PointType type)
          Sets the point as the centroid of the envelope.
 void Scene2DValues.setCentroidWorldEnvelopePosition(double xCoord, double yCoord, double spanX, double spanY, AbstractGRPoint.PointType type)
          Sets the points xCoord and yCoord as the centroid of the envelope with specified spans in x- and y-direction.
 

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

Methods in org.deegree.tools.crs.georeferencing.model.points that return AbstractGRPoint.PointType
abstract  AbstractGRPoint.PointType AbstractGRPoint.getPointType()
           
 AbstractGRPoint.PointType GeoReferencedPoint.getPointType()
           
 AbstractGRPoint.PointType FootprintPoint.getPointType()
           
 AbstractGRPoint.PointType PointResidual.getPointType()
           
static AbstractGRPoint.PointType AbstractGRPoint.PointType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractGRPoint.PointType[] AbstractGRPoint.PointType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.