Uses of Interface
org.locationtech.jts.geom.Puntal
-
Packages that use Puntal Package Description org.locationtech.jts.geom org.locationtech.jts.geom.prep org.locationtech.jts.operation.union -
-
Uses of Puntal in org.locationtech.jts.geom
Classes in org.locationtech.jts.geom that implement Puntal Modifier and Type Class Description classMultiPointModels a collection ofPoints.classPointRepresents 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 GeometryPointGeometryUnion. union(Puntal pointGeom, Geometry otherGeom)Constructors in org.locationtech.jts.operation.union with parameters of type Puntal Constructor Description PointGeometryUnion(Puntal pointGeom, Geometry otherGeom)
-