Uses of Interface
org.locationtech.jts.geom.Puntal
-
Packages that use Puntal Package Description org.locationtech.jts.geom Contains theGeometryinterface 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 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)
-