Uses of Class
eu.europa.ec.eurostat.jgiscotools.regionsimplify.AUnit
-
Packages that use AUnit Package Description eu.europa.ec.eurostat.jgiscotools.regionsimplify Generalisation for tesselation data (such as administrative regions) based on multi-agent simulation. -
-
Uses of AUnit in eu.europa.ec.eurostat.jgiscotools.regionsimplify
Fields in eu.europa.ec.eurostat.jgiscotools.regionsimplify declared as AUnit Modifier and Type Field Description AUnit
AFace. aUnit
Fields in eu.europa.ec.eurostat.jgiscotools.regionsimplify with type parameters of type AUnit Modifier and Type Field Description Collection<AUnit>
ATesselation. aUnits
Methods in eu.europa.ec.eurostat.jgiscotools.regionsimplify that return AUnit Modifier and Type Method Description AUnit
ATesselation. getAUnit(Feature unit)
Methods in eu.europa.ec.eurostat.jgiscotools.regionsimplify that return types with arguments of type AUnit Modifier and Type Method Description List<Transformation<AUnit>>
CUnitNoding. getTransformations()
List<Transformation<AUnit>>
CUnitNoNarrowGaps. getTransformations()
List<Transformation<AUnit>>
CUnitNoNarrowParts. getTransformations()
Collection<AUnit>
ATesselation. query(org.locationtech.jts.geom.Envelope env)
Constructors in eu.europa.ec.eurostat.jgiscotools.regionsimplify with parameters of type AUnit Constructor Description CUnitContainPoints(AUnit agent)
CUnitNoding(AUnit agent, org.locationtech.jts.index.SpatialIndex index, NodingUtil.NodingIssueType nType, double nodingResolution)
CUnitNoNarrowGaps(AUnit agent, double separationDistanceMeter, double nodingResolution, int quad, boolean preserveAllUnits, boolean preserveIfPointsInIt)
CUnitNoNarrowParts(AUnit agent, double widthMeter, double nodingResolution, int quad, boolean preserveAllUnits, boolean preserveIfPointsInIt)
CUnitNoTriangle(AUnit agent)
CUnitOverlap(AUnit agent, org.locationtech.jts.index.SpatialIndex index)
CUnitSizePreservation(AUnit agent, double goalValue)
CUnitValidity(AUnit agent)
-