A PointsVariable that returns a constant PointsVector
| Field name | Field type | Description |
|---|---|---|
| Required fields | ||
| type | PointsVariable.Type | constant |
| value | PointsVector | Constant value |
A PointsVariable that returns a PointsVector of a FileLocation
| Field name | Field type | Description |
|---|---|---|
| Required fields | ||
| type | PointsVariable.Type | file |
| source | FileLocation | Location of the file |
A PointsVariable that returns the content of a URL
| Field name | Field type | Description |
|---|---|---|
| Required fields | ||
| type | PointsVariable.Type | http |
| source | FileLocation | URL to fetch |
A PointsVariable give by the value of a HTTP query string parameter. The format the value must be "p1.x, p1.y, pN.x, pN.y"
| Field name | Field type | Description |
|---|---|---|
| Required fields | ||
| type | PointsVariable.Type | map |
| key | String | name of the query string parameter |
| Optional fields | ||
| defaultvalue | PointsVector | Value if the parameter has no value or does not exist |
A PointsVariable that returns a randomly choosen value from a list
| Field name | Field type | Description |
|---|---|---|
| Required fields | ||
| type | PointsVariable.Type | random |
| randomvalues | PointsVector [ ] | Array of values from which one is randomly picked, used by random |
A PointsVariable that returns a value computed by concatinating two PointsVariables
| Field name | Field type | Description |
|---|---|---|
| Required fields | ||
| type | PointsVariable.Type | add |
| variable1 | PointsVariable | First variable |
| variable2 | PointsVariable | Second variable |
A PointsVariable that returns a value from a Data Source
| Field name | Field type | Description |
|---|---|---|
| Required fields | ||
| type | PointsVariable.Type | datasource |
| key | String | Query String parameter name containing the row |
| column | String | Data source column name |
| Optional fields | ||
| defaultrow | PointsVector | |
A PointsVariable that returns "1" or "0", depending on the existence of a file
| Field name | Field type | Description |
|---|---|---|
| Required fields | ||
| type | PointsVariable.Type | fileexists |
| source | FileLocation | Location of the file |
Terms of Use | © 2017, Impossible Software, or its affiliates.