Class TFaceIslandDeletion
- 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.TFaceIslandDeletion
 
 
 
 
- 
public class TFaceIslandDeletion extends TransformationNonCancellable<AFace>
Delete a graph face. It should be used only to remove island faces. Otherwise, this operation may result in a hole in the graph tesselation. The edges and nodes which are not linked anymore to any other graph element are also deleted- Author:
 - julien Gaffuri
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TFaceIslandDeletion(AFace agent) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply()- 
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.agent.TransformationNonCancellable
isCancelable 
- 
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.agent.Transformation
getAgent, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
TFaceIslandDeletion
public TFaceIslandDeletion(AFace agent)
 
 - 
 
- 
Method Detail
- 
apply
public void apply()
- Specified by:
 applyin classTransformation<AFace>
 
 - 
 
 -