Uses of Class
eu.europa.ec.eurostat.jgiscotools.agent.Transformation
-
Packages that use Transformation Package Description eu.europa.ec.eurostat.jgiscotools.agent Multi agent transformation engine based on constraint optimisation ([Ruas 1999]).eu.europa.ec.eurostat.jgiscotools.regionsimplify Generalisation for tesselation data (such as administrative regions) based on multi-agent simulation. -
-
Uses of Transformation in eu.europa.ec.eurostat.jgiscotools.agent
Subclasses of Transformation in eu.europa.ec.eurostat.jgiscotools.agent Modifier and Type Class Description classTransformationCancellable<T extends Agent>classTransformationNonCancellable<T extends Agent>Methods in eu.europa.ec.eurostat.jgiscotools.agent that return types with arguments of type Transformation Modifier and Type Method Description List<Transformation<?>>Agent. getTransformations()List<Transformation<T>>Constraint. getTransformations()List<Transformation<T>>ConstraintOneShot. getTransformations()Constructors in eu.europa.ec.eurostat.jgiscotools.agent with parameters of type Transformation Constructor Description ConstraintOneShot(T agent, Transformation<T> transformation) -
Uses of Transformation in eu.europa.ec.eurostat.jgiscotools.regionsimplify
Subclasses of Transformation in eu.europa.ec.eurostat.jgiscotools.regionsimplify Modifier and Type Class Description classTEdgeCollapseclassTEdgeScaleTransformation to alter the length of a graph edge.classTEdgeSimplifierGeneric class for edge geometry simplifiers.classTEdgeSimplifierGaussianSmoothingclassTEdgeSimplifierRamerDouglasPeuckerclassTEdgeSimplifierVisvalingamWhyattclassTFaceAggregationclassTFaceIslandDeletionDelete a graph face.classTFaceScalingMethods in eu.europa.ec.eurostat.jgiscotools.regionsimplify that return types with arguments of type Transformation Modifier and Type Method Description List<Transformation<AEdge>>CEdgeGranularity. getTransformations()List<Transformation<AEdge>>CEdgeSize. getTransformations()List<Transformation<AFace>>CFaceSize. getTransformations()List<Transformation<AUnit>>CUnitNoding. getTransformations()List<Transformation<AUnit>>CUnitNoNarrowGaps. getTransformations()List<Transformation<AUnit>>CUnitNoNarrowParts. getTransformations()
-