|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.geoprocessing.GPMapImage
public class GPMapImage
Container class representing a map image object shared by GPRasterDataLayer and GPFeatureRecordSetLayer
Constructor Summary | |
---|---|
GPMapImage()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
void |
fromJson(org.codehaus.jackson.JsonNode node)
This method populates a map image instance with the information contained in the Feature Json node passed as parameter. |
void |
fromJson(org.codehaus.jackson.JsonParser parser)
This method populates a map image instance with the information contained in the object representation the Json Parser is pointing to. |
Envelope |
getExtent()
Gets the extent that the image represents. |
int |
getHeight()
Gets the height of the image. |
URL |
getHref()
Gets the URL to the image. |
double |
getScale()
Gets the scale of the image. |
SpatialReference |
getSpatialReference()
|
int |
getWidth()
Gets the width of the image. |
int |
hashCode()
|
void |
setExtent(Envelope extent)
Sets the extent that the image represents. |
void |
setHeight(int height)
Sets the height of the image. |
void |
setHref(URL href)
Sets the URL of the image. |
void |
setScale(double scale)
Sets the scale of the image |
void |
setWidth(int width)
Sets the width of the image. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GPMapImage()
Method Detail |
---|
public URL getHref()
public int getWidth()
public int getHeight()
public Envelope getExtent()
public SpatialReference getSpatialReference()
public double getScale()
public void setHref(URL href)
href
- the href to setpublic void setWidth(int width)
width
- the width to set.public void setHeight(int height)
height
- the height to setpublic void setExtent(Envelope extent)
extent
- the extent to setpublic void setScale(double scale)
scale
- the scale to setpublic void fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- the Json parser pointing to the map image information.
Exception
public void fromJson(org.codehaus.jackson.JsonNode node) throws Exception
node
- the Json node containing the map image information.
Exception
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |