Package org.apache.lucene.spatial3d.geom
Class StandardObjects
- java.lang.Object
-
- org.apache.lucene.spatial3d.geom.StandardObjects
-
class StandardObjects extends java.lang.Object
Lookup tables for classes that can be serialized using a code.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.util.Map<java.lang.Class<?>,java.lang.Integer>
classRegsitry
Registry of standard classes to corresponding code(package private) static java.util.Map<java.lang.Integer,java.lang.Class<?>>
codeRegsitry
Registry of codes to corresponding classes
-
Constructor Summary
Constructors Constructor Description StandardObjects()
-