Font Size: a A A

Convert sdo_geometry objects to esri shapefiles

Posted on:2014-12-14Degree:M.SType:Thesis
University:San Diego State UniversityCandidate:Vijayachandran, LakshmiFull Text:PDF
GTID:2458390008950552Subject:Computer Science
Abstract/Summary:
SDO_GEOMETRY is a spatial database object type that can be used to store a wide variety of spatial data like points, lines, polygons etc. Different mapping tools like Shape Objects, Shape Viewer etc., or full featured GIS products like ArcGIS, are used to visualize spatial data. These mapping tools for visualizing and analyzing spatial data primarily expect the input to be in the form of ESRI shapefiles. Shapefiles provide a simple, non-topological file format for storing geographic and attribute data. It is comprised of three main files with extensions .shp, .shx and .dbf. The .shp file has geodetic descriptions, the .shx file is an index into the shape file, and the .dbf file contains the descriptive attributes of the spatial object, such as name, area, length, population, etc. This thesis concentrates on developing a software tool to convert Oracle spatial tables, which contain an SDO_GEOMETRY column, into ESRI shapefiles to achieve the inverse functionality of shp2sdo, available on Oracle website. To be precise, the SDO_GEOMETRY column in an Oracle spatial table has the locational information, and this is transformed to .shx and .shp files; the non-locational information in the table is translated into a .dbf file.
Keywords/Search Tags:File, Geometry, Sdo, ESRI, Spatial, Shape
Related items