Skip to content

mapspiral/NetSdoGeometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetSdoGeometry

Fork of the NetSdoGeometry project as can be found here on CodePlex

I applied StyleCop rules to the files and restructured some of the classes into separate files.

The code snippet below shows how to use it.

OracleDataReader reader = command.ExecuteReader();

while (reader.Read())
{
    NetSdoGeometry.SdoGeometry geom = reader["geometry"] as NetSdoGeometry.SdoGeometry;
}

About

Fork of the CodePlex NetSdoGeometry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages