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 booleanEnvelope. contains(Envelope env)Checks whether this envelope contains another envelopevoidEnvelope. expandToInclude(Envelope boundingBox)Expand the current envelope by a bounding boxbooleanEnvelope. 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 EnvelopeLayer. extentthe total extent of this layerMethods in viewer.base that return Envelope Modifier and Type Method Description EnvelopeLayer. getExtent()Returns the extent of this layer as an envelopeMethods in viewer.base with parameters of type Envelope Modifier and Type Method Description voidMap. 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 envelopevoidLayer. 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 EnvelopeSymbol. getBoundingBox()