Package edu.ucsb.nceas.metacat.spatial
Class SpatialQuery
java.lang.Object
edu.ucsb.nceas.metacat.spatial.SpatialQuery
Class to query the persistent spatial cache
and returns docids matching spatial constraints
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfilterByBbox
(float w, float s, float e, float n) Querys all features in the spatial cache and filters based on bouding coordinates.
-
Constructor Details
-
SpatialQuery
public SpatialQuery()empty constructor to initialize spatial query
-
-
Method Details
-
filterByBbox
Querys all features in the spatial cache and filters based on bouding coordinates. Returns Vector of docids.- Parameters:
w
- West bounding coordinates
- South bounding coordinatee
- East bounding coordinaten
- North bounding coordinate
-