com.supermap.services.components
Interface NameMapping<T>
-
- All Known Implementing Classes:
- AddressMatchNameMapping, DatasourceNameMaping, DefaultNameMapping, MapNameMapping, NetworkDatasetNameMapping, RealspaceNameMapping, SpatialAnalyst3DNameMapping, SpatialAnalystNameMapping, TrafficNetworkNameMapping
public interface NameMapping<T>Name mapping interface.
Defines the interface method that needs to be implemented for name mapping.
-
-
Method Detail
-
getNames
java.util.List<java.lang.String> getNames(T object)
Gets a list of names.
- Parameters:
object- Business component object- Returns:
- List of names.
-
-