Uses of Interface
org.locationtech.jts.geom.Puntal
-
Packages that use Puntal Package Description org.locationtech.jts.geom Contains theGeometry
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. -
-
Uses of Puntal in org.locationtech.jts.geom
Classes in org.locationtech.jts.geom that implement Puntal Modifier and Type Class Description class
MultiPoint
Models a collection ofPoint
s.class
Point
Represents a single point. -
Uses of Puntal in org.locationtech.jts.geom.prep
Constructors in org.locationtech.jts.geom.prep with parameters of type Puntal Constructor Description PreparedPoint(Puntal point)
-
Uses of Puntal in org.locationtech.jts.operation.union
Methods in org.locationtech.jts.operation.union with parameters of type Puntal Modifier and Type Method Description static Geometry
PointGeometryUnion. union(Puntal pointGeom, Geometry otherGeom)
Constructors in org.locationtech.jts.operation.union with parameters of type Puntal Constructor Description PointGeometryUnion(Puntal pointGeom, Geometry otherGeom)
-