Method | Description | |
---|---|---|
Close ( ) : void |
Closes the datasource
|
|
Dispose ( ) : void |
Disposes the object
|
|
ExecuteIntersectionQuery ( Geometry geom, SharpMap.Data.FeatureDataSet ds ) : void |
Throws an NotSupportedException. Attribute data is not supported by this datasource
|
|
ExecuteIntersectionQuery ( SharpMap box, SharpMap.Data.FeatureDataSet ds ) : void |
Throws an NotSupportedException. Attribute data is not supported by this datasource
|
|
GeometryProvider ( SharpMap.Data.FeatureDataRow feature ) : System |
Initializes a new instance of the GeometryProvider
|
|
GeometryProvider ( FeatureDataTable features ) : System |
Initializes a new instance of the GeometryProvider
|
|
GeometryProvider ( Geometry geometry ) : System |
Initializes a new instance of the GeometryProvider
|
|
GeometryProvider ( List |
Initializes a new instance of the GeometryProvider
|
|
GeometryProvider ( byte wellKnownBinaryGeometry ) : System |
Initializes a new instance of the GeometryProvider
|
|
GeometryProvider ( string wellKnownTextGeometry ) : System |
Initializes a new instance of the GeometryProvider
|
|
GetExtents ( ) : BoundingBox |
Boundingbox of dataset
|
|
GetFeature ( uint RowID ) : SharpMap.Data.FeatureDataRow |
Throws an NotSupportedException. Attribute data is not supported by this datasource
|
|
GetFeatureCount ( ) : int |
Returns the number of features in the dataset
|
|
GetGeometriesInView ( BoundingBox bbox ) : List |
Returns features within the specified bounding box
|
|
GetGeometryByID ( uint oid ) : Geometry |
Returns the geometry corresponding to the Object ID
|
|
GetObjectIDsInView ( BoundingBox bbox ) : List |
Returns all objects whose boundingbox intersects 'bbox'.
|
|
GetXYTolerance ( ) : double? | ||
Open ( ) : void |
Opens the datasource
|
public ExecuteIntersectionQuery ( Geometry geom, SharpMap.Data.FeatureDataSet ds ) : void | ||
geom | Geometry | |
ds | SharpMap.Data.FeatureDataSet | FeatureDataSet to fill data into |
return | void |
public ExecuteIntersectionQuery ( SharpMap box, SharpMap.Data.FeatureDataSet ds ) : void | ||
box | SharpMap | |
ds | SharpMap.Data.FeatureDataSet | FeatureDataSet to fill data into |
return | void |
public GeometryProvider ( SharpMap.Data.FeatureDataRow feature ) : System | ||
feature | SharpMap.Data.FeatureDataRow | Feature to be in this datasource |
return | System |
public GeometryProvider ( FeatureDataTable features ) : System | ||
features | FeatureDataTable | Features to be included in this datasource |
return | System |
public GeometryProvider ( Geometry geometry ) : System | ||
geometry | Geometry | Geometry to be in this datasource |
return | System |
public GeometryProvider ( List |
||
geometries | List |
Set of geometries that this datasource should contain |
return | System |
public GeometryProvider ( byte wellKnownBinaryGeometry ) : System | ||
wellKnownBinaryGeometry | byte | |
return | System |
public GeometryProvider ( string wellKnownTextGeometry ) : System | ||
wellKnownTextGeometry | string | |
return | System |
public GetFeature ( uint RowID ) : SharpMap.Data.FeatureDataRow | ||
RowID | uint | |
return | SharpMap.Data.FeatureDataRow |
public GetGeometriesInView ( BoundingBox bbox ) : List |
||
bbox | BoundingBox | |
return | List |
public GetGeometryByID ( uint oid ) : Geometry | ||
oid | uint | Object ID |
return | Geometry |
public GetObjectIDsInView ( BoundingBox bbox ) : List |
||
bbox | BoundingBox | |
return | List |