public class IdentifyEPSGCustom extends AbstractIdentifyStrategy
logger| Constructor and Description |
|---|
IdentifyEPSGCustom() |
IdentifyEPSGCustom(int accuracy) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addCustomIdentifyExpression(java.lang.String regexp,
int epsgcode) |
SpatialReference |
getBest()
Return the best SpatialReference found even if have decided to
discard it due to lack of precision.
|
int |
getBestAccuracy()
A whole number that informs of the precision with which the projection
has been identified.
|
SpatialReference |
identify(SpatialReference sr) |
IdentifyEPSGCustom |
setAccuracy(int accuracy) |
autoIdentifyEPSG, createSpatialReferenceFromEPSGCode, createSpatialReferenceFromESRICode, getProj4String, normalizeEPSGSrName, normalizeEsriSrNamepublic IdentifyEPSGCustom()
public IdentifyEPSGCustom(int accuracy)
public static void addCustomIdentifyExpression(java.lang.String regexp,
int epsgcode)
public IdentifyEPSGCustom setAccuracy(int accuracy)
public int getBestAccuracy()
SpatialReferenceIdentifyStrategypublic SpatialReference getBest()
SpatialReferenceIdentifyStrategypublic SpatialReference identify(SpatialReference sr)