CreateCircleLocus Method
Description
Creates a named circular Spatial Filter in a Named Object Library, replacing any existing Spatial Filter with the same name.
Syntax
Visual Basic |
---|
Public Function CreateCircleLocus( _ ByVal locus As String, _ ByVal x As Double, _ ByVal y As Double, _ ByVal radius As Double _ ) As Integer |
Parameters
- locus
- The named Spatial Filter to create, or replace.
- x
- The x coordinate centre of the circle Spatial Filter.
-
- y
- The y coordinate centre of the circle Spatial Filter.
- radius
- The radius of the circle Spatial Filter.
Remarks
Available: GEO OD SISpy
Group:
Example
sis.CreateCircleLocus ("RoadScheme", 106723, 187222, 500)