Uses of Interface
ddf.catalog.filter.SpatialExpressionBuilder
Packages that use SpatialExpressionBuilder
-
Uses of SpatialExpressionBuilder in ddf.catalog.filter
Subinterfaces of SpatialExpressionBuilder in ddf.catalog.filterModifier and TypeInterfaceDescriptioninterfaceContinues the fluent API to create a SpatialFilter.Methods in ddf.catalog.filter that return SpatialExpressionBuilderModifier and TypeMethodDescriptionExpressionBuilder.containing()Continue building a Filter with the "contains" operator (Contains)ExpressionBuilder.intersecting()Continue building a Filter with the "intersects" operator (Intersects)ExpressionBuilder.nearestTo()Continue building a Filter with the "nearest to" operatorExpressionBuilder.within()Continue building a Filter with the "within" operator (Within)