com.supermap.realspace
Class Feature3DSearchOption
- java.lang.Object
-
- com.supermap.realspace.Feature3DSearchOption
-
public class Feature3DSearchOption extends java.lang.ObjectThis enumeration defines the constants representing the types of searching options.The Feature3D search option is used when a tree-like Feature3D(
Feature3Ds) set traverses sub-objects and Feature3D(Feature3D) objects.The following figure is a sketch map of the Feature3Ds object(
Feature3Ds). The Feature3Ds object consists of two parts, one is sub-object of the Feature3Ds( which is the leaves in the branches ), and the other is the Feature3D object (which is the leaves in the trunk).Each leaf represents a Feature3D(
Feature3D) object.1 is the trunk; 2, 3, 4 is the branch.

-
-
Field Summary
Fields Modifier and Type Field and Description static Feature3DSearchOptionALLFEATURESSearches all the Feature3D objects, that is, returns all the leaves in the above figure.static Feature3DSearchOptionTOPFEATURESONLYSearches the top features only.
-
-
-
Field Detail
-
ALLFEATURES
public static final Feature3DSearchOption ALLFEATURES
Searches all the Feature3D objects, that is, returns all the leaves in the above figure.
-
TOPFEATURESONLY
public static final Feature3DSearchOption TOPFEATURESONLY
Searches the top features only. In this case, only the green leaves in the above figure can be returned.
-
-