
- Creating-Shapefiles-from-Oracle-Spatial
- 09-14-2005
![]() ![]() Re: Creating Shapefiles from Oracle Spatial
| Berend Veldkamp | 09-21-2005 |
![]() Re: Creating Shapefiles from Oracle Spatial
| Martin Hvidberg... | 09-21-2005 |
If you were Registered and logged in, you could reply and use other advanced thread options
I am using Oracle Spatial to store GIS data, and I would like a way to
create Shapefiles from this database. Does anyibne know if this can be
done?
Oracle can use Java classes, so are there any free Java libraries that can
create Shapefiles?
Thanks,
Andrew
create Shapefiles from this database. Does anyibne know if this can be
done?
Oracle can use Java classes, so are there any free Java libraries that can
create Shapefiles?
Thanks,
Andrew
You could use the open source GDAL library - that interfaces to Oracle
Spatial and includes ShapeLib, so can write out into shapefile format.
Peter
Andrew Miller wrote:
-----------------------------------------------------------------------
Spatial and includes ShapeLib, so can write out into shapefile format.
Peter
Andrew Miller wrote:
-----------------------------------------------------------------------
Yes, and the GDAL distribution also includes "ogr2ogr" a conversion
program for all supported formats.
Note that support for Oracle is not compiled in by default, you have to
configure that explicitly. Or download a ready made binary that has
Oracle support built in.
Berend
PJ Halls wrote:
program for all supported formats.
Note that support for Oracle is not compiled in by default, you have to
configure that explicitly. Or download a ready made binary that has
Oracle support built in.
Berend
PJ Halls wrote:
> You could use the open source GDAL library - that interfaces to Oracle
> Spatial and includes ShapeLib, so can write out into shapefile format.
>
> Peter
>
> Andrew Miller wrote:
>
> Spatial and includes ShapeLib, so can write out into shapefile format.
>
> Peter
>
> Andrew Miller wrote:
>
>>I am using Oracle Spatial to store GIS data, and I would like a way to
>>create Shapefiles from this database. Does anyibne know if this can be
>>done?
>>Oracle can use Java classes, so are there any free Java libraries that can
>>create Shapefiles?
>>Thanks,
>>Andrew
>>create Shapefiles from this database. Does anyibne know if this can be
>>done?
>>Oracle can use Java classes, so are there any free Java libraries that can
>>create Shapefiles?
>>Thanks,
>>Andrew
>
>
> -----------------------------------------------------------------------
>
> -----------------------------------------------------------------------
You could use ArcGIS or ArcView 3.2 or 3.3






> I am using Oracle Spatial to store GIS data, and I would like a way to
> create Shapefiles from this database. Does anyibne know if this can be
> done?
>
> Oracle can use Java classes, so are there any free Java libraries that can
> create Shapefiles?
>
> Thanks,
>
> Andrew