ThinkGeo.MapSuite.Core.SdfFeatureLayer
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.
Inheritance Hierarchy
Members Summary
Public Constructors
| Name | Parameters | DeclaringType | Summary |
SdfFeatureLayer | | | |
SdfFeatureLayer | String, String | | |
SdfFeatureLayer | String, String, String | | |
SdfFeatureLayer | String, String, String, String | | |
SdfFeatureLayer | String, String, String, String, String | | |
Protected Constructors
| Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
Public Properties
Protected Properties
Public Events
Public Constructors
SdfFeatureLayer()
Parameters
SdfFeatureLayer(String, String)
Parameters
| Name | Type | Description |
| pathFilename | String<!– System.String –> | |
| idColumnName | String<!– System.String –> | |
Go Back
SdfFeatureLayer(String, String, String)
Parameters
| Name | Type | Description |
| pathFilename | String<!– System.String –> | |
| idColumnName | String<!– System.String –> | |
| featureSchemaName | String<!– System.String –> | |
Go Back
SdfFeatureLayer(String, String, String, String)
Parameters
| Name | Type | Description |
| pathFilename | String<!– System.String –> | |
| idColumnName | String<!– System.String –> | |
| featureSchemaName | String<!– System.String –> | |
| featureClassName | String<!– System.String –> | |
Go Back
SdfFeatureLayer(String, String, String, String, String)
Parameters
| Name | Type | Description |
| pathFilename | String<!– System.String –> | |
| idColumnName | String<!– System.String –> | |
| featureSchemaName | String<!– System.String –> | |
| featureClassName | String<!– System.String –> | |
| geometryColumnName | String<!– System.String –> | |
Go Back
Protected Constructors
Public Methods
CloneDeep()
Return Value
| Return Type | Description |
| Layer<!– ThinkGeo.MapSuite.Core.Layer –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
Close()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
Draw(GeoCanvas, Collection<SimpleCandidate>)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
| labelsInAllLayers | Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
Equals(Object)
Return Value
| Return Type | Description |
| Boolean<!– System.Boolean –> | |
Parameters
| Name | Type | Description |
| obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
GetBoundingBox()
Return Value
| Return Type | Description |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
GetFeatureClassNamesBySchema(String)
Return Value
| Return Type | Description |
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> | |
Parameters
| Name | Type | Description |
| featureSchemaName | String<!– System.String –> | |
<!– ThinkGeo.MapSuite.Core.FdoFeatureLayer –>
Go Back
GetFeatureSchemaNames()
Return Value
| Return Type | Description |
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.FdoFeatureLayer –>
Go Back
GetHashCode()
Return Value
| Return Type | Description |
| Int32<!– System.Int32 –> | |
Parameters
GetType()
Return Value
| Return Type | Description |
| Type<!– System.Type –> | |
Parameters
*LoadLayer(Stream)
Return Value
| Return Type | Description |
| Layer<!– ThinkGeo.MapSuite.Core.Layer –> | |
Parameters
| Name | Type | Description |
| layerStream | Stream<!– System.IO.Stream –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*LoadLayer(Uri)
Return Value
| Return Type | Description |
| Layer<!– ThinkGeo.MapSuite.Core.Layer –> | |
Parameters
| Name | Type | Description |
| layerUri | Uri<!– System.Uri –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
Open()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*RequestDrawing()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*RequestDrawing(IEnumerable<RectangleShape>)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*RequestDrawing(IEnumerable<RectangleShape>, TimeSpan)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
| bufferTime | TimeSpan<!– System.TimeSpan –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*RequestDrawing(TimeSpan)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| bufferTime | TimeSpan<!– System.TimeSpan –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*RequestDrawing(RectangleShape)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*RequestDrawing(RectangleShape, TimeSpan)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
| bufferTime | TimeSpan<!– System.TimeSpan –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
ToString()
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
Protected Methods
*OnDrawingException(DrawingExceptionLayerEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*OnDrawnException(DrawnExceptionLayerEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*OnRequestedDrawing(RequestedDrawingLayerEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*OnRequestingDrawing(RequestingDrawingLayerEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
*OnDrawingProgressChanged(DrawingProgressChangedEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
CloneDeepCore()
Return Value
| Return Type | Description |
| Layer<!– ThinkGeo.MapSuite.Core.Layer –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
CloseCore()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer(overriden) –>
Go Back
DrawCore(GeoCanvas, Collection<SimpleCandidate>)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
| labelsInAllLayers | Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –> | |
<!– ThinkGeo.MapSuite.Core.Layer(overriden) –>
Go Back
DrawException(GeoCanvas, Exception)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
| e | Exception<!– System.Exception –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
DrawExceptionCore(GeoCanvas, Exception)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
| e | Exception<!– System.Exception –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
Finalize()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
GetBoundingBoxCore()
Return Value
| Return Type | Description |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer(overriden) –>
Go Back
MemberwiseClone()
Return Value
| Return Type | Description |
| Object<!– System.Object –> | |
Parameters
OnDrawingFeatures(DrawingFeaturesEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
OpenCore()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer(overriden) –>
Go Back
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| features | IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> | |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
Public Properties
ConnectionString
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.FdoFeatureLayer –>
Go Back
DrawingExceptionMode
Return Value
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
DrawingMarginPercentage
Return Value
| Return Type |
| Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
DrawingQuality
Return Value
| Return Type |
| DrawingQuality<!– ThinkGeo.MapSuite.Core.DrawingQuality –> |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
DrawingTime
Return Value
| Return Type |
| TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
Return Value
| Return Type |
| EditTools<!– ThinkGeo.MapSuite.Core.EditTools –> |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
FeatureClassName
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.FdoFeatureLayer –>
Go Back
FeatureIdsToExclude
Return Value
| Return Type |
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
FeatureSchemaName
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.FdoFeatureLayer –>
Go Back
FeatureSource
Return Value
| Return Type |
| FeatureSource<!– ThinkGeo.MapSuite.Core.FeatureSource –> |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
*GeometryColumnName
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.FdoFeatureLayer –>
Go Back
HasBoundingBox
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer(overriden) –>
Go Back
*IdColumnName
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.FdoFeatureLayer –>
Go Back
*IsGrayscale
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*IsNegative
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
IsOpen
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
IsVisible
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*MaxRecordsToDraw
Return Value
| Return Type |
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
Name
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
PathFilename
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.SdfFeatureLayer –>
Go Back
ProviderName
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.FdoFeatureLayer –>
Go Back
Return Value
| Return Type |
| QueryTools<!– ThinkGeo.MapSuite.Core.QueryTools –> |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
*RequestDrawingInterval
Return Value
| Return Type |
| TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*Transparency
Return Value
| Return Type |
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*WrappingExtent
Return Value
| Return Type |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
*WrappingMode
Return Value
| Return Type |
| WrappingMode<!– ThinkGeo.MapSuite.Core.WrappingMode –> |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
ZoomLevelSet
Return Value
| Return Type |
| ZoomLevelSet<!– ThinkGeo.MapSuite.Core.ZoomLevelSet –> |
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
Protected Properties
IsOpenCore
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer(overriden) –>
Go Back
Public Events
DrawingException
Event Arguments
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
DrawingFeatures
Event Arguments
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
DrawingProgressChanged
Event Arguments
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
DrawingWrappingFeatures
Event Arguments
<!– ThinkGeo.MapSuite.Core.FeatureLayer –>
Go Back
DrawnException
Event Arguments
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
RequestedDrawing
Event Arguments
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
RequestingDrawing
Event Arguments