|
That is a geotools issue. To create a new shapefile do something like: IndexedShapefileDatastoreFactory fac=new IndexedShapefileDataStoreFactory(); ShapefileDataStore ds=fac.createDatastore( url ); ds.createSchema( featureType ); List<IService> service = CatalogPlugin.getDefault().getServiceFactory().acquire(url); Now you have a service with which you can get the resource and create a layer from the resource. Jesse M.S.Bachler wrote:
|
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
