com.supermap.services.providers

Class UGCAddressMatchProvider

  • java.lang.Object
    • com.supermap.services.providers.UGCAddressMatchProvider
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void dispose()
      Release the resource object.
      java.util.List<GeoAddress> geocoding(GeoCodingParam param)
      Forward address matching method
      java.util.List<GeoAddress> geodecoding(GeoDecodingParam param)
      Reverse address matching method
      java.util.List<java.lang.String> getDatasetNamesbyInUse(java.lang.String datasourceName)
      Gets a list of names for datasets used in the specified data source.
      java.util.List<java.lang.String> getDatasourceNames()
      Gets the list of data source names.
      java.lang.String getUid()
      Get the id of the address matching service provider A randomly generated identifier when the service provider starts up
      static boolean isDistrictValid(java.lang.String[] toMatchs, java.lang.String[] directs) 
      boolean isUpdatingIndex()
      Whether the index is being updated
      void setProviderContext(ProviderContext context)
      Sets the service provider context
      void updateIndex(IndexUpdateParameter param)
      Update forward address match index
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait