This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.sqlitefeaturelayer [2015/09/06 10:44] admin [ThinkGeo.MapSuite.Core.SqliteFeatureLayer] |
thinkgeo.mapsuite.core.sqlitefeaturelayer [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.SqliteFeatureLayer ====== | ====== ThinkGeo.MapSuite.Core.SqliteFeatureLayer ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class represents a layer backed by SQLite. | This class represents a layer backed by SQLite. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | * System.Object |
| - | **[[ThinkGeo.MapSuite.Core.Layer]] | + | * [[ThinkGeo.MapSuite.Core.Layer]] |
| - | ***[[ThinkGeo.MapSuite.Core.FeatureLayer]] | + | * [[ThinkGeo.MapSuite.Core.FeatureLayer]] |
| - | ****[[ThinkGeo.MapSuite.Core.SqliteFeatureLayer]] | + | * [[ThinkGeo.MapSuite.Core.SqliteFeatureLayer]] |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| Line 128: | Line 131: | ||
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | connectionString | String<!-- System.String --> | | | + | | connectionString | String | | |
| - | | tableName | String<!-- System.String --> | | | + | | tableName | String | | |
| - | | featureIdColumn | String<!-- System.String --> | | | + | | featureIdColumn | String | | |
| - | | geometryColumnName | String<!-- System.String --> | | | + | | geometryColumnName | String | | |
| [[#Public Constructors|Go Back]] | [[#Public Constructors|Go Back]] | ||
| Line 137: | Line 140: | ||
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | connection | SQLiteConnection<!-- System.Data.SQLite.SQLiteConnection --> | | | + | | connection | SQLiteConnection | | |
| - | | tableName | String<!-- System.String --> | | | + | | tableName | String | | |
| - | | featureIdeColumn | String<!-- System.String --> | | | + | | featureIdeColumn | String | | |
| - | | geometryColumnName | String<!-- System.String --> | | | + | | geometryColumnName | String | | |
| [[#Public Constructors|Go Back]] | [[#Public Constructors|Go Back]] | ||
| Line 148: | Line 151: | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Layer|Layer]]<!-- ThinkGeo.MapSuite.Core.Layer --> | | | + | | [[ThinkGeo.MapSuite.Core.Layer|Layer]] | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | + | |
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== Close() ==== | ==== Close() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== Draw(GeoCanvas, Collection<SimpleCandidate>) ==== | ==== Draw(GeoCanvas, Collection<SimpleCandidate>) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | |
| - | | labelsInAllLayers | Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} --> | | | + | | labelsInAllLayers | Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== Equals(Object) ==== | ==== Equals(Object) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | + | | Boolean | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | + | | obj | Object | | |
| - | <!-- System.Object --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== ExecuteNonQuery(String) ==== | ==== ExecuteNonQuery(String) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | + | | Int32 | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | sqlStatement | String<!-- System.String --> | | | + | | sqlStatement | String | | |
| - | <!-- ThinkGeo.MapSuite.Core.SqliteFeatureLayer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== GetBoundingBox() ==== | ==== GetBoundingBox() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== GetFirstGeometryType() ==== | ==== GetFirstGeometryType() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]]<!-- ThinkGeo.MapSuite.Core.WellKnownType --> | | | + | | [[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.SqliteFeatureLayer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== GetHashCode() ==== | ==== GetHashCode() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | + | | Int32 | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- System.Object --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== GetType() ==== | ==== GetType() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | + | | Type | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- System.Object --> | + | |
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== LoadLayer(Stream) ==== | ==== LoadLayer(Stream) ==== | ||
| - | <!-- static --> | + | |
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Layer|Layer]]<!-- ThinkGeo.MapSuite.Core.Layer --> | | | + | | [[ThinkGeo.MapSuite.Core.Layer|Layer]] | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | layerStream | Stream<!-- System.IO.Stream --> | | | + | | layerStream | Stream | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== LoadLayer(Uri) ==== | ==== LoadLayer(Uri) ==== | ||
| - | <!-- static --> | + | |
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Layer|Layer]]<!-- ThinkGeo.MapSuite.Core.Layer --> | | | + | | [[ThinkGeo.MapSuite.Core.Layer|Layer]] | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | layerUri | Uri<!-- System.Uri --> | | | + | | layerUri | Uri | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== Open() ==== | ==== Open() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | + | |
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== RequestDrawing() ==== | ==== RequestDrawing() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | + | |
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== RequestDrawing(RectangleShape, TimeSpan, BufferTimeType) ==== | ==== RequestDrawing(RectangleShape, TimeSpan, BufferTimeType) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | |
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | | bufferTime | TimeSpan | | |
| - | | bufferTimeType | [[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]]<!-- ThinkGeo.MapSuite.Core.BufferTimeType --> | | | + | | bufferTimeType | [[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== RequestDrawing(RectangleShape) ==== | ==== RequestDrawing(RectangleShape) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== RequestDrawing(TimeSpan) ==== | ==== RequestDrawing(TimeSpan) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | | bufferTime | TimeSpan | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== RequestDrawing(IEnumerable<RectangleShape>) ==== | ==== RequestDrawing(IEnumerable<RectangleShape>) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== RequestDrawing(IEnumerable<RectangleShape>, TimeSpan) ==== | ==== RequestDrawing(IEnumerable<RectangleShape>, TimeSpan) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | | |
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | | bufferTime | TimeSpan | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== RequestDrawing(RectangleShape, TimeSpan) ==== | ==== RequestDrawing(RectangleShape, TimeSpan) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | |
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | | bufferTime | TimeSpan | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== RequestDrawing(TimeSpan, BufferTimeType) ==== | ==== RequestDrawing(TimeSpan, BufferTimeType) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | | bufferTime | TimeSpan | | |
| - | | bufferTimeType | [[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]]<!-- ThinkGeo.MapSuite.Core.BufferTimeType --> | | | + | | bufferTimeType | [[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== RequestDrawing(IEnumerable<RectangleShape>, TimeSpan, BufferTimeType) ==== | ==== RequestDrawing(IEnumerable<RectangleShape>, TimeSpan, BufferTimeType) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | | |
| - | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | | bufferTime | TimeSpan | | |
| - | | bufferTimeType | [[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]]<!-- ThinkGeo.MapSuite.Core.BufferTimeType --> | | | + | | bufferTimeType | [[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ==== ToString() ==== | ==== ToString() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | + | | String | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- System.Object --> | ||
| [[#Public Methods|Go Back]] | [[#Public Methods|Go Back]] | ||
| ===== Protected Methods ===== | ===== Protected Methods ===== | ||
| Line 392: | Line 385: | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Layer|Layer]]<!-- ThinkGeo.MapSuite.Core.Layer --> | | | + | | [[ThinkGeo.MapSuite.Core.Layer|Layer]] | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== CloseCore() ==== | ==== CloseCore() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.Layer(overriden) --> | + | |
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== DrawAttributionCore(GeoCanvas, String) ==== | ==== DrawAttributionCore(GeoCanvas, String) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | |
| - | | attribution | String<!-- System.String --> | | | + | | attribution | String | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== DrawCore(GeoCanvas, Collection<SimpleCandidate>) ==== | ==== DrawCore(GeoCanvas, Collection<SimpleCandidate>) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | |
| - | | labelsInAllLayers | Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} --> | | | + | | labelsInAllLayers | Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer(overriden) --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== DrawException(GeoCanvas, Exception) ==== | ==== DrawException(GeoCanvas, Exception) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | |
| - | | e | Exception<!-- System.Exception --> | | | + | | e | Exception | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== DrawExceptionCore(GeoCanvas, Exception) ==== | ==== DrawExceptionCore(GeoCanvas, Exception) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | |
| - | | e | Exception<!-- System.Exception --> | | | + | | e | Exception | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== Finalize() ==== | ==== Finalize() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- System.Object --> | + | |
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== GetBoundingBoxCore() ==== | ==== GetBoundingBoxCore() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.Layer(overriden) --> | + | |
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== MemberwiseClone() ==== | ==== MemberwiseClone() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | + | | Object | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- System.Object --> | + | |
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== OnDrawingAttribution(DrawingAttributionLayerEventArgs) ==== | ==== OnDrawingAttribution(DrawingAttributionLayerEventArgs) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | args | [[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs --> | | | + | | args | [[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== OnDrawingException(DrawingExceptionLayerEventArgs) ==== | ==== OnDrawingException(DrawingExceptionLayerEventArgs) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs --> | | | + | | e | [[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== OnDrawingFeatures(DrawingFeaturesEventArgs) ==== | ==== OnDrawingFeatures(DrawingFeaturesEventArgs) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs --> | | | + | | e | [[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ==== | ==== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs --> | | | + | | e | [[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) ==== | ==== OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs --> | | | + | | e | [[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== OnDrawnAttribution(DrawnAttributionLayerEventArgs) ==== | ==== OnDrawnAttribution(DrawnAttributionLayerEventArgs) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | args | [[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs --> | | | + | | args | [[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== OnDrawnException(DrawnExceptionLayerEventArgs) ==== | ==== OnDrawnException(DrawnExceptionLayerEventArgs) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs --> | | | + | | e | [[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== OnRequestedDrawing(RequestedDrawingLayerEventArgs) ==== | ==== OnRequestedDrawing(RequestedDrawingLayerEventArgs) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | eventArgs | [[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs --> | | | + | | eventArgs | [[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== OnRequestingDrawing(RequestingDrawingLayerEventArgs) ==== | ==== OnRequestingDrawing(RequestingDrawingLayerEventArgs) ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | eventArgs | [[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs --> | | | + | | eventArgs | [[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== OpenCore() ==== | ==== OpenCore() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.Layer(overriden) --> | + | |
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== SetupTools() ==== | ==== SetupTools() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | + | |
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ==== SetupToolsCore() ==== | ==== SetupToolsCore() ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ Description ^ | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | + | | Void | | |
| === Parameters === | === Parameters === | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | + | |
| [[#Protected Methods|Go Back]] | [[#Protected Methods|Go Back]] | ||
| ===== Public Properties ===== | ===== Public Properties ===== | ||
| Line 620: | Line 611: | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | + | | String | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== CommandTimeout ==== | ==== CommandTimeout ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Int32<!-- System.Int32 --> | | + | | Int32 | |
| - | <!-- ThinkGeo.MapSuite.Core.SqliteFeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== ConnectionString ==== | ==== ConnectionString ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | + | | String | |
| - | <!-- ThinkGeo.MapSuite.Core.SqliteFeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== DrawingExceptionMode ==== | ==== DrawingExceptionMode ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> | | + | | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== DrawingMarginPercentage ==== | ==== DrawingMarginPercentage ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | + | | Double | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== DrawingQuality ==== | ==== DrawingQuality ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<!-- ThinkGeo.MapSuite.Core.DrawingQuality --> | | + | | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== DrawingTime ==== | ==== DrawingTime ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | TimeSpan<!-- System.TimeSpan --> | | + | | TimeSpan | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== EditTools ==== | ==== EditTools ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.EditTools|EditTools]]<!-- ThinkGeo.MapSuite.Core.EditTools --> | | + | | [[ThinkGeo.MapSuite.Core.EditTools|EditTools]] | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== FeatureIdColumn ==== | ==== FeatureIdColumn ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | + | | String | |
| - | <!-- ThinkGeo.MapSuite.Core.SqliteFeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== FeatureIdsToExclude ==== | ==== FeatureIdsToExclude ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | + | | Collection<String> | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== FeatureSource ==== | ==== FeatureSource ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]<!-- ThinkGeo.MapSuite.Core.FeatureSource --> | | + | | [[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== FetchTime ==== | ==== FetchTime ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | TimeSpan<!-- System.TimeSpan --> | | + | | TimeSpan | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== FetchedBytes ==== | ==== FetchedBytes ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Int64<!-- System.Int64 --> | | + | | Int64 | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== FetchedCount ==== | ==== FetchedCount ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Int64<!-- System.Int64 --> | | + | | Int64 | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== GeometryColumnName ==== | ==== GeometryColumnName ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | + | | String | |
| - | <!-- ThinkGeo.MapSuite.Core.SqliteFeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== HasBoundingBox ==== | ==== HasBoundingBox ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | + | | Boolean | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer(overriden) --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== IsGrayscale ==== | ==== IsGrayscale ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | + | | Boolean | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== IsNegative ==== | ==== IsNegative ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | + | | Boolean | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== IsOpen ==== | ==== IsOpen ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | + | | Boolean | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== IsVisible ==== | ==== IsVisible ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | + | | Boolean | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== MaxRecordsToDraw ==== | ==== MaxRecordsToDraw ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Int32<!-- System.Int32 --> | | + | | Int32 | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== Name ==== | ==== Name ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | + | | String | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== QueryTools ==== | ==== QueryTools ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]]<!-- ThinkGeo.MapSuite.Core.QueryTools --> | | + | | [[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== RequestDrawingInterval ==== | ==== RequestDrawingInterval ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | TimeSpan<!-- System.TimeSpan --> | | + | | TimeSpan | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== StyleTime ==== | ==== StyleTime ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | TimeSpan<!-- System.TimeSpan --> | | + | | TimeSpan | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== TableName ==== | ==== TableName ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | + | | String | |
| - | <!-- ThinkGeo.MapSuite.Core.SqliteFeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== Transparency ==== | ==== Transparency ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Single<!-- System.Single --> | | + | | Single | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== WhereClause ==== | ==== WhereClause ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | + | | String | |
| - | <!-- ThinkGeo.MapSuite.Core.SqliteFeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== WrappingExtent ==== | ==== WrappingExtent ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | + | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== WrappingMode ==== | ==== WrappingMode ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]]<!-- ThinkGeo.MapSuite.Core.WrappingMode --> | | + | | [[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]] | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ==== ZoomLevelSet ==== | ==== ZoomLevelSet ==== | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | | + | | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Properties|Go Back]] | [[#Public Properties|Go Back]] | ||
| ===== Protected Properties ===== | ===== Protected Properties ===== | ||
| Line 838: | Line 829: | ||
| === Return Value === | === Return Value === | ||
| ^ Return Type ^ | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | + | | Boolean | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer(overriden) --> | ||
| [[#Protected Properties|Go Back]] | [[#Protected Properties|Go Back]] | ||
| ===== Public Events ===== | ===== Public Events ===== | ||
| Line 846: | Line 837: | ||
| === Event Arguments === | === Event Arguments === | ||
| ^ Event Arguments ^ | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs --> | | + | | [[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Events|Go Back]] | [[#Public Events|Go Back]] | ||
| ==== DrawingException ==== | ==== DrawingException ==== | ||
| === Event Arguments === | === Event Arguments === | ||
| ^ Event Arguments ^ | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs --> | | + | | [[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Events|Go Back]] | [[#Public Events|Go Back]] | ||
| ==== DrawingFeatures ==== | ==== DrawingFeatures ==== | ||
| === Event Arguments === | === Event Arguments === | ||
| ^ Event Arguments ^ | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs --> | | + | | [[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Events|Go Back]] | [[#Public Events|Go Back]] | ||
| ==== DrawingProgressChanged ==== | ==== DrawingProgressChanged ==== | ||
| === Event Arguments === | === Event Arguments === | ||
| ^ Event Arguments ^ | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs --> | | + | | [[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Events|Go Back]] | [[#Public Events|Go Back]] | ||
| ==== DrawingWrappingFeatures ==== | ==== DrawingWrappingFeatures ==== | ||
| === Event Arguments === | === Event Arguments === | ||
| ^ Event Arguments ^ | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs --> | | + | | [[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] | |
| - | <!-- ThinkGeo.MapSuite.Core.FeatureLayer --> | ||
| [[#Public Events|Go Back]] | [[#Public Events|Go Back]] | ||
| ==== DrawnAttribution ==== | ==== DrawnAttribution ==== | ||
| === Event Arguments === | === Event Arguments === | ||
| ^ Event Arguments ^ | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs --> | | + | | [[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Events|Go Back]] | [[#Public Events|Go Back]] | ||
| ==== DrawnException ==== | ==== DrawnException ==== | ||
| === Event Arguments === | === Event Arguments === | ||
| ^ Event Arguments ^ | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs --> | | + | | [[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Events|Go Back]] | [[#Public Events|Go Back]] | ||
| ==== RequestedDrawing ==== | ==== RequestedDrawing ==== | ||
| === Event Arguments === | === Event Arguments === | ||
| ^ Event Arguments ^ | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs --> | | + | | [[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Events|Go Back]] | [[#Public Events|Go Back]] | ||
| ==== RequestingDrawing ==== | ==== RequestingDrawing ==== | ||
| === Event Arguments === | === Event Arguments === | ||
| ^ Event Arguments ^ | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]<!-- ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs --> | | + | | [[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | |
| - | <!-- ThinkGeo.MapSuite.Core.Layer --> | ||
| [[#Public Events|Go Back]] | [[#Public Events|Go Back]] | ||