|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.Bookmark
public class Bookmark
Represents a bookmark object defined in the Web map.
Constructor Summary | |
---|---|
Bookmark()
|
Method Summary | |
---|---|
static Bookmark |
fromJson(org.codehaus.jackson.JsonParser parser)
Returns the Bookmark object from the JsonParer object. |
Envelope |
getExtent()
Returns the envelope of the bookmark. |
String |
getName()
Returns the name of the bookmark. |
SpatialReference |
getSpatialReference()
Returns the spatial reference. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bookmark()
Method Detail |
---|
public SpatialReference getSpatialReference()
public Envelope getExtent()
public String getName()
public static Bookmark fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- a JsonParser object
Exception
- when the parser throwing the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |