|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.csw.client.Envelope
public class Envelope
Envelope defined as in geographical coordinate system. Used for CSW search criteria. By default all values are Double.MIN_VALUE
| Constructor Summary | |
|---|---|
Envelope()
Envelope constructor |
|
Envelope(double minX,
double minY,
double maxX,
double maxY)
Envelope constructor |
|
| Method Summary | |
|---|---|
double |
getMaxX()
Gets the max x. |
double |
getMaxY()
Gets the max y. |
double |
getMinX()
Gets the min x. |
double |
getMinY()
Gets the min y. |
boolean |
isValid()
Checks if Envelope is valid. |
void |
setMaxX(double maxX)
|
void |
setMaxY(double maxY)
|
void |
setMinX(double minX)
|
void |
setMinY(double minY)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Envelope()
public Envelope(double minX,
double minY,
double maxX,
double maxY)
minX - Min longitude of the envelopeminY - Min latitude of the envelopemaxX - Max longitude of the envelopemaxY - Max latitude of the envelope| Method Detail |
|---|
public double getMaxX()
public double getMaxY()
public double getMinX()
public double getMinY()
public void setMaxX(double maxX)
maxX - public void setMaxY(double maxY)
maxY - public void setMinX(double minX)
minX - public void setMinY(double minY)
minY - public boolean isValid()
public String toString()
toString in class Object
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||