Package org.gvsig.catalog.querys
Class Coordinates
java.lang.Object
org.gvsig.catalog.querys.Coordinates
This class represents a symple double pair of coordinates
- Author:
- Jorge Piera Llodra (piera_jor@gva.es)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCoordinates(double ulx, double uly, double brx, double bry) Coordinates(String ulx, String uly, String brx, String bry) -
Method Summary
-
Field Details
-
ulx
-
uly
-
brx
-
bry
-
-
Constructor Details
-
Coordinates
- Parameters:
ulx-uly-brx-bry-
-
Coordinates
public Coordinates(double ulx, double uly, double brx, double bry) - Parameters:
ulx-uly-brx-bry-
-
-
Method Details
-
getBrx
- Returns:
- Returns the brx.
-
getDoubleBrx
public double getDoubleBrx()- Returns:
-
setBrx
- Parameters:
brx- The brx to set.
-
getBry
- Returns:
- Returns the bry.
-
getDoubleBry
public double getDoubleBry()- Returns:
-
setBry
- Parameters:
bry- The bry to set.
-
getUlx
- Returns:
- Returns the ulx.
-
getDoubleUlx
public double getDoubleUlx()- Returns:
-
setUlx
- Parameters:
ulx- The ulx to set.
-
getUly
- Returns:
- Returns the uly.
-
getDoubleUly
public double getDoubleUly()- Returns:
-
setUly
- Parameters:
uly- The uly to set.
-