Class TFaceAggregation
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.agent.Transformation<T>
-
- eu.europa.ec.eurostat.jgiscotools.agent.TransformationNonCancellable<AFace>
-
- eu.europa.ec.eurostat.jgiscotools.regionsimplify.TFaceAggregation
-
public class TFaceAggregation extends TransformationNonCancellable<AFace>
- Author:
- julien Gaffuri
-
-
Constructor Summary
Constructors Constructor Description TFaceAggregation(AFace agent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply()
String
toString()
-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.agent.TransformationNonCancellable
isCancelable
-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.agent.Transformation
getAgent
-
-
-
-
Constructor Detail
-
TFaceAggregation
public TFaceAggregation(AFace agent)
-
-
Method Detail
-
apply
public void apply()
- Specified by:
apply
in classTransformation<AFace>
-
toString
public String toString()
- Overrides:
toString
in classTransformation<AFace>
-
-