|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.wms.client.ResourceURL
com.esri.wms.client.ImageURL
com.esri.wms.client.MapURL
public class MapURL
Defines the map URL, size of the image, and extent of the map.
| Field Summary | |
|---|---|
protected Envelope |
extent
The map extent. |
| Fields inherited from class com.esri.wms.client.ImageURL |
|---|
height, width |
| Fields inherited from class com.esri.wms.client.ResourceURL |
|---|
typeMIME, URL |
| Constructor Summary | |
|---|---|
protected |
MapURL()
Instantiates an object of MapURL. |
|
MapURL(String format,
String url,
Integer width,
Integer height,
Envelope extent)
Instantiates an object of MapURL. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Compares the specified object with this instance for equality. |
Envelope |
getExtent()
Gets the extent of the map. |
int |
hashCode()
Returns the hash code of the request object. |
| Methods inherited from class com.esri.wms.client.ImageURL |
|---|
getHeight, getWidth |
| Methods inherited from class com.esri.wms.client.ResourceURL |
|---|
getAsStream, getMIMEType, getURL |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Envelope extent
| Constructor Detail |
|---|
public MapURL(String format,
String url,
Integer width,
Integer height,
Envelope extent)
format - the MIME type of the URL.url - the URL.width - the width in pixels.height - the height in pixels.extent - the extent of the map.protected MapURL()
| Method Detail |
|---|
public Envelope getExtent()
public int hashCode()
hashCode in class ImageURLpublic boolean equals(Object obj)
equals in class ImageURLobj - object to be compared for equality with this instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||