Class StandardObjects

java.lang.Object
org.apache.lucene.spatial3d.geom.StandardObjects

class StandardObjects extends Object
Lookup tables for classes that can be serialized using a code.
  • Field Details

    • classRegsitry

      static Map<Class<?>,Integer> classRegsitry
      Registry of standard classes to corresponding code
    • codeRegsitry

      static Map<Integer,Class<?>> codeRegsitry
      Registry of codes to corresponding classes
  • Constructor Details

    • StandardObjects

      StandardObjects()