helper.done();
}
@Override
protected void initEnablementBehaviours( List<EnablementBehaviour> helper ) {
helper.add(new WithinLegalLayerBoundsBehaviour());
helper.add(new ValidToolDetectionActivator(new Class[]{Geometry.class, LineString.class, MultiLineString.class,
Polygon.class, MultiPolygon.class}));
}