Uses of Class
eu.europa.ec.eurostat.jgiscotools.regionsimplify.AEdge
-
Packages that use AEdge Package Description eu.europa.ec.eurostat.jgiscotools.regionsimplify Generalisation for tesselation data (such as administrative regions) based on multi-agent simulation. -
-
Uses of AEdge in eu.europa.ec.eurostat.jgiscotools.regionsimplify
Fields in eu.europa.ec.eurostat.jgiscotools.regionsimplify with type parameters of type AEdge Modifier and Type Field Description Collection<AEdge>
ATesselation. aEdges
Methods in eu.europa.ec.eurostat.jgiscotools.regionsimplify that return AEdge Modifier and Type Method Description AEdge
ATesselation. getAEdge(Edge e)
Methods in eu.europa.ec.eurostat.jgiscotools.regionsimplify that return types with arguments of type AEdge Modifier and Type Method Description List<Transformation<AEdge>>
CEdgeGranularity. getTransformations()
List<Transformation<AEdge>>
CEdgeSize. getTransformations()
Constructors in eu.europa.ec.eurostat.jgiscotools.regionsimplify with parameters of type AEdge Constructor Description CEdgeFaceSize(AEdge agent)
CEdgeGranularity(AEdge agent, double goalResolution)
CEdgeNoTriangle(AEdge agent)
CEdgeSelfIntersection(AEdge agent)
CEdgesFacesContainPoints(AEdge agent)
CEdgeSize(AEdge agent, double minSize, double delSize)
CEdgeToEdgeIntersection(AEdge agent, org.locationtech.jts.index.SpatialIndex edgeSpatialIndex)
CEdgeValidity(AEdge agent)
TEdgeCollapse(AEdge agent)
TEdgeScale(AEdge agent, double factor)
TEdgeSimplifier(AEdge agent)
TEdgeSimplifierGaussianSmoothing(AEdge agent, double gaussianSmoothingSigmaParameter, double resolution)
TEdgeSimplifierRamerDouglasPeucker(AEdge agent, double resolution, boolean preserveTopology)
TEdgeSimplifierVisvalingamWhyatt(AEdge agent, double resolution)
TEdgeSimplifierVisvalingamWhyatt(AEdge agent, double resolution, double gaussianSmoothingSigmaParameter)
-