LUCENE-7955: Add the new shape to the standard objects class

This commit is contained in:
Karl Wright 2017-09-10 07:33:29 -04:00
parent 80ae2699cf
commit 64d142858d
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ class StandardObjects {
classRegsitry.put(XYdZSolid.class, 33);
classRegsitry.put(StandardXYZSolid.class, 34);
classRegsitry.put(PlanetModel.class, 35);
classRegsitry.put(GeoDegeneratePath.class, 36);
for (Class<?> clazz : classRegsitry.keySet()){
codeRegsitry.put(classRegsitry.get(clazz), clazz);