Package ch.so.agi.filegdb.jts
Class JtsGeometryReader
java.lang.Object
ch.so.agi.filegdb.jts.JtsGeometryReader
Converts decoded file geodatabase geometries to JTS.
Esri stores exterior polygon rings clockwise and interior rings counter clockwise. Rings are assigned by orientation; holes are attached to the smallest containing exterior ring. Polygon rings with less than four points are skipped, and unclosed rings are closed.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JtsGeometryReader
public JtsGeometryReader(int srid)
-
-
Method Details
-
factory
public org.locationtech.jts.geom.GeometryFactory factory() -
read
public org.locationtech.jts.geom.Geometry read(ch.so.agi.filegdb.geometry.FileGdbGeometry geometry)
-