| java.lang.Object | |
| ↳ | com.esri.core.map.Bookmark |
Represents a bookmark object defined in the Web map.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Bookmark() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Bookmark |
fromJson(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.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the Bookmark object from the JsonParer object.
| parser | a JsonParser object |
|---|
| Exception | when the parser throwing the exception. |
|---|
Returns the spatial reference.