\r\n

51Degrees Geo-Location Java  4.4

Geo-location services for 51Degrees Pipeline

fiftyone.geolocation.data.CloudGeoDataDefault Class Reference

Inheritance diagram for fiftyone.geolocation.data.CloudGeoDataDefault:

[legend]

Collaboration diagram for fiftyone.geolocation.data.CloudGeoDataDefault:

[legend]

Public Member Functions

 CloudGeoDataDefault (Logger logger, FlowData flowData, AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > engine, MissingPropertyService missingPropertyService)
void  setNoValueReasons (Map< String, String > value)
AspectPropertyValue< JavaScript >  getJavaScript ()
AspectPropertyValue< String >  getRoad ()
AspectPropertyValue< String >  getTown ()
AspectPropertyValue< String >  getSuburb () AspectPropertyValue< String >  getCounty () AspectPropertyValue< String >  getRegion () AspectPropertyValue< String >  getState () AspectPropertyValue< String >  getZipCode () AspectPropertyValue< String >  getCountry () AspectPropertyValue< String >  getCountryCode () AspectPropertyValue< String >  getAddress ()

Public Member Functions inherited from fiftyone.geolocation.core.data.GeoDataDefault

 GeoDataDefault (Logger logger, FlowData flowData, AspectEngine<? extends AspectData,? extends AspectPropertyMetaData > engine, MissingPropertyService missingPropertyService) AspectPropertyValue< JavaScript >  getJavaScript () void  setJavaScript (AspectPropertyValue< JavaScript > javaScript) AspectPropertyValue< String >  getRoad () void  setRoad (AspectPropertyValue< String > road) AspectPropertyValue< String >  getTown () void  setTown (AspectPropertyValue< String > town) AspectPropertyValue< String >  getSuburb () void  setSuburb (AspectPropertyValue< String > suburb) AspectPropertyValue< String >  getCounty () void  setCounty (AspectPropertyValue< String > county) AspectPropertyValue< String >  getRegion () void  setRegion (AspectPropertyValue< String > region) AspectPropertyValue< String >  getState () void  setState (AspectPropertyValue< String > state) AspectPropertyValue< String >  getZipCode () void  setZipCode (AspectPropertyValue< String > zipCode) AspectPropertyValue< String >  getCountry () void  setCountry (AspectPropertyValue< String > country) AspectPropertyValue< String >  getCountryCode () void  setCountryCode (AspectPropertyValue< String > countryCode) AspectPropertyValue< String >  getAddress () void  setAddress (AspectPropertyValue< String > address) AspectPropertyValue< String >  getBuilding () void  setBuilding (AspectPropertyValue< String > building) AspectPropertyValue< String >  getStreetNumber () void  setStreetNumber (AspectPropertyValue< String > streetNumber)
On This Page