| 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 efficient unioning of collections of geometries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiPoint
Models a collection of
Points. |
class |
Point
Represents a single point.
|
| Constructor and Description |
|---|
PreparedPoint(Puntal point) |
| Modifier and Type | Method and Description |
|---|---|
static Geometry |
PointGeometryUnion.union(Puntal pointGeom,
Geometry otherGeom) |
| Constructor and Description |
|---|
PointGeometryUnion(Puntal pointGeom,
Geometry otherGeom) |
Copyright © 2024. All rights reserved.