ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
This class represents a layer backed by Microsoft SQL 2008.
N/A
None
MsSql2008FeatureLayer(String,String,String,DatabaseConnectionMode)
N/A
N/A
MsSql2008FeatureLayer(String,String,String,Int32)
This is the constructor for the class.
None
MsSql2008FeatureLayer(String,String,String,Int32,String)
N/A
N/A
MsSql2008FeatureLayer(String,String,String,Int32,DatabaseConnectionMode)
N/A
N/A
MsSql2008FeatureLayer(String,String,String,Int32,String,DatabaseConnectionMode)
N/A
N/A
N/A
N/A
To make the geometry type data valid, and update the table.
This function will check whether the geometry is valid for spatial query, if it is not, then the function will make it valid and save it back to the table. For example: Here's a invalid LineString LINESTRING(0 2,1 1,1 0,1 1,2 2)) which is overlaps itself, it's invalid. After use this function, it will be MULTILINESTRING1)
N/A
This methods executes a query that has no results.
N/A
N/A
N/A
N/A
N/A
N/A
RequestDrawing(RectangleShape,TimeSpan)
N/A
N/A
RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
N/A
N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)
N/A
N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
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
CreateTable(String,String,SpatialDataType)
This method creates a Sql Spatial Data table in MsSql2008 server.
N/A
CreateTable(String,String,SpatialDataType,IEnumerable<FeatureSourceColumn>)
This method creates a Sql Spatial Data table in MsSql2008 server.
N/A
CreateTable(String,String,SpatialDataType,IEnumerable<FeatureSourceColumn>,OverwriteMode)
This method creates a Sql Spatial Data table in MsSql2008 server.
N/A
N/A
1xU=(GeoCanvas,Dictionary<String,Collection<Feature»,Collection<SimpleCandidate>,ZoomLevel,RectangleShape)
N/A
N/A
OnDrawingFeatures(DrawingFeaturesEventArgs)
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
DrawExceptionCore(GeoCanvas,Exception)
N/A
N/A
OnDrawingException(DrawingExceptionLayerEventArgs)
N/A
N/A
N/A
N/A
OnDrawingAttribution(DrawingAttributionLayerEventArgs)
N/A
N/A
N/A
N/A
N/A
N/A
This property gets and sets the amount of time that can elapse before the command will timeout and abort.
You can use this to set a time limit for the query before it times out.
N/A
This property gets and sets the connection string that will be used to connect to the server.
None
None
N/A
This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox, it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. In MsSql2008FeatureLayer, we override this API and mark it as true.
The default implementation in the base class returns false.
N/A
N/A
N/A
This property gets or sets the name of the column that holds the unique feature Id.
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
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
Event Arguments:DrawnAttributionLayerEventArgs