Civil GIS Type Constants
There are a number of predefined symbolic Lisp
constants for the Civil GIS LISP interface.
|
Variable/Symbol Name |
Integer |
Description |
|
|
|
|
Civil GIS Geometric Type |
bcGisTypeUnknown |
0 |
geometric type : |
|
bcGisTypePoint |
1 |
geometric type : |
|
bcGisTypeString |
2 |
geometric type : |
|
bcGisTypePolygon |
3 |
geometric type : |
|
bcGisTypeMultiPoint |
4 |
geometric type : |
|
bcGisTypeMultiLineString |
5 |
geometric type : |
|
bcGisTypeMultiPolygon |
6 |
geometric type : |
|
bcGisTypeCollection |
7 |
geometric type : |
|
|
|
|
Civil GIS Attribute Type |
bcGisAttrTypeInt32 |
0 |
attribute type : integer 32 bit |
|
bcGisAttrTypeInt64 |
1 |
attribute type : integer 64 bit |
|
bcGisAttrTypeDouble |
2 |
attribute type : double |
|
bcGisAttrTypeString |
3 |
attribute type : string |
© Bricsys NV. All rights reserved. |