Method | Description | |
---|---|---|
FillDataTable ( IEnumerable |
Fills a data table with features.
|
|
QueryFeatures ( IFeatureReceiver receiver ) : int |
Adds features retrieved from the data source to the receiver.
|
|
QueryFeatures ( IFeatureReceiver receiver, BoundingRectangle bounds ) : int |
Adds features retrieved from the data source to the receiver.
|
Method | Description | |
---|---|---|
GetCommand ( ) : |
Gets a DbCommand corresponding to the sql server with assighed connection.
|
|
InternalQueryFeatures ( IFeatureReceiver fr, string commandText ) : int |
Adds features from the command to the receiver.
|
Method | Description | |
---|---|---|
addFeatureToReceiver ( IFeatureReceiver fr, string uniqKey, string title, byte spatialData ) : bool | ||
addParameter ( |
||
getBoundsConditionString ( BoundingRectangle bounds ) : string | ||
getSelectString ( ) : string | ||
getSelectString ( BoundingRectangle bounds ) : string | ||
insertFeatureIntoDataTable ( Feature feature, |
public FillDataTable ( IEnumerable |
||
features | IEnumerable |
Enumarator of features |
return | void |
protected abstract GetCommand ( ) : |
||
return |
protected InternalQueryFeatures ( IFeatureReceiver fr, string commandText ) : int | ||
fr | IFeatureReceiver | Object that receives features |
commandText | string | Sql command text |
return | int |
public QueryFeatures ( IFeatureReceiver receiver ) : int | ||
receiver | IFeatureReceiver | An object that receives features |
return | int |
public QueryFeatures ( IFeatureReceiver receiver, BoundingRectangle bounds ) : int | ||
receiver | IFeatureReceiver | An object that receives features |
bounds | BoundingRectangle | Rectangular region you want to fill with the objects |
return | int |