| java.lang.Object org.tcat.citd.sim.udig.bookmarks.Bookmark
Bookmark | public class Bookmark (Code) | | Representation of a bookmark.
A Bookmark consists of the IMap object it is associated with, the
Envelope that decscribes the bounds, and a user-defined name.
author: cole.markham since: 1.0.0 |
Constructor Summary | |
public | Bookmark(ReferencedEnvelope envelope, MapReference map, String name) Construct a new bookmark with the given center and envelope. |
Bookmark | public Bookmark(ReferencedEnvelope envelope, MapReference map, String name)(Code) | | Construct a new bookmark with the given center and envelope.
Parameters: envelope - Parameters: map - Parameters: name - |
getEnvelope | public ReferencedEnvelope getEnvelope()(Code) | | Returns the envelope. |
setEnvelope | public void setEnvelope(ReferencedEnvelope envelope)(Code) | | Parameters: envelope - The envelope to set. |
setName | public void setName(String name)(Code) | | Parameters: name - The name to set. |
|
|