Uses of Class
geometry.Envelope
Package | Description |
---|---|
geometry | |
viewer.base | |
viewer.symbols |
-
Uses of Envelope in geometry
Methods in geometry with parameters of type Envelope Modifier and Type Method Description boolean
Envelope. contains(Envelope env)
Checks whether this envelope contains another envelopevoid
Envelope. expandToInclude(Envelope boundingBox)
Expand the current envelope by a bounding boxboolean
Envelope. intersects(Envelope boundingBox)
Checks the intersection of two envelopes -
Uses of Envelope in viewer.base
Fields in viewer.base declared as Envelope Modifier and Type Field Description protected Envelope
Layer. extent
the total extent of this layerMethods in viewer.base that return Envelope Modifier and Type Method Description Envelope
Layer. getExtent()
Returns the extent of this layer as an envelopeMethods in viewer.base with parameters of type Envelope Modifier and Type Method Description void
Map. fitBoxToDisplay(Envelope e)
Fits a part of the map to the current extent of the display, specified by the part's coordinate bounds.java.util.List<Symbol>
DatabaseLayer. query(Envelope searchEnv)
abstract java.util.List<Symbol>
Layer. query(Envelope searchEnv)
Queries all symbols whose bounding boxes intersect the search envelopejava.util.List<Symbol>
ListLayer. query(Envelope searchEnv)
Returns the symbols of this layer that intersect a specified envelope.java.util.List<Symbol>
TreeLayer. query(Envelope bb)
method for retrieving all Symbols intersecting a query envelopevoid
Layer. setExtent(Envelope extent)
Sets the extent of this layer as an envelope. -
Uses of Envelope in viewer.symbols
Methods in viewer.symbols that return Envelope Modifier and Type Method Description Envelope
Symbol. getBoundingBox()