org.deegree.tools.crs.georeferencing.model.datastructures
Class GREnvelopeParameterCalculator

java.lang.Object
  extended by org.deegree.tools.crs.georeferencing.model.datastructures.GREnvelopeParameterCalculator

public class GREnvelopeParameterCalculator
extends Object

Base datastructure to cope with the different meaning of JAVA rectangle and deegree envelope definition.

Version:
$Revision: 28806 $, $Date: 2010-12-16 11:18:55 +0100 (Thu, 16 Dec 2010) $
Author:
Steffen Thomas, last edited by: $Author: aschmitz $

Method Summary
 double getMaxX()
           
 double getMaxY()
           
 double getMinX()
           
 double getMinY()
           
static GREnvelopeParameterCalculator newInstance(double minX, double maxY, double width, double height)
          Creates a new instance of GREnvelopeParameterCalculator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static GREnvelopeParameterCalculator newInstance(double minX,
                                                        double maxY,
                                                        double width,
                                                        double height)
Creates a new instance of GREnvelopeParameterCalculator

Parameters:
minX - , the minimal point in x-direction (the lower-left corner), not null.
maxY - , the maximal point in y-direction (the lower-left corner), not null.
width - , the width, not null.
height - , the height, not null.
Returns:
the new calculated min- and maxPoints.

getMinX

public double getMinX()

getMaxY

public double getMaxY()

getMinY

public double getMinY()

getMaxX

public double getMaxX()


Copyright © 2011. All Rights Reserved.