com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapeHandler Maven / Gradle / Ivy
The newest version!
package com.vividsolutions.jtstest.testbuilder.io.shapefile;
import com.vividsolutions.jts.geom.Geometry;
import com.vividsolutions.jts.geom.GeometryFactory;
public interface ShapeHandler {
public int getShapeType();
public Geometry read(EndianDataInputStream file,GeometryFactory geometryFactory,int contentLength) throws java.io.IOException,InvalidShapefileException;
public int getLength(Geometry geometry); //length in 16bit words
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy