Class CobaltMeasures


  • public class CobaltMeasures
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CobaltMeasures()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double area​(org.locationtech.jts.geom.Envelope mbb)  
      static double diagonal​(org.locationtech.jts.geom.Envelope mbb)  
      static double distance​(org.locationtech.jts.geom.Envelope mbbA, org.locationtech.jts.geom.Envelope mbbB)  
      static double fA​(org.locationtech.jts.geom.Envelope mbbA, org.locationtech.jts.geom.Envelope mbbB)  
      static double fD​(org.locationtech.jts.geom.Envelope mbbA, org.locationtech.jts.geom.Envelope mbbB)  
      static double fM​(org.locationtech.jts.geom.Envelope mbbA, org.locationtech.jts.geom.Envelope mbbB)  
      static org.locationtech.jts.geom.Envelope intersection​(org.locationtech.jts.geom.Envelope mbbA, org.locationtech.jts.geom.Envelope mbbB)  
      static boolean projectionX​(org.locationtech.jts.geom.Envelope mbbA, org.locationtech.jts.geom.Envelope mbbB)  
      static boolean projectionY​(org.locationtech.jts.geom.Envelope mbbA, org.locationtech.jts.geom.Envelope mbbB)  
      static org.locationtech.jts.geom.Envelope union​(org.locationtech.jts.geom.Envelope mbbA, org.locationtech.jts.geom.Envelope mbbB)  
    • Constructor Detail

      • CobaltMeasures

        public CobaltMeasures()
    • Method Detail

      • area

        public static double area​(org.locationtech.jts.geom.Envelope mbb)
      • diagonal

        public static double diagonal​(org.locationtech.jts.geom.Envelope mbb)
      • union

        public static org.locationtech.jts.geom.Envelope union​(org.locationtech.jts.geom.Envelope mbbA,
                                                               org.locationtech.jts.geom.Envelope mbbB)
      • intersection

        public static org.locationtech.jts.geom.Envelope intersection​(org.locationtech.jts.geom.Envelope mbbA,
                                                                      org.locationtech.jts.geom.Envelope mbbB)
      • projectionX

        public static boolean projectionX​(org.locationtech.jts.geom.Envelope mbbA,
                                          org.locationtech.jts.geom.Envelope mbbB)
      • projectionY

        public static boolean projectionY​(org.locationtech.jts.geom.Envelope mbbA,
                                          org.locationtech.jts.geom.Envelope mbbB)
      • distance

        public static double distance​(org.locationtech.jts.geom.Envelope mbbA,
                                      org.locationtech.jts.geom.Envelope mbbB)
      • fA

        public static double fA​(org.locationtech.jts.geom.Envelope mbbA,
                                org.locationtech.jts.geom.Envelope mbbB)
      • fD

        public static double fD​(org.locationtech.jts.geom.Envelope mbbA,
                                org.locationtech.jts.geom.Envelope mbbB)
      • fM

        public static double fM​(org.locationtech.jts.geom.Envelope mbbA,
                                org.locationtech.jts.geom.Envelope mbbB)