Class TesselationGeneralisationSpecification
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.regionsimplify.TesselationGeneralisationSpecification
-
public class TesselationGeneralisationSpecification extends Object
- Author:
- julien Gaffuri
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
noTriangle
protected boolean
preserveAllUnits
protected boolean
preserveIfPointsInIt
protected int
quad
protected boolean
removeNarrowGaps
protected boolean
removeNarrowParts
protected CartographicResolution
res
-
Constructor Summary
Constructors Constructor Description TesselationGeneralisationSpecification(double scaleDenominator, CRSType crsType)
TesselationGeneralisationSpecification(CartographicResolution res, CRSType crsType)
TesselationGeneralisationSpecification(CartographicResolution res, CRSType crsType, boolean removeNarrowGaps, boolean removeNarrowParts, boolean preserveAllUnits, boolean preserveIfPointsInIt, boolean noTriangle, int quad)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getNodingResolution()
void
setTopologicalConstraints(ATesselation t)
void
setUnitConstraints(ATesselation t)
-
-
-
Field Detail
-
res
protected CartographicResolution res
-
removeNarrowGaps
protected boolean removeNarrowGaps
-
removeNarrowParts
protected boolean removeNarrowParts
-
preserveAllUnits
protected boolean preserveAllUnits
-
preserveIfPointsInIt
protected boolean preserveIfPointsInIt
-
noTriangle
protected boolean noTriangle
-
quad
protected int quad
-
-
Constructor Detail
-
TesselationGeneralisationSpecification
public TesselationGeneralisationSpecification(double scaleDenominator, CRSType crsType)
-
TesselationGeneralisationSpecification
public TesselationGeneralisationSpecification(CartographicResolution res, CRSType crsType)
-
TesselationGeneralisationSpecification
public TesselationGeneralisationSpecification(CartographicResolution res, CRSType crsType, boolean removeNarrowGaps, boolean removeNarrowParts, boolean preserveAllUnits, boolean preserveIfPointsInIt, boolean noTriangle, int quad)
-
-
Method Detail
-
getNodingResolution
public double getNodingResolution()
-
setUnitConstraints
public void setUnitConstraints(ATesselation t)
-
setTopologicalConstraints
public void setTopologicalConstraints(ATesselation t)
-
-