Class OperatorUnionCursor.Geom_pair

  • Enclosing class:
    OperatorUnionCursor

    private static final class OperatorUnionCursor.Geom_pair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Geometry geom  
      (package private) boolean unioned  
      (package private) int vertex_count  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Geom_pair()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void init()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • vertex_count

        int vertex_count
      • unioned

        boolean unioned
    • Constructor Detail

      • Geom_pair

        private Geom_pair()
    • Method Detail

      • init

        void init()