public class GisHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger
The logger
|
| Constructor and Description |
|---|
GisHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getBoundingBox(String alias,
double latInDegree,
double longInDegree,
double distance) |
static Class<? extends GisFeature> |
getClassEntityFromString(String classNameWithoutPackage)
Return the class corresponding to the specified String or null if not
found.
|
public static Class<? extends GisFeature> getClassEntityFromString(String classNameWithoutPackage)
classNameWithoutPackage - the simple name of the Class we want to retrievepublic static String getBoundingBox(String alias, double latInDegree, double longInDegree, double distance)
alias - the
sql aliaslatInDegree - the latitude in degreelongInDegree - the longitude in degreedistance - the boundingbox distanceCopyright © 2015. All rights reserved.