com.supermap.services.components.impl
Class NetworkDatasetNameSelector
- java.lang.Object
-
- com.supermap.services.components.impl.NetworkDatasetNameSelector
-
- All Implemented Interfaces:
- ProviderSelector
public class NetworkDatasetNameSelector extends java.lang.Object implements ProviderSelector
Network dataset name selector.
According to the data set name can determine whether a traffic network analysis service provider meets the criteria.
-
-
Constructor Summary
Constructors Constructor and Description NetworkDatasetNameSelector(java.lang.String datasetName)Constructs a network dataset name selector through the network dataset name.
-
Method Summary
Methods Modifier and Type Method and Description booleanselect(java.lang.Object object)Select the specified object
-
-
-
Constructor Detail
-
NetworkDatasetNameSelector
public NetworkDatasetNameSelector(java.lang.String datasetName)
Constructs a network dataset name selector through the network dataset name.
- Parameters:
name- Network dataset name
-
-
Method Detail
-
select
public boolean select(java.lang.Object object)
Select the specified object
- Specified by:
selectin interfaceProviderSelector- Parameters:
object- Specify the object- Returns:
- False that does not meet the conditions, is filtered out; true that meet the conditions, was selected.
-
-