Class GeosupportServiceImpl
java.lang.Object
gov.nyc.doitt.gis.geoclient.service.invoker.GeosupportServiceImpl
- All Implemented Interfaces:
GeosupportService
Default implementation for making Geoclient calls to Geosupport.
- Author:
- mlipper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallFunction1B(String houseNumber, String street, String borough, String zip) callFunction2(String crossStreetOne, String boroughCrossStreetOne, String crossStreetTwo, String boroughCrossStreetTwo, String compassDirection) callFunction3(String onStreet, String boroughOnStreet, String crossStreetOne, String boroughCrossStreetOne, String crossStreetTwo, String boroughCrossStreetTwo, String compassDirection) callFunctionAP(String houseNumber, String street, String borough, String zip) callFunctionBL(String borough, String block, String lot) callFunctionBN(String bin) callFunctionD(String streetCodeOne, String streetCodeTwo, String streetCodeThree, Integer length, String format) callFunctionDG(String streetCodeOne, String streetCodeTwo, String streetCodeThree, Integer length, String format) callFunctionDN(String streetCodeOne, String streetCodeTwo, String streetCodeThree, Integer length, String format) callFunctionN(String streetName, Integer length, String format) callGeosupport(Map<String, Object> clientParams) callStreetNameFunction(String codeOne, String codeTwo, String codeThree, Integer length, String format) version()
-
Constructor Details
-
GeosupportServiceImpl
-
-
Method Details
-
callFunctionAP
public Map<String,Object> callFunctionAP(String houseNumber, String street, String borough, String zip) - Specified by:
callFunctionAPin interfaceGeosupportService
-
callFunction1B
public Map<String,Object> callFunction1B(String houseNumber, String street, String borough, String zip) - Specified by:
callFunction1Bin interfaceGeosupportService
-
callFunction2
public Map<String,Object> callFunction2(String crossStreetOne, String boroughCrossStreetOne, String crossStreetTwo, String boroughCrossStreetTwo, String compassDirection) - Specified by:
callFunction2in interfaceGeosupportService
-
callFunction3
public Map<String,Object> callFunction3(String onStreet, String boroughOnStreet, String crossStreetOne, String boroughCrossStreetOne, String crossStreetTwo, String boroughCrossStreetTwo, String compassDirection) - Specified by:
callFunction3in interfaceGeosupportService
-
callFunctionBL
- Specified by:
callFunctionBLin interfaceGeosupportService
-
callFunctionBN
- Specified by:
callFunctionBNin interfaceGeosupportService
-
callFunctionHR
- Specified by:
callFunctionHRin interfaceGeosupportService
-
callGeosupport
- Specified by:
callGeosupportin interfaceGeosupportService
-
callFunctionN
- Specified by:
callFunctionNin interfaceGeosupportService
-
callStreetNameFunction
public Map<String,Object> callStreetNameFunction(String codeOne, String codeTwo, String codeThree, Integer length, String format) - Specified by:
callStreetNameFunctionin interfaceGeosupportService
-
callFunctionD
public Map<String,Object> callFunctionD(String streetCodeOne, String streetCodeTwo, String streetCodeThree, Integer length, String format) - Specified by:
callFunctionDin interfaceGeosupportService
-
callFunctionDG
public Map<String,Object> callFunctionDG(String streetCodeOne, String streetCodeTwo, String streetCodeThree, Integer length, String format) - Specified by:
callFunctionDGin interfaceGeosupportService
-
callFunctionDN
public Map<String,Object> callFunctionDN(String streetCodeOne, String streetCodeTwo, String streetCodeThree, Integer length, String format) - Specified by:
callFunctionDNin interfaceGeosupportService
-
version
- Specified by:
versionin interfaceGeosupportService
-