| Package | Description |
|---|---|
| au.org.ala.biocache.dao |
| Modifier and Type | Method and Description |
|---|---|
List<OccurrencePoint> |
SearchDAOImpl.findRecordsForLocation(SpatialSearchRequestParams requestParams,
PointType pointType) |
List<OccurrencePoint> |
SearchDAO.findRecordsForLocation(SpatialSearchRequestParams requestParams,
PointType pointType)
Get a list of occurrence points for a given lat/long and distance (radius)
|
List<OccurrencePoint> |
SearchDAOImpl.getFacetPoints(SpatialSearchRequestParams searchParams,
PointType pointType) |
List<OccurrencePoint> |
SearchDAO.getFacetPoints(SpatialSearchRequestParams searchParams,
PointType pointType)
Retrieve an OccurrencePoint (distinct list of points - lat-long to 4 decimal places) for a given search
|
List<OccurrencePoint> |
SearchDAOImpl.getOccurrences(SpatialSearchRequestParams searchParams,
PointType pointType,
String colourBy,
int searchType) |
List<OccurrencePoint> |
SearchDAO.getOccurrences(SpatialSearchRequestParams requestParams,
PointType pointType,
String colourBy,
int searchType)
Retrieve a list of occurrence uid's for a given search
|
Copyright © 2014. All rights reserved.