904905906907908909910911912
// lazy-init geom index on an as needed basis public GeometryIndex getGeomIndex() { if(this.geomIndex == null) this.geomIndex = new GeometryIndex(this); return this.geomIndex; }