This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.shapefilefeaturelayer [2015/09/21 08:18] admin |
thinkgeo.mapsuite.portablecore.shapefilefeaturelayer [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer ====== | ====== ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class represents a Layer backed by a Shape File. | This class represents a Layer backed by a Shape File. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 10: | Line 13: | ||
| ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer() ** | ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer() ** | ||
| - | This is a constructor for the class. | + | * //This is a constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | This is the default constructor. If you use this constructor, then you should set the required methods manually. | + | * //This is the default constructor. If you use this constructor, then you should set the required methods manually.// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer(String) ** | ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer(String) ** | ||
| - | This is a constructor for the class. | + | * //This is a constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //shapePathFilename// | * //shapePathFilename// | ||
| Line 28: | Line 31: | ||
| ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer(String,ShapeFileReadWriteMode) ** | ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer(String,ShapeFileReadWriteMode) ** | ||
| - | This is a constructor for the class. | + | * //This is a constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //shapePathFilename// | * //shapePathFilename// | ||
| Line 43: | Line 46: | ||
| ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer(String,String) ** | ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer(String,String) ** | ||
| - | This is a constructor for the class. | + | * //This is a constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //shapePathFilename// | * //shapePathFilename// | ||
| Line 58: | Line 61: | ||
| ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer(String,String,ShapeFileReadWriteMode) ** | ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer(String,String,ShapeFileReadWriteMode) ** | ||
| - | This is a constructor for the class. | + | * //This is a constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //shapePathFilename// | * //shapePathFilename// | ||
| Line 77: | Line 80: | ||
| ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer(String,String,ShapeFileReadWriteMode,Encoding) ** | ** {{wiki:PublicMethod.gif|}} ShapeFileFeatureLayer(String,String,ShapeFileReadWriteMode,Encoding) ** | ||
| - | This is a constructor for the class. | + | * //This is a constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //shapePathFilename// | * //shapePathFilename// | ||
| Line 102: | Line 105: | ||
| ** {{wiki:PublicMethod.gif|}} GetShapeFileType() ** | ** {{wiki:PublicMethod.gif|}} GetShapeFileType() ** | ||
| - | Get the Shape File type for the Shape File FeatureSource. | + | * //Get the Shape File type for the Shape File FeatureSource.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 114: | Line 117: | ||
| ** {{wiki:PublicMethod.gif|}} Validate() ** | ** {{wiki:PublicMethod.gif|}} Validate() ** | ||
| - | This method checks all features in a shapefile is supported by Mapsuite or not. | + | * //This method checks all features in a shapefile is supported by Mapsuite or not.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 124: | Line 127: | ||
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** | + | ** {{wiki:PublicMethod.gif|}} GetThreadSafetyLevel() ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:Void | + | * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** | + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:Void | + | * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //extentToRefresh// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| - | * Description:N/A | ||
| - | |||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** | + | ** {{wiki:PublicMethod.gif|}} Open() ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 163: | Line 162: | ||
| == Parameters == | == Parameters == | ||
| - | * //extentsToRefresh// | ||
| - | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
| - | * Description:N/A | ||
| - | |||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) ** | + | ** {{wiki:PublicMethod.gif|}} Close() ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 179: | Line 174: | ||
| == Parameters == | == Parameters == | ||
| - | * //bufferTime// | ||
| - | * Type:TimeSpan | ||
| - | * Description:N/A | ||
| - | |||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) ** | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:Void | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //bufferTime// | ||
| - | * Type:TimeSpan | ||
| - | * Description:N/A | ||
| - | |||
| - | * //bufferTimeType// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
| - | * Description:N/A | ||
| - | |||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) ** | + | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,Collection<SimpleCandidate>) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 215: | Line 198: | ||
| == Parameters == | == Parameters == | ||
| - | * //extentToRefresh// | + | * //canvas// |
| - | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
| * Description:N/A | * Description:N/A | ||
| - | * //bufferTime// | + | * //labelsInAllLayers// |
| - | * Type:TimeSpan | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
| * Description:N/A | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 235: | Line 218: | ||
| == Parameters == | == Parameters == | ||
| - | * //extentToRefresh// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //bufferTime// | ||
| - | * Type:TimeSpan | ||
| - | * Description:N/A | ||
| - | |||
| - | * //bufferTimeType// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
| - | * Description:N/A | ||
| - | |||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 259: | Line 230: | ||
| == Parameters == | == Parameters == | ||
| - | * //extentsToRefresh// | + | * //extentToRefresh// |
| - | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | * Description:N/A | + | |
| - | + | ||
| - | * //bufferTime// | + | |
| - | * Type:TimeSpan | + | |
| * Description:N/A | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 281: | Line 248: | ||
| * //extentsToRefresh// | * //extentsToRefresh// | ||
| * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
| - | * Description:N/A | ||
| - | |||
| - | * //bufferTime// | ||
| - | * Type:TimeSpan | ||
| - | * Description:N/A | ||
| - | |||
| - | * //bufferTimeType// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
| * Description:N/A | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetThreadSafetyLevel() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] | + | * Type:Void |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | <div newline></div> | + | * //bufferTime// |
| - | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** | + | * Type:TimeSpan |
| + | * Description:N/A | ||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Open() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 327: | Line 278: | ||
| == Parameters == | == Parameters == | ||
| - | <div newline></div> | + | * //extentToRefresh// |
| - | ** {{wiki:PublicMethod.gif|}} Close() ** | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| + | * Description:N/A | ||
| - | N/A | + | * //bufferTime// |
| - | == Remarks == | + | * Type:TimeSpan |
| - | N/A | + | * Description:N/A |
| - | == Return Value == | ||
| - | * Type:Void | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** |
| - | + | ||
| - | N/A | + | |
| - | == Remarks == | + | |
| - | N/A | + | |
| - | + | ||
| - | == Return Value == | + | |
| - | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
| - | * Description:N/A | + | |
| - | + | ||
| - | == Parameters == | + | |
| - | <div newline></div> | + | |
| - | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,Collection<SimpleCandidate>) ** | + | |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 363: | Line 298: | ||
| == Parameters == | == Parameters == | ||
| - | * //canvas// | + | * //extentsToRefresh// |
| - | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
| * Description:N/A | * Description:N/A | ||
| - | * //labelsInAllLayers// | + | * //bufferTime// |
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:TimeSpan |
| * Description:N/A | * Description:N/A | ||
| Line 374: | Line 309: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 386: | Line 321: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 402: | Line 337: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 414: | Line 349: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 426: | Line 361: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Rebuild(String) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Rebuild(String) ** | ||
| - | This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file. | + | * //This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file.// |
| == Remarks == | == Remarks == | ||
| - | This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file. When we do editing we have optimized the updates so that we do not need to rebuild the entire shape file. This leads to the shape file being out of order which may cause it not to open in other tools. One optimization is if you update a record instead of rebuilding a new shape file we mark the old record as null and add the edited record at the end of the shape file. This greatly increases the speed of committing shape file changes but will over time unorder the shape file. In addition we do a delete the DBF file will simply mark the record deleted and not compact the space. Rebuilding the shape file will correctly order the SPX and SHX along with compacting the DBF file and rebuild any index with the same any of the shape file if it exists. Note that if you have build custom index files where the name of the index differs from that of the shape file you will need to rebuild those manually using the BuildIndex methods. | + | * //This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file. When we do editing we have optimized the updates so that we do not need to rebuild the entire shape file. This leads to the shape file being out of order which may cause it not to open in other tools. One optimization is if you update a record instead of rebuilding a new shape file we mark the old record as null and add the edited record at the end of the shape file. This greatly increases the speed of committing shape file changes but will over time unorder the shape file. In addition we do a delete the DBF file will simply mark the record deleted and not compact the space. Rebuilding the shape file will correctly order the SPX and SHX along with compacting the DBF file and rebuild any index with the same any of the shape file if it exists. Note that if you have build custom index files where the name of the index differs from that of the shape file you will need to rebuild those manually using the BuildIndex methods.// |
| == Return Value == | == Return Value == | ||
| Line 438: | Line 373: | ||
| * Type:String | * Type:String | ||
| * Description:This parameter is the shape file you want to rebuild. | * Description:This parameter is the shape file you want to rebuild. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Rebuild(String,ShapeFileSortingMode,Int32) ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Void | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //shapePathFilename// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //sortingMode// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.ShapeFileSortingMode|ShapeFileSortingMode]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //sridForSorting// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>) ** | ||
| - | Static API to create a new Shape File. | + | * //Static API to create a new Shape File.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 490: | Line 401: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>,Encoding) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>,Encoding) ** | ||
| - | Static API to create a new Shape File. | + | * //Static API to create a new Shape File.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 518: | Line 429: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>,Encoding,OverwriteMode) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>,Encoding,OverwriteMode) ** | ||
| - | Static API to create a new Shape File. | + | * //Static API to create a new Shape File.// |
| == Remarks == | == Remarks == | ||
| - | An exception will be thown when the target Shape File does not exist while the overwrite mode is set to DoNotOverwrite. | + | * //An exception will be thown when the target Shape File does not exist while the overwrite mode is set to DoNotOverwrite.// |
| == Return Value == | == Return Value == | ||
| Line 550: | Line 461: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String) ** | ||
| - | This method builds a spatial index for the layer. | + | * //This method builds a spatial index for the layer.// |
| == Remarks == | == Remarks == | ||
| - | This overload allows you to pass in the Shape File. | + | * //This overload allows you to pass in the Shape File.// |
| == Return Value == | == Return Value == | ||
| Line 566: | Line 477: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String,String,BuildIndexMode) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String,String,BuildIndexMode) ** | ||
| - | This method build a spatial index for the shape file which increases accessspeed. | + | * //This method build a spatial index for the shape file which increases accessspeed.// |
| == Remarks == | == Remarks == | ||
| - | This overload builds an index file with the same name as the shape file with only the extension being different. You can also specify if you want to rebuild an existing index file. | + | * //This overload builds an index file with the same name as the shape file with only the extension being different. You can also specify if you want to rebuild an existing index file.// |
| == Return Value == | == Return Value == | ||
| Line 590: | Line 501: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String,BuildIndexMode) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String,BuildIndexMode) ** | ||
| - | This method builds a spatial index for the layer. | + | * //This method builds a spatial index for the layer.// |
| == Remarks == | == Remarks == | ||
| - | This overload allows you to pass in the Shape File and determines if we rebuild an index file that already exists. | + | * //This overload allows you to pass in the Shape File and determines if we rebuild an index file that already exists.// |
| == Return Value == | == Return Value == | ||
| Line 610: | Line 521: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(IEnumerable<Feature>,String) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(IEnumerable<Feature>,String) ** | ||
| - | This method builds a spatial index for the specified group of features. | + | * //This method builds a spatial index for the specified group of features.// |
| == Remarks == | == Remarks == | ||
| - | This overload allows you to pass in a group of features and specify the index filename to use. | + | * //This overload allows you to pass in a group of features and specify the index filename to use.// |
| == Return Value == | == Return Value == | ||
| Line 630: | Line 541: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(IEnumerable<Feature>,String,Projection) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(IEnumerable<Feature>,String,Projection) ** | ||
| - | This method builds a spatial index for the specified group of features and target projection. | + | * //This method builds a spatial index for the specified group of features and target projection.// |
| == Remarks == | == Remarks == | ||
| - | This overload allows you to pass in a group of features and specify a target projection and the index filename to use. | + | * //This overload allows you to pass in a group of features and specify a target projection and the index filename to use.// |
| == Return Value == | == Return Value == | ||
| Line 654: | Line 565: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(IEnumerable<Feature>,String,BuildIndexMode) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(IEnumerable<Feature>,String,BuildIndexMode) ** | ||
| - | This method builds a spatial index for the specified group of features. | + | * //This method builds a spatial index for the specified group of features.// |
| == Remarks == | == Remarks == | ||
| - | This overload allows you to pass in a group of features and specify the index filename to use. | + | * //This overload allows you to pass in a group of features and specify the index filename to use.// |
| == Return Value == | == Return Value == | ||
| Line 678: | Line 589: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(IEnumerable<Feature>,String,Projection,BuildIndexMode) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(IEnumerable<Feature>,String,Projection,BuildIndexMode) ** | ||
| - | This method builds a spatial index for the specified group of features. | + | * //This method builds a spatial index for the specified group of features.// |
| == Remarks == | == Remarks == | ||
| - | This overload allows you to pass in a group of features and specify a target projection and the index filename to use. | + | * //This overload allows you to pass in a group of features and specify a target projection and the index filename to use.// |
| == Return Value == | == Return Value == | ||
| Line 706: | Line 617: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String,String,String,String,BuildIndexMode) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String,String,String,String,BuildIndexMode) ** | ||
| - | This method builds a spatial index only for those features that satisfy a regular expression. | + | * //This method builds a spatial index only for those features that satisfy a regular expression.// |
| == Remarks == | == Remarks == | ||
| - | This overload allows you to pass in a Shape File and specify the index filename to use. | + | * //This overload allows you to pass in a Shape File and specify the index filename to use.// |
| == Return Value == | == Return Value == | ||
| Line 738: | Line 649: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String,String,Projection,String,String,BuildIndexMode) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String,String,Projection,String,String,BuildIndexMode) ** | ||
| - | This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection. | + | * //This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection.// |
| == Remarks == | == Remarks == | ||
| - | This overload allows you to pass in a Shape File and specify the index filename to use. | + | * //This overload allows you to pass in a Shape File and specify the index filename to use.// |
| == Return Value == | == Return Value == | ||
| Line 774: | Line 685: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String,String,Projection,String,String,BuildIndexMode,Encoding) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildIndexFile(String,String,Projection,String,String,BuildIndexMode,Encoding) ** | ||
| - | This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection. | + | * //This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection.// |
| == Remarks == | == Remarks == | ||
| - | This overload allows you to pass in a Shape File and specify the index filename to use. | + | * //This overload allows you to pass in a Shape File and specify the index filename to use.// |
| == Return Value == | == Return Value == | ||
| Line 814: | Line 725: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CloneShapeFileStructure(String,String) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CloneShapeFileStructure(String,String) ** | ||
| - | Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it. | + | * //Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 834: | Line 745: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CloneShapeFileStructure(String,String,OverwriteMode) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CloneShapeFileStructure(String,String,OverwriteMode) ** | ||
| - | Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it. | + | * //Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it.// |
| == Remarks == | == Remarks == | ||
| - | An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite. | + | * //An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite.// |
| == Return Value == | == Return Value == | ||
| Line 858: | Line 769: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CloneShapeFileStructure(String,String,OverwriteMode,Encoding) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CloneShapeFileStructure(String,String,OverwriteMode,Encoding) ** | ||
| - | Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it. | + | * //Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it.// |
| == Remarks == | == Remarks == | ||
| - | An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite. | + | * //An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite.// |
| == Return Value == | == Return Value == | ||
| Line 886: | Line 797: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildRecordIdColumn(String,String,BuildRecordIdMode) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildRecordIdColumn(String,String,BuildRecordIdMode) ** | ||
| - | Static API used to build RecordId. The Id will start from 0. | + | * //Static API used to build RecordId. The Id will start from 0.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 910: | Line 821: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildRecordIdColumn(String,String,BuildRecordIdMode,Int32) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildRecordIdColumn(String,String,BuildRecordIdMode,Int32) ** | ||
| - | Static API used to build RecordId from the specified starting Id number. | + | * //Static API used to build RecordId from the specified starting Id number.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 938: | Line 849: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildRecordIdColumn(String,String,BuildRecordIdMode,Int32,Encoding) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} BuildRecordIdColumn(String,String,BuildRecordIdMode,Int32,Encoding) ** | ||
| - | Static API used to build RecordId from the specified starting Id number. | + | * //Static API used to build RecordId from the specified starting Id number.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 970: | Line 881: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} SaveToProjection(String,String,Projection,OverwriteMode) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} SaveToProjection(String,String,Projection,OverwriteMode) ** | ||
| - | This API provide a easy way to project features in a shape file into another projection and save it to shape file. | + | * //This API provide a easy way to project features in a shape file into another projection and save it to shape file.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 998: | Line 909: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumns(IEnumerable<DbfColumn>) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumns(IEnumerable<DbfColumn>) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1014: | Line 925: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumns(IEnumerable<DbfColumn>,Encoding) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumns(IEnumerable<DbfColumn>,Encoding) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1034: | Line 945: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumnNames(IEnumerable<String>) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumnNames(IEnumerable<String>) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1050: | Line 961: | ||
| ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumnNames(IEnumerable<String>,Encoding) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumnNames(IEnumerable<String>,Encoding) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1071: | Line 982: | ||
| ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1083: | Line 994: | ||
| ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Collection<SimpleCandidate>) ** | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Collection<SimpleCandidate>) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1098: | Line 1009: | ||
| * //labelsInAllLayers// | * //labelsInAllLayers// | ||
| * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} 1BU=(IEnumerable<String>) ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //returningColumnNames// | ||
| - | * Type:IEnumerable<String> | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} 1xU=(GeoCanvas,Dictionary<String,Collection<Feature>>,Collection<SimpleCandidate>,ZoomLevel,RectangleShape) ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Void | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //canvas// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //featuresForFilters// | ||
| - | * Type:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> | ||
| - | * Description:N/A | ||
| - | |||
| - | * //labelsInAllLayers// | ||
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| - | * Description:N/A | ||
| - | |||
| - | * //currentZoomLevel// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //marginWorldExtent// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| * Description:N/A | * Description:N/A | ||
| Line 1151: | Line 1014: | ||
| ** {{wiki:ProtectedMethod.gif|}} OnDrawingFeatures(DrawingFeaturesEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingFeatures(DrawingFeaturesEventArgs) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1167: | Line 1030: | ||
| ** {{wiki:ProtectedMethod.gif|}} OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1183: | Line 1046: | ||
| ** {{wiki:ProtectedMethod.gif|}} SetupTools() ** | ** {{wiki:ProtectedMethod.gif|}} SetupTools() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1195: | Line 1058: | ||
| ** {{wiki:ProtectedMethod.gif|}} SetupToolsCore() ** | ** {{wiki:ProtectedMethod.gif|}} SetupToolsCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1207: | Line 1070: | ||
| ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1219: | Line 1082: | ||
| ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1231: | Line 1094: | ||
| ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1240: | Line 1103: | ||
| == Parameters == | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Void | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //eventArgs// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | ||
| - | * Description:N/A | ||
| - | |||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1275: | Line 1122: | ||
| ** {{wiki:ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1287: | Line 1134: | ||
| ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1307: | Line 1154: | ||
| ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1327: | Line 1174: | ||
| ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1343: | Line 1190: | ||
| ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1359: | Line 1206: | ||
| ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,String) ** | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,String) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1379: | Line 1226: | ||
| ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1395: | Line 1242: | ||
| ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1411: | Line 1258: | ||
| ** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1422: | Line 1269: | ||
| * //e// | * //e// | ||
| * Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //eventArgs// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | ||
| * Description:N/A | * Description:N/A | ||
| Line 1427: | Line 1290: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1439: | Line 1302: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 1452: | Line 1315: | ||
| ** {{wiki:PublicProperty.gif|}} HasBoundingBox ** | ** {{wiki:PublicProperty.gif|}} HasBoundingBox ** | ||
| - | 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 ShapeFileFeatureLayer, we override this API and mark it as true. | + | * //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 ShapeFileFeatureLayer, we override this API and mark it as true.// |
| == Remarks == | == Remarks == | ||
| - | The default implementation in the base class returns false. | + | * //The default implementation in the base class returns false.// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 1460: | Line 1323: | ||
| ** {{wiki:PublicProperty.gif|}} UsingSpatialIndex ** | ** {{wiki:PublicProperty.gif|}} UsingSpatialIndex ** | ||
| - | This property gets whether the Shape File FeatureSource has an index or not. | + | * //This property gets whether the Shape File FeatureSource has an index or not.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 1468: | Line 1331: | ||
| ** {{wiki:PublicProperty.gif|}} Encoding ** | ** {{wiki:PublicProperty.gif|}} Encoding ** | ||
| - | This property gets and sets the encoding information for the DBF. | + | * //This property gets and sets the encoding information for the DBF.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Encoding | * Type:Encoding | ||
| Line 1476: | Line 1339: | ||
| ** {{wiki:PublicProperty.gif|}} ShapePathFileName ** | ** {{wiki:PublicProperty.gif|}} ShapePathFileName ** | ||
| - | This property returns the path and filename of the Shape File you want to represent. | + | * //This property returns the path and filename of the Shape File you want to represent.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 1484: | Line 1347: | ||
| ** {{wiki:PublicProperty.gif|}} IndexPathFileName ** | ** {{wiki:PublicProperty.gif|}} IndexPathFileName ** | ||
| - | This property returns the path and filename of the index file you want to represent. | + | * //This property returns the path and filename of the index file you want to represent.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 1492: | Line 1355: | ||
| ** {{wiki:PublicProperty.gif|}} ReadWriteMode ** | ** {{wiki:PublicProperty.gif|}} ReadWriteMode ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] | * Type:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] | ||
| Line 1500: | Line 1363: | ||
| ** {{wiki:PublicProperty.gif|}} RequireIndex ** | ** {{wiki:PublicProperty.gif|}} RequireIndex ** | ||
| - | This property gets and sets whether an index is required when reading data. The default value is true. | + | * //This property gets and sets whether an index is required when reading data. The default value is true.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 1508: | Line 1371: | ||
| ** {{wiki:PublicProperty.gif|}} ProgressiveDrawingRecordsCount ** | ** {{wiki:PublicProperty.gif|}} ProgressiveDrawingRecordsCount ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Int32 | * Type:Int32 | ||
| Line 1516: | Line 1379: | ||
| ** {{wiki:PublicProperty.gif|}} SimplificationAreaInPixel ** | ** {{wiki:PublicProperty.gif|}} SimplificationAreaInPixel ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Int32 | * Type:Int32 | ||
| Line 1524: | Line 1387: | ||
| ** {{wiki:PublicProperty.gif|}} WrappingExtent ** | ** {{wiki:PublicProperty.gif|}} WrappingExtent ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| Line 1532: | Line 1395: | ||
| ** {{wiki:PublicProperty.gif|}} WrappingMode ** | ** {{wiki:PublicProperty.gif|}} WrappingMode ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]] | * Type:[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]] | ||
| Line 1540: | Line 1403: | ||
| ** {{wiki:PublicProperty.gif|}} EditTools ** | ** {{wiki:PublicProperty.gif|}} EditTools ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.EditTools|EditTools]] | * Type:[[ThinkGeo.MapSuite.Core.EditTools|EditTools]] | ||
| Line 1548: | Line 1411: | ||
| ** {{wiki:PublicProperty.gif|}} FeatureIdsToExclude ** | ** {{wiki:PublicProperty.gif|}} FeatureIdsToExclude ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Collection<String> | * Type:Collection<String> | ||
| Line 1556: | Line 1419: | ||
| ** {{wiki:PublicProperty.gif|}} QueryTools ** | ** {{wiki:PublicProperty.gif|}} QueryTools ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] | * Type:[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] | ||
| Line 1564: | Line 1427: | ||
| ** {{wiki:PublicProperty.gif|}} MaxRecordsToDraw ** | ** {{wiki:PublicProperty.gif|}} MaxRecordsToDraw ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Int32 | * Type:Int32 | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} DrawingMarginInPixel ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Return Value == | ||
| + | * Type:Single | ||
| ** {{wiki:PublicProperty.gif|}} FeatureSource ** | ** {{wiki:PublicProperty.gif|}} FeatureSource ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | * Type:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | ||
| Line 1580: | Line 1451: | ||
| ** {{wiki:PublicProperty.gif|}} DrawingQuality ** | ** {{wiki:PublicProperty.gif|}} DrawingQuality ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | ||
| Line 1588: | Line 1459: | ||
| ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** | ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | ||
| Line 1596: | Line 1467: | ||
| ** {{wiki:PublicProperty.gif|}} DrawingMarginPercentage ** | ** {{wiki:PublicProperty.gif|}} DrawingMarginPercentage ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Double | * Type:Double | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} DrawingMarginInPixel ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:Single | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} GeometryValidationMode ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} RequestDrawingInterval ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:TimeSpan | ||
| ** {{wiki:PublicProperty.gif|}} IsOpen ** | ** {{wiki:PublicProperty.gif|}} IsOpen ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 1636: | Line 1483: | ||
| ** {{wiki:PublicProperty.gif|}} DrawingTime ** | ** {{wiki:PublicProperty.gif|}} DrawingTime ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:TimeSpan | * Type:TimeSpan | ||
| Line 1644: | Line 1491: | ||
| ** {{wiki:PublicProperty.gif|}} Name ** | ** {{wiki:PublicProperty.gif|}} Name ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| - | == Return Value == | + | |
| - | * Type:String | + | |
| - | + | ||
| - | ** {{wiki:PublicProperty.gif|}} Attribution ** | + | |
| - | + | ||
| - | N/A | + | |
| - | == Remarks == | + | |
| - | N/A | + | |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 1660: | Line 1499: | ||
| ** {{wiki:PublicProperty.gif|}} IsVisible ** | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 1668: | Line 1507: | ||
| ** {{wiki:PublicProperty.gif|}} Transparency ** | ** {{wiki:PublicProperty.gif|}} Transparency ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Single | * Type:Single | ||
| - | ** {{wiki:PublicProperty.gif|}} BlueTranslation ** | + | ** {{wiki:PublicProperty.gif|}} IsNegative ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:Single | + | * Type:Boolean |
| - | ** {{wiki:PublicProperty.gif|}} RedTranslation ** | + | ** {{wiki:PublicProperty.gif|}} IsGrayscale ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:Single | + | * Type:Boolean |
| - | ** {{wiki:PublicProperty.gif|}} GreenTranslation ** | + | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:Single | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] |
| - | ** {{wiki:PublicProperty.gif|}} KeyColors ** | + | ** {{wiki:PublicProperty.gif|}} Attribution ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | + | * Type:String |
| - | ** {{wiki:PublicProperty.gif|}} IsNegative ** | + | ** {{wiki:PublicProperty.gif|}} RequestDrawingInterval ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:Boolean | + | * Type:TimeSpan |
| - | + | ||
| - | ** {{wiki:PublicProperty.gif|}} IsGrayscale ** | + | |
| - | + | ||
| - | N/A | + | |
| - | == Remarks == | + | |
| - | N/A | + | |
| - | == Return Value == | + | |
| - | * Type:Boolean | + | |
| - | + | ||
| - | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | + | |
| - | + | ||
| - | N/A | + | |
| - | == Remarks == | + | |
| - | N/A | + | |
| - | == Return Value == | + | |
| - | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | + | |
| ==== Protected Properties ==== | ==== Protected Properties ==== | ||
| - | ** {{wiki:ProtectedProperty.gif|}} yhU= ** | + | ** {{wiki:ProtectedProperty.gif|}} FetchedCount ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Int64 | * Type:Int64 | ||
| - | ** {{wiki:ProtectedProperty.gif|}} zRU= ** | + | ** {{wiki:ProtectedProperty.gif|}} FetchedBytes ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Int64 | * Type:Int64 | ||
| - | ** {{wiki:ProtectedProperty.gif|}} 0BU= ** | + | ** {{wiki:ProtectedProperty.gif|}} StyleTime ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:TimeSpan | * Type:TimeSpan | ||
| - | ** {{wiki:ProtectedProperty.gif|}} 0xU= ** | + | ** {{wiki:ProtectedProperty.gif|}} FetchTime ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:TimeSpan | * Type:TimeSpan | ||
| Line 1765: | Line 1588: | ||
| ** {{wiki:ProtectedProperty.gif|}} IsOpenCore ** | ** {{wiki:ProtectedProperty.gif|}} IsOpenCore ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 1773: | Line 1596: | ||
| ==== Public Events ==== | ==== Public Events ==== | ||
| ** {{wiki:PublicEvent.gif|}} StreamLoading ** | ** {{wiki:PublicEvent.gif|}} StreamLoading ** | ||
| - | This event allows you to pass in your own stream to represent the files. | + | * //This event allows you to pass in your own stream to represent the files.// |
| == Remarks == | == Remarks == | ||
| - | If you choose you can pass in your own stream to represent the file. The stream can come from a variety of places such as isolated storage, a compressed file, and encrypted stream. When the Image is finished with the stream it will dispose of it so be sure to keep this in mind when passing the stream in. If you do not pass in a alternate stream the class will attempt to load the file from the file system using the PathFileName property. | + | * //If you choose you can pass in your own stream to represent the file. The stream can come from a variety of places such as isolated storage, a compressed file, and encrypted stream. When the Image is finished with the stream it will dispose of it so be sure to keep this in mind when passing the stream in. If you do not pass in a alternate stream the class will attempt to load the file from the file system using the PathFileName property.// |
| Event Arguments:[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} DrawingFeatures ** | ** {{wiki:PublicEvent.gif|}} DrawingFeatures ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} DrawingWrappingFeatures ** | ** {{wiki:PublicEvent.gif|}} DrawingWrappingFeatures ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] | ||
| - | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | + | ** {{wiki:PublicEvent.gif|}} DrawingException ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| - | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] |
| - | + | ||
| - | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | + | |
| - | N/A | + | |
| - | == Remarks == | + | |
| - | N/A | + | |
| - | + | ||
| - | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | + | |
| ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** | ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | ||
| - | |||
| - | ** {{wiki:PublicEvent.gif|}} DrawingException ** | ||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} DrawnException ** | ** {{wiki:PublicEvent.gif|}} DrawnException ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | ||
| + | |||
| + | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | ||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | ||
| + | |||
| + | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | ||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | ||