|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BBOX | |
---|---|
org.geotools.arcsde.filter | |
org.geotools.data.complex.filter | |
org.geotools.data.db2 | |
org.geotools.data.jdbc | |
org.geotools.data.wfs.v1_1_0 | |
org.geotools.filter | |
org.geotools.filter.spatial | |
org.geotools.filter.text.commons | |
org.geotools.filter.visitor | |
org.geotools.gce.imagemosaic | |
org.geotools.xml.filter | The package name does not map the prefix name because we feel that this is a better representation. |
org.opengis.filter | Filters features according their properties. |
org.opengis.filter.spatial | A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship. |
Uses of BBOX in org.geotools.arcsde.filter |
---|
Methods in org.geotools.arcsde.filter with parameters of type BBOX | |
---|---|
Object |
GeometryEncoderSDE.visit(BBOX filter,
Object extraData)
|
Uses of BBOX in org.geotools.data.complex.filter |
---|
Methods in org.geotools.data.complex.filter with parameters of type BBOX | |
---|---|
Object |
UnmappingFilterVisitor.visit(BBOX filter,
Object arg1)
|
Uses of BBOX in org.geotools.data.db2 |
---|
Methods in org.geotools.data.db2 with parameters of type BBOX | |
---|---|
Object |
DB2FilterToSQL.visit(BBOX filter,
Object extraData)
|
Uses of BBOX in org.geotools.data.jdbc |
---|
Methods in org.geotools.data.jdbc with parameters of type BBOX | |
---|---|
Object |
FilterToSQL.visit(BBOX filter,
Object extraData)
|
Uses of BBOX in org.geotools.data.wfs.v1_1_0 |
---|
Methods in org.geotools.data.wfs.v1_1_0 with parameters of type BBOX | |
---|---|
Object |
InvertAxisFilterVisitor.visit(BBOX filter,
Object extraData)
|
Uses of BBOX in org.geotools.filter |
---|
Methods in org.geotools.filter that return BBOX | |
---|---|
BBOX |
FilterFactoryImpl.bbox(Expression geometry,
BoundingBox bounds)
|
BBOX |
FilterFactoryImpl.bbox(Expression geometry,
BoundingBox bounds,
MultiValuedFilter.MatchAction matchAction)
|
BBOX |
FilterFactoryImpl.bbox(Expression geometry,
double minx,
double miny,
double maxx,
double maxy,
String srs)
|
BBOX |
FilterFactory.bbox(Expression geometry,
double minx,
double miny,
double maxx,
double maxy,
String srs)
Deprecated. Checks if the geometry expression overlaps the specified bounding box. |
BBOX |
FilterFactoryImpl.bbox(Expression e,
double minx,
double miny,
double maxx,
double maxy,
String srs,
MultiValuedFilter.MatchAction matchAction)
|
BBOX |
FilterFactoryImpl.bbox(Expression geometry,
Expression bounds)
|
BBOX |
FilterFactoryImpl.bbox(String propertyName,
double minx,
double miny,
double maxx,
double maxy,
String srs)
Checks if the bounding box of the feature's geometry overlaps the specified bounding box. |
BBOX |
FilterFactoryImpl.bbox(String propertyName,
double minx,
double miny,
double maxx,
double maxy,
String srs,
MultiValuedFilter.MatchAction matchAction)
|
Methods in org.geotools.filter with parameters of type BBOX | |
---|---|
Object |
FilterTransformer.FilterTranslator.visit(BBOX filter,
Object extraData)
|
Object |
FilterVisitorFilterWrapper.visit(BBOX filter,
Object extraData)
|
Uses of BBOX in org.geotools.filter.spatial |
---|
Classes in org.geotools.filter.spatial that implement BBOX | |
---|---|
class |
BBOX3DImpl
A 3D BBOX Filter Implementation Supports filtering with BBOXes that have 3D coordinates including a minimum and maximum for the z-axis. |
class |
BBOXImpl
|
Methods in org.geotools.filter.spatial with parameters of type BBOX | |
---|---|
Object |
ReprojectingFilterVisitor.visit(BBOX filter,
Object extraData)
|
Object |
DefaultCRSFilterVisitor.visit(BBOX filter,
Object extraData)
|
Uses of BBOX in org.geotools.filter.text.commons |
---|
Methods in org.geotools.filter.text.commons that return BBOX | |
---|---|
BBOX |
AbstractFilterBuilder.buildBBox()
|
BBOX |
AbstractFilterBuilder.buildBBoxWithCRS()
|
Methods in org.geotools.filter.text.commons with parameters of type BBOX | |
---|---|
static Object |
FilterToTextUtil.buildBBOX(BBOX filter,
Object extraData)
|
Uses of BBOX in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type BBOX | |
---|---|
Object |
AbstractFilterVisitor.visit(BBOX filter,
Object data)
Deprecated. does nothing |
Object |
DefaultFilterVisitor.visit(BBOX filter,
Object data)
|
Object |
OperatorNameFilterVisitor.visit(BBOX filter,
Object extraData)
|
Object |
NullFilterVisitor.visit(BBOX filter,
Object data)
|
Object |
PostPreProcessFilterSplittingVisitor.visit(BBOX filter,
Object notUsed)
Deprecated. |
Object |
AbstractFinderFilterVisitor.visit(BBOX filter,
Object data)
|
Object |
AbstractSearchFilterVisitor.visit(BBOX filter,
Object data)
|
Object |
IsSupportedFilterVisitor.visit(BBOX filter,
Object extraData)
|
Object |
FilterVisitorSupport.visit(BBOX filter,
Object extraData)
|
Object |
ExtractBoundsFilterVisitor.visit(BBOX filter,
Object data)
|
Object |
IsFullySupportedFilterVisitor.visit(BBOX filter,
Object extraData)
|
Object |
LiteralDemultiplyingFilterVisitor.visit(BBOX filter,
Object extraData)
|
Object |
DuplicatingFilterVisitor.visit(BBOX filter,
Object extraData)
|
Object |
FixBBOXFilterVisitor.visit(BBOX filter,
Object extraData)
|
Object |
SpatialFilterVisitor.visit(BBOX filter,
Object data)
|
Object |
CapabilitiesFilterSplitter.visit(BBOX filter,
Object notUsed)
|
Uses of BBOX in org.geotools.gce.imagemosaic |
---|
Methods in org.geotools.gce.imagemosaic with parameters of type BBOX | |
---|---|
Object |
Utils.BBOXFilterExtractor.visit(BBOX filter,
Object data)
|
Uses of BBOX in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type BBOX | |
---|---|
Object |
FilterCompliancePreProcessor.visit(BBOX filter,
Object extraData)
|
Uses of BBOX in org.opengis.filter |
---|
Methods in org.opengis.filter that return BBOX | |
---|---|
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. |
BBOX |
FilterFactory2.bbox(Expression geometry,
double minx,
double miny,
double maxx,
double maxy,
String srs)
Checks if the geometry expression overlaps the specified bounding box. |
BBOX |
FilterFactory2.bbox(Expression geometry,
double minx,
double miny,
double maxx,
double maxy,
String srs,
MultiValuedFilter.MatchAction matchAction)
Checks if the geometry expression overlaps the specified bounding box. |
BBOX |
FilterFactory.bbox(String propertyName,
double minx,
double miny,
double maxx,
double maxy,
String srs)
Checks if the bounding box of the feature's geometry overlaps the indicated bounds. |
BBOX |
FilterFactory.bbox(String propertyName,
double minx,
double miny,
double maxx,
double maxy,
String srs,
MultiValuedFilter.MatchAction matchAction)
Checks if the bounding box of the feature's geometry overlaps the indicated bounds. |
Methods in org.opengis.filter with parameters of type BBOX | |
---|---|
Object |
FilterVisitor.visit(BBOX filter,
Object extraData)
|
Uses of BBOX in org.opengis.filter.spatial |
---|
Subinterfaces of BBOX in org.opengis.filter.spatial | |
---|---|
interface |
BBOX3D
An extension to the general BBOX filter for supporting 3D Bounding Boxes that have a minimum and maximum Z-value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |