|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoundingBox | |
|---|---|
| org.geotools.data.gen | |
| org.geotools.data.wms.request | |
| org.geotools.feature | |
| org.geotools.feature.simple | |
| org.geotools.filter | |
| org.geotools.gce.imagemosaic | |
| org.geotools.gce.imagemosaic.catalog | |
| org.geotools.geojson.geom | |
| org.geotools.geometry | org.geotools.geometry.Geometry implementation. |
| org.geotools.geometry.jts | |
| org.geotools.gml.producer | |
| org.geotools.jdbc | |
| org.opengis.feature | Representation a features on a map. |
| org.opengis.filter | Filters features according their properties. |
| org.opengis.geometry | Root package for geometries. |
| Uses of BoundingBox in org.geotools.data.gen |
|---|
| Methods in org.geotools.data.gen that return BoundingBox | |
|---|---|
BoundingBox |
PreGeneralizedSimpleFeature.getBounds()
|
| Uses of BoundingBox in org.geotools.data.wms.request |
|---|
| Methods in org.geotools.data.wms.request with parameters of type BoundingBox | |
|---|---|
void |
GetMapRequest.setBBox(BoundingBox box)
|
void |
AbstractGetMapRequest.setBBox(BoundingBox box)
|
| Uses of BoundingBox in org.geotools.feature |
|---|
| Fields in org.geotools.feature declared as BoundingBox | |
|---|---|
protected BoundingBox |
GeometryAttributeImpl.bounds
bounds, derived |
| Methods in org.geotools.feature that return BoundingBox | |
|---|---|
BoundingBox |
GeometryAttributeImpl.getBounds()
Returns the non null envelope of this attribute. |
BoundingBox |
DecoratingFeature.getBounds()
|
BoundingBox |
FeatureImpl.getBounds()
Get the total bounds of this feature which is calculated by doing a union of the bounds of each geometry this feature is associated with. |
| Methods in org.geotools.feature with parameters of type BoundingBox | |
|---|---|
void |
GeometryAttributeImpl.setBounds(BoundingBox bbox)
Set the bounds for the contained geometry. |
| Uses of BoundingBox in org.geotools.feature.simple |
|---|
| Methods in org.geotools.feature.simple that return BoundingBox | |
|---|---|
BoundingBox |
SimpleFeatureImpl.getBounds()
|
| Uses of BoundingBox in org.geotools.filter |
|---|
| Methods in org.geotools.filter with parameters of type BoundingBox | |
|---|---|
BBOX |
FilterFactoryImpl.bbox(Expression geometry,
BoundingBox bounds)
|
BBOX |
FilterFactoryImpl.bbox(Expression geometry,
BoundingBox bounds,
MultiValuedFilter.MatchAction matchAction)
|
| Uses of BoundingBox in org.geotools.gce.imagemosaic |
|---|
| Methods in org.geotools.gce.imagemosaic that return BoundingBox | |
|---|---|
BoundingBox |
GranuleDescriptor.getGranuleBBOX()
|
| Constructors in org.geotools.gce.imagemosaic with parameters of type BoundingBox | |
|---|---|
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
ImageReaderSpi suggestedSPI,
Geometry inclusionGeometry)
|
|
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
ImageReaderSpi suggestedSPI,
Geometry inclusionGeometry,
boolean heterogeneousGranules)
|
|
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
ImageReaderSpi suggestedSPI,
Geometry inclusionGeometry,
int maxDecimationFactor)
|
|
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
ImageReaderSpi suggestedSPI,
Geometry inclusionGeometry,
int maxDecimationFactor,
boolean heterogeneousGranules)
|
|
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
ImageReaderSpi suggestedSPI,
Geometry inclusionGeometry,
int maxDecimationFactor,
boolean heterogeneousGranules,
boolean handleArtifactsFiltering)
|
|
| Uses of BoundingBox in org.geotools.gce.imagemosaic.catalog |
|---|
| Methods in org.geotools.gce.imagemosaic.catalog that return BoundingBox | |
|---|---|
BoundingBox |
AbstractGranuleCatalog.getBounds()
|
BoundingBox |
GranuleCatalog.getBounds()
|
| Methods in org.geotools.gce.imagemosaic.catalog with parameters of type BoundingBox | |
|---|---|
Collection<GranuleDescriptor> |
AbstractGranuleCatalog.getGranules(BoundingBox envelope)
|
Collection<GranuleDescriptor> |
GranuleCatalog.getGranules(BoundingBox envelope)
Finds the granules that intersects the provided BoundingBox: |
void |
AbstractGranuleCatalog.getGranules(BoundingBox envelope,
GranuleCatalogVisitor visitor)
|
void |
GranuleCatalog.getGranules(BoundingBox envelope,
GranuleCatalogVisitor visitor)
Finds the granules that intersects the provided BoundingBox: |
| Uses of BoundingBox in org.geotools.geojson.geom |
|---|
| Methods in org.geotools.geojson.geom with parameters of type BoundingBox | |
|---|---|
String |
GeometryJSON.toString(BoundingBox bbox)
Writes an BoundingBox instance as GeoJSON returning the result as a string. |
| Uses of BoundingBox in org.geotools.geometry |
|---|
| Classes in org.geotools.geometry that implement BoundingBox | |
|---|---|
class |
Envelope2D
A two-dimensional envelope on top of Rectangle2D. |
| Methods in org.geotools.geometry that return BoundingBox | |
|---|---|
BoundingBox |
Envelope2D.toBounds(CoordinateReferenceSystem targetCRS)
|
| Methods in org.geotools.geometry with parameters of type BoundingBox | |
|---|---|
boolean |
Envelope2D.contains(BoundingBox bounds)
|
void |
Envelope2D.include(BoundingBox bounds)
|
boolean |
Envelope2D.intersects(BoundingBox bounds)
Returns true if the interior of this bounds intersects the interior of the provided
bounds. |
void |
Envelope2D.setBounds(BoundingBox bounds)
|
| Uses of BoundingBox in org.geotools.geometry.jts |
|---|
| Classes in org.geotools.geometry.jts that implement BoundingBox | |
|---|---|
class |
ReferencedEnvelope
A JTS envelope associated with a coordinate reference system. |
| Methods in org.geotools.geometry.jts that return BoundingBox | |
|---|---|
BoundingBox |
ReferencedEnvelope.toBounds(CoordinateReferenceSystem targetCRS)
Returns a new bounding box which contains the transformed shape of this bounding box. |
| Methods in org.geotools.geometry.jts with parameters of type BoundingBox | |
|---|---|
boolean |
ReferencedEnvelope.contains(BoundingBox bbox)
Returns true if the provided bounds are contained by this bounding box. |
void |
ReferencedEnvelope.include(BoundingBox bbox)
Include the provided bounding box, expanding as necessary. |
void |
ReferencedEnvelope.init(BoundingBox bounds)
Sets this envelope to the specified bounding box. |
boolean |
ReferencedEnvelope.intersects(BoundingBox bbox)
Check if this bounding box intersects the provided bounds. |
static ReferencedEnvelope |
ReferencedEnvelope.reference(BoundingBox e)
Utility method to ensure that an BoundingBox in a ReferencedEnvelope. |
void |
ReferencedEnvelope.setBounds(BoundingBox bbox)
Initialize the bounding box with another bounding box. |
static Polygon |
JTS.toGeometry(BoundingBox bbox)
Converts a BoundingBox to a JTS polygon. |
static Polygon |
JTS.toGeometry(BoundingBox bbox,
GeometryFactory factory)
Converts a BoundingBox to a JTS polygon using the given JTS geometry factory. |
static Polygon |
JTS.toGeometry(BoundingBox bbox,
GeometryFactory factory,
int npoints)
Convert the provided bbox to a polygon, sampling a set number of points along each side. |
| Constructors in org.geotools.geometry.jts with parameters of type BoundingBox | |
|---|---|
ReferencedEnvelope(BoundingBox bbox)
Creates a new envelope from an existing bounding box. |
|
| Uses of BoundingBox in org.geotools.gml.producer |
|---|
| Methods in org.geotools.gml.producer with parameters of type BoundingBox | |
|---|---|
void |
FeatureTransformer.FeatureTranslator.writeBounds(BoundingBox bounds)
writes the gml:boundedBy element to output based on
fc.getBounds() |
| Uses of BoundingBox in org.geotools.jdbc |
|---|
| Methods in org.geotools.jdbc that return BoundingBox | |
|---|---|
BoundingBox |
JDBCFeatureReader.ResultSetFeature.getBounds()
|
| Uses of BoundingBox in org.opengis.feature |
|---|
| Methods in org.opengis.feature that return BoundingBox | |
|---|---|
BoundingBox |
Feature.getBounds()
The bounds of this Feature, if available. |
BoundingBox |
GeometryAttribute.getBounds()
The bounds of the attribute. |
| Methods in org.opengis.feature with parameters of type BoundingBox | |
|---|---|
void |
GeometryAttribute.setBounds(BoundingBox bounds)
Sets the bounds of the geometry. |
| Uses of BoundingBox in org.opengis.filter |
|---|
| Methods in org.opengis.filter with parameters of type BoundingBox | |
|---|---|
BBOX |
FilterFactory2.bbox(Expression geometry,
BoundingBox bounds)
Checks if the bounding box of the feature's geometry overlaps the indicated bounds. |
BBOX |
FilterFactory2.bbox(Expression geometry,
BoundingBox bounds,
MultiValuedFilter.MatchAction matchAction)
Checks if the bounding box of the feature's geometry overlaps the indicated bounds. |
| Uses of BoundingBox in org.opengis.geometry |
|---|
| Methods in org.opengis.geometry that return BoundingBox | |
|---|---|
BoundingBox |
BoundingBox.toBounds(CoordinateReferenceSystem targetCRS)
Transforms this box to the specified CRS and returns a new bounding box for the transformed shape. |
| Methods in org.opengis.geometry with parameters of type BoundingBox | |
|---|---|
boolean |
BoundingBox.contains(BoundingBox bounds)
Returns true if the provided bounds are contained by this bounding box. |
void |
BoundingBox.include(BoundingBox bounds)
Includes the provided bounding box, expanding as necesary. |
boolean |
BoundingBox.intersects(BoundingBox bounds)
Returns true if the interior of this bounds intersects the interior
of the provided bounds. |
void |
BoundingBox.setBounds(BoundingBox bounds)
Sets this bounding box to be the same as the specified box. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||