GeometryType Enumeration
GeometryType Enumeration
Specifies whether the data being uploaded is point data or polygon data.
Public Enum GeometryType Inherits System.Enum
[C#]
public enum GeometryType : System.Enum
Members
The following table lists the values for the GeometryType enumeration.
Name | Description |
---|---|
Point | The data in the UploadSpecification is point data. |
Polygon | The data in the UploadSpecification is polygon data. |
Remarks
A data source can only contain one type of data. You must create a separate UploadSpecification object for each data type you upload.