Class AbstractGeometryType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract GeometryTypeName getType()  
      abstract void updateIndexes​(java.util.Map<java.lang.Integer,​java.lang.Integer> indexMap)  
      • Methods inherited from class java.lang.Object

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

      • AbstractGeometryType

        public AbstractGeometryType()
    • Method Detail

      • updateIndexes

        public abstract void updateIndexes​(java.util.Map<java.lang.Integer,​java.lang.Integer> indexMap)