Class TesselationGeneralisationSpecification


  • public class TesselationGeneralisationSpecification
    extends Object
    Author:
    julien Gaffuri
    • Field Detail

      • 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,
                                                      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)