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 class
TransformationCancellable<T extends Agent>
class
TransformationNonCancellable<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 class
TEdgeCollapse
class
TEdgeScale
Transformation to alter the length of a graph edge.class
TEdgeSimplifier
Generic class for edge geometry simplifiers.class
TEdgeSimplifierGaussianSmoothing
class
TEdgeSimplifierRamerDouglasPeucker
class
TEdgeSimplifierVisvalingamWhyatt
class
TFaceAggregation
class
TFaceIslandDeletion
Delete a graph face.class
TFaceScaling
Methods 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()
-