Class FileGdbPolygon

java.lang.Object
ch.so.agi.filegdb.geometry.FileGdbPolygon
All Implemented Interfaces:
FileGdbGeometry

public final class FileGdbPolygon extends Object implements FileGdbGeometry
Polygon geometry with one or more rings.

Rings are kept in file order. Exterior/interior classification follows the Esri ring orientation convention (exterior rings clockwise) and is applied by the consumer, for example the JTS adapter.