Uses of Class
eu.europa.ec.eurostat.jgiscotools.regionsimplify.AFace
-
Packages that use AFace Package Description eu.europa.ec.eurostat.jgiscotools.regionsimplify Generalisation for tesselation data (such as administrative regions) based on multi-agent simulation. -
-
Uses of AFace in eu.europa.ec.eurostat.jgiscotools.regionsimplify
Fields in eu.europa.ec.eurostat.jgiscotools.regionsimplify with type parameters of type AFace Modifier and Type Field Description Collection<AFace>
ATesselation. aFaces
Collection<AFace>
AUnit. aFaces
Methods in eu.europa.ec.eurostat.jgiscotools.regionsimplify that return AFace Modifier and Type Method Description AFace
ATesselation. getAFace(Face f)
Methods in eu.europa.ec.eurostat.jgiscotools.regionsimplify that return types with arguments of type AFace Modifier and Type Method Description List<Transformation<AFace>>
CFaceSize. getTransformations()
Constructors in eu.europa.ec.eurostat.jgiscotools.regionsimplify with parameters of type AFace Constructor Description CFaceContainPoints(AFace agent)
CFaceEdgeToEdgeIntersection(AFace agent, org.locationtech.jts.index.SpatialIndex edgeSpatialIndex)
CFaceNoTriangle(AFace agent)
CFaceSize(AFace agent, double minSizeDel, double minSizeDelHole, double minSize, boolean preserveAllUnits, boolean preserveIfPointsInIt)
CFaceValidity(AFace agent)
TFaceAggregation(AFace agent)
TFaceIslandDeletion(AFace agent)
TFaceScaling(AFace agent, double factor)
-