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 void
apply()
void
cancel()
boolean
isCancelable()
void
storeState()
String
toString()
-
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:
apply
in classTransformation<AFace>
-
isCancelable
public boolean isCancelable()
- Overrides:
isCancelable
in classTransformationCancellable<AFace>
-
storeState
public void storeState()
- Specified by:
storeState
in classTransformationCancellable<AFace>
-
cancel
public void cancel()
- Specified by:
cancel
in classTransformationCancellable<AFace>
-
toString
public String toString()
- Overrides:
toString
in classTransformation<AFace>
-
-