Class GeometryFieldDefinition

java.lang.Object
ch.so.agi.filegdb.geometry.GeometryFieldDefinition

public final class GeometryFieldDefinition extends Object
Definition of the geometry field of a feature class.

Properties:

  • name: field name
  • alias: field alias
  • nullable: whether null geometries are allowed
  • wkt: spatial reference as WKT, may be empty
  • kind: table geometry kind from the table header
  • hasZ: whether coordinates carry a Z value
  • hasM: whether coordinates carry a measure value
  • precision: integer coordinate handling
  • extent: feature extent declared in the table header, may be null
  • spatialIndexGridResolution: spatial index grid sizes, may be empty