| Package | Description |
|---|---|
| org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| org.locationtech.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
| org.locationtech.jts.operation.union |
Classes to perform efficent unioning of collections of geometries.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MultiPoint |
Models a collection of
Points. |
class |
Point |
Represents a single point.
|
| Constructor | Description |
|---|---|
PreparedPoint(Puntal point) |
| Modifier and Type | Method | Description |
|---|---|---|
static Geometry |
PointGeometryUnion.union(Puntal pointGeom,
Geometry otherGeom) |
| Constructor | Description |
|---|---|
PointGeometryUnion(Puntal pointGeom,
Geometry otherGeom) |
Copyright © 2018. All rights reserved.