public class SpatialQuery
extends java.lang.Object
Constructor and Description |
---|
SpatialQuery()
empty constructor to initialize spatial query
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<java.lang.String> |
filterByBbox(float w,
float s,
float e,
float n)
Querys all features in the spatial cache
and filters based on bouding coordinates.
|
public java.util.Vector<java.lang.String> filterByBbox(float w, float s, float e, float n)
w
- West bounding coordinates
- South bounding coordinatee
- East bounding coordinaten
- North bounding coordinateCopyright © 2020 Regents of the University of California. All Rights Reserved.