Create isolines shape-file by Geotools -


i have array (grid) of points (coordinates x,y , attribute top). need build isolines them (basis of attribute top values) , create shape-file.

i use geotools java library , i'm able create shape-file set of linestring. unfortunately have no idea array of point isolines.

does geotools have way build isolines automatically?

geotools considers contouring (which geographers call isolines :-)) imaging operation outsourced jai-tools library.

the basic process convert array of points image , call contouring process on jai op.

there full demo here.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -