com.supermap.services.components.impl
Class SceneNameSelector
- java.lang.Object
-
- com.supermap.services.components.impl.SceneNameSelector
-
- All Implemented Interfaces:
- ProviderSelector
public class SceneNameSelector extends java.lang.Object implements ProviderSelector
Scene name filter.
According to the scene name can determine whether a Realspace service provider meets the criteria.
-
-
Constructor Summary
Constructors Constructor and Description SceneNameSelector(java.lang.String name)Builds a scene name filter with a scene name.
-
Method Summary
Methods Modifier and Type Method and Description booleanselect(java.lang.Object object)Whether to select the specified object.
-
-
-
Constructor Detail
-
SceneNameSelector
public SceneNameSelector(java.lang.String name)
Builds a scene name filter with a scene name.
- Parameters:
name- Scene name.
-
-
Method Detail
-
select
public boolean select(java.lang.Object object)
Whether to 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, is selected.
-
-