Geometry view = this.geometryFactory.createLinearRing( Utils.createBoxCoords( 0, 1000, 0, 1000 ) );
LinearRing featureBounds = this.geometryFactory.createLinearRing( Utils.createBoxCoords( 250, 750, 900, 1900 ) );
Polygon featurePolygon = this.geometryFactory.createPolygon( featureBounds, null );
// Set the feature geometry into the first polygon.
GeometryAttribute featureGeometry = Utils.createGeometryAttribute( this.polygonGeomDescriptor, featurePolygon );
this.feature1.setDefaultGeometryProperty( featureGeometry );
LimbGenerator testObj = new LimbGenerator();
testObj.setIntersectionGeneratorClass( SimpleIntersectionGenerator.class );
testObj.setIntersectionProcessors( new ArrayList<IIntersectionProcessor>() );