Package org.gdal.ogr

Provides the classes necessary to handle OGR vector datasources.

See:
          Description

Interface Summary
ogrConstants  
 

Class Summary
DataSource This class represents a data source.
Driver Class Driver is an uninstanciable class providing various methods to represents an operational format driver.
Feature A simple feature, including geometry and attributes.
FeatureDefn Definition of a feature class or feature layer.
FieldDefn Definition of an attribute of a FeatureDefn.
Geometry Abstract base class for all geometry classes.
Layer This class represents a layer of simple features, with access methods.
ogr Class ogr is an uninstanciable class providing various utility functions as static methods.
 

Package org.gdal.ogr Description

Provides the classes necessary to handle OGR vector datasources. This package provides the classes for the Driver, DataSource, Layer, Feature, Geometry... objects that are used for handling OGR vector datasources.