Method | Description | |
---|---|---|
Close ( ) : void |
Closes the datasource
|
|
Dispose ( ) : void |
Disposes the object
|
|
ExecuteIntersectionQuery ( SharpMap geom, FeatureDataSet ds ) : void |
Throws NotSupportedException.
|
|
GetExtents ( ) : SharpMap.Geometries.BoundingBox |
Boundingbox of dataset
|
|
GetFeature ( uint RowID ) : FeatureDataRow |
Returns a datarow based on a RowID
|
|
GetFeatureCount ( ) : int |
Returns the number of features in the dataset
|
|
GetGeometriesInView ( SharpMap bbox ) : List |
Returns geometries within the specified bounding box
|
|
GetGeometryByID ( uint oid ) : SharpMap.Geometries.Geometry |
Returns the geometry corresponding to the Object ID
|
|
GetObjectIDsInView ( SharpMap bbox ) : List |
Returns geometry Object IDs whose bounding box intersects 'bbox'
|
|
GetXYTolerance ( ) : double? | ||
OleDbPoint ( string ConnectionStr, string tablename, string OID_ColumnName, string xColumn, string yColumn ) : System |
Initializes a new instance of the OleDbPoint provider
|
|
Open ( ) : void |
Opens the datasource
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public ExecuteIntersectionQuery ( SharpMap geom, FeatureDataSet ds ) : void | ||
geom | SharpMap | |
ds | FeatureDataSet | FeatureDataSet to fill data into |
return | void |
public GetExtents ( ) : SharpMap.Geometries.BoundingBox | ||
return | SharpMap.Geometries.BoundingBox |
public GetFeature ( uint RowID ) : FeatureDataRow | ||
RowID | uint | |
return | FeatureDataRow |
public GetGeometriesInView ( SharpMap bbox ) : List |
||
bbox | SharpMap | |
return | List |
public GetGeometryByID ( uint oid ) : SharpMap.Geometries.Geometry | ||
oid | uint | Object ID |
return | SharpMap.Geometries.Geometry |
public GetObjectIDsInView ( SharpMap bbox ) : List |
||
bbox | SharpMap | |
return | List |
public OleDbPoint ( string ConnectionStr, string tablename, string OID_ColumnName, string xColumn, string yColumn ) : System | ||
ConnectionStr | string | |
tablename | string | |
OID_ColumnName | string | |
xColumn | string | |
yColumn | string | |
return | System |