#import <CartoTypeBase.h>
Parameters for the general find function. 
◆ init
◆ initWithFeatureType:text:location:
      
        
          | - (id) initWithFeatureType: |  | (CtFeatureType) | aFeatureType | 
        
          | text: |  | (NSString *) | aText | 
        
          | location: |  | (CtGeometry *) | aLocation | 
        
          |  |  |  |  | 
      
 
Creates find parameters for finding nearby. 
 
 
◆ attributes
If 'attributes' is null or empty, search all the attributes, otherwise it is a list of attributes separated by spaces or commas; use '$' to indicate the label (the unnamed attribute). 
 
 
◆ clip
The clip path; no clipping is done if clip is empty. 
 
 
◆ condition
If non-null, a condition expression (e.g., "Type==2") which must be fulfilled by all the objects. 
 
 
◆ layers
If non-null, a list separated by spaces or commas. If it is null all layers are searched. 
 
 
◆ location
The current location. If it is non-empty, objects in or near this region are preferred. 
 
 
◆ maxObjectCount
The maximum number of objects to return. 
 
 
◆ merge
If merge is true adjoining objects with the same name and attributes may be merged into a single object. The default value is false. 
 
 
◆ stringMatchMethod
  
  | 
        
          | - (CtStringMatch) stringMatchMethod |  | readwritenonatomicassign | 
 
The string matching method used for text searching. 
 
 
◆ text
If non-null, restricts the search to objects containing a string in one of their string attributes. 
 
 
◆ timeOut
The maximum time in seconds allowed for a find operation. Find operations are not guaranteed to return in this time or less, but will attempt to do so. A timeout of zero or less means there is no timeout. 
 
 
The documentation for this class was generated from the following file: