Class JoinByGeometryOptions
JoinByGeometryOptions class
Options for layers joining.
public class JoinByGeometryOptions
Constructors
Properties
| Name | Description |
|---|
| ConditionComparer { get; set; } | Defines the way the features of two layers are related in a query by specifying a logic to be used in comparing values from the features. |
| JoinedAttributesPrefix { get; set; } | Specifies a prefix string for the joined attribute’s names. Default is “joined_”. |
| Radius { get; set; } | Specifies a radius to look for the joined geometry. |
See Also