Uses of Class
eu.europa.ec.eurostat.jgiscotools.algo.base.NodingUtil.NodingIssue
-
Packages that use NodingUtil.NodingIssue Package Description eu.europa.ec.eurostat.jgiscotools.algo.base Base algorithms.eu.europa.ec.eurostat.jgiscotools.regionsimplify Generalisation for tesselation data (such as administrative regions) based on multi-agent simulation. -
-
Uses of NodingUtil.NodingIssue in eu.europa.ec.eurostat.jgiscotools.algo.base
Methods in eu.europa.ec.eurostat.jgiscotools.algo.base that return NodingUtil.NodingIssue Modifier and Type Method Description static NodingUtil.NodingIssue
NodingUtil. getLinePointNodingIssues(org.locationtech.jts.geom.Coordinate c, org.locationtech.jts.geom.Coordinate c1, org.locationtech.jts.geom.Coordinate c2, double nodingResolution)
static NodingUtil.NodingIssue
NodingUtil. getPointPointNodingIssues(org.locationtech.jts.geom.Coordinate c, org.locationtech.jts.geom.Coordinate c_, double nodingResolution)
Methods in eu.europa.ec.eurostat.jgiscotools.algo.base that return types with arguments of type NodingUtil.NodingIssue Modifier and Type Method Description static Collection<NodingUtil.NodingIssue>
NodingUtil. getNodingIssues(NodingUtil.NodingIssueType type, Feature mpf, org.locationtech.jts.index.SpatialIndex index, double nodingResolution)
static Collection<NodingUtil.NodingIssue>
NodingUtil. getNodingIssues(NodingUtil.NodingIssueType type, Collection<Feature> mpfs, double nodingResolution)
static Collection<NodingUtil.NodingIssue>
NodingUtil. getNodingIssues(NodingUtil.NodingIssueType type, org.locationtech.jts.geom.MultiPolygon mp, org.locationtech.jts.index.SpatialIndex index, double nodingResolution)
static Collection<NodingUtil.NodingIssue>
NodingUtil. getNodingIssues(NodingUtil.NodingIssueType type, org.locationtech.jts.geom.Polygon p, org.locationtech.jts.index.SpatialIndex index, double nodingResolution)
-
Uses of NodingUtil.NodingIssue in eu.europa.ec.eurostat.jgiscotools.regionsimplify
Methods in eu.europa.ec.eurostat.jgiscotools.regionsimplify that return types with arguments of type NodingUtil.NodingIssue Modifier and Type Method Description Collection<NodingUtil.NodingIssue>
CUnitNoding. getIssues()
-