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!
This class represents a layer backed by SQLite.
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
SqliteFeatureLayer | This is default constructor. | ||
SqliteFeatureLayer | String, String, String, String | This constructor allows you to pass in everything the layer need to load assuming that the layer itself will manage the database connections. | |
SqliteFeatureLayer | SQLiteConnection, String, String, String | This constructor allows you to pass in everything the layer need to load assuming that you will pass in a connection and we will re-use it. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
CloneDeep | Layer | Create a copy of Layer using the deep clone process. | |
Close | Layer | This method closes the Layer and releases any resources it was using. | |
Draw | GeoCanvas, Collection<SimpleCandidate> | Layer | This method draws the Layer. |
Equals | Object | Object | See Object documentation. |
ExecuteNonQuery | String | This method executes a query that does not return a SQL result. | |
GetBoundingBox | Layer | This method returns the bounding box of the Layer. | |
GetFirstGeometryType | Get The shape type from the first record. | ||
GetHashCode | Object | See Object documentation. | |
GetType | Object | See Object documentation. | |
![]() LoadLayer | Stream | Layer | Not Used in this layer. |
![]() LoadLayer | Uri | Layer | Not Used in this layer. |
Open | Layer | This method opens the Layer so that it is initialized and ready to use. | |
RequestDrawing | Layer | ||
RequestDrawing | RectangleShape, TimeSpan, BufferTimeType | Layer | |
RequestDrawing | RectangleShape | Layer | |
RequestDrawing | TimeSpan | Layer | |
RequestDrawing | IEnumerable<RectangleShape> | Layer | |
RequestDrawing | IEnumerable<RectangleShape>, TimeSpan | Layer | |
RequestDrawing | RectangleShape, TimeSpan | Layer | |
RequestDrawing | TimeSpan, BufferTimeType | Layer | |
RequestDrawing | IEnumerable<RectangleShape>, TimeSpan, BufferTimeType | Layer | |
ToString | Object | See Object documentation. |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
IsOpenCore | Boolean | Layer(overriden) |
| Name | Type | Description |
|---|
| Name | Type | Description |
|---|---|---|
| connectionString | String | |
| tableName | String | |
| featureIdColumn | String | |
| geometryColumnName | String |
| Name | Type | Description |
|---|---|---|
| connection | SQLiteConnection | |
| tableName | String | |
| featureIdeColumn | String | |
| geometryColumnName | String |
| Return Type | Description |
|---|---|
| Layer |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| canvas | GeoCanvas | |
| labelsInAllLayers | Collection<SimpleCandidate> |
| Return Type | Description |
|---|---|
| Boolean |
| Name | Type | Description |
|---|---|---|
| obj | Object |
| Return Type | Description |
|---|---|
| Int32 |
| Name | Type | Description |
|---|---|---|
| sqlStatement | String |
| Return Type | Description |
|---|---|
| RectangleShape |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| WellKnownType |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Int32 |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Type |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Layer |
| Name | Type | Description |
|---|---|---|
| layerStream | Stream |
| Return Type | Description |
|---|---|
| Layer |
| Name | Type | Description |
|---|---|---|
| layerUri | Uri |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| extentToRefresh | RectangleShape | |
| bufferTime | TimeSpan | |
| bufferTimeType | BufferTimeType |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| extentToRefresh | RectangleShape |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| bufferTime | TimeSpan |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| extentsToRefresh | IEnumerable<RectangleShape> |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| extentsToRefresh | IEnumerable<RectangleShape> | |
| bufferTime | TimeSpan |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| extentToRefresh | RectangleShape | |
| bufferTime | TimeSpan |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| bufferTime | TimeSpan | |
| bufferTimeType | BufferTimeType |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| extentsToRefresh | IEnumerable<RectangleShape> | |
| bufferTime | TimeSpan | |
| bufferTimeType | BufferTimeType |
| Return Type | Description |
|---|---|
| String |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Layer |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| canvas | GeoCanvas | |
| labelsInAllLayers | Collection<SimpleCandidate> |
| Return Type | Description |
|---|---|
| Void |
| Return Type | Description |
|---|---|
| Void |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| RectangleShape |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Object |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| args | DrawingAttributionLayerEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | DrawingExceptionLayerEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | DrawingFeaturesEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | DrawingProgressChangedEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | DrawingWrappingFeaturesFeatureLayerEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| args | DrawnAttributionLayerEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| e | DrawnExceptionLayerEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| eventArgs | RequestedDrawingLayerEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|---|---|
| eventArgs | RequestingDrawingLayerEventArgs |
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Void |
| Name | Type | Description |
|---|
| Return Type |
|---|
| String |
| Return Type |
|---|
| Int32 |
| Return Type |
|---|
| String |
| Return Type |
|---|
| DrawingExceptionMode |
| Return Type |
|---|
| Double |
| Return Type |
|---|
| DrawingQuality |
| Return Type |
|---|
| TimeSpan |
| Return Type |
|---|
| String |
| Return Type |
|---|
| Collection<String> |
| Return Type |
|---|
| FeatureSource |
| Return Type |
|---|
| TimeSpan |
| Return Type |
|---|
| Int64 |
| Return Type |
|---|
| Int64 |
| Return Type |
|---|
| String |
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Boolean |
| Return Type |
|---|
| Int32 |
| Return Type |
|---|
| String |
| Return Type |
|---|
| QueryTools |
| Return Type |
|---|
| TimeSpan |
| Return Type |
|---|
| TimeSpan |
| Return Type |
|---|
| String |
| Return Type |
|---|
| Single |
| Return Type |
|---|
| String |
| Return Type |
|---|
| RectangleShape |
| Return Type |
|---|
| WrappingMode |
| Return Type |
|---|
| ZoomLevelSet |
| Return Type |
|---|
| Boolean |
| Event Arguments |
|---|
| DrawingAttributionLayerEventArgs |
| Event Arguments |
|---|
| DrawingExceptionLayerEventArgs |
| Event Arguments |
|---|
| DrawingFeaturesEventArgs |
| Event Arguments |
|---|
| DrawingProgressChangedEventArgs |
| Event Arguments |
|---|
| DrawingWrappingFeaturesFeatureLayerEventArgs |
| Event Arguments |
|---|
| DrawnAttributionLayerEventArgs |
| Event Arguments |
|---|
| DrawnExceptionLayerEventArgs |
| Event Arguments |
|---|
| RequestedDrawingLayerEventArgs |
| Event Arguments |
|---|
| RequestingDrawingLayerEventArgs |
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.