Class TFaceScaling
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.agent.Transformation<T>
-
- eu.europa.ec.eurostat.jgiscotools.agent.TransformationCancellable<AFace>
-
- eu.europa.ec.eurostat.jgiscotools.regionsimplify.TFaceScaling
-
public class TFaceScaling extends TransformationCancellable<AFace>
- Author:
- julien Gaffuri
-
-
Constructor Summary
Constructors Constructor Description TFaceScaling(AFace agent, double factor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply()voidcancel()booleanisCancelable()voidstoreState()StringtoString()-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.agent.Transformation
getAgent
-
-
-
-
Constructor Detail
-
TFaceScaling
public TFaceScaling(AFace agent, double factor)
-
-
Method Detail
-
apply
public void apply()
- Specified by:
applyin classTransformation<AFace>
-
isCancelable
public boolean isCancelable()
- Overrides:
isCancelablein classTransformationCancellable<AFace>
-
storeState
public void storeState()
- Specified by:
storeStatein classTransformationCancellable<AFace>
-
cancel
public void cancel()
- Specified by:
cancelin classTransformationCancellable<AFace>
-
toString
public String toString()
- Overrides:
toStringin classTransformation<AFace>
-
-