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

org.jgrasstools.gears.modules.v.vectorconverter.OmsDwgConverter.html Maven / Gradle / Ivy

The newest version!
Module to convert dxf files to geotools vecotors (based on jdwglib project).

Since geospatial vector layers can not contain all kind of features as in a dwg file, the output will be a set of vector containing the different geometry types present in the original dwg. Other three vector layers will be created from the original dwg to store the text, attribute and contours.

Inputs

  • the dwg input file
  • the code defining the coordinate reference system, composed by authority and code number (ex. EPSG:4328), applied in the case the prj file is missing


Output

  • the output point vector
  • the output line vector
  • the output polygon vector
  • the output text vector
  • the output attributes vector
  • the output contour vector




© 2015 - 2024 Weber Informatics LLC | Privacy Policy