All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jgrasstools.gears.io.vectorreader.OmsVectorReader.html Maven / Gradle / Ivy

The newest version!
Vectors features reader module. Supported vector formats are:
  • ESRI shapefile
  • Properties file

Properties files have a header like:
{{{ _=id:Integer,name:String,geom:LineString }}}
and the data in format:
{{{ fid1=1|testname|LINESTRING (0 0, 40 40, 40 0) }}}

Parameters

  • the file path of the vector that has to be read
  • the vector type to read
  • the read collection of features




© 2015 - 2024 Weber Informatics LLC | Privacy Policy