|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.core.tasks.ags.geocode.LocatorServiceInfo
public class LocatorServiceInfo
Class containing the information for a ArcGIS Geocode service. It contains notably the address fields the service expects to successfully geocode an address.
Constructor Summary | |
---|---|
LocatorServiceInfo()
|
Method Summary | |
---|---|
static LocatorServiceInfo |
fromJson(org.codehaus.jackson.JsonParser parser)
Parses the JSON representation pointed by JsonParser into a LocatorServiceInfo object |
List<LocatorFieldInfo> |
getAddressFields()
Returns the address fields defined for the Geocode service. |
List<LocatorFieldInfo> |
getCandidateFields()
Returns the candidate fields defined for the Geocode service. |
List<LocatorFieldInfo> |
getIntersectionCandidateFields()
Gets the intersection candidate fields. |
Map<String,String> |
getLocatorProperties()
Returns the properties defined for the Geocode service. |
String |
getServiceDescription()
Returns the description of the service, if any. |
LocatorFieldInfo |
getSingleLineAddressField()
Gets single-line address field. |
SpatialReference |
getSpatialReference()
Returns the default spatial reference defined for the Geocode service. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocatorServiceInfo()
Method Detail |
---|
public String getServiceDescription()
public List<LocatorFieldInfo> getAddressFields()
public LocatorFieldInfo getSingleLineAddressField()
public List<LocatorFieldInfo> getCandidateFields()
public List<LocatorFieldInfo> getIntersectionCandidateFields()
public SpatialReference getSpatialReference()
public Map<String,String> getLocatorProperties()
Returns the properties defined for the Geocode service.
e.g.: MinimumCandidateScore, SideOffsetUnits, SpellingSensitivity, MinimumMatchScore, ...
public static LocatorServiceInfo fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- JsonParser pointing to a Json string representation of LocatorServiceInfo.
Exception
- the exceptionpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |