Package | Description |
---|---|
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.opengis.geometry.coordinate |
Set of geometric objects.
|
Modifier and Type | Method and Description |
---|---|
Tin |
GeometryBuilder.createTin(Set post,
Set stopLines,
Set breakLines,
double maxLength) |
Modifier and Type | Method and Description |
---|---|
Tin |
GeometryFactory.createTin(Set<Position> post,
Set<LineString> stopLines,
Set<LineString> breakLines,
double maxLength)
Constructs a restricted Delaunay network from triangle corners (posts), breaklines,
stoplines, and maximum length of a triangle side.
|
Copyright © 1996–2019 Geotools. All rights reserved.