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 FeatureSource backed by MS SQL 2008.
MsSql2008FeatureSource(String,String,String,DatabaseConnectionMode)
MsSql2008FeatureSource(String,String,String,Int32)
MsSql2008FeatureSource(String,String,String,Int32,String)
MsSql2008FeatureSource(String,String,String,Int32,DatabaseConnectionMode)
MsSql2008FeatureSource(String,String,String,Int32,String,DatabaseConnectionMode)
GetAllFeatures(IEnumerable<String>)
GetAllFeatures(ReturningColumnsType)
GetFeaturesOutsideBoundingBox(RectangleShape,IEnumerable<String>)
GetFeaturesOutsideBoundingBox(RectangleShape,ReturningColumnsType)
GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable<String>)
GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable<String>,IEnumerable<String>)
GetFeaturesInsideBoundingBox(RectangleShape,ReturningColumnsType)
GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>,IEnumerable<String>)
ApplyFilters(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>)
GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>)
GetFeaturesForDrawing(RectangleShape,Double,Double,ReturningColumnsType)
SpatialQuery(BaseShape,QueryType,IEnumerable<String>)
SpatialQuery(BaseShape,QueryType,IEnumerable<String>,IEnumerable<String>)
SpatialQuery(BaseShape,QueryType,ReturningColumnsType)
SpatialQuery(Feature,QueryType,IEnumerable<String>)
SpatialQuery(Feature,QueryType,ReturningColumnsType)
GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>)
GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,ReturningColumnsType)
GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>)
GetFeaturesNearestTo(Feature,GeographyUnit,Int32,ReturningColumnsType)
GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit)
GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit)
GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>)
GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,ReturningColumnsType)
GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,IEnumerable<String>)
GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,ReturningColumnsType)
GetFeatureById(String,IEnumerable<String>)
GetFeatureById(String,ReturningColumnsType)
GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>,IEnumerable<String>)
GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>)
GetFeaturesByIds(IEnumerable<String>,ReturningColumnsType)
GetAllFeatures(ReturningColumnsType,Int32,Int32)
GetAllFeatures(IEnumerable<String>,Int32,Int32)
GetFeaturesByColumnValue(String,String,ReturningColumnsType)
GetFeaturesByColumnValue(String,String,IEnumerable<String>)
GetFeaturesByColumnValue(String,String)
CreateTable(String,String,SpatialDataType)
CreateTable(String,String,SpatialDataType,IEnumerable<FeatureSourceColumn>)
CreateTable(String,String,SpatialDataType,IEnumerable<FeatureSourceColumn>,OverwriteMode)
OnExecutingSqlStatement(ExecutingSqlStatementMsSql2008FeatureSourceEventArgs)
GetFeaturesInsideBoundingBoxCore(RectangleShape,IEnumerable<String>)
GetFeaturesOutsideBoundingBoxCore(RectangleShape,IEnumerable<String>)
CommitTransactionCore(TransactionBuffer)
GetAllFeaturesCore(IEnumerable<String>)
GetAllFeaturesCore(IEnumerable<String>,Int32,Int32)
GetFeaturesByColumnValueCore(String,String,IEnumerable<String>)
GetFeaturesByIdsCore(IEnumerable<String>,IEnumerable<String>)
SpatialQueryCore(BaseShape,QueryType,IEnumerable<String>)
ConvertToInternalProjection(BaseShape)
ConvertToInternalProjection(IEnumerable<Feature>)
GetColumnNamesOutsideFeatureSource(IEnumerable<String>)
GetReturningColumnNames(ReturningColumnsType)
RemoveEmptyAndExcludeFeatures(Collection<Feature>)
OnDrawingProgressChanged(DrawingProgressChangedEventArgs)
GetFeaturesByActionWithStyleFilters(IEnumerable<String>,IEnumerable<String>,ZoomLevel,Func<Collection<Featureยป,IEnumerable<String>,RectangleShape)
ApplyLinkColumnValues(IEnumerable<String>,Func<IEnumerable<String>,Collection<Featureยป,IEnumerable<String>)
ApplyLinkColumnValues(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>)
GetRequiredColumnNamesForLink(IEnumerable<String>)
GetReturningColumnNamesForLink(IEnumerable<String>,IEnumerable<String>)
CheckHasLinkColumns(IEnumerable<String>,IEnumerable<String>)
OnApplyingFilters(ApplyingFiltersFeatureSourceEventArgs)
ConvertToExternalProjectionIfNecessary(Collection<Feature>)
ProcessTransaction(RectangleShape,Collection<Feature>,Boolean)
GetWrappingFeaturesLeft(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape)
GetWrappingFeaturesRight(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape)
GetFeaturesForDrawingCore(RectangleShape,Double,Double,IEnumerable<String>)
GetFeaturesNearestToCore(BaseShape,GeographyUnit,Int32,IEnumerable<String>)
GetFeaturesWithinDistanceOfCore(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>)
GetBoundingBoxByIdCore(String)
ConvertToInternalProjection(IEnumerable<RectangleShape>)
ConvertToExternalProjection(RectangleShape)
OnGettingFeaturesByIds(GettingFeaturesByIdsFeatureSourceEventArgs)
This property allows you to set a timeout of a command.
N/A
N/A
This property gets and sets the connection string used to connect to the server.
None
None
This property gets or sets the name of the column that holds the unique feature Id.
None
This property is useful to check if a specific FeatureSource accepts editing. If you call the BeginTransaction and this property is false then an exception will be raised. For developers who are creating or extending a FeatureSource it is expected that you override this virtual method if the new FeatureSource you are creating allows edits. By default the decimalDegreesValue if false meaning that if you want to allow edits you must override this method and return true.
This property gets the spatial data type in the MsSql2008FeatureSource.
None.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
This property specifies the FeatureSource can excute sql query or not. If it is false, then it will throw exception when called the APIs:ExecuteScalar,ExecuteNonQuery,ExecuteQuery This orverides will make it true.
N/A
N/A
N/A
N/A
N/A
Event Arguments:ClosedFeatureSourceEventArgs
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.