org.gcube.portlets.user.gisviewer.client.commons.utils
Class ClickDataInfo
java.lang.Object
org.gcube.portlets.user.gisviewer.client.commons.utils.ClickDataInfo
public class ClickDataInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClickDataInfo
public ClickDataInfo(int x,
int y,
int w,
int h,
String bbox)
ClickDataInfo
public ClickDataInfo(double x1,
double y1,
double x2,
double y2)
- Parameters:
bbox2
-
getX
public int getX()
setX
public void setX(int x)
getY
public int getY()
setY
public void setY(int y)
getW
public int getW()
setW
public void setW(int w)
getH
public int getH()
setH
public void setH(int h)
getBbox
public String getBbox()
setBbox
public void setBbox(String bbox)
isPoint
public boolean isPoint()
isBox
public boolean isBox()
isHardQuery
public boolean isHardQuery()
getX1
public double getX1()
- Returns:
- the x1
getX2
public double getX2()
- Returns:
- the x2
getY1
public double getY1()
- Returns:
- the y1
getY2
public double getY2()
- Returns:
- the y2
Copyright © 2014. All Rights Reserved.