Description

The type GeometryID represents a geometry identifier.

Attributes

AttributeTypeDescription
uint64uint64The id as a 64-bit unsigned integer.

Proto Definition

message GeometryID {
  oneof id {
    uint64 uint64 = 1; 
  }
  reserved 2;
  reserved "uuid";
}