Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
SqliteFeatureSource | |||
SqliteFeatureSource | String, String, String, String | ||
SqliteFeatureSource | SQLiteConnection, String, String, String |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
CanExecuteSqlQuery | Boolean | FeatureSource | |
CanModifyColumnStructure | Boolean | FeatureSource | |
CommandTimeout | Int32 | ||
ConnectionString | String | ||
DrawnFeatureCount | Int32 | ||
FeatureIdColumn | String | ||
FeatureIdsToExclude | Collection<String> | FeatureSource | |
FetchTime | Double | ||
Filters | Collection<String> | FeatureSource | |
GeoCache | FeatureCache | FeatureSource | |
GeometryColumnName | String | ||
Id | String | FeatureSource | |
IsEditable | Boolean | FeatureSource(overriden) | |
IsInTransaction | Boolean | FeatureSource | |
IsOpen | Boolean | FeatureSource | |
IsTransactionLive | Boolean | FeatureSource | |
LinkExpressions | Collection<String> | FeatureSource | |
LinkSources | Collection<LinkSource> | FeatureSource | |
MaxRecordsToDraw | Int32 | FeatureSource | |
Projection | Projection | FeatureSource | |
TableName | String | ||
TotalBytesDrawn | Int32 | ||
TransactionBuffer | TransactionBuffer | FeatureSource | |
WhereClause | String |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
CanExecuteSqlQueryCore | Boolean | FeatureSource(overriden) | |
CanModifyColumnStructureCore | Boolean | FeatureSource | |
IsOpenCore | Boolean | FeatureSource |
| Name | Type | Description |
|---|
| Name | Type | Description |
|---|---|---|
| connectionString | String | |
| tableName | String | |
| featureIdColumn | String | |
| geometryColumnName | String |
| Name | Type | Description |
|---|---|---|
| connection | SQLiteConnection | |
| tableName | String | |
| featureIdColumn | String | |
| geometryColumnName | String |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| featureSourceColumn | FeatureSourceColumn |
| Return Type | Description |
|---|---|
| String |
| Return Type | Description |
|---|---|
| String |
| Return Type | Description |
|---|---|
| String |
| Return Type | Description |
|---|---|
| Collection<Feature> |
| Name | Type | Description |
|---|---|---|
| features | IEnumerable<Feature> | |
| returningColumnNames | IEnumerable<String> | |
| filters | IEnumerable<String> |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Boolean |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Boolean |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| FeatureSource |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| TransactionResult |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| databasePathFileName | String |
| Return Type | Description |
|---|---|
| Boolean |
| Name | Type | Description |
|---|---|---|
| sqliteConnection | SQLiteConnection | |
| tableName | String | |
| geometryColumnName | String | |
| srid | Int32 |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| columnName | String |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| id | String |
| Return Type | Description |
|---|---|
| Boolean |
| Name | Type | Description |
|---|---|---|
| obj | Object |
| Return Type | Description |
|---|---|
| Int32 |
| Name | Type | Description |
|---|---|---|
| sqlStatement | String |
| Return Type | Description |
|---|---|
| DataTable |
| Name | Type | Description |
|---|---|---|
| sqlStatement | String |
| Return Type | Description |
|---|---|
| Object |
| Name | Type | Description |
|---|---|---|
| sqlStatement | String |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| startIndex | Int32 | |
| takeCount | Int32 |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| returningColumnTypes | ReturningColumnsType | |
| startIndex | Int32 | |
| takeCount | Int32 |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| returningColumnTypes | ReturningColumnsType | |
| startIndex | Int32 |
| Return Type | Description |
|---|---|
| RectangleShape |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| RectangleShape |
| Name | Type | Description |
|---|---|---|
| id | String |
| Return Type | Description |
|---|---|
| RectangleShape |
| Name | Type | Description |
|---|---|---|
| ids | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<RectangleShape><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.RectangleShape} –> |
| Name | Type | Description |
|---|---|---|
| ids | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Name | Type | Description |
|---|---|---|
| connectionString | String | |
| tableName | String |
| Return Type | Description |
|---|---|
| Collection<FeatureSourceColumn><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.FeatureSourceColumn} –> |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Int32 |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Collection<DistinctColumnValue><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.DistinctColumnValue} –> |
| Name | Type | Description |
|---|---|---|
| columnName | String |
| Return Type | Description |
|---|---|
| Feature |
| Name | Type | Description |
|---|---|---|
| id | String | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Feature |
| Name | Type | Description |
|---|---|---|
| id | String | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| columnName | String | |
| columnValue | String |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| columnName | String | |
| columnValue | String | |
| returningColumnType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| columnName | String | |
| columnValue | String | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| ids | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| ids | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| filters | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| ids | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| boundingBox | RectangleShape | |
| screenWidth | Double | |
| screenHeight | Double | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| filters | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| boundingBox | RectangleShape | |
| screenWidth | Double | |
| screenHeight | Double | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| boundingBox | RectangleShape | |
| screenWidth | Double | |
| screenHeight | Double | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| boundingBox | RectangleShape | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| boundingBox | RectangleShape | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetShape | BaseShape | |
| unitOfData | GeographyUnit | |
| maxItemsToFind | Int32 | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| searchRadius | Double | |
| unitOfSearchRadius | DistanceUnit |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetFeature | Feature | |
| unitOfData | GeographyUnit | |
| maxItemsToFind | Int32 | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| searchRadius | Double | |
| unitOfSearchRadius | DistanceUnit |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetFeature | Feature | |
| unitOfData | GeographyUnit | |
| maxItemsToFind | Int32 | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetFeature | Feature | |
| unitOfData | GeographyUnit | |
| maxItemsToFind | Int32 | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetShape | BaseShape | |
| unitOfFeatureSource | GeographyUnit | |
| maxItemsToFind | Int32 | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetShape | BaseShape | |
| unitOfData | GeographyUnit | |
| maxItemsToFind | Int32 | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| boundingBox | RectangleShape | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| boundingBox | RectangleShape | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetShape | BaseShape | |
| unitOfData | GeographyUnit | |
| distanceUnit | DistanceUnit | |
| distance | Double | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetFeature | Feature | |
| unitOfData | GeographyUnit | |
| distanceUnit | DistanceUnit | |
| distance | Double | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetShape | BaseShape | |
| unitOfData | GeographyUnit | |
| distanceUnit | DistanceUnit | |
| distance | Double | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetFeature | Feature | |
| unitOfData | GeographyUnit | |
| distanceUnit | DistanceUnit | |
| distance | Double | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| WellKnownType |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Int32 |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Name | Type | Description |
|---|---|---|
| connectionString | String |
| Return Type | Description |
|---|---|
| Type |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| feature | Feature | |
| queryType | QueryType | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetShape | BaseShape | |
| queryType | QueryType | |
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Return Type | Description |
|---|---|
| String |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| columnName | String | |
| newFeatureSourceColumn | FeatureSourceColumn |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| shape | BaseShape | |
| columnValues | IDictionary<String,String><!– System.Collections.Generic.IDictionary{System.String,System.String} –> |
| Return Type | Description |
|---|---|
| Void |
| Return Type | Description |
|---|---|
| Void |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| features | IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| linkExpression | String |
| Return Type | Description |
|---|---|
| Boolean |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Boolean |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| FeatureSource |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| TransactionResult |
| Name | Type | Description |
|---|---|---|
| transactions | TransactionBuffer |
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| features | IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> |
| Return Type | Description |
|---|---|
| Collection<RectangleShape><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.RectangleShape} –> |
| Name | Type | Description |
|---|---|---|
| rectangles | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> |
| Return Type | Description |
|---|---|
| RectangleShape |
| Name | Type | Description |
|---|---|---|
| rectangle | RectangleShape |
| Return Type | Description |
|---|---|
| Feature |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| features | IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> |
| Return Type | Description |
|---|---|
| Feature |
| Return Type | Description |
|---|---|
| RectangleShape |
| Name | Type | Description |
|---|---|---|
| rectangle | RectangleShape |
| Return Type | Description |
|---|---|
| Collection<RectangleShape><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.RectangleShape} –> |
| Name | Type | Description |
|---|---|---|
| rectangles | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> |
| Return Type | Description |
|---|---|
| BaseShape |
| Return Type | Description |
|---|---|
| Int32 |
| Name | Type | Description |
|---|---|---|
| sqlStatement | String |
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| DataTable |
| Name | Type | Description |
|---|---|---|
| sqlStatement | String |
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Object |
| Name | Type | Description |
|---|---|---|
| sqlStatement | String |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| startIndex | Int32 | |
| takeCount | Int32 |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| columnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| RectangleShape |
| Name | Type | Description |
|---|---|---|
| id | String |
| Return Type | Description |
|---|---|
| RectangleShape |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Name | Type | Description |
|---|---|---|
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Name | Type | Description |
|---|---|---|
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<FeatureSourceColumn><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.FeatureSourceColumn} –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Int32 |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Collection<DistinctColumnValue><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.DistinctColumnValue} –> |
| Name | Type | Description |
|---|---|---|
| columnName | String |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| columnName | String | |
| columnValue | String | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| ids | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| boundingBox | RectangleShape | |
| screenWidth | Double | |
| screenHeight | Double | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| boundingBox | RectangleShape | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetShape | BaseShape | |
| unitOfData | GeographyUnit | |
| maxItemsToFind | Int32 | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| boundingBox | RectangleShape | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Name | Type | Description |
|---|---|---|
| targetShape | BaseShape | |
| unitOfData | GeographyUnit | |
| distanceUnit | DistanceUnit | |
| distance | Double | |
| returningColumnNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> |
| Return Type | Description |
|---|---|
| WellKnownType |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Name | Type | Description |
|---|---|---|
| returningColumnNamesType | ReturningColumnsType |
| Return Type | Description |
|---|---|
| Object |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | AppliedFiltersFeatureSourceEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | ApplyingFiltersFeatureSourceEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | ClosedFeatureSourceEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | ClosingFeatureSourceEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | CommittedTransactionEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | CommittingTransactionEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | CustomColumnFetchEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | DrawingProgressChangedEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | ExecutingSqlStatementSqliteFeatureSourceEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | OpenedFeatureSourceEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | OpeningFeatureSourceEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –> |
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Int32 |
| Return Type |
|---|
| String |
| Return Type |
|---|
| Int32 |
| Return Type |
|---|
| String |
| Return Type |
|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Return Type |
|---|
| Double |
| Return Type |
|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Return Type |
|---|
| FeatureCache |
| Return Type |
|---|
| String |
| Return Type |
|---|
| String |
| Return Type |
|---|
| Boolean |
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Return Type |
|---|
| Collection<LinkSource><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.LinkSource} –> |
| Return Type |
|---|
| Int32 |
| Return Type |
|---|
| Projection |
| Return Type |
|---|
| String |
| Return Type |
|---|
| Int32 |
| Return Type |
|---|
| TransactionBuffer |
| Return Type |
|---|
| String |
| Return Type |
|---|
| Boolean |
<!– ThinkGeo.MapSuite.Core.FeatureSource(overriden) –> Go Back
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Boolean |
| Event Arguments |
|---|
| AppliedFiltersFeatureSourceEventArgs |
| Event Arguments |
|---|
| ApplyingFiltersFeatureSourceEventArgs |
| Event Arguments |
|---|
| ClosedFeatureSourceEventArgs |
| Event Arguments |
|---|
| ClosingFeatureSourceEventArgs |
| Event Arguments |
|---|
| CommittedTransactionEventArgs |
| Event Arguments |
|---|
| CommittingTransactionEventArgs |
| Event Arguments |
|---|
| CustomColumnFetchEventArgs |
| Event Arguments |
|---|
| DrawingProgressChangedEventArgs |
| Event Arguments |
|---|
| ExecutingSqlStatementSqliteFeatureSourceEventArgs |
| Event Arguments |
|---|
| OpenedFeatureSourceEventArgs |
| Event Arguments |
|---|
| OpeningFeatureSourceEventArgs |
NOTOC SQLiteExtension ThinkGeo.MapSuite.Core UpdateDocumentation
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.