| Package | Description |
|---|---|
| au.org.ala.biocache.dao | |
| au.org.ala.biocache.dto | |
| au.org.ala.biocache.util | |
| au.org.ala.biocache.web |
| 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
|
| Modifier and Type | Field and Description |
|---|---|
protected PointType |
OccurrencePoint.type |
| Modifier and Type | Method and Description |
|---|---|
PointType |
OccurrencePoint.getType() |
static PointType |
PointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PointType[] |
PointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OccurrencePoint.setType(PointType type) |
| Constructor and Description |
|---|
OccurrencePoint(PointType type) |
| Modifier and Type | Method and Description |
|---|---|
static WMSTile |
WMSCache.get(String query,
String colourmode,
PointType pointType)
Retrieve search parameter object
|
static String |
WMSCache.getKey(String query,
String colourmode,
PointType pointType)
cache key built from query, colourmode and point type.
|
static boolean |
WMSCache.put(String q,
String colourMode,
PointType pointType,
WMSTile wco)
Store search params and return key.
|
static void |
WMSCache.remove(String q,
String colourMode,
PointType pointType)
remove a specific cache entry.
|
| Modifier and Type | Method and Description |
|---|---|
protected PointType |
WMSController.getPointTypeForDegreesPerPixel(double resolution)
Map a zoom level to a coordinate accuracy level
|
protected PointType |
MapController.getPointTypeForZoomLevel(Integer zoomLevel)
Map a zoom level to a coordinate accuracy level
|
protected PointType |
ExploreController.getPointTypeForZoomLevel(Integer zoomLevel)
Map a zoom level to a coordinate accuracy level
|
Copyright © 2014. All rights reserved.