new GoIntersect(pipeId, tablePipe, tableValve, userStylePipes, userStyleValve, APP_ROOT_URL)
Interactions/geoTools/Intersect/index.ts, line 42
| Name | Type | Description |
|---|---|---|
pipeId |
String |
The id from a preselected pipe.From this pipe the geospatial calculation will begin |
tablePipe |
String |
The Pipe database table name. |
tableValve |
String |
The Valve database table name. |
userStylePipes |
module:types~styleFromUser |
The style we want to put on the Pipes layer |
userStyleValve |
module:types~styleFromUser |
The style we want to put on the Valves drawing layer |
APP_ROOT_URL |
String |
default "http://localhost:5000" |
Properties:
| Name | Type | Description |
|---|---|---|
style |
Style | |
dataINsNames |
Array.<string> | |
dataClipsNames |
Array.<string> | |
pipeLayerName |
string | @ |
Methods
-
setDefaultStyle(){void}
Interactions/geoTools/Intersect/index.ts, line 161 -
Set the default style for pipes
Returns:
Type Description void Return nothing
