com.supermap.services.components.impl

Class AddressMatchImpl

  • java.lang.Object
    • com.supermap.services.components.impl.AddressMatchImpl
    • Constructor Detail

      • AddressMatchImpl

        public AddressMatchImpl()
        
    • Method Detail

      • geocoding

        public java.util.List<GeoAddress> geocoding(GeoCodingParam param)
        
        Description copied from interface: AddressMatch
        Forward address matching method
        Specified by:
        geocoding in interface AddressMatch
        Parameters:
        param - Forward address matching parameters
        Returns:
        Forward address matching result set
      • geodecoding

        public java.util.List<GeoAddress> geodecoding(GeoDecodingParam param)
        
        Description copied from interface: AddressMatch
        Reverse address matching method
        Specified by:
        geodecoding in interface AddressMatch
        Parameters:
        param - Reverse address matching parameters
        Returns:
        Reverse address matching result set
      • isUpdatingIndex

        public boolean isUpdatingIndex()
        
        Description copied from interface: AddressMatch
        Whether the index is being updated
        Specified by:
        isUpdatingIndex in interface AddressMatch
        Returns:
      • getDatasourceNames

        public java.util.List<java.lang.String> getDatasourceNames()
        
        Description copied from interface: AddressMatch
        Get the name of the datasource being used
        Specified by:
        getDatasourceNames in interface AddressMatch
        Returns:
        name collection
      • getDatasetNamesInUse

        public java.util.List<java.lang.String> getDatasetNamesInUse(java.lang.String datasourceName)
        
        Description copied from interface: AddressMatch
        Get the name of the dataset being used
        Specified by:
        getDatasetNamesInUse in interface AddressMatch
        Parameters:
        datasourceName - the name of the datasource
        Returns:
        name collection