This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.shapefilefeaturelayer [2015/09/17 10:39] admin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer ====== | ||
| - | This class represents a Layer backed by a Shape File. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | *ThinkGeo.MapSuite.Core.Layer | ||
| - | *ThinkGeo.MapSuite.Core.FeatureLayer | ||
| - | ***ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer** | ||
| - | ===== Members Summary ===== | ||
| - | === Public Constructors === | ||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ShapeFileFeatureLayer()|ShapeFileFeatureLayer]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is a constructor for the class. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ShapeFileFeatureLayer(String)|ShapeFileFeatureLayer]]** | ||
| - | * **Parameters**:String | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is a constructor for the class. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ShapeFileFeatureLayer(String,ShapeFileReadWriteMode)|ShapeFileFeatureLayer]]** | ||
| - | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is a constructor for the class. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ShapeFileFeatureLayer(String,String)|ShapeFileFeatureLayer]]** | ||
| - | * **Parameters**:String,String | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is a constructor for the class. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ShapeFileFeatureLayer(String,String,ShapeFileReadWriteMode)|ShapeFileFeatureLayer]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is a constructor for the class. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ShapeFileFeatureLayer(String,String,ShapeFileReadWriteMode,Encoding)|ShapeFileFeatureLayer]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]],Encoding | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is a constructor for the class. | ||
| - | </div> | ||
| - | |||
| - | === Protected Constructors === | ||
| - | === Public Methods === | ||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildIndexFile(String,String,Projection,String,String,BuildIndexMode)|BuildIndexFile]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.Projection|Projection]],String,String,[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildIndexFile(String,String,BuildIndexMode)|BuildIndexFile]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method build a spatial index for the shape file which increases accessspeed. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildIndexFile(IEnumerable<Feature>,String,Projection)|BuildIndexFile]]** | ||
| - | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,String,[[ThinkGeo.MapSuite.Core.Projection|Projection]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method builds a spatial index for the specified group of features and target projection. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildIndexFile(String)|BuildIndexFile]]** | ||
| - | * **Parameters**:String | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method builds a spatial index for the layer. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildIndexFile(IEnumerable<Feature>,String,BuildIndexMode)|BuildIndexFile]]** | ||
| - | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,String,[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method builds a spatial index for the specified group of features. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildIndexFile(IEnumerable<Feature>,String,Projection,BuildIndexMode)|BuildIndexFile]]** | ||
| - | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,String,[[ThinkGeo.MapSuite.Core.Projection|Projection]],[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method builds a spatial index for the specified group of features. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildIndexFile(String,String,String,String,BuildIndexMode)|BuildIndexFile]]** | ||
| - | * **Parameters**:String,String,String,String,[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method builds a spatial index only for those features that satisfy a regular expression. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildIndexFile(String,BuildIndexMode)|BuildIndexFile]]** | ||
| - | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method builds a spatial index for the layer. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildIndexFile(IEnumerable<Feature>,String)|BuildIndexFile]]** | ||
| - | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,String | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method builds a spatial index for the specified group of features. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildIndexFile(String,String,Projection,String,String,BuildIndexMode,Encoding)|BuildIndexFile]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.Projection|Projection]],String,String,[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]],Encoding | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildRecordIdColumn(String,String,BuildRecordIdMode)|BuildRecordIdColumn]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:Static API used to build RecordId. The Id will start from 0. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildRecordIdColumn(String,String,BuildRecordIdMode,Int32)|BuildRecordIdColumn]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]],Int32 | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:Static API used to build RecordId from the specified starting Id number. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#BuildRecordIdColumn(String,String,BuildRecordIdMode,Int32,Encoding)|BuildRecordIdColumn]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]],Int32,Encoding | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:Static API used to build RecordId from the specified starting Id number. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#CloneShapeFileStructure(String,String)|CloneShapeFileStructure]]** | ||
| - | * **Parameters**:String,String | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**: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. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#CloneShapeFileStructure(String,String,OverwriteMode)|CloneShapeFileStructure]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**: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. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#CloneShapeFileStructure(String,String,OverwriteMode,Encoding)|CloneShapeFileStructure]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]],Encoding | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**: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. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#Close()|Close]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>)|CreateShapeFile]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]],String,IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:Static API to create a new Shape File. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>,Encoding,OverwriteMode)|CreateShapeFile]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]],String,IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>,Encoding,[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:Static API to create a new Shape File. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>,Encoding)|CreateShapeFile]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]],String,IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>,Encoding | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:Static API to create a new Shape File. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#Draw(GeoCanvas,Collection<SimpleCandidate>)|Draw]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | ||
| - | * **Parameters**:Object | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#GetBoundingBox()|GetBoundingBox]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#GetShapeFileType()|GetShapeFileType]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:Get the Shape File type for the Shape File FeatureSource. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#GetThreadSafetyLevel()|GetThreadSafetyLevel]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#GetValidColumnNames(IEnumerable<String>,Encoding)|GetValidColumnNames]]** | ||
| - | * **Parameters**:IEnumerable<String>,Encoding | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#GetValidColumnNames(IEnumerable<String>)|GetValidColumnNames]]** | ||
| - | * **Parameters**:IEnumerable<String> | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#GetValidColumns(IEnumerable<DbfColumn>,Encoding)|GetValidColumns]]** | ||
| - | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>,Encoding | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#GetValidColumns(IEnumerable<DbfColumn>)|GetValidColumns]]** | ||
| - | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#Open()|Open]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#Rebuild(String,ShapeFileSortingMode,Int32)|Rebuild]]** | ||
| - | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.ShapeFileSortingMode|ShapeFileSortingMode]],Int32 | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#Rebuild(String)|Rebuild]]** | ||
| - | * **Parameters**:String | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)|RequestDrawing]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],TimeSpan,[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(RectangleShape,TimeSpan)|RequestDrawing]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],TimeSpan | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)|RequestDrawing]]** | ||
| - | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,TimeSpan,[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(TimeSpan)|RequestDrawing]]** | ||
| - | * **Parameters**:TimeSpan | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(IEnumerable<RectangleShape>)|RequestDrawing]]** | ||
| - | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(RectangleShape)|RequestDrawing]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing()|RequestDrawing]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)|RequestDrawing]]** | ||
| - | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,TimeSpan | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)|RequestDrawing]]** | ||
| - | * **Parameters**:TimeSpan,[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#SaveToProjection(String,String,Projection,OverwriteMode)|SaveToProjection]]** | ||
| - | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.Projection|Projection]],[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This API provide a easy way to project features in a shape file into another projection and save it to shape file. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#Validate()|Validate]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This method checks all features in a shapefile is supported by Mapsuite or not. | ||
| - | </div> | ||
| - | |||
| - | === Protected Methods === | ||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#1BU=(IEnumerable<String>)|1BU=]]** | ||
| - | * **Parameters**:IEnumerable<String> | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#1xU=(GeoCanvas,Dictionary<String,Collection<Feature>>,Collection<SimpleCandidate>,ZoomLevel,RectangleShape)|1xU=]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]],[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#CloneDeepCore()|CloneDeepCore]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#CloseCore()|CloseCore]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#DrawAttributionCore(GeoCanvas,String)|DrawAttributionCore]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],String | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#DrawCore(GeoCanvas,Collection<SimpleCandidate>)|DrawCore]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#DrawException(GeoCanvas,Exception)|DrawException]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Exception | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#DrawExceptionCore(GeoCanvas,Exception)|DrawExceptionCore]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Exception | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#GetThreadSafetyLevelCore()|GetThreadSafetyLevelCore]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingAttribution(DrawingAttributionLayerEventArgs)|OnDrawingAttribution]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingException(DrawingExceptionLayerEventArgs)|OnDrawingException]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingFeatures(DrawingFeaturesEventArgs)|OnDrawingFeatures]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs)|OnDrawingWrappingFeatures]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawnAttribution(DrawnAttributionLayerEventArgs)|OnDrawnAttribution]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawnException(DrawnExceptionLayerEventArgs)|OnDrawnException]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnRequestedDrawing(RequestedDrawingLayerEventArgs)|OnRequestedDrawing]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnRequestingDrawing(RequestingDrawingLayerEventArgs)|OnRequestingDrawing]]** | ||
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#OpenCore()|OpenCore]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#SetupTools()|SetupTools]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#SetupToolsCore()|SetupToolsCore]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | === Public Properties === | ||
| - | **{{wiki:PublicProperty.gif|}}[[#Attribution|Attribution]]** | ||
| - | * **Return**:String | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#BlueTranslation|BlueTranslation]]** | ||
| - | * **Return**:Single | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#DrawingExceptionMode|DrawingExceptionMode]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#DrawingMarginInPixel|DrawingMarginInPixel]]** | ||
| - | * **Return**:Single | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#DrawingMarginPercentage|DrawingMarginPercentage]]** | ||
| - | * **Return**:Double | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#DrawingQuality|DrawingQuality]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#DrawingTime|DrawingTime]]** | ||
| - | * **Return**:TimeSpan | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#EditTools|EditTools]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.EditTools|EditTools]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#Encoding|Encoding]]** | ||
| - | * **Return**:Encoding | ||
| - | * **Summary**:This property gets and sets the encoding information for the DBF. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#FeatureIdsToExclude|FeatureIdsToExclude]]** | ||
| - | * **Return**:Collection<String> | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#FeatureSource|FeatureSource]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#GeometryValidationMode|GeometryValidationMode]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#GreenTranslation|GreenTranslation]]** | ||
| - | * **Return**:Single | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#HasBoundingBox|HasBoundingBox]]** | ||
| - | * **Return**:Boolean | ||
| - | * **Summary**: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. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#IndexPathFileName|IndexPathFileName]]** | ||
| - | * **Return**:String | ||
| - | * **Summary**:This property returns the path and filename of the index file you want to represent. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#IsGrayscale|IsGrayscale]]** | ||
| - | * **Return**:Boolean | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#IsNegative|IsNegative]]** | ||
| - | * **Return**:Boolean | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#IsOpen|IsOpen]]** | ||
| - | * **Return**:Boolean | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#IsVisible|IsVisible]]** | ||
| - | * **Return**:Boolean | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#KeyColors|KeyColors]]** | ||
| - | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#MaxRecordsToDraw|MaxRecordsToDraw]]** | ||
| - | * **Return**:Int32 | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#Name|Name]]** | ||
| - | * **Return**:String | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#ProgressiveDrawingRecordsCount|ProgressiveDrawingRecordsCount]]** | ||
| - | * **Return**:Int32 | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#QueryTools|QueryTools]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#ReadWriteMode|ReadWriteMode]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#RedTranslation|RedTranslation]]** | ||
| - | * **Return**:Single | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#RequestDrawingInterval|RequestDrawingInterval]]** | ||
| - | * **Return**:TimeSpan | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#RequireIndex|RequireIndex]]** | ||
| - | * **Return**:Boolean | ||
| - | * **Summary**:This property gets and sets whether an index is required when reading data. The default value is true. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#ShapePathFileName|ShapePathFileName]]** | ||
| - | * **Return**:String | ||
| - | * **Summary**:This property returns the path and filename of the Shape File you want to represent. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#SimplificationAreaInPixel|SimplificationAreaInPixel]]** | ||
| - | * **Return**:Int32 | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#Transparency|Transparency]]** | ||
| - | * **Return**:Single | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#UsingSpatialIndex|UsingSpatialIndex]]** | ||
| - | * **Return**:Boolean | ||
| - | * **Summary**:This property gets whether the Shape File FeatureSource has an index or not. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#WrappingExtent|WrappingExtent]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#WrappingMode|WrappingMode]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#ZoomLevelSet|ZoomLevelSet]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | === Protected Properties === | ||
| - | **{{wiki:ProtectedProperty.gif|}}[[#0BU=|0BU=]]** | ||
| - | * **Return**:TimeSpan | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:ProtectedProperty.gif|}}[[#0xU=|0xU=]]** | ||
| - | * **Return**:TimeSpan | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:ProtectedProperty.gif|}}[[#IsOpenCore|IsOpenCore]]** | ||
| - | * **Return**:Boolean | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:ProtectedProperty.gif|}}[[#yhU=|yhU=]]** | ||
| - | * **Return**:Int64 | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:ProtectedProperty.gif|}}[[#zRU=|zRU=]]** | ||
| - | * **Return**:Int64 | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | === Public Events === | ||
| - | **{{wiki:PublicEvent.gif|}}[[#DrawingAttribution|DrawingAttribution]]** | ||
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicEvent.gif|}}[[#DrawingException|DrawingException]]** | ||
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicEvent.gif|}}[[#DrawingFeatures|DrawingFeatures]]** | ||
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicEvent.gif|}}[[#DrawingProgressChanged|DrawingProgressChanged]]** | ||
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicEvent.gif|}}[[#DrawingWrappingFeatures|DrawingWrappingFeatures]]** | ||
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicEvent.gif|}}[[#DrawnAttribution|DrawnAttribution]]** | ||
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicEvent.gif|}}[[#DrawnException|DrawnException]]** | ||
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicEvent.gif|}}[[#RequestedDrawing|RequestedDrawing]]** | ||
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicEvent.gif|}}[[#RequestingDrawing|RequestingDrawing]]** | ||
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | ||
| - | * **Summary**:N/A | ||
| - | |||
| - | **{{wiki:PublicEvent.gif|}}[[#StreamLoading|StreamLoading]]** | ||
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] | ||
| - | * **Summary**:This event allows you to pass in your own stream to represent the files. | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | === ShapeFileFeatureLayer() === | ||
| - | This is a constructor for the class. | ||
| - | ==== Remarks ==== | ||
| - | This is the default constructor. If you use this constructor, then you should set the required methods manually. | ||
| - | ==== Parameters ==== | ||
| - | [[#Public Constructors|Go Back]] | ||
| - | === ShapeFileFeatureLayer(String) === | ||
| - | This is a constructor for the class. | ||
| - | ==== Remarks ==== | ||
| - | None | ||
| - | ==== Parameters ==== | ||
| - | **shapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description:This parameter is the Shape File path and filename. | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | === ShapeFileFeatureLayer(String,ShapeFileReadWriteMode) === | ||
| - | This is a constructor for the class. | ||
| - | ==== Remarks ==== | ||
| - | None | ||
| - | ==== Parameters ==== | ||
| - | **shapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description:This parameter is the Shape File path and filename. | ||
| - | |||
| - | **readWriteMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] | ||
| - | * **Description:This parameter specifies whether the file will be opened in read-only or read/write mode. | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | === ShapeFileFeatureLayer(String,String) === | ||
| - | This is a constructor for the class. | ||
| - | ==== Remarks ==== | ||
| - | None | ||
| - | ==== Parameters ==== | ||
| - | **shapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description:This parameter is the Shape File path and filename. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description:This parameter is the index file path and filename. | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | === ShapeFileFeatureLayer(String,String,ShapeFileReadWriteMode) === | ||
| - | This is a constructor for the class. | ||
| - | ==== Remarks ==== | ||
| - | None | ||
| - | ==== Parameters ==== | ||
| - | **shapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description:This parameter is the Shape File path and filename. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description:This parameter is the index file path and filename. | ||
| - | |||
| - | **readWriteMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] | ||
| - | * **Description:This parameter specifies whether the file will be opened in read-only or read/write mode. | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | === ShapeFileFeatureLayer(String,String,ShapeFileReadWriteMode,Encoding) === | ||
| - | This is a constructor for the class. | ||
| - | ==== Remarks ==== | ||
| - | None | ||
| - | ==== Parameters ==== | ||
| - | **shapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description:This parameter is the Shape File path and filename. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description:This parameter is the index file path and filename. | ||
| - | |||
| - | **readWriteMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] | ||
| - | * **Description:This parameter specifies whether the file will be opened in read-only or read/write mode. | ||
| - | |||
| - | **encoding** | ||
| - | * **Type**:Encoding | ||
| - | * **Description:This parameter specifies the encoding of the data. | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ===== Protected Constructors ===== | ||
| - | ===== Public Methods ===== | ||
| - | === 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. | ||
| - | ==== Remarks ==== | ||
| - | This overload allows you to pass in a Shape File and specify the index filename to use. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the Shape File for which to build the index. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter determines the target index path filename. | ||
| - | |||
| - | **projection** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | ||
| - | * **Description**:This parameter determines the projection that will be used to build the index against those features that satisfy the regular expression. | ||
| - | |||
| - | **columnName** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter determines the column name whose values will be tested against the regular expression. | ||
| - | |||
| - | **regularExpression** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter represents the regular expression to test against each feature for inclusion in the index. | ||
| - | |||
| - | **buildIndexMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **Description**:This parameter determines whether an index file will be rebuilt if it already exists. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildIndexFile(String,String,BuildIndexMode) === | ||
| - | This method build a spatial index for the shape file which increases accessspeed. | ||
| - | ==== 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. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter is the shape file name and path that you want to build an index for. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the index file name. | ||
| - | |||
| - | **buildIndexMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **Description**:This parameter determines what will happen if there is an existing index file. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildIndexFile(IEnumerable<Feature>,String,Projection) === | ||
| - | This method builds a spatial index for the specified group of features and target projection. | ||
| - | ==== Remarks ==== | ||
| - | 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 Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **features** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
| - | * **Description**:This parameter specifies the features for which to build the index. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the target index path and filename. | ||
| - | |||
| - | **projection** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | ||
| - | * **Description**:This parameter specifies the projection to build index against those features. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildIndexFile(String) === | ||
| - | This method builds a spatial index for the layer. | ||
| - | ==== Remarks ==== | ||
| - | This overload allows you to pass in the Shape File. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **pathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:The path and filename to the Shape File. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildIndexFile(IEnumerable<Feature>,String,BuildIndexMode) === | ||
| - | This method builds a spatial index for the specified group of features. | ||
| - | ==== Remarks ==== | ||
| - | This overload allows you to pass in a group of features and specify the index filename to use. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **features** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
| - | * **Description**:This parameter specifies the features for which to build the index. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter determines the target index path filename. | ||
| - | |||
| - | **buildIndexMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **Description**:This parameter determines whether an index file will be rebuilt if it already exists. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildIndexFile(IEnumerable<Feature>,String,Projection,BuildIndexMode) === | ||
| - | This method builds a spatial index for the specified group of features. | ||
| - | ==== Remarks ==== | ||
| - | 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 Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **features** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
| - | * **Description**:This parameter specifies the features for which to build the index. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter determines the target index path filename. | ||
| - | |||
| - | **projection** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | ||
| - | * **Description**:This parameter determines the Projection to build index against those features. | ||
| - | |||
| - | **buildIndexMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **Description**:This parameter determines whether an index file will be rebuilt if it already exists. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildIndexFile(String,String,String,String,BuildIndexMode) === | ||
| - | This method builds a spatial index only for those features that satisfy a regular expression. | ||
| - | ==== Remarks ==== | ||
| - | This overload allows you to pass in a Shape File and specify the index filename to use. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the Shape File for which to build the index. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter determines the target index path filename. | ||
| - | |||
| - | **columnName** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter determines the column name whose values will be tested against the regular expression. | ||
| - | |||
| - | **regularExpression** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter represents the regular expression to test against each feature for inclusion in the index. | ||
| - | |||
| - | **buildIndexMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **Description**:This parameter determines whether an index file will be rebuilt if it already exists. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildIndexFile(String,BuildIndexMode) === | ||
| - | This method builds a spatial index for the layer. | ||
| - | ==== Remarks ==== | ||
| - | This overload allows you to pass in the Shape File and determines if we rebuild an index file that already exists. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **pathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter is the matching pattern that defines which Shape Files to include. | ||
| - | |||
| - | **rebuildExistingIndexMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **Description**:This parameter determines whether an index file will be rebuilt if it already exists. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildIndexFile(IEnumerable<Feature>,String) === | ||
| - | This method builds a spatial index for the specified group of features. | ||
| - | ==== Remarks ==== | ||
| - | This overload allows you to pass in a group of features and specify the index filename to use. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **features** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
| - | * **Description**:This parameter specifies the features for which to build the index. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the target index path and filename. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === 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. | ||
| - | ==== Remarks ==== | ||
| - | This overload allows you to pass in a Shape File and specify the index filename to use. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the Shape File for which to build the index. | ||
| - | |||
| - | **indexPathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter determines the target index path filename. | ||
| - | |||
| - | **projection** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | ||
| - | * **Description**:This parameter determines the projection that will be used to build the index against those features that satisfy the regular expression. | ||
| - | |||
| - | **columnName** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter determines the column name whose values will be tested against the regular expression. | ||
| - | |||
| - | **regularExpression** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter represents the regular expression to test against each feature for inclusion in the index. | ||
| - | |||
| - | **buildIndexMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] | ||
| - | * **Description**:This parameter determines whether an index file will be rebuilt if it already exists. | ||
| - | |||
| - | **encoding** | ||
| - | * **Type**:Encoding | ||
| - | * **Description**:This parameter specifies the encoding information used in the source DBF file. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildRecordIdColumn(String,String,BuildRecordIdMode) === | ||
| - | Static API used to build RecordId. The Id will start from 0. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapeFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:The name of the target ShapeFile on which to base the newly built RecordId. | ||
| - | |||
| - | **fieldname** | ||
| - | * **Type**:String | ||
| - | * **Description**:The field name for the RecordId. | ||
| - | |||
| - | **rebuildNeeded** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] | ||
| - | * **Description**:The RecordId build mode. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildRecordIdColumn(String,String,BuildRecordIdMode,Int32) === | ||
| - | Static API used to build RecordId from the specified starting Id number. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapeFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:The name of the target ShapeFile on which to base the newly built RecordId. | ||
| - | |||
| - | **fieldname** | ||
| - | * **Type**:String | ||
| - | * **Description**:The field name for the RecordId. | ||
| - | |||
| - | **rebuildNeeded** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] | ||
| - | * **Description**:The RecordId build mode. | ||
| - | |||
| - | **startNumber** | ||
| - | * **Type**:Int32 | ||
| - | * **Description**:The starting Id number of the RecordId. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === BuildRecordIdColumn(String,String,BuildRecordIdMode,Int32,Encoding) === | ||
| - | Static API used to build RecordId from the specified starting Id number. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapeFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:The name of the target ShapeFile on which to base the newly built RecordId. | ||
| - | |||
| - | **fieldname** | ||
| - | * **Type**:String | ||
| - | * **Description**:The field name for the RecordId. | ||
| - | |||
| - | **rebuildNeeded** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] | ||
| - | * **Description**:The RecordId build mode. | ||
| - | |||
| - | **startNumber** | ||
| - | * **Type**:Int32 | ||
| - | * **Description**:The starting Id number of the RecordId. | ||
| - | |||
| - | **encoding** | ||
| - | * **Type**:Encoding | ||
| - | * **Description**:This parameter specifies the encoding information in the DBF. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === CloneDeep() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === 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. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **sourceShapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:The source Shape File to be cloned. | ||
| - | |||
| - | **targetShapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:The target Shape File, which will have the same structure as the source Shape File after cloning operation is complete. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === 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. | ||
| - | ==== Remarks ==== | ||
| - | An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **sourceShapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:The source Shape File to be cloned. | ||
| - | |||
| - | **targetShapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:The target Shape File, which will have the same structure as the source Shape File after cloning operation is complete. | ||
| - | |||
| - | **overwriteMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] | ||
| - | * **Description**:This parameter specifies the overwrite mode when the target ShapeFile already exists. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === 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. | ||
| - | ==== Remarks ==== | ||
| - | An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **sourceShapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:The source Shape File to be cloned. | ||
| - | |||
| - | **targetShapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:The target Shape File, which will have the same structure as the source Shape File after cloning operation is complete. | ||
| - | |||
| - | **overwriteMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] | ||
| - | * **Description**:This parameter specifies the overwrite mode when the target ShapeFile already exists. | ||
| - | |||
| - | **encoding** | ||
| - | * **Type**:Encoding | ||
| - | * **Description**:This parameter specifies the encoding information in the source Shape File. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === Close() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>) === | ||
| - | Static API to create a new Shape File. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapeType** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] | ||
| - | * **Description**:This parameter specifies the the Shape File type for the target Shape File. | ||
| - | |||
| - | **pathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the Shape filename for the target Shape File. | ||
| - | |||
| - | **databaseColumns** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
| - | * **Description**:This parameter specifies the DBF column information for the target Shape File. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>,Encoding,OverwriteMode) === | ||
| - | Static API to create a new Shape File. | ||
| - | ==== Remarks ==== | ||
| - | An exception will be thown when the target Shape File does not exist while the overwrite mode is set to DoNotOverwrite. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapeType** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] | ||
| - | * **Description**:This parameter specifies the the Shape File type for the target Shape File. | ||
| - | |||
| - | **pathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the Shape filename for the target Shape File. | ||
| - | |||
| - | **databaseColumns** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
| - | * **Description**:This parameter specifies the DBF column information for the target Shape File. | ||
| - | |||
| - | **encoding** | ||
| - | * **Type**:Encoding | ||
| - | * **Description**:This parameter specifies the DBF encoding infromation for the target Shape File. | ||
| - | |||
| - | **overwriteMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] | ||
| - | * **Description**:This parameter specifies the override mode when the target Shape File exists. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === CreateShapeFile(ShapeFileType,String,IEnumerable<DbfColumn>,Encoding) === | ||
| - | Static API to create a new Shape File. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapeType** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] | ||
| - | * **Description**:This parameter specifies the the Shape File type for the target Shape File. | ||
| - | |||
| - | **pathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the Shape filename for the target Shape File. | ||
| - | |||
| - | **databaseColumns** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
| - | * **Description**:This parameter specifies the DBF column information for the target Shape File. | ||
| - | |||
| - | **encoding** | ||
| - | * **Type**:Encoding | ||
| - | * **Description**:This parameter specifies the DBF encoding infromation for the target Shape File. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === Draw(GeoCanvas,Collection<SimpleCandidate>) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **canvas** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | **labelsInAllLayers** | ||
| - | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === Equals(Object) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Boolean | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **obj** | ||
| - | * **Type**:Object | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetBoundingBox() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetHashCode() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Int32 | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetShapeFileType() === | ||
| - | Get the Shape File type for the Shape File FeatureSource. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] | ||
| - | * **Description**:The ShapeFileType for the ShapeFile FeatureSource. | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetThreadSafetyLevel() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetType() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Type | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetValidColumnNames(IEnumerable<String>,Encoding) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Collection<String> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **columnNames** | ||
| - | * **Type**:IEnumerable<String> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | **encoding** | ||
| - | * **Type**:Encoding | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetValidColumnNames(IEnumerable<String>) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Collection<String> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **columnNames** | ||
| - | * **Type**:IEnumerable<String> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetValidColumns(IEnumerable<DbfColumn>,Encoding) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **columns** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | **encoding** | ||
| - | * **Type**:Encoding | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetValidColumns(IEnumerable<DbfColumn>) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **columns** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === Open() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === Rebuild(String,ShapeFileSortingMode,Int32) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return 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 | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === Rebuild(String) === | ||
| - | This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file. | ||
| - | ==== 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. | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:None | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **shapePathFilename** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter is the shape file you want to rebuild. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== 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 | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === RequestDrawing(RectangleShape,TimeSpan) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **extentToRefresh** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | **bufferTime** | ||
| - | * **Type**:TimeSpan | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **extentsToRefresh** | ||
| - | * **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 | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === RequestDrawing(TimeSpan) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **bufferTime** | ||
| - | * **Type**:TimeSpan | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === RequestDrawing(IEnumerable<RectangleShape>) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **extentsToRefresh** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === RequestDrawing(RectangleShape) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **extentToRefresh** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === RequestDrawing() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **extentsToRefresh** | ||
| - | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | **bufferTime** | ||
| - | * **Type**:TimeSpan | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **bufferTime** | ||
| - | * **Type**:TimeSpan | ||
| - | * **Description**:N/A | ||
| - | |||
| - | **bufferTimeType** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === 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. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **sourceShapeFile** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the source shape file to be projected. | ||
| - | |||
| - | **targetShapeFile** | ||
| - | * **Type**:String | ||
| - | * **Description**:This parameter specifies the target shape file to be saved for the projected features. | ||
| - | |||
| - | **projection** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | ||
| - | * **Description**:This parameter is the projection to project the source shape file to target shape file. The source Shape file should be in the FromProjection of the Projection prameter, and the targetShapeFile will be in the ToProjection of the Projection. | ||
| - | |||
| - | **overwriteMode** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] | ||
| - | * **Description**:This parameter specifies the override mode when the target shape file exists. | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === ToString() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:String | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === Validate() === | ||
| - | This method checks all features in a shapefile is supported by Mapsuite or not. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Dictionary<String,String> | ||
| - | * **Description**:A dictionary which contains all the unsupported features. The key is the Indexs which failed to pass the check, the value contains the reason for its failure. | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | === 1BU=(IEnumerable<String>) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Boolean | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **returningColumnNames** | ||
| - | * **Type**:IEnumerable<String> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === 1xU=(GeoCanvas,Dictionary<String,Collection<Feature>>,Collection<SimpleCandidate>,ZoomLevel,RectangleShape) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return 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 | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === CloneDeepCore() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | === CloseCore() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | === DrawAttributionCore(GeoCanvas,String) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **canvas** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | **attribution** | ||
| - | * **Type**:String | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === DrawCore(GeoCanvas,Collection<SimpleCandidate>) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **canvas** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | **labelsInAllLayers** | ||
| - | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === DrawException(GeoCanvas,Exception) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **canvas** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | **e** | ||
| - | * **Type**:Exception | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === DrawExceptionCore(GeoCanvas,Exception) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **canvas** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | **e** | ||
| - | * **Type**:Exception | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === Finalize() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | === GetBoundingBoxCore() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | === GetThreadSafetyLevelCore() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | === MemberwiseClone() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Object | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OnDrawingAttribution(DrawingAttributionLayerEventArgs) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **args** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OnDrawingException(DrawingExceptionLayerEventArgs) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **e** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OnDrawingFeatures(DrawingFeaturesEventArgs) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **e** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OnDrawingProgressChanged(DrawingProgressChangedEventArgs) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **e** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **e** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OnDrawnAttribution(DrawnAttributionLayerEventArgs) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **args** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OnDrawnException(DrawnExceptionLayerEventArgs) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **e** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OnRequestedDrawing(RequestedDrawingLayerEventArgs) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **eventArgs** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OnRequestingDrawing(RequestingDrawingLayerEventArgs) === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | **eventArgs** | ||
| - | * **Type**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | ||
| - | * **Description**:N/A | ||
| - | |||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OpenCore() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | === SetupTools() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | === SetupToolsCore() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | === Attribution === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:String | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === BlueTranslation === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Single | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === DrawingExceptionMode === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === DrawingMarginInPixel === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Single | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === DrawingMarginPercentage === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Double | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === DrawingQuality === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === DrawingTime === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:TimeSpan | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === EditTools === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.EditTools|EditTools]] | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === Encoding === | ||
| - | This property gets and sets the encoding information for the DBF. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Encoding | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === FeatureIdsToExclude === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Collection<String> | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === FeatureSource === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === GeometryValidationMode === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]] | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === GreenTranslation === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Single | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === 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. | ||
| - | ==== Remarks ==== | ||
| - | The default implementation in the base class returns false. | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Boolean | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === IndexPathFileName === | ||
| - | This property returns the path and filename of the index file you want to represent. | ||
| - | ==== Remarks ==== | ||
| - | None | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:String | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === IsGrayscale === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Boolean | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === IsNegative === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Boolean | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === IsOpen === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Boolean | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === IsVisible === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Boolean | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === KeyColors === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === MaxRecordsToDraw === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Int32 | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === Name === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:String | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === ProgressiveDrawingRecordsCount === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Int32 | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === QueryTools === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === ReadWriteMode === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === RedTranslation === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Single | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === RequestDrawingInterval === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:TimeSpan | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === RequireIndex === | ||
| - | This property gets and sets whether an index is required when reading data. The default value is true. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Boolean | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === ShapePathFileName === | ||
| - | This property returns the path and filename of the Shape File you want to represent. | ||
| - | ==== Remarks ==== | ||
| - | None | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:String | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === SimplificationAreaInPixel === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Int32 | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === Transparency === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Single | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === UsingSpatialIndex === | ||
| - | This property gets whether the Shape File FeatureSource has an index or not. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Boolean | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === WrappingExtent === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === WrappingMode === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]] | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === ZoomLevelSet === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | === 0BU= === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:TimeSpan | ||
| - | |||
| - | [[#Protected Properties|Go Back]] | ||
| - | === 0xU= === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:TimeSpan | ||
| - | |||
| - | [[#Protected Properties|Go Back]] | ||
| - | === IsOpenCore === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Boolean | ||
| - | |||
| - | [[#Protected Properties|Go Back]] | ||
| - | === yhU= === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Int64 | ||
| - | |||
| - | [[#Protected Properties|Go Back]] | ||
| - | === zRU= === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:Int64 | ||
| - | |||
| - | [[#Protected Properties|Go Back]] | ||
| - | ===== Public Events ===== | ||
| - | === DrawingAttribution === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | ||
| - | |||
| - | [[#Public Events|Go Back]] | ||
| - | === DrawingException === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | ||
| - | |||
| - | [[#Public Events|Go Back]] | ||
| - | === DrawingFeatures === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] | ||
| - | |||
| - | [[#Public Events|Go Back]] | ||
| - | === DrawingProgressChanged === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | ||
| - | |||
| - | [[#Public Events|Go Back]] | ||
| - | === DrawingWrappingFeatures === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] | ||
| - | |||
| - | [[#Public Events|Go Back]] | ||
| - | === DrawnAttribution === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | ||
| - | |||
| - | [[#Public Events|Go Back]] | ||
| - | === DrawnException === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | ||
| - | |||
| - | [[#Public Events|Go Back]] | ||
| - | === RequestedDrawing === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | ||
| - | |||
| - | [[#Public Events|Go Back]] | ||
| - | === RequestingDrawing === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | ||
| - | |||
| - | [[#Public Events|Go Back]] | ||
| - | === StreamLoading === | ||
| - | This event allows you to pass in your own stream to represent the files. | ||
| - | ==== 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. | ||
| - | |||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] | ||
| - | |||
| - | [[#Public Events|Go Back]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.