This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.multiplefeaturesource [2015/09/17 10:35] admin |
thinkgeo.mapsuite.core.multiplefeaturesource [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.MultipleFeatureSource ====== | ====== ThinkGeo.MapSuite.Core.MultipleFeatureSource ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This MultipleFeatureSource is a special FeatureSource which holds a bunch of FeatureSource. | This MultipleFeatureSource is a special FeatureSource which holds a bunch of FeatureSource. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 6: | Line 9: | ||
***ThinkGeo.MapSuite.Core.MultipleFeatureSource** | ***ThinkGeo.MapSuite.Core.MultipleFeatureSource** | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} MultipleFeatureSource() ** |
- | **{{wiki:PublicMethod.gif|}}[[#MultipleFeatureSource()|MultipleFeatureSource]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is the default constructor for the MultipleFeatureSource class. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the default constructor for the MultipleFeatureSource class.// |
- | **{{wiki:PublicMethod.gif|}}[[#MultipleFeatureSource(IEnumerable<FeatureSource>)|MultipleFeatureSource]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]> | + | * //All this constructor, you can add FeautureSources to this MultipleFeatureSource by calling the property FeatureSources.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is a constructor for the class by passing a group of FeeatureSources. | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} MultipleFeatureSource(IEnumerable<FeatureSource>) ** |
- | === Protected Constructors === | + | * //This is a constructor for the class by passing a group of FeeatureSources.// |
- | === Public Methods === | + | == Remarks == |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#AddColumn(FeatureSourceColumn)|AddColumn]]** | + | == Parameters == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] | + | * //featureSources// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]> |
- | * **Summary**:N/A | + | * Description:The target FeatureSources will be included in this MultipleFeatureSource. |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#AddFeature(BaseShape,IDictionary<String,String>)|AddFeature]]** | + | ==== Protected Constructors ==== |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],IDictionary<String,String> | + | ==== Public Methods ==== |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#AddFeature(BaseShape)|AddFeature]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#AddFeature(Feature)|AddFeature]]** | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#ApplyFilters(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>)|ApplyFilters]]** | + | <div newline></div> |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,IEnumerable<String>,IEnumerable<String> | + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#BeginTransaction()|BeginTransaction]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#CanGetBoundingBoxQuickly()|CanGetBoundingBoxQuickly]]** | + | * Type:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#CanGetCountQuickly()|CanGetCountQuickly]]** | + | <div newline></div> |
- | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} Open() ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#Close()|Close]]** | + | * Type:Void |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#CommitTransaction()|CommitTransaction]]** | + | <div newline></div> |
- | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} Close() ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#DeleteColumn(String)|DeleteColumn]]** | + | == Remarks == |
- | * **Parameters**:String | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#DeleteFeature(String)|DeleteFeature]]** | + | * Type:Void |
- | * **Parameters**:String | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | <div newline></div> |
- | * **Parameters**:Object | + | ** {{wiki:PublicMethod.gif|}} BeginTransaction() ** |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#ExecuteNonQuery(String)|ExecuteNonQuery]]** | + | == Remarks == |
- | * **Parameters**:String | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#ExecuteQuery(String)|ExecuteQuery]]** | + | * Type:Void |
- | * **Parameters**:String | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#ExecuteScalar(String)|ExecuteScalar]]** | + | <div newline></div> |
- | * **Parameters**:String | + | ** {{wiki:PublicMethod.gif|}} AddFeature(Feature) ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetAllFeatures(ReturningColumnsType,Int32)|GetAllFeatures]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]],Int32 | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetAllFeatures(ReturningColumnsType,Int32,Int32)|GetAllFeatures]]** | + | * Type:String |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]],Int32,Int32 | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetAllFeatures(IEnumerable<String>,Int32,Int32)|GetAllFeatures]]** | + | * //feature// |
- | * **Parameters**:IEnumerable<String>,Int32,Int32 | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetAllFeatures(ReturningColumnsType)|GetAllFeatures]]** | + | ** {{wiki:PublicMethod.gif|}} AddFeature(BaseShape) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetAllFeatures(IEnumerable<String>)|GetAllFeatures]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<String> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetBoundingBox()|GetBoundingBox]]** | + | * Type:String |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetBoundingBoxById(String)|GetBoundingBoxById]]** | + | * //shape// |
- | * **Parameters**:String | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetBoundingBoxByIds(IEnumerable<String>)|GetBoundingBoxByIds]]** | + | ** {{wiki:PublicMethod.gif|}} AddFeature(BaseShape,IDictionary<String,String>) ** |
- | * **Parameters**:IEnumerable<String> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetBoundingBoxesByIds(IEnumerable<String>)|GetBoundingBoxesByIds]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<String> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetColumns()|GetColumns]]** | + | * Type:String |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetCount()|GetCount]]** | + | * //shape// |
- | * **Parameters**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //columnValues// |
- | **{{wiki:PublicMethod.gif|}}[[#GetDistinctColumnValues(String)|GetDistinctColumnValues]]** | + | * Type:IDictionary<String,String> |
- | * **Parameters**:String | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeatureById(String,IEnumerable<String>)|GetFeatureById]]** | + | ** {{wiki:PublicMethod.gif|}} DeleteFeature(String) ** |
- | * **Parameters**:String,IEnumerable<String> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeatureById(String,ReturningColumnsType)|GetFeatureById]]** | + | == Remarks == |
- | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesByColumnValue(String,String,IEnumerable<String>)|GetFeaturesByColumnValue]]** | + | * Type:Void |
- | * **Parameters**:String,String,IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesByColumnValue(String,String)|GetFeaturesByColumnValue]]** | + | * //id// |
- | * **Parameters**:String,String | + | * Type:String |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesByColumnValue(String,String,ReturningColumnsType)|GetFeaturesByColumnValue]]** | + | ** {{wiki:PublicMethod.gif|}} UpdateFeature(Feature) ** |
- | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesByIds(IEnumerable<String>,ReturningColumnsType)|GetFeaturesByIds]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<String>,[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>)|GetFeaturesByIds]]** | + | * Type:Void |
- | * **Parameters**:IEnumerable<String>,IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>,IEnumerable<String>)|GetFeaturesByIds]]** | + | * //feature// |
- | * **Parameters**:IEnumerable<String>,IEnumerable<String>,IEnumerable<String> | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>)|GetFeaturesForDrawing]]** | + | ** {{wiki:PublicMethod.gif|}} UpdateFeature(BaseShape) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Double,Double,IEnumerable<String> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>,IEnumerable<String>)|GetFeaturesForDrawing]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Double,Double,IEnumerable<String>,IEnumerable<String> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesForDrawing(RectangleShape,Double,Double,ReturningColumnsType)|GetFeaturesForDrawing]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Double,Double,[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesInsideBoundingBox(RectangleShape,ReturningColumnsType)|GetFeaturesInsideBoundingBox]]** | + | * //shape// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable<String>)|GetFeaturesInsideBoundingBox]]** | + | ** {{wiki:PublicMethod.gif|}} UpdateFeature(BaseShape,IDictionary<String,String>) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],IEnumerable<String> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>)|GetFeaturesNearestTo]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],Int32,IEnumerable<String> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit)|GetFeaturesNearestTo]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],Int32,IEnumerable<String>,Double,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit)|GetFeaturesNearestTo]]** | + | * //shape// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],Int32,IEnumerable<String>,Double,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //columnValues// |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesNearestTo(Feature,GeographyUnit,Int32,ReturningColumnsType)|GetFeaturesNearestTo]]** | + | * Type:IDictionary<String,String> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],Int32,[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,ReturningColumnsType)|GetFeaturesNearestTo]]** | + | ** {{wiki:PublicMethod.gif|}} RollbackTransaction() ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],Int32,[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>)|GetFeaturesNearestTo]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],Int32,IEnumerable<String> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesOutsideBoundingBox(RectangleShape,IEnumerable<String>)|GetFeaturesOutsideBoundingBox]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesOutsideBoundingBox(RectangleShape,ReturningColumnsType)|GetFeaturesOutsideBoundingBox]]** | + | <div newline></div> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | ** {{wiki:PublicMethod.gif|}} CommitTransaction() ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,IEnumerable<String>)|GetFeaturesWithinDistanceOf]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],Double,IEnumerable<String> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,ReturningColumnsType)|GetFeaturesWithinDistanceOf]]** | + | * Type:[[ThinkGeo.MapSuite.Core.TransactionResult|TransactionResult]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],Double,[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>)|GetFeaturesWithinDistanceOf]]** | + | <div newline></div> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],Double,IEnumerable<String> | + | ** {{wiki:PublicMethod.gif|}} AddColumn(FeatureSourceColumn) ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,ReturningColumnsType)|GetFeaturesWithinDistanceOf]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],Double,[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFirstFeaturesWellKnownType()|GetFirstFeaturesWellKnownType]]** | + | * Type:Void |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | * //featureSourceColumn// |
- | * **Parameters**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] |
- | * **DeclaringType**:Object | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | ** {{wiki:PublicMethod.gif|}} DeleteColumn(String) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#Open()|Open]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#RefreshColumns()|RefreshColumns]]** | + | * Type:Void |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#RollbackTransaction()|RollbackTransaction]]** | + | * //columnName// |
- | * **Parameters**:N/A | + | * Type:String |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#SpatialQuery(BaseShape,QueryType,IEnumerable<String>)|SpatialQuery]]** | + | ** {{wiki:PublicMethod.gif|}} UpdateColumn(String,FeatureSourceColumn) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.QueryType|QueryType]],IEnumerable<String> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#SpatialQuery(Feature,QueryType,IEnumerable<String>)|SpatialQuery]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.QueryType|QueryType]],IEnumerable<String> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#SpatialQuery(Feature,QueryType,ReturningColumnsType)|SpatialQuery]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.QueryType|QueryType]],[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#SpatialQuery(BaseShape,QueryType,ReturningColumnsType)|SpatialQuery]]** | + | * //columnName// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.QueryType|QueryType]],[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Type:String |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //newFeatureSourceColumn// |
- | **{{wiki:PublicMethod.gif|}}[[#SpatialQuery(BaseShape,QueryType,IEnumerable<String>,IEnumerable<String>)|SpatialQuery]]** | + | * Type:[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.QueryType|QueryType]],IEnumerable<String>,IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | ** {{wiki:PublicMethod.gif|}} GetAllFeatures(IEnumerable<String>) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#UpdateColumn(String,FeatureSourceColumn)|UpdateColumn]]** | + | == Remarks == |
- | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#UpdateFeature(BaseShape,IDictionary<String,String>)|UpdateFeature]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],IDictionary<String,String> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#UpdateFeature(BaseShape)|UpdateFeature]]** | + | * //returningColumnNames// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:IEnumerable<String> |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#UpdateFeature(Feature)|UpdateFeature]]** | + | ** {{wiki:PublicMethod.gif|}} GetAllFeatures(ReturningColumnsType) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | * //N/A// |
- | <div class_table> | + | == Remarks == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ApplyFiltersCore(IEnumerable<Feature>,IEnumerable<String>,String)|ApplyFiltersCore]]** | + | * //N/A// |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,IEnumerable<String>,String | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#CanGetBoundingBoxQuicklyCore()|CanGetBoundingBoxQuicklyCore]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#CanGetCountQuicklyCore()|CanGetCountQuicklyCore]]** | + | * //returningColumnNamesType// |
- | * **Parameters**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#CloneDeepCore()|CloneDeepCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesOutsideBoundingBox(RectangleShape,IEnumerable<String>) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#CloseCore()|CloseCore]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method closes the FeatureSource and releases any resources it was using. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#CommitTransactionCore(TransactionBuffer)|CommitTransactionCore]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]] | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This API is not supported in this concrete FeatureSource: MultipleFeatureSource. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ConvertToExternalProjection(Feature)|ConvertToExternalProjection]]** | + | * //boundingBox// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNames// |
- | **{{wiki:ProtectedMethod.gif|}}[[#ConvertToExternalProjection(IEnumerable<RectangleShape>)|ConvertToExternalProjection]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#ConvertToExternalProjection(RectangleShape)|ConvertToExternalProjection]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesOutsideBoundingBox(RectangleShape,ReturningColumnsType) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#ConvertToExternalProjection(IEnumerable<Feature>)|ConvertToExternalProjection]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ConvertToInternalProjection(Feature)|ConvertToInternalProjection]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ConvertToInternalProjection(IEnumerable<Feature>)|ConvertToInternalProjection]]** | + | * //boundingBox// |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNamesType// |
- | **{{wiki:ProtectedMethod.gif|}}[[#ConvertToInternalProjection(RectangleShape)|ConvertToInternalProjection]]** | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#ConvertToInternalProjection(IEnumerable<RectangleShape>)|ConvertToInternalProjection]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable<String>) ** |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#ConvertToInternalProjection(BaseShape)|ConvertToInternalProjection]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ExecuteNonQueryCore(String)|ExecuteNonQueryCore]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:String | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ExecuteQueryCore(String)|ExecuteQueryCore]]** | + | * //boundingBox// |
- | * **Parameters**:String | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNames// |
- | **{{wiki:ProtectedMethod.gif|}}[[#ExecuteScalarCore(String)|ExecuteScalarCore]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:String | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable<String>,IEnumerable<String>) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetAllFeaturesCore(IEnumerable<String>,Int32,Int32)|GetAllFeaturesCore]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<String>,Int32,Int32 | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetAllFeaturesCore(IEnumerable<String>)|GetAllFeaturesCore]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns all of the InternalFeatures in the MutipleFeatureSource. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetBoundingBoxByIdCore(String)|GetBoundingBoxByIdCore]]** | + | * //boundingBox// |
- | * **Parameters**:String | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNames// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource. | + | |
- | </div> | + | |
- | <div class_table> | + | * //filters// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetColumnNamesInsideFeatureSource(IEnumerable<String>)|GetColumnNamesInsideFeatureSource]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetColumnNamesOutsideFeatureSource(IEnumerable<String>)|GetColumnNamesOutsideFeatureSource]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesInsideBoundingBox(RectangleShape,ReturningColumnsType) ** |
- | * **Parameters**:IEnumerable<String> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetColumnsCore()|GetColumnsCore]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the columns available for the FeatureSources within this MultipleFeatureSource. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetCountCore()|GetCountCore]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the count of the number of records in this FeatureSource. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetDistinctColumnValuesCore(String)|GetDistinctColumnValuesCore]]** | + | * //boundingBox// |
- | * **Parameters**:String | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNamesType// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetFeaturesByColumnValueCore(String,String,IEnumerable<String>)|GetFeaturesByColumnValueCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Parameters**:String,String,IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetFeaturesByIdsCore(IEnumerable<String>,IEnumerable<String>)|GetFeaturesByIdsCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>,IEnumerable<String>) ** |
- | * **Parameters**:IEnumerable<String>,IEnumerable<String> | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns a collection of Features by providing a group of Ids. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetFeaturesForDrawingCore(RectangleShape,Double,Double,IEnumerable<String>)|GetFeaturesForDrawingCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Double,Double,IEnumerable<String> | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the InternalFeatures that will be used for drawing. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetFeaturesInsideBoundingBoxCore(RectangleShape,IEnumerable<String>)|GetFeaturesInsideBoundingBoxCore]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns all of the InternalFeatures of this MultipleFeatureSource inside of the specified bounding box. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetFeaturesNearestToCore(BaseShape,GeographyUnit,Int32,IEnumerable<String>)|GetFeaturesNearestToCore]]** | + | * //boundingBox// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],Int32,IEnumerable<String> | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method will get a user defined number of Features that are closest to the TargetShape from all the FeatureSources within the MutlipleFeatureSource. | + | |
- | </div> | + | |
- | <div class_table> | + | * //screenWidth// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetFeaturesOutsideBoundingBoxCore(RectangleShape,IEnumerable<String>)|GetFeaturesOutsideBoundingBoxCore]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box from all the FeatureSources within the MutlipleFeatureSource. | + | |
- | </div> | + | |
- | <div class_table> | + | * //screenHeight// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetFeaturesWithinDistanceOfCore(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>)|GetFeaturesWithinDistanceOfCore]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],Double,IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape.This query will apply to all featureSource within this MultipleFeatureSource. | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNames// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetFirstFeaturesWellKnownTypeCore()|GetFirstFeaturesWellKnownTypeCore]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //filters// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetReturningColumnNames(ReturningColumnsType)|GetReturningColumnNames]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | ** {{wiki:PublicMethod.gif|}} ApplyFilters(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnAppliedFilters(AppliedFiltersFeatureSourceEventArgs)|OnAppliedFilters]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.AppliedFiltersFeatureSourceEventArgs|AppliedFiltersFeatureSourceEventArgs]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnApplyingFilters(ApplyingFiltersFeatureSourceEventArgs)|OnApplyingFilters]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ApplyingFiltersFeatureSourceEventArgs|ApplyingFiltersFeatureSourceEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnClosedFeatureSource(ClosedFeatureSourceEventArgs)|OnClosedFeatureSource]]** | + | * //features// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNames// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnClosingFeatureSource(ClosingFeatureSourceEventArgs)|OnClosingFeatureSource]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //filters// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnCommittedTransaction(CommittedTransactionEventArgs)|OnCommittedTransaction]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnCommittingTransaction(CommittingTransactionEventArgs)|OnCommittingTransaction]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnCustomColumnFetch(CustomColumnFetchEventArgs)|OnCustomColumnFetch]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnGettingColumns(GettingColumnsFeatureSourceEventArgs)|OnGettingColumns]]** | + | * //boundingBox// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GettingColumnsFeatureSourceEventArgs|GettingColumnsFeatureSourceEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //screenWidth// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnGettingFeaturesByIds(GettingFeaturesByIdsFeatureSourceEventArgs)|OnGettingFeaturesByIds]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GettingFeaturesByIdsFeatureSourceEventArgs|GettingFeaturesByIdsFeatureSourceEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //screenHeight// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnGettingFeaturesForDrawing(GettingFeaturesForDrawingFeatureSourceEventArgs)|OnGettingFeaturesForDrawing]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GettingFeaturesForDrawingFeatureSourceEventArgs|GettingFeaturesForDrawingFeatureSourceEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNames// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnGottenColumns(GottenColumnsFeatureSourceEventArgs)|OnGottenColumns]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GottenColumnsFeatureSourceEventArgs|GottenColumnsFeatureSourceEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnOpenedFeatureSource(OpenedFeatureSourceEventArgs)|OnOpenedFeatureSource]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesForDrawing(RectangleShape,Double,Double,ReturningColumnsType) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnOpeningFeatureSource(OpeningFeatureSourceEventArgs)|OnOpeningFeatureSource]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OpenCore()|OpenCore]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method opens the FeatureSource so that it is initialized and ready to use. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#SpatialQueryCore(BaseShape,QueryType,IEnumerable<String>)|SpatialQueryCore]]** | + | * //boundingBox// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.QueryType|QueryType]],IEnumerable<String> | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified. | + | |
- | </div> | + | |
- | <div class_table> | + | * //screenWidth// |
- | **{{wiki:ProtectedMethod.gif|}}[[#WhQ=(Collection<Feature>,Collection<String>,Boolean)|WhQ=]]** | + | * Type:Double |
- | * **Parameters**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,Collection<String>,Boolean | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //screenHeight// |
- | **{{wiki:ProtectedMethod.gif|}}[[#XBQ=(Collection<Feature>)|XBQ=]]** | + | * Type:Double |
- | * **Parameters**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNamesType// |
- | **{{wiki:ProtectedMethod.gif|}}[[#XRQ=(RectangleShape,Collection<Feature>,Boolean)|XRQ=]]** | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,Boolean | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#XhQ=(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape)|XhQ=]]** | + | ** {{wiki:PublicMethod.gif|}} SpatialQuery(BaseShape,QueryType,IEnumerable<String>) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Double,Double,IEnumerable<String>,[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#XxQ=(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape)|XxQ=]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Double,Double,IEnumerable<String>,[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ahQ=(RectangleShape)|ahQ=]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#cRQ=(Collection<Feature>)|cRQ=]]** | + | * //targetShape// |
- | * **Parameters**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //queryType// |
- | **{{wiki:ProtectedMethod.gif|}}[[#dRQ=(IEnumerable<String>)|dRQ=]]** | + | * Type:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] |
- | * **Parameters**:IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNames// |
- | **{{wiki:ProtectedMethod.gif|}}[[#dxQ=(IEnumerable<String>,IEnumerable<String>,ZoomLevel,Func<Collection<Feature>>,IEnumerable<String>,RectangleShape)|dxQ=]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:IEnumerable<String>,IEnumerable<String>,[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]],Func<Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>,IEnumerable<String>,[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#eBQ=(IEnumerable<String>,Func<IEnumerable<String>,Collection<Feature>>,IEnumerable<String>)|eBQ=]]** | + | ** {{wiki:PublicMethod.gif|}} SpatialQuery(BaseShape,QueryType,IEnumerable<String>,IEnumerable<String>) ** |
- | * **Parameters**:IEnumerable<String>,Func<IEnumerable<String>,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>,IEnumerable<String> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#eBQ=(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>)|eBQ=]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#eRQ=(IEnumerable<String>)|eRQ=]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Parameters**:IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ehQ=(IEnumerable<String>,IEnumerable<String>)|ehQ=]]** | + | * //targetShape// |
- | * **Parameters**:IEnumerable<String>,IEnumerable<String> | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //queryType// |
- | **{{wiki:ProtectedMethod.gif|}}[[#exQ=()|exQ=]]** | + | * Type:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningColumnNames// |
- | **{{wiki:ProtectedMethod.gif|}}[[#fxQ=(String)|fxQ=]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:String | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //filters// |
- | **{{wiki:ProtectedMethod.gif|}}[[#gBQ=(IEnumerable<String>,IEnumerable<String>)|gBQ=]]** | + | * Type:IEnumerable<String> |
- | * **Parameters**:IEnumerable<String>,IEnumerable<String> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Public Properties === | + | <div newline></div> |
- | **{{wiki:PublicProperty.gif|}}[[#CanExecuteSqlQuery|CanExecuteSqlQuery]]** | + | ** {{wiki:PublicMethod.gif|}} SpatialQuery(BaseShape,QueryType,ReturningColumnsType) ** |
- | * **Return**:Boolean | + | |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#CanModifyColumnStructure|CanModifyColumnStructure]]** | + | * //N/A// |
- | * **Return**:Boolean | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#FeatureIdsToExclude|FeatureIdsToExclude]]** | + | == Return Value == |
- | * **Return**:Collection<String> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#FeatureSources|FeatureSources]]** | + | == Parameters == |
- | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]> | + | * //targetShape// |
- | * **Summary**:This property specify the FeatureSource collection within the MultipleFeatureSource. | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#Filters|Filters]]** | + | * //queryType// |
- | * **Return**:Collection<String> | + | * Type:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#GeoCache|GeoCache]]** | + | * //returningColumnNamesType// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.FeatureCache|FeatureCache]] | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#GeometryValidationMode|GeometryValidationMode]]** | + | <div newline></div> |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]] | + | ** {{wiki:PublicMethod.gif|}} SpatialQuery(Feature,QueryType,IEnumerable<String>) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#Id|Id]]** | + | * //N/A// |
- | * **Return**:String | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#IsEditable|IsEditable]]** | + | == Return Value == |
- | * **Return**:Boolean | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Summary**:This property returns if the FeatureSource allows edits or is read only. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#IsInTransaction|IsInTransaction]]** | + | == Parameters == |
- | * **Return**:Boolean | + | * //feature// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#IsOpen|IsOpen]]** | + | * //queryType// |
- | * **Return**:Boolean | + | * Type:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#IsTransactionLive|IsTransactionLive]]** | + | * //returningColumnNames// |
- | * **Return**:Boolean | + | * Type:IEnumerable<String> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#LinkExpressions|LinkExpressions]]** | + | <div newline></div> |
- | * **Return**:Collection<String> | + | ** {{wiki:PublicMethod.gif|}} SpatialQuery(Feature,QueryType,ReturningColumnsType) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#LinkSources|LinkSources]]** | + | * //N/A// |
- | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.LinkSource|LinkSource]]> | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#MaxRecordsToDraw|MaxRecordsToDraw]]** | + | == Return Value == |
- | * **Return**:Int32 | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Projection|Projection]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | + | * //feature// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#TransactionBuffer|TransactionBuffer]]** | + | * //queryType// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]] | + | * Type:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | === Protected Properties === | + | * //returningColumnNamesType// |
- | **{{wiki:ProtectedProperty.gif|}}[[#CanExecuteSqlQueryCore|CanExecuteSqlQueryCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Return**:Boolean | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | **{{wiki:ProtectedProperty.gif|}}[[#CanModifyColumnStructureCore|CanModifyColumnStructureCore]]** | + | <div newline></div> |
- | * **Return**:Boolean | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:ProtectedProperty.gif|}}[[#FeatureSourceColumns|FeatureSourceColumns]]** | + | * //N/A// |
- | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:ProtectedProperty.gif|}}[[#IsOpenCore|IsOpenCore]]** | + | == Return Value == |
- | * **Return**:Boolean | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | === Public Events === | + | == Parameters == |
- | **{{wiki:PublicEvent.gif|}}[[#AppliedFilters|AppliedFilters]]** | + | * //targetShape// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.AppliedFiltersFeatureSourceEventArgs|AppliedFiltersFeatureSourceEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#ApplyingFilters|ApplyingFilters]]** | + | * //unitOfFeatureSource// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.ApplyingFiltersFeatureSourceEventArgs|ApplyingFiltersFeatureSourceEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#ClosedFeatureSource|ClosedFeatureSource]]** | + | * //maxItemsToFind// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] | + | * Type:Int32 |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#ClosingFeatureSource|ClosingFeatureSource]]** | + | * //returningColumnNames// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] | + | * Type:IEnumerable<String> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#CommittedTransaction|CommittedTransaction]]** | + | <div newline></div> |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,ReturningColumnsType) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicEvent.gif|}}[[#CommittingTransaction|CommittingTransaction]]** | + | * //N/A// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicEvent.gif|}}[[#CustomColumnFetch|CustomColumnFetch]]** | + | == Return Value == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#DrawingProgressChanged|DrawingProgressChanged]]** | + | == Parameters == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | * //targetShape// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicEvent.gif|}}[[#GettingColumns|GettingColumns]]** | + | * //unitOfData// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.GettingColumnsFeatureSourceEventArgs|GettingColumnsFeatureSourceEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#GettingFeaturesByIds|GettingFeaturesByIds]]** | + | * //maxItemsToFind// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.GettingFeaturesByIdsFeatureSourceEventArgs|GettingFeaturesByIdsFeatureSourceEventArgs]] | + | * Type:Int32 |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#GettingFeaturesForDrawing|GettingFeaturesForDrawing]]** | + | * //returningColumnNamesType// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.GettingFeaturesForDrawingFeatureSourceEventArgs|GettingFeaturesForDrawingFeatureSourceEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#GottenColumns|GottenColumns]]** | + | <div newline></div> |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.GottenColumnsFeatureSourceEventArgs|GottenColumnsFeatureSourceEventArgs]] | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicEvent.gif|}}[[#OpenedFeatureSource|OpenedFeatureSource]]** | + | * //N/A// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicEvent.gif|}}[[#OpeningFeatureSource|OpeningFeatureSource]]** | + | == Return Value == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | ===== Public Constructors ===== | + | == Parameters == |
- | === MultipleFeatureSource() === | + | * //targetFeature// |
- | This is the default constructor for the MultipleFeatureSource class. | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | All this constructor, you can add FeautureSources to this MultipleFeatureSource by calling the property FeatureSources. | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === MultipleFeatureSource(IEnumerable<FeatureSource>) === | + | |
- | This is a constructor for the class by passing a group of FeeatureSources. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **featureSources** | + | |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]> | + | |
- | * **Description:The target FeatureSources will be included in this MultipleFeatureSource. | + | |
- | [[#Public Constructors|Go Back]] | + | * //unitOfData// |
- | ===== Protected Constructors ===== | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | ===== Public Methods ===== | + | * Description:N/A |
- | === AddColumn(FeatureSourceColumn) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //maxItemsToFind// |
- | * **Return Type**:Void | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //returningColumnNames// |
- | **featureSourceColumn** | + | * Type:IEnumerable<String> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === AddFeature(BaseShape,IDictionary<String,String>) === | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(Feature,GeographyUnit,Int32,ReturningColumnsType) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:String | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **shape** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **columnValues** | + | == Parameters == |
- | * **Type**:IDictionary<String,String> | + | * //targetFeature// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | * //unitOfData// |
- | === AddFeature(BaseShape) === | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //maxItemsToFind// |
- | * **Return Type**:String | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //returningColumnNamesType// |
- | **shape** | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === AddFeature(Feature) === | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:String | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **feature** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === ApplyFilters(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>) === | + | * //targetShape// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //unitOfData// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //maxItemsToFind// |
- | **features** | + | * Type:Int32 |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **returningColumnNames** | + | * //returningColumnNames// |
- | * **Type**:IEnumerable<String> | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | **filters** | + | * //searchRadius// |
- | * **Type**:IEnumerable<String> | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //unitOfSearchRadius// |
- | === BeginTransaction() === | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === CanGetBoundingBoxQuickly() === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //targetFeature// |
- | === CanGetCountQuickly() === | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //unitOfData// |
- | * **Return Type**:Boolean | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //maxItemsToFind// |
- | [[#Public Methods|Go Back]] | + | * Type:Int32 |
- | === CloneDeep() === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //returningColumnNames// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //searchRadius// |
- | [[#Public Methods|Go Back]] | + | * Type:Double |
- | === Close() === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //unitOfSearchRadius// |
- | * **Return Type**:Void | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) ** |
- | === CommitTransaction() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.TransactionResult|TransactionResult]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | === DeleteColumn(String) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //unitOfData// |
- | **columnName** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //distanceUnit// |
- | === DeleteFeature(String) === | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //distance// |
- | * **Return Type**:Void | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //returningColumnNames// |
- | **id** | + | * Type:IEnumerable<String> |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === Equals(Object) === | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,ReturningColumnsType) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **obj** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Type**:Object | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === ExecuteNonQuery(String) === | + | * //targetShape// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //unitOfData// |
- | * **Return Type**:Int32 | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //distanceUnit// |
- | **sqlStatement** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //distance// |
- | === ExecuteQuery(String) === | + | * Type:Double |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //returningColumnNamesType// |
- | * **Return Type**:DataTable | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **sqlStatement** | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) ** |
- | * **Type**:String | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === ExecuteScalar(String) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Object | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **sqlStatement** | + | * //targetFeature// |
- | * **Type**:String | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //unitOfData// |
- | === GetAllFeatures(ReturningColumnsType,Int32) === | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //distanceUnit// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //distance// |
- | **returningColumnTypes** | + | * Type:Double |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **startIndex** | + | * //returningColumnNames// |
- | * **Type**:Int32 | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetAllFeatures(ReturningColumnsType,Int32,Int32) === | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,ReturningColumnsType) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **returningColumnTypes** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **startIndex** | + | == Parameters == |
- | * **Type**:Int32 | + | * //targetFeature// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | **takeCount** | + | * //unitOfData// |
- | * **Type**:Int32 | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //distanceUnit// |
- | === GetAllFeatures(IEnumerable<String>,Int32,Int32) === | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //distance// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //returningColumnNamesType// |
- | **returningColumnNames** | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Type**:IEnumerable<String> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **startIndex** | + | <div newline></div> |
- | * **Type**:Int32 | + | ** {{wiki:PublicMethod.gif|}} GetFeatureById(String,IEnumerable<String>) ** |
- | * **Description**:N/A | + | |
- | **takeCount** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetAllFeatures(ReturningColumnsType) === | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //id// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //returningColumnNames// |
- | **returningColumnNamesType** | + | * Type:IEnumerable<String> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetAllFeatures(IEnumerable<String>) === | + | ** {{wiki:PublicMethod.gif|}} GetFeatureById(String,ReturningColumnsType) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **returningColumnNames** | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **Type**:IEnumerable<String> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetBoundingBox() === | + | * //id// |
- | N/A | + | * Type:String |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //returningColumnNamesType// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>,IEnumerable<String>) ** |
- | === GetBoundingBoxById(String) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **id** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetBoundingBoxByIds(IEnumerable<String>) === | + | * //ids// |
- | N/A | + | * Type:IEnumerable<String> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //returningColumnNames// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //filters// |
- | **ids** | + | * Type:IEnumerable<String> |
- | * **Type**:IEnumerable<String> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetBoundingBoxesByIds(IEnumerable<String>) === | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **ids** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Type**:IEnumerable<String> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetColumns() === | + | * //ids// |
- | N/A | + | * Type:IEnumerable<String> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //returningColumnNames// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesByIds(IEnumerable<String>,ReturningColumnsType) ** |
- | === GetCount() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | === GetDistinctColumnValues(String) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.DistinctColumnValue|DistinctColumnValue]]> | + | * //ids// |
- | * **Description**:N/A | + | * Type:IEnumerable<String> |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //returningColumnNamesType// |
- | **columnName** | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetFeatureById(String,IEnumerable<String>) === | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBoxById(String) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **id** | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **returningColumnNames** | + | == Parameters == |
- | * **Type**:IEnumerable<String> | + | * //id// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetFeatureById(String,ReturningColumnsType) === | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBoxByIds(IEnumerable<String>) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **id** | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **returningColumnNamesType** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * //ids// |
- | * **Description**:N/A | + | * Type:IEnumerable<String> |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetFeaturesByColumnValue(String,String,IEnumerable<String>) === | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBoxesByIds(IEnumerable<String>) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **columnName** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **columnValue** | + | == Parameters == |
- | * **Type**:String | + | * //ids// |
- | * **Description**:N/A | + | * Type:IEnumerable<String> |
+ | * Description:N/A | ||
- | **returningColumnNames** | + | <div newline></div> |
- | * **Type**:IEnumerable<String> | + | ** {{wiki:PublicMethod.gif|}} GetFirstFeaturesWellKnownType() ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetFeaturesByColumnValue(String,String) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **columnName** | + | <div newline></div> |
- | * **Type**:String | + | ** {{wiki:PublicMethod.gif|}} CanGetBoundingBoxQuickly() ** |
- | * **Description**:N/A | + | |
- | **columnValue** | + | * //N/A// |
- | * **Type**:String | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetFeaturesByColumnValue(String,String,ReturningColumnsType) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} CanGetCountQuickly() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **columnName** | + | == Remarks == |
- | * **Type**:String | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **columnValue** | + | == Return Value == |
- | * **Type**:String | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | **returningColumnType** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetDistinctColumnValues(String) ** |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetFeaturesByIds(IEnumerable<String>,ReturningColumnsType) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.DistinctColumnValue|DistinctColumnValue]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **ids** | + | * //columnName// |
- | * **Type**:IEnumerable<String> | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | **returningColumnNamesType** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | ** {{wiki:PublicMethod.gif|}} GetAllFeatures(ReturningColumnsType,Int32) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **ids** | + | * //returningColumnTypes// |
- | * **Type**:IEnumerable<String> | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **returningColumnNames** | + | * //startIndex// |
- | * **Type**:IEnumerable<String> | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>,IEnumerable<String>) === | + | ** {{wiki:PublicMethod.gif|}} GetAllFeatures(ReturningColumnsType,Int32,Int32) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **ids** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Type**:IEnumerable<String> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **returningColumnNames** | + | == Parameters == |
- | * **Type**:IEnumerable<String> | + | * //returningColumnTypes// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
+ | * Description:N/A | ||
- | **filters** | + | * //startIndex// |
- | * **Type**:IEnumerable<String> | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //takeCount// |
- | === GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>) === | + | * Type:Int32 |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | ** {{wiki:PublicMethod.gif|}} GetAllFeatures(IEnumerable<String>,Int32,Int32) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **boundingBox** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **screenWidth** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | **screenHeight** | + | == Parameters == |
- | * **Type**:Double | + | * //returningColumnNames// |
- | * **Description**:N/A | + | * Type:IEnumerable<String> |
+ | * Description:N/A | ||
- | **returningColumnNames** | + | * //startIndex// |
- | * **Type**:IEnumerable<String> | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //takeCount// |
- | === GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>,IEnumerable<String>) === | + | * Type:Int32 |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | ** {{wiki:PublicMethod.gif|}} ExecuteNonQuery(String) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **boundingBox** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **screenWidth** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | **screenHeight** | + | == Parameters == |
- | * **Type**:Double | + | * //sqlStatement// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | **returningColumnNames** | + | <div newline></div> |
- | * **Type**:IEnumerable<String> | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesByColumnValue(String,String,ReturningColumnsType) ** |
- | * **Description**:N/A | + | |
- | **filters** | + | * //N/A// |
- | * **Type**:IEnumerable<String> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetFeaturesForDrawing(RectangleShape,Double,Double,ReturningColumnsType) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //columnName// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //columnValue// |
- | **boundingBox** | + | * Type:String |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **screenWidth** | + | * //returningColumnType// |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **screenHeight** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesByColumnValue(String,String,IEnumerable<String>) ** |
- | * **Description**:N/A | + | |
- | **returningColumnNamesType** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetFeaturesInsideBoundingBox(RectangleShape,ReturningColumnsType) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //columnName// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //columnValue// |
- | **boundingBox** | + | * Type:String |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **returningColumnNamesType** | + | * //returningColumnNames// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable<String>) === | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesByColumnValue(String,String) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **boundingBox** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **returningColumnNames** | + | == Parameters == |
- | * **Type**:IEnumerable<String> | + | * //columnName// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | * //columnValue// |
- | === GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>) === | + | * Type:String |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | ** {{wiki:PublicMethod.gif|}} ExecuteScalar(String) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **targetFeature** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **unitOfData** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:Object |
- | * **Description**:N/A | + | * Description:N/A |
- | **maxItemsToFind** | + | == Parameters == |
- | * **Type**:Int32 | + | * //sqlStatement// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | **returningColumnNames** | + | <div newline></div> |
- | * **Type**:IEnumerable<String> | + | ** {{wiki:PublicMethod.gif|}} ExecuteQuery(String) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:DataTable |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetFeature** | + | * //sqlStatement// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | **unitOfData** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | ** {{wiki:PublicMethod.gif|}} GetColumns() ** |
- | * **Description**:N/A | + | |
- | **maxItemsToFind** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **returningColumnNames** | + | == Return Value == |
- | * **Type**:IEnumerable<String> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | **searchRadius** | + | == Parameters == |
- | * **Type**:Double | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} RefreshColumns() ** |
- | **unitOfSearchRadius** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetCount() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **targetShape** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **unitOfData** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | **maxItemsToFind** | + | == Parameters == |
- | * **Type**:Int32 | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | **returningColumnNames** | + | * //N/A// |
- | * **Type**:IEnumerable<String> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **searchRadius** | + | == Return Value == |
- | * **Type**:Double | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | **unitOfSearchRadius** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetFeaturesNearestTo(Feature,GeographyUnit,Int32,ReturningColumnsType) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetFeature** | + | * //obj// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:Object |
- | * **Description**:N/A | + | * Description:N/A |
- | **unitOfData** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Description**:N/A | + | |
- | **maxItemsToFind** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **returningColumnNamesType** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,ReturningColumnsType) === | + | <div newline></div> |
- | N/A | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetShape** | + | * Type:Type |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **unitOfData** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | <div newline></div> |
- | * **Description**:N/A | + | ==== Protected Methods ==== |
+ | ** {{wiki:ProtectedMethod.gif|}} GetColumnsCore() ** | ||
- | **maxItemsToFind** | + | * //This method returns the columns available for the FeatureSources within this MultipleFeatureSource.// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **returningColumnNamesType** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> |
- | * **Description**:N/A | + | * Description:This method returns the columns available for the FeatureSources within this MultipleFeatureSource. |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>) === | + | <div newline></div> |
- | N/A | + | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method opens the FeatureSource so that it is initialized and ready to use.// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //This API will open all FeatureSource included in this MultipleFEatureSource.// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetShape** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:None |
- | * **Description**:N/A | + | |
- | **unitOfFeatureSource** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** |
- | **maxItemsToFind** | + | * //This method closes the FeatureSource and releases any resources it was using.// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //This API will close all FeatureSource included in this MultipleFEatureSource.// |
- | **returningColumnNames** | + | == Return Value == |
- | * **Type**:IEnumerable<String> | + | * Type:Void |
- | * **Description**:N/A | + | * Description:None |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetFeaturesOutsideBoundingBox(RectangleShape,IEnumerable<String>) === | + | <div newline></div> |
- | N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetCountCore() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method returns the count of the number of records in this FeatureSource.// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //This returning features count stands for the total count in all FeatureSource included in this MultipleFeatureSource.// |
- | ==== Parameters ==== | + | == Return Value == |
- | **boundingBox** | + | * Type:Int32 |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:This method returns the count of the number of records in this FeatureSource. |
- | * **Description**:N/A | + | |
- | **returningColumnNames** | + | == Parameters == |
- | * **Type**:IEnumerable<String> | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** |
- | [[#Public Methods|Go Back]] | + | * //This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource.// |
- | === GetFeaturesOutsideBoundingBox(RectangleShape,ReturningColumnsType) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:N/A | + | * Description:This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource. |
- | ==== Parameters ==== | + | == Parameters == |
- | **boundingBox** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ** {{wiki:ProtectedMethod.gif|}} CommitTransactionCore(TransactionBuffer) ** |
- | * **Description**:N/A | + | |
- | **returningColumnNamesType** | + | * //This API is not supported in this concrete FeatureSource: MultipleFeatureSource.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) === | + | * Type:[[ThinkGeo.MapSuite.Core.TransactionResult|TransactionResult]] |
- | N/A | + | * Description:The return decimalDegreesValue of this method is a TransactionResult class which gives you the status of the transaction you just committed. It includes how many of the updates, adds, and deletes were successful and any error that were encountered during the committing of the transaction. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //transactions// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]] |
+ | * Description:This parameter encapsulates all of the adds, edits and deleted that make up the transaction. You will use this data to write the changes to your underlying data source. | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetFeature** | + | ** {{wiki:ProtectedMethod.gif|}} GetAllFeaturesCore(IEnumerable<String>) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description**:N/A | + | |
- | **unitOfData** | + | * //This method returns all of the InternalFeatures in the MutipleFeatureSource.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //This returning collection of Features will include all the features counting all the FeatureSources in this MultipleFeautureSource.// |
- | **distanceUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:The return value is a collection of all of the InternalFeatures in the MutipleFeatureSource. |
- | **distance** | + | == Parameters == |
- | * **Type**:Double | + | * //returningColumnNames// |
- | * **Description**:N/A | + | * Type:IEnumerable<String> |
+ | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. | ||
- | **returningColumnNames** | + | <div newline></div> |
- | * **Type**:IEnumerable<String> | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesInsideBoundingBoxCore(RectangleShape,IEnumerable<String>) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //This method returns all of the InternalFeatures of this MultipleFeatureSource inside of the specified bounding box.// |
- | === GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,ReturningColumnsType) === | + | == Remarks == |
- | N/A | + | * //This returning collection of Features will include all the features insides all the FeatureSources in this MultipleFeautureSource.// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //boundingBox// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:N/A | + | * Description:This parameter represents the bounding box you with to find InternalFeatures inside of. |
- | **unitOfData** | + | * //returningColumnNames// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | **distanceUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesByIdsCore(IEnumerable<String>,IEnumerable<String>) ** |
- | * **Description**:N/A | + | |
- | **distance** | + | * //This method returns a collection of Features by providing a group of Ids.// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description**:N/A | + | * //This returning collection of Features will include all the features with the passed in Ids insides all the FeatureSources in this MultipleFeautureSource.// |
- | **returningColumnNamesType** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:This method returns a collection of Features by providing a group of Ids. |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) === | + | * //ids// |
- | N/A | + | * Type:IEnumerable<String> |
- | ==== Remarks ==== | + | * Description:This parameter represents the group of Ids which uniquely identified the Features in the FeatureSource. |
- | N/A | + | |
- | **Return Value** | + | * //returningColumnNames// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetShape** | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesForDrawingCore(RectangleShape,Double,Double,IEnumerable<String>) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Description**:N/A | + | |
- | **unitOfData** | + | * //This method returns the InternalFeatures that will be used for drawing.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //This method returns all of the InternalFeatures of this FeatureSources with the MultipleFeatureSource in this MultipleFeautureSource. inside of the specified bounding box.// |
- | **distanceUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:This method returns the InternalFeatures that will be used for drawing. |
- | **distance** | + | == Parameters == |
- | * **Type**:Double | + | * //boundingBox// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:This parameter is the bounding box of the InternalFeatures you want to draw. | ||
- | **returningColumnNames** | + | * //screenWidth// |
- | * **Type**:IEnumerable<String> | + | * Type:Double |
- | * **Description**:N/A | + | * Description:This parameter is the width in screen pixels of the canvas you will draw on. |
- | [[#Public Methods|Go Back]] | + | * //screenHeight// |
- | === GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,ReturningColumnsType) === | + | * Type:Double |
- | N/A | + | * Description:This parameter is the height in screen pixels of the canvas you will draw on. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //returningColumnNames// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetFeature** | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesNearestToCore(BaseShape,GeographyUnit,Int32,IEnumerable<String>) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description**:N/A | + | |
- | **unitOfData** | + | * //This method will get a user defined number of Features that are closest to the TargetShape from all the FeatureSources within the MutlipleFeatureSource.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **distanceUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:This method returns a user defined number of InternalFeatures that are closest to the TargetShape from all the FeatureSources within the MutlipleFeatureSource. |
- | **distance** | + | == Parameters == |
- | * **Type**:Double | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:This parameter is the shape you should to find close InternalFeatures to. | ||
- | **returningColumnNamesType** | + | * //unitOfData// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:This parameter is the unit of what the TargetShape and the FeatureSource is in such as feet, meters etc. |
- | [[#Public Methods|Go Back]] | + | * //maxItemsToFind// |
- | === GetFirstFeaturesWellKnownType() === | + | * Type:Int32 |
- | N/A | + | * Description:This parameter defines how many close InternalFeatures to find around the TargetShape. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //returningColumnNames// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesOutsideBoundingBoxCore(RectangleShape,IEnumerable<String>) ** |
- | === GetHashCode() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box from all the FeatureSources within the MutlipleFeatureSource.// |
- | * **Return Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box. If you are in a transaction and that transaction is live then it will also take that into consideration.// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | === GetType() === | + | * Description:This method returns all of the Features of this FeatureSource outside of the specified bounding box from all the FeatureSources within the MutlipleFeatureSource. |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Type | + | * //boundingBox// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:This parameter represents the bounding box you with to find InternalFeatures outside of. | ||
- | ==== Parameters ==== | + | * //returningColumnNames// |
- | [[#Public Methods|Go Back]] | + | * Type:IEnumerable<String> |
- | === Open() === | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesWithinDistanceOfCore(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape.This query will apply to all featureSource within this MultipleFeatureSource.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === RefreshColumns() === | + | * //This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape. It is important to note that the TargetShape and the FeatureSource use the same unit such as feet or meters. If they do not then the results will not be predictable or correct. If there is a current transaction and it is marked as live then the results will include any transaction Feature that applies. The implementation we provided create a bounding box around the TargetShape using the distance supplied and then queries the features inside of it. This may not the most efficient method for this operation. If you underlying data provider exposes a more efficient way we recommend you override the Core version of this method and implement it. The default implementation of GetFeaturesWithinDistanceOfCore uses the GetFeaturesInsideBoundingBoxCore method for speed. We strongly recommend that you provide your own implementation for this method that will be more efficient. We recommend when you override GetFeaturesInsideBoundingBoxCore method that you use any spatial indexes you have at your disposal to make this method as fast as possible.// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape. |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //targetShape// |
- | === RollbackTransaction() === | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | N/A | + | * Description:The shape you wish to find InternalFeatures within a distance of. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //unitOfData// |
- | * **Return Type**:Void | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:This parameter is the unit of data that the FeatureSource and TargetShape are in. |
- | ==== Parameters ==== | + | * //distanceUnit// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | === SpatialQuery(BaseShape,QueryType,IEnumerable<String>) === | + | * Description:This parameter specifies the unit of the distance parameter such as feet, miles or kilometers etc. |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //distance// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Double |
- | * **Description**:N/A | + | * Description:This parameter specifies the distance in which to find InternalFeatures around the TargetShape. |
- | ==== Parameters ==== | + | * //returningColumnNames// |
- | **targetShape** | + | * Type:IEnumerable<String> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | * **Description**:N/A | + | |
- | **queryType** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] | + | ** {{wiki:ProtectedMethod.gif|}} SpatialQueryCore(BaseShape,QueryType,IEnumerable<String>) ** |
- | * **Description**:N/A | + | |
- | **returningColumnNames** | + | * //This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified.// |
- | * **Type**:IEnumerable<String> | + | == Remarks == |
- | * **Description**:N/A | + | * //This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified below. This spatial query will apply to all featureSource within this MultipleFeatureSource. Spatial Query Types:Disjoint - This method returns InternalFeatures where the specific Feature and the targetShape have no points in common.Intersects - This method returns InternalFeatures where the specific Feature and the targetShape have at least one point in common.Touches - This method returns InternalFeatures where the specific Feature and the targetShape have at least one boundary point in common, but no interior points.Crosses - This method returns InternalFeatures where the specific Feature and the targetShape share some but not all interior points.Within - This method returns InternalFeatures where the specific Feature lies within the interior of the targetShape.Contains - This method returns InternalFeatures where the specific Feature lies within the interior of the current shape.Overlaps - This method returns InternalFeatures where the specific Feature and the targetShape share some but not all points in common.TopologicalEqual - This method returns InternalFeatures where the specific Feature and the target Shape are topologically equal. The default implementation of SpatialQueryCore uses the GetFeaturesInsideBoundingBoxCore method to pre-filter the spatial query. We strongly recommend that you provide your own implementation for this method that will be more efficient. We recommend when you override that method that you use any spatial indexes you have at your disposal to make this method as fast as possible.// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === SpatialQuery(Feature,QueryType,IEnumerable<String>) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | N/A | + | * Description:The return value is a collection of Features that match the spatial query you executed based on the TargetShape. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:This parameter specifies the target shape used in the spatial query. | ||
- | ==== Parameters ==== | + | * //queryType// |
- | **feature** | + | * Type:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:This parameter specifies what kind of spatial query you wish to perform. |
- | * **Description**:N/A | + | |
- | **queryType** | + | * //returningColumnNames// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | **returningColumnNames** | + | <div newline></div> |
- | * **Type**:IEnumerable<String> | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(BaseShape) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === SpatialQuery(Feature,QueryType,ReturningColumnsType) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **feature** | + | * //baseShape// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **queryType** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(IEnumerable<Feature>) ** |
- | * **Description**:N/A | + | |
- | **returningColumnNamesType** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === SpatialQuery(BaseShape,QueryType,ReturningColumnsType) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //features// |
- | * **Description**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetShape** | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(IEnumerable<Feature>) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Description**:N/A | + | |
- | **queryType** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **returningColumnNamesType** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === SpatialQuery(BaseShape,QueryType,IEnumerable<String>,IEnumerable<String>) === | + | * //features// |
- | N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(Feature) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **targetShape** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **queryType** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **returningColumnNames** | + | == Parameters == |
- | * **Type**:IEnumerable<String> | + | * //feature// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | **filters** | + | <div newline></div> |
- | * **Type**:IEnumerable<String> | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(Feature) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === ToString() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:String | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //feature// |
- | === UpdateColumn(String,FeatureSourceColumn) === | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} GetColumnNamesInsideFeatureSource(IEnumerable<String>) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **columnName** | + | == Remarks == |
- | * **Type**:String | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **newFeatureSourceColumn** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] | + | * Type:Collection<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === UpdateFeature(BaseShape,IDictionary<String,String>) === | + | * //returningColumnNames// |
- | N/A | + | * Type:IEnumerable<String> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} GetColumnNamesOutsideFeatureSource(IEnumerable<String>) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **shape** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **columnValues** | + | == Return Value == |
- | * **Type**:IDictionary<String,String> | + | * Type:Collection<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === UpdateFeature(BaseShape) === | + | * //returningColumnNames// |
- | N/A | + | * Type:IEnumerable<String> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} GetReturningColumnNames(ReturningColumnsType) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **shape** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === UpdateFeature(Feature) === | + | * Type:Collection<String> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //returningColumnNamesType// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **feature** | + | ** {{wiki:ProtectedMethod.gif|}} RemoveEmptyAndExcludeFeatures(Collection<Feature>) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | ===== Protected Methods ===== | + | == Remarks == |
- | === ApplyFiltersCore(IEnumerable<Feature>,IEnumerable<String>,String) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **features** | + | * //sourceFeatures// |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | **returningColumnNames** | + | <div newline></div> |
- | * **Type**:IEnumerable<String> | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** |
- | * **Description**:N/A | + | |
- | **linkExpression** | + | * //N/A// |
- | * **Type**:String | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === CanGetBoundingBoxQuicklyCore() === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Boolean | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetColumnNamesOutsideFeatureSourceCall(IEnumerable<String>) ** |
- | === CanGetCountQuicklyCore() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Collection<String> |
- | === CloneDeepCore() === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | + | * //returningColumnNames// |
- | * **Description**:N/A | + | * Type:IEnumerable<String> |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesByActionWithStyleFilters(IEnumerable<String>,IEnumerable<String>,ZoomLevel,Func<Collection<Feature>>,IEnumerable<String>,RectangleShape) ** |
- | === CloseCore() === | + | |
- | This method closes the FeatureSource and releases any resources it was using. | + | |
- | ==== Remarks ==== | + | |
- | This API will close all FeatureSource included in this MultipleFEatureSource. | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:None | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> |
- | === CommitTransactionCore(TransactionBuffer) === | + | * Description:N/A |
- | This API is not supported in this concrete FeatureSource: MultipleFeatureSource. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.TransactionResult|TransactionResult]] | + | * //styleFilters// |
- | * **Description**:The return decimalDegreesValue of this method is a TransactionResult class which gives you the status of the transaction you just committed. It includes how many of the updates, adds, and deletes were successful and any error that were encountered during the committing of the transaction. | + | * Type:IEnumerable<String> |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //returningColumnNames// |
- | **transactions** | + | * Type:IEnumerable<String> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]] | + | * Description:N/A |
- | * **Description**:This parameter encapsulates all of the adds, edits and deleted that make up the transaction. You will use this data to write the changes to your underlying data source. | + | |
- | [[#Protected Methods|Go Back]] | + | * //currentZoomLevel// |
- | === ConvertToExternalProjection(Feature) === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //func// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:Func<Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //ids// |
- | **feature** | + | * Type:IEnumerable<String> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //extent// |
- | === ConvertToExternalProjection(IEnumerable<RectangleShape>) === | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | ** {{wiki:ProtectedMethod.gif|}} ApplyLinkColumnValues(IEnumerable<String>,Func<IEnumerable<String>,Collection<Feature>>,IEnumerable<String>) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **rectangles** | + | == Remarks == |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === ConvertToExternalProjection(RectangleShape) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //returningColumnNames// |
- | * **Description**:N/A | + | * Type:IEnumerable<String> |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //getFeatures// |
- | **rectangle** | + | * Type:Func<IEnumerable<String>,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //filters// |
- | === ConvertToExternalProjection(IEnumerable<Feature>) === | + | * Type:IEnumerable<String> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | ** {{wiki:ProtectedMethod.gif|}} ApplyLinkColumnValues(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **features** | + | == Remarks == |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === ConvertToInternalProjection(Feature) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * //features// |
- | * **Description**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //returningColumnNames// |
- | **feature** | + | * Type:IEnumerable<String> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //filters// |
- | === ConvertToInternalProjection(IEnumerable<Feature>) === | + | * Type:IEnumerable<String> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //linkingColumnNames// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **features** | + | ** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesForLink(IEnumerable<String>) ** |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === ConvertToInternalProjection(RectangleShape) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:Collection<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **rectangle** | + | * //returningColumnNames// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === ConvertToInternalProjection(IEnumerable<RectangleShape>) === | + | ** {{wiki:ProtectedMethod.gif|}} GetReturningColumnNamesForLink(IEnumerable<String>,IEnumerable<String>) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **rectangles** | + | * Type:Collection<String> |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === ConvertToInternalProjection(BaseShape) === | + | * //returningColumnNames// |
- | N/A | + | * Type:IEnumerable<String> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //filters// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **baseShape** | + | ** {{wiki:ProtectedMethod.gif|}} GetFlatLinkSources() ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === ExecuteNonQueryCore(String) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Int32 | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.LinkSource|LinkSource]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **sqlStatement** | + | <div newline></div> |
- | * **Type**:String | + | ** {{wiki:ProtectedMethod.gif|}} CheckIsLinkColumn(String) ** |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === ExecuteQueryCore(String) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:DataTable | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **sqlStatement** | + | * //columnName// |
- | * **Type**:String | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === ExecuteScalarCore(String) === | + | ** {{wiki:ProtectedMethod.gif|}} CheckHasLinkColumns(IEnumerable<String>,IEnumerable<String>) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Object | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **sqlStatement** | + | * Type:Boolean |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === Finalize() === | + | * //returningColumnNames// |
- | N/A | + | * Type:IEnumerable<String> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //filters// |
- | * **Return Type**:Void | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** |
- | === GetAllFeaturesCore(IEnumerable<String>,Int32,Int32) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **returningColumnNames** | + | * Type:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] |
- | * **Type**:IEnumerable<String> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **startIndex** | + | == Parameters == |
- | * **Type**:Int32 | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} RaiseCustomColumnFetchEvent(Collection<Feature>,Collection<String>,Boolean) ** |
- | **takeCount** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetAllFeaturesCore(IEnumerable<String>) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | This method returns all of the InternalFeatures in the MutipleFeatureSource. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This returning collection of Features will include all the features counting all the FeatureSources in this MultipleFeautureSource. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //sourceFeatures// |
- | * **Description**:The return value is a collection of all of the InternalFeatures in the MutipleFeatureSource. | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //fieldNamesOutsideOfSource// |
- | **returningColumnNames** | + | * Type:Collection<String> |
- | * **Type**:IEnumerable<String> | + | * Description:N/A |
- | * **Description**:This parameter allows you to select the field names of the column data you wish to return with each Feature. | + | |
- | [[#Protected Methods|Go Back]] | + | * //forceRaiseEvent// |
- | === GetBoundingBoxByIdCore(String) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ** {{wiki:ProtectedMethod.gif|}} OnApplyingFilters(ApplyingFiltersFeatureSourceEventArgs) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **id** | + | == Remarks == |
- | * **Type**:String | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetBoundingBoxCore() === | + | * Type:Void |
- | This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //e// |
- | * **Description**:This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource. | + | * Type:[[ThinkGeo.MapSuite.Core.ApplyingFiltersFeatureSourceEventArgs|ApplyingFiltersFeatureSourceEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnAppliedFilters(AppliedFiltersFeatureSourceEventArgs) ** |
- | === GetColumnNamesInsideFeatureSource(IEnumerable<String>) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<String> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **returningColumnNames** | + | * Type:Void |
- | * **Type**:IEnumerable<String> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === GetColumnNamesOutsideFeatureSource(IEnumerable<String>) === | + | * //e// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.AppliedFiltersFeatureSourceEventArgs|AppliedFiltersFeatureSourceEventArgs]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<String> | + | ** {{wiki:ProtectedMethod.gif|}} ApplyFiltersCore(IEnumerable<Feature>,IEnumerable<String>,String) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **returningColumnNames** | + | == Remarks == |
- | * **Type**:IEnumerable<String> | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetColumnsCore() === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | This method returns the columns available for the FeatureSources within this MultipleFeatureSource. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> | + | * //features// |
- | * **Description**:This method returns the columns available for the FeatureSources within this MultipleFeatureSource. | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //returningColumnNames// |
- | [[#Protected Methods|Go Back]] | + | * Type:IEnumerable<String> |
- | === GetCountCore() === | + | * Description:N/A |
- | This method returns the count of the number of records in this FeatureSource. | + | |
- | ==== Remarks ==== | + | |
- | This returning features count stands for the total count in all FeatureSource included in this MultipleFeatureSource. | + | |
- | **Return Value** | + | * //linkExpression// |
- | * **Return Type**:Int32 | + | * Type:String |
- | * **Description**:This method returns the count of the number of records in this FeatureSource. | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjectionIfNecessary(Collection<Feature>) ** |
- | === GetDistinctColumnValuesCore(String) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.DistinctColumnValue|DistinctColumnValue]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **columnName** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === GetFeaturesByColumnValueCore(String,String,IEnumerable<String>) === | + | * //returnFeatures// |
- | N/A | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | ** {{wiki:ProtectedMethod.gif|}} ProcessTransaction(RectangleShape,Collection<Feature>,Boolean) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **columnName** | + | == Remarks == |
- | * **Type**:String | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **columnValue** | + | == Return Value == |
- | * **Type**:String | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | **returningColumnNames** | + | == Parameters == |
- | * **Type**:IEnumerable<String> | + | * //boundingBox// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | [[#Protected Methods|Go Back]] | + | * //returnFeatures// |
- | === GetFeaturesByIdsCore(IEnumerable<String>,IEnumerable<String>) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | This method returns a collection of Features by providing a group of Ids. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This returning collection of Features will include all the features with the passed in Ids insides all the FeatureSources in this MultipleFeautureSource. | + | |
- | **Return Value** | + | * //needUpdateProjection// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Boolean |
- | * **Description**:This method returns a collection of Features by providing a group of Ids. | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **ids** | + | ** {{wiki:ProtectedMethod.gif|}} GetWrappingFeaturesLeft(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape) ** |
- | * **Type**:IEnumerable<String> | + | |
- | * **Description**:This parameter represents the group of Ids which uniquely identified the Features in the FeatureSource. | + | |
- | **returningColumnNames** | + | * //N/A// |
- | * **Type**:IEnumerable<String> | + | == Remarks == |
- | * **Description**:This parameter allows you to select the field names of the column data you wish to return with each Feature. | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetFeaturesForDrawingCore(RectangleShape,Double,Double,IEnumerable<String>) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | This method returns the InternalFeatures that will be used for drawing. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This method returns all of the InternalFeatures of this FeatureSources with the MultipleFeatureSource in this MultipleFeautureSource. inside of the specified bounding box. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //boundingBox// |
- | * **Description**:This method returns the InternalFeatures that will be used for drawing. | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //screenWidth// |
- | **boundingBox** | + | * Type:Double |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **Description**:This parameter is the bounding box of the InternalFeatures you want to draw. | + | |
- | **screenWidth** | + | * //screenHeight// |
- | * **Type**:Double | + | * Type:Double |
- | * **Description**:This parameter is the width in screen pixels of the canvas you will draw on. | + | * Description:N/A |
- | **screenHeight** | + | * //returningColumnNames// |
- | * **Type**:Double | + | * Type:IEnumerable<String> |
- | * **Description**:This parameter is the height in screen pixels of the canvas you will draw on. | + | * Description:N/A |
- | **returningColumnNames** | + | * //wrappingExtent// |
- | * **Type**:IEnumerable<String> | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:This parameter allows you to select the field names of the column data you wish to return with each Feature. | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === GetFeaturesInsideBoundingBoxCore(RectangleShape,IEnumerable<String>) === | + | ** {{wiki:ProtectedMethod.gif|}} GetWrappingFeaturesRight(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape) ** |
- | This method returns all of the InternalFeatures of this MultipleFeatureSource inside of the specified bounding box. | + | |
- | ==== Remarks ==== | + | |
- | This returning collection of Features will include all the features insides all the FeatureSources in this MultipleFeautureSource. | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **boundingBox** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **Description**:This parameter represents the bounding box you with to find InternalFeatures inside of. | + | |
- | **returningColumnNames** | + | == Parameters == |
- | * **Type**:IEnumerable<String> | + | * //boundingBox// |
- | * **Description**:This parameter allows you to select the field names of the column data you wish to return with each Feature. | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | [[#Protected Methods|Go Back]] | + | * //screenWidth// |
- | === GetFeaturesNearestToCore(BaseShape,GeographyUnit,Int32,IEnumerable<String>) === | + | * Type:Double |
- | This method will get a user defined number of Features that are closest to the TargetShape from all the FeatureSources within the MutlipleFeatureSource. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //screenHeight// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Double |
- | * **Description**:This method returns a user defined number of InternalFeatures that are closest to the TargetShape from all the FeatureSources within the MutlipleFeatureSource. | + | * Description:N/A |
- | ==== Parameters ==== | + | * //returningColumnNames// |
- | **targetShape** | + | * Type:IEnumerable<String> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:This parameter is the shape you should to find close InternalFeatures to. | + | |
- | **unitOfData** | + | * //wrappingExtent// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:This parameter is the unit of what the TargetShape and the FeatureSource is in such as feet, meters etc. | + | * Description:N/A |
- | **maxItemsToFind** | + | <div newline></div> |
- | * **Type**:Int32 | + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxByIdCore(String) ** |
- | * **Description**:This parameter defines how many close InternalFeatures to find around the TargetShape. | + | |
- | **returningColumnNames** | + | * //N/A// |
- | * **Type**:IEnumerable<String> | + | == Remarks == |
- | * **Description**:This parameter allows you to select the field names of the column data you wish to return with each Feature. | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetFeaturesOutsideBoundingBoxCore(RectangleShape,IEnumerable<String>) === | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box from all the FeatureSources within the MutlipleFeatureSource. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box. If you are in a transaction and that transaction is live then it will also take that into consideration. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //id// |
- | * **Description**:This method returns all of the Features of this FeatureSource outside of the specified bounding box from all the FeatureSources within the MutlipleFeatureSource. | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **boundingBox** | + | ** {{wiki:ProtectedMethod.gif|}} GetFirstFeaturesWellKnownTypeCore() ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
- | * **Description**:This parameter represents the bounding box you with to find InternalFeatures outside of. | + | |
- | **returningColumnNames** | + | * //N/A// |
- | * **Type**:IEnumerable<String> | + | == Remarks == |
- | * **Description**:This parameter allows you to select the field names of the column data you wish to return with each Feature. | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetFeaturesWithinDistanceOfCore(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) === | + | * Type:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] |
- | This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape.This query will apply to all featureSource within this MultipleFeatureSource. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape. It is important to note that the TargetShape and the FeatureSource use the same unit such as feet or meters. If they do not then the results will not be predictable or correct. If there is a current transaction and it is marked as live then the results will include any transaction Feature that applies. The implementation we provided create a bounding box around the TargetShape using the distance supplied and then queries the features inside of it. This may not the most efficient method for this operation. If you underlying data provider exposes a more efficient way we recommend you override the Core version of this method and implement it. The default implementation of GetFeaturesWithinDistanceOfCore uses the GetFeaturesInsideBoundingBoxCore method for speed. We strongly recommend that you provide your own implementation for this method that will be more efficient. We recommend when you override GetFeaturesInsideBoundingBoxCore method that you use any spatial indexes you have at your disposal to make this method as fast as possible. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | <div newline></div> |
- | * **Description**:This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape. | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(IEnumerable<RectangleShape>) ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **targetShape** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **Description**:The shape you wish to find InternalFeatures within a distance of. | + | |
- | **unitOfData** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
- | * **Description**:This parameter is the unit of data that the FeatureSource and TargetShape are in. | + | * Description:N/A |
- | **distanceUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //rectangles// |
- | * **Description**:This parameter specifies the unit of the distance parameter such as feet, miles or kilometers etc. | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
+ | * Description:N/A | ||
- | **distance** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(IEnumerable<RectangleShape>) ** |
- | * **Description**:This parameter specifies the distance in which to find InternalFeatures around the TargetShape. | + | |
- | **returningColumnNames** | + | * //N/A// |
- | * **Type**:IEnumerable<String> | + | == Remarks == |
- | * **Description**:This parameter allows you to select the field names of the column data you wish to return with each Feature. | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetFirstFeaturesWellKnownTypeCore() === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] | + | * //rectangles// |
- | * **Description**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(RectangleShape) ** |
- | === GetReturningColumnNames(ReturningColumnsType) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<String> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **returningColumnNamesType** | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === MemberwiseClone() === | + | * //rectangle// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Object | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(RectangleShape) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === OnAppliedFilters(AppliedFiltersFeatureSourceEventArgs) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **e** | + | * //rectangle// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AppliedFiltersFeatureSourceEventArgs|AppliedFiltersFeatureSourceEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === OnApplyingFilters(ApplyingFiltersFeatureSourceEventArgs) === | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjectionCall(RectangleShape) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **e** | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ApplyingFiltersFeatureSourceEventArgs|ApplyingFiltersFeatureSourceEventArgs]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === OnClosedFeatureSource(ClosedFeatureSourceEventArgs) === | + | * //rectangle// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} CanGetBoundingBoxQuicklyCore() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **e** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === OnClosingFeatureSource(ClosingFeatureSourceEventArgs) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} CanGetCountQuicklyCore() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **e** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === OnCommittedTransaction(CommittedTransactionEventArgs) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetDistinctColumnValuesCore(String) ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **e** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === OnCommittingTransaction(CommittingTransactionEventArgs) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.DistinctColumnValue|DistinctColumnValue]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //columnName// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **e** | + | ** {{wiki:ProtectedMethod.gif|}} GetAllFeaturesCore(IEnumerable<String>,Int32,Int32) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === OnCustomColumnFetch(CustomColumnFetchEventArgs) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **e** | + | * //returningColumnNames// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] | + | * Type:IEnumerable<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | * //startIndex// |
- | === OnDrawingProgressChanged(DrawingProgressChangedEventArgs) === | + | * Type:Int32 |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //takeCount// |
- | * **Return Type**:Void | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **e** | + | ** {{wiki:ProtectedMethod.gif|}} OnGettingFeaturesByIds(GettingFeaturesByIdsFeatureSourceEventArgs) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === OnGettingColumns(GettingColumnsFeatureSourceEventArgs) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **e** | + | * //e// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GettingColumnsFeatureSourceEventArgs|GettingColumnsFeatureSourceEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.GettingFeaturesByIdsFeatureSourceEventArgs|GettingFeaturesByIdsFeatureSourceEventArgs]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === OnGettingFeaturesByIds(GettingFeaturesByIdsFeatureSourceEventArgs) === | + | ** {{wiki:ProtectedMethod.gif|}} OnGettingFeaturesForDrawing(GettingFeaturesForDrawingFeatureSourceEventArgs) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **e** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GettingFeaturesByIdsFeatureSourceEventArgs|GettingFeaturesByIdsFeatureSourceEventArgs]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === OnGettingFeaturesForDrawing(GettingFeaturesForDrawingFeatureSourceEventArgs) === | + | * //e// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GettingFeaturesForDrawingFeatureSourceEventArgs|GettingFeaturesForDrawingFeatureSourceEventArgs]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} OnGettingColumns(GettingColumnsFeatureSourceEventArgs) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **e** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GettingFeaturesForDrawingFeatureSourceEventArgs|GettingFeaturesForDrawingFeatureSourceEventArgs]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === OnGottenColumns(GottenColumnsFeatureSourceEventArgs) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GettingColumnsFeatureSourceEventArgs|GettingColumnsFeatureSourceEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **e** | + | ** {{wiki:ProtectedMethod.gif|}} OnGottenColumns(GottenColumnsFeatureSourceEventArgs) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GottenColumnsFeatureSourceEventArgs|GottenColumnsFeatureSourceEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === OnOpenedFeatureSource(OpenedFeatureSourceEventArgs) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **e** | + | * //e// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.GottenColumnsFeatureSourceEventArgs|GottenColumnsFeatureSourceEventArgs]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === OnOpeningFeatureSource(OpeningFeatureSourceEventArgs) === | + | ** {{wiki:ProtectedMethod.gif|}} OnCustomColumnFetch(CustomColumnFetchEventArgs) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **e** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === OpenCore() === | + | * //e// |
- | This method opens the FeatureSource so that it is initialized and ready to use. | + | * Type:[[ThinkGeo.MapSuite.Core.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | This API will open all FeatureSource included in this MultipleFEatureSource. | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} OnCommittingTransaction(CommittingTransactionEventArgs) ** |
- | * **Description**:None | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === SpatialQueryCore(BaseShape,QueryType,IEnumerable<String>) === | + | * //N/A// |
- | This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified. | + | |
- | ==== Remarks ==== | + | |
- | This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified below. This spatial query will apply to all featureSource within this MultipleFeatureSource. Spatial Query Types:Disjoint - This method returns InternalFeatures where the specific Feature and the targetShape have no points in common.Intersects - This method returns InternalFeatures where the specific Feature and the targetShape have at least one point in common.Touches - This method returns InternalFeatures where the specific Feature and the targetShape have at least one boundary point in common, but no interior points.Crosses - This method returns InternalFeatures where the specific Feature and the targetShape share some but not all interior points.Within - This method returns InternalFeatures where the specific Feature lies within the interior of the targetShape.Contains - This method returns InternalFeatures where the specific Feature lies within the interior of the current shape.Overlaps - This method returns InternalFeatures where the specific Feature and the targetShape share some but not all points in common.TopologicalEqual - This method returns InternalFeatures where the specific Feature and the target Shape are topologically equal. The default implementation of SpatialQueryCore uses the GetFeaturesInsideBoundingBoxCore method to pre-filter the spatial query. We strongly recommend that you provide your own implementation for this method that will be more efficient. We recommend when you override that method that you use any spatial indexes you have at your disposal to make this method as fast as possible. | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Void |
- | * **Description**:The return value is a collection of Features that match the spatial query you executed based on the TargetShape. | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //e// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] |
- | * **Description**:This parameter specifies the target shape used in the spatial query. | + | * Description:N/A |
- | **queryType** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.QueryType|QueryType]] | + | ** {{wiki:ProtectedMethod.gif|}} OnCommittedTransaction(CommittedTransactionEventArgs) ** |
- | * **Description**:This parameter specifies what kind of spatial query you wish to perform. | + | |
- | **returningColumnNames** | + | * //N/A// |
- | * **Type**:IEnumerable<String> | + | == Remarks == |
- | * **Description**:This parameter allows you to select the field names of the column data you wish to return with each Feature. | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === WhQ=(Collection<Feature>,Collection<String>,Boolean) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **sourceFeatures** | + | ** {{wiki:ProtectedMethod.gif|}} OnOpeningFeatureSource(OpeningFeatureSourceEventArgs) ** |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:N/A | + | |
- | **fieldNamesOutsideOfSource** | + | * //N/A// |
- | * **Type**:Collection<String> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **forceRaiseEvent** | + | == Return Value == |
- | * **Type**:Boolean | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === XBQ=(Collection<Feature>) === | + | * //e// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | ** {{wiki:ProtectedMethod.gif|}} OnOpenedFeatureSource(OpenedFeatureSourceEventArgs) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **returnFeatures** | + | == Remarks == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === XRQ=(RectangleShape,Collection<Feature>,Boolean) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **boundingBox** | + | ** {{wiki:ProtectedMethod.gif|}} OnClosingFeatureSource(ClosingFeatureSourceEventArgs) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
- | * **Description**:N/A | + | |
- | **returnFeatures** | + | * //N/A// |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **needUpdateProjection** | + | == Return Value == |
- | * **Type**:Boolean | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === XhQ=(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape) === | + | * //e// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | ** {{wiki:ProtectedMethod.gif|}} OnClosedFeatureSource(ClosedFeatureSourceEventArgs) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **boundingBox** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **screenWidth** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | **screenHeight** | + | == Parameters == |
- | * **Type**:Double | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] |
+ | * Description:N/A | ||
- | **returningColumnNames** | + | <div newline></div> |
- | * **Type**:IEnumerable<String> | + | ** {{wiki:ProtectedMethod.gif|}} ExecuteNonQueryCore(String) ** |
- | * **Description**:N/A | + | |
- | **wrappingExtent** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === XxQ=(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape) === | + | * Type:Int32 |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * //sqlStatement// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **boundingBox** | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesByColumnValueCore(String,String,IEnumerable<String>) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
- | * **Description**:N/A | + | |
- | **screenWidth** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **screenHeight** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | **returningColumnNames** | + | == Parameters == |
- | * **Type**:IEnumerable<String> | + | * //columnName// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | **wrappingExtent** | + | * //columnValue// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | * //returningColumnNames// |
- | === ahQ=(RectangleShape) === | + | * Type:IEnumerable<String> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ** {{wiki:ProtectedMethod.gif|}} ExecuteScalarCore(String) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **rectangle** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === cRQ=(Collection<Feature>) === | + | * Type:Object |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //sqlStatement// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **sourceFeatures** | + | ** {{wiki:ProtectedMethod.gif|}} ExecuteQueryCore(String) ** |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === dRQ=(IEnumerable<String>) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<String> | + | * Type:DataTable |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **returningColumnNames** | + | * //sqlStatement// |
- | * **Type**:IEnumerable<String> | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === dxQ=(IEnumerable<String>,IEnumerable<String>,ZoomLevel,Func<Collection<Feature>>,IEnumerable<String>,RectangleShape) === | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **styleFilters** | + | * Type:Void |
- | * **Type**:IEnumerable<String> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **returningColumnNames** | + | == Parameters == |
- | * **Type**:IEnumerable<String> | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | **currentZoomLevel** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **func** | + | == Return Value == |
- | * **Type**:Func<Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> | + | * Type:Object |
- | * **Description**:N/A | + | * Description:N/A |
- | **ids** | + | == Parameters == |
- | * **Type**:IEnumerable<String> | + | <div newline></div> |
- | * **Description**:N/A | + | ==== Public Properties ==== |
+ | ** {{wiki:PublicProperty.gif|}} FeatureSources ** | ||
- | **extent** | + | This property specify the FeatureSource collection within the MultipleFeatureSource. |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | == Remarks == |
- | * **Description**:N/A | + | |
- | + | ||
- | [[#Protected Methods|Go Back]] | + | |
- | === eBQ=(IEnumerable<String>,Func<IEnumerable<String>,Collection<Feature>>,IEnumerable<String>) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]> | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} IsEditable ** |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | This property returns if the FeatureSource allows edits or is read only. |
- | **returningColumnNames** | + | == Remarks == |
- | * **Type**:IEnumerable<String> | + | This property is useful to check if a specific FeatureSource accepts editing. If you call the BeginTransaction and this property is false then an exception will be raised. For developers who are creating or extending a FeatureSource it is expected that you override this virtual method if the new FeatureSource you are creating allows edits. By default the decimalDegreesValue if false meaning that if you want to allow edits you must override this method and return true. |
- | * **Description**:N/A | + | == Return Value == |
- | + | * Type:Boolean | |
- | **getFeatures** | + | |
- | * **Type**:Func<IEnumerable<String>,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> | + | |
- | * **Description**:N/A | + | |
- | **filters** | + | ** {{wiki:PublicProperty.gif|}} Id ** |
- | * **Type**:IEnumerable<String> | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | === eBQ=(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} CanExecuteSqlQuery ** |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **features** | ||
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
- | * **Description**:N/A | ||
- | |||
- | **returningColumnNames** | ||
- | * **Type**:IEnumerable<String> | ||
- | * **Description**:N/A | ||
- | |||
- | **filters** | ||
- | * **Type**:IEnumerable<String> | ||
- | * **Description**:N/A | ||
- | |||
- | **linkingColumnNames** | ||
- | * **Type**:IEnumerable<String> | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === eRQ=(IEnumerable<String>) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} IsOpen ** |
- | * **Return Type**:Collection<String> | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **returningColumnNames** | ||
- | * **Type**:IEnumerable<String> | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === ehQ=(IEnumerable<String>,IEnumerable<String>) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} CanModifyColumnStructure ** |
- | * **Return Type**:Collection<String> | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | **returningColumnNames** | + | |
- | * **Type**:IEnumerable<String> | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | **filters** | + | |
- | * **Type**:IEnumerable<String> | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | === exQ=() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} IsInTransaction ** |
- | * **Return Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.LinkSource|LinkSource]]> | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === fxQ=(String) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} IsTransactionLive ** |
- | * **Return Type**:Boolean | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **columnName** | ||
- | * **Type**:String | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === gBQ=(IEnumerable<String>,IEnumerable<String>) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Projection ** |
- | * **Return Type**:Boolean | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | **returningColumnNames** | + | |
- | * **Type**:IEnumerable<String> | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | **filters** | + | |
- | * **Type**:IEnumerable<String> | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === CanExecuteSqlQuery === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} GeoCache ** |
- | === CanModifyColumnStructure === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === FeatureIdsToExclude === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<String> | + | * Type:[[ThinkGeo.MapSuite.Core.FeatureCache|FeatureCache]] |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} FeatureIdsToExclude ** |
- | === FeatureSources === | + | |
- | This property specify the FeatureSource collection within the MultipleFeatureSource. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]> | + | |
- | [[#Public Properties|Go Back]] | ||
- | === Filters === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<String> | + | * Type:Collection<String> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} TransactionBuffer ** |
- | === GeoCache === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.FeatureCache|FeatureCache]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === GeometryValidationMode === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]] | + | * Type:[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]] |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MaxRecordsToDraw ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === Id === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Int32 |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} LinkSources ** |
- | === IsEditable === | + | |
- | This property returns if the FeatureSource allows edits or is read only. | + | |
- | ==== Remarks ==== | + | |
- | This property is useful to check if a specific FeatureSource accepts editing. If you call the BeginTransaction and this property is false then an exception will be raised. For developers who are creating or extending a FeatureSource it is expected that you override this virtual method if the new FeatureSource you are creating allows edits. By default the decimalDegreesValue if false meaning that if you want to allow edits you must override this method and return true. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === IsInTransaction === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.LinkSource|LinkSource]]> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} LinkExpressions ** |
- | === IsOpen === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === IsTransactionLive === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Collection<String> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Filters ** |
- | === LinkExpressions === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Collection<String> | + | |
- | [[#Public Properties|Go Back]] | ||
- | === LinkSources === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.LinkSource|LinkSource]]> | + | * Type:Collection<String> |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} GeometryValidationMode ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === MaxRecordsToDraw === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Int32 | + | * Type:[[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]] |
- | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
- | === Projection === | + | ** {{wiki:ProtectedProperty.gif|}} CanExecuteSqlQueryCore ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === TransactionBuffer === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]] | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedProperty.gif|}} IsOpenCore ** |
- | ===== Protected Properties ===== | + | |
- | === CanExecuteSqlQueryCore === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Protected Properties|Go Back]] | ||
- | === CanModifyColumnStructureCore === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} CanModifyColumnStructureCore ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === FeatureSourceColumns === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} FeatureSourceColumns ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === IsOpenCore === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> |
- | [[#Protected Properties|Go Back]] | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** |
- | === AppliedFilters === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.AppliedFiltersFeatureSourceEventArgs|AppliedFiltersFeatureSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} GettingColumns ** |
- | === ApplyingFilters === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.ApplyingFiltersFeatureSourceEventArgs|ApplyingFiltersFeatureSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.GettingColumnsFeatureSourceEventArgs|GettingColumnsFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} GottenColumns ** |
- | === ClosedFeatureSource === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.GottenColumnsFeatureSourceEventArgs|GottenColumnsFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} ApplyingFilters ** |
- | === ClosingFeatureSource === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.ApplyingFiltersFeatureSourceEventArgs|ApplyingFiltersFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} AppliedFilters ** |
- | === CommittedTransaction === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.AppliedFiltersFeatureSourceEventArgs|AppliedFiltersFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} GettingFeaturesByIds ** |
- | === CommittingTransaction === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.GettingFeaturesByIdsFeatureSourceEventArgs|GettingFeaturesByIdsFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} GettingFeaturesForDrawing ** |
- | === CustomColumnFetch === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.GettingFeaturesForDrawingFeatureSourceEventArgs|GettingFeaturesForDrawingFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} CustomColumnFetch ** |
- | === DrawingProgressChanged === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} CommittingTransaction ** |
- | === GettingColumns === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.GettingColumnsFeatureSourceEventArgs|GettingColumnsFeatureSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} CommittedTransaction ** |
- | === GettingFeaturesByIds === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.GettingFeaturesByIdsFeatureSourceEventArgs|GettingFeaturesByIdsFeatureSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} OpeningFeatureSource ** |
- | === GettingFeaturesForDrawing === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.GettingFeaturesForDrawingFeatureSourceEventArgs|GettingFeaturesForDrawingFeatureSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} OpenedFeatureSource ** |
- | === GottenColumns === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.GottenColumnsFeatureSourceEventArgs|GottenColumnsFeatureSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} ClosingFeatureSource ** |
- | === OpenedFeatureSource === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} ClosedFeatureSource ** |
- | === OpeningFeatureSource === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | ||