Class AFace
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.agent.Agent
-
- eu.europa.ec.eurostat.jgiscotools.regionsimplify.AFace
-
public class AFace extends Agent
- Author:
- julien Gaffuri
-
-
Field Summary
Fields Modifier and Type Field Description AUnit
aUnit
Collection<org.locationtech.jts.geom.Point>
points
-
Fields inherited from class eu.europa.ec.eurostat.jgiscotools.agent.Agent
LOGGER, satisfaction, SATISFACTION_RESOLUTION
-
-
Constructor Summary
Constructors Constructor Description AFace(Face object, ATesselation aTess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
boolean
containPoints(boolean checkAlsoNeigbours)
ATesselation
getAtesselation()
Face
getObject()
boolean
hasFrozenEdge()
boolean
isHole()
boolean
lastUnitFace()
-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.agent.Agent
activate, addConstraint, clearConstraints, computeSatisfaction, freeze, getConstraint, getConstraints, getId, getSatisfaction, getTransformations, isDeleted, isFrozen, isSatisfied, removeConstraint, setDeleted, setId, toString, unFreeze
-
-
-
-
Field Detail
-
points
public Collection<org.locationtech.jts.geom.Point> points
-
aUnit
public AUnit aUnit
-
-
Constructor Detail
-
AFace
public AFace(Face object, ATesselation aTess)
-
-
Method Detail
-
getAtesselation
public ATesselation getAtesselation()
-
lastUnitFace
public boolean lastUnitFace()
-
isHole
public boolean isHole()
-
hasFrozenEdge
public boolean hasFrozenEdge()
-
containPoints
public boolean containPoints(boolean checkAlsoNeigbours)
-
-