Class Closure


  • public class Closure
    extends Object
    Author:
    julien Gaffuri
    • Constructor Summary

      Constructors 
      Constructor Description
      Closure()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geom, double d)  
      static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geometry, double distMM, double scale)  
      static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geometry, double distMM, double scale, int qSegs)  
      static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geom, double distMM, double scale, int qSegs, int endCapStyle)  
      static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geometry, double d, int qSegs)  
      static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geom, double d, int qSegs, int endCapStyle)  
      static org.locationtech.jts.geom.Geometry getGain​(org.locationtech.jts.geom.Geometry geom, double d, int qSegs)  
    • Constructor Detail

      • Closure

        public Closure()
    • Method Detail

      • get

        public static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geom,
                                                             double d,
                                                             int qSegs,
                                                             int endCapStyle)
      • get

        public static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geometry,
                                                             double d,
                                                             int qSegs)
      • get

        public static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geom,
                                                             double d)
      • get

        public static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geom,
                                                             double distMM,
                                                             double scale,
                                                             int qSegs,
                                                             int endCapStyle)
      • get

        public static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geometry,
                                                             double distMM,
                                                             double scale,
                                                             int qSegs)
      • get

        public static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Geometry geometry,
                                                             double distMM,
                                                             double scale)
      • getGain

        public static org.locationtech.jts.geom.Geometry getGain​(org.locationtech.jts.geom.Geometry geom,
                                                                 double d,
                                                                 int qSegs)