Class Coordinates

java.lang.Object
org.gvsig.catalog.querys.Coordinates

public class Coordinates extends Object
This class represents a symple double pair of coordinates
Author:
Jorge Piera Llodra (piera_jor@gva.es)
  • Field Details

  • Constructor Details

    • Coordinates

      public Coordinates(String ulx, String uly, String brx, String bry)
      Parameters:
      ulx -
      uly -
      brx -
      bry -
    • Coordinates

      public Coordinates(double ulx, double uly, double brx, double bry)
      Parameters:
      ulx -
      uly -
      brx -
      bry -
  • Method Details

    • getBrx

      public String getBrx()
      Returns:
      Returns the brx.
    • getDoubleBrx

      public double getDoubleBrx()
      Returns:
    • setBrx

      public void setBrx(String brx)
      Parameters:
      brx - The brx to set.
    • getBry

      public String getBry()
      Returns:
      Returns the bry.
    • getDoubleBry

      public double getDoubleBry()
      Returns:
    • setBry

      public void setBry(String bry)
      Parameters:
      bry - The bry to set.
    • getUlx

      public String getUlx()
      Returns:
      Returns the ulx.
    • getDoubleUlx

      public double getDoubleUlx()
      Returns:
    • setUlx

      public void setUlx(String ulx)
      Parameters:
      ulx - The ulx to set.
    • getUly

      public String getUly()
      Returns:
      Returns the uly.
    • getDoubleUly

      public double getDoubleUly()
      Returns:
    • setUly

      public void setUly(String uly)
      Parameters:
      uly - The uly to set.