This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.silverlightcore.multiplefeaturesource [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightcore.multiplefeaturesource [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.SilverlightCore.MultipleFeatureSource ====== | ====== ThinkGeo.MapSuite.SilverlightCore.MultipleFeatureSource ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | + | This MultipleFeatureSource is a special FeatureSource which holds a bunch of FeatureSource. | |
- | <!-- Class --> | + | |
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource]] | + | *ThinkGeo.MapSuite.SilverlightCore.FeatureSource |
- | ***[[ThinkGeo.MapSuite.SilverlightCore.MultipleFeatureSource]] | + | ***ThinkGeo.MapSuite.SilverlightCore.MultipleFeatureSource** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} MultipleFeatureSource() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MultipleFeatureSource()|MultipleFeatureSource]] | | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MultipleFeatureSource(IEnumerable<FeatureSource>)|MultipleFeatureSource]] | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]]> | | | | + | |
- | ==== Protected Constructors ==== | + | * //This is the default constructor for the MultipleFeatureSource class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //All this constructor, you can add FeautureSources to this MultipleFeatureSource by calling the property FeatureSources.// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} 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.SilverlightCore.FeatureSource|FeatureSource]]> | ||
+ | * Description:The target FeatureSources will be included in this MultipleFeatureSource. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddFeature(Feature)|AddFeature]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddFeature(BaseShape, IDictionary<String, String>)|AddFeature]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], IDictionary<String, String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddFeature(BaseShape)|AddFeature]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginTransaction()|BeginTransaction]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CommitTransaction()|CommitTransaction]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DeleteFeature(String)|DeleteFeature]] | String | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ExecuteNonQuery(String)|ExecuteNonQuery]] | String | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetAllFeatures(ReturningColumnsType)|GetAllFeatures]] | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetAllFeatures(IEnumerable<String>)|GetAllFeatures]] | IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBoundingBox()|GetBoundingBox]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBoundingBoxById(String)|GetBoundingBoxById]] | String | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBoundingBoxByIds(IEnumerable<String>)|GetBoundingBoxByIds]] | IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBoundingBoxesByIds(IEnumerable<String>)|GetBoundingBoxesByIds]] | IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetColumns()|GetColumns]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetCount()|GetCount]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeatureById(String, ReturningColumnsType)|GetFeatureById]] | String, [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeatureById(String, IEnumerable<String>)|GetFeatureById]] | String, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesByColumnValue(String, String)|GetFeaturesByColumnValue]] | String, String | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesByColumnValue(String, String, IEnumerable<String>)|GetFeaturesByColumnValue]] | String, String, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesByColumnValue(String, String, ReturningColumnsType)|GetFeaturesByColumnValue]] | String, String, [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesByIds(IEnumerable<String>, IEnumerable<String>)|GetFeaturesByIds]] | IEnumerable<String>, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesByIds(IEnumerable<String>, ReturningColumnsType)|GetFeaturesByIds]] | IEnumerable<String>, [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesForDrawing(RectangleShape, Double, Double, IEnumerable<String>)|GetFeaturesForDrawing]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], Double, Double, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesForDrawing(RectangleShape, Double, Double, ReturningColumnsType)|GetFeaturesForDrawing]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], Double, Double, [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesInsideBoundingBox(RectangleShape, IEnumerable<String>)|GetFeaturesInsideBoundingBox]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesInsideBoundingBox(RectangleShape, ReturningColumnsType)|GetFeaturesInsideBoundingBox]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesNearestTo(BaseShape, GeographyUnit, Int32, IEnumerable<String>, Double, DistanceUnit)|GetFeaturesNearestTo]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], Int32, IEnumerable<String>, Double, [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesNearestTo(Feature, GeographyUnit, Int32, IEnumerable<String>)|GetFeaturesNearestTo]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], Int32, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesNearestTo(BaseShape, GeographyUnit, Int32, ReturningColumnsType)|GetFeaturesNearestTo]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], Int32, [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesNearestTo(BaseShape, GeographyUnit, Int32, IEnumerable<String>)|GetFeaturesNearestTo]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], Int32, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesNearestTo(Feature, GeographyUnit, Int32, ReturningColumnsType)|GetFeaturesNearestTo]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], Int32, [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesNearestTo(Feature, GeographyUnit, Int32, IEnumerable<String>, Double, DistanceUnit)|GetFeaturesNearestTo]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], Int32, IEnumerable<String>, Double, [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesOutsideBoundingBox(RectangleShape, IEnumerable<String>)|GetFeaturesOutsideBoundingBox]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesOutsideBoundingBox(RectangleShape, ReturningColumnsType)|GetFeaturesOutsideBoundingBox]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesWithinDistanceOf(Feature, GeographyUnit, DistanceUnit, Double, ReturningColumnsType)|GetFeaturesWithinDistanceOf]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]], Double, [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesWithinDistanceOf(Feature, GeographyUnit, DistanceUnit, Double, IEnumerable<String>)|GetFeaturesWithinDistanceOf]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]], Double, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesWithinDistanceOf(BaseShape, GeographyUnit, DistanceUnit, Double, IEnumerable<String>)|GetFeaturesWithinDistanceOf]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]], Double, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeaturesWithinDistanceOf(BaseShape, GeographyUnit, DistanceUnit, Double, ReturningColumnsType)|GetFeaturesWithinDistanceOf]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]], Double, [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFirstFeaturesWellKnownType()|GetFirstFeaturesWellKnownType]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Open()|Open]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RefreshColumns()|RefreshColumns]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RollbackTransaction()|RollbackTransaction]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SpatialQuery(Feature, QueryType, ReturningColumnsType)|SpatialQuery]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]], [[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]], [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SpatialQuery(Feature, QueryType, IEnumerable<String>)|SpatialQuery]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]], [[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]], IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SpatialQuery(BaseShape, QueryType, IEnumerable<String>)|SpatialQuery]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], [[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]], IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SpatialQuery(BaseShape, QueryType, ReturningColumnsType)|SpatialQuery]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], [[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]], [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdateFeature(BaseShape)|UpdateFeature]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdateFeature(Feature)|UpdateFeature]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdateFeature(BaseShape, IDictionary<String, String>)|UpdateFeature]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], IDictionary<String, String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetShape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfFeatureSource// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //maxItemsToFind// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetShape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfData// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //maxItemsToFind// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetFeature// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfData// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //maxItemsToFind// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(Feature,GeographyUnit,Int32,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetFeature// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfData// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //maxItemsToFind// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetShape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfData// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //maxItemsToFind// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //searchRadius// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfSearchRadius// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetFeature// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfData// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //maxItemsToFind// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //searchRadius// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfSearchRadius// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetShape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfData// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //distanceUnit// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //distance// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetShape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfData// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //distanceUnit// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //distance// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetFeature// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfData// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //distanceUnit// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //distance// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetFeature// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //unitOfData// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //distanceUnit// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //distance// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeatureById(String,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeatureById(String,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ids// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesByIds(IEnumerable<String>,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ids// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetBoundingBoxById(String) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetBoundingBoxByIds(IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ids// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetBoundingBoxesByIds(IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //ids// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFirstFeaturesWellKnownType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.WellKnownType|WellKnownType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ExecuteNonQuery(String) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sqlStatement// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesByColumnValue(String,String,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //columnName// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //columnValue// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesByColumnValue(String,String,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //columnName// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //columnValue// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesByColumnValue(String,String) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //columnName// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //columnValue// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetColumns() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RefreshColumns() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetCount() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Open() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} BeginTransaction() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} AddFeature(Feature) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //feature// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} AddFeature(BaseShape) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //shape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} AddFeature(BaseShape,IDictionary<String,String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //shape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //columnValues// | ||
+ | * Type:IDictionary<String,String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DeleteFeature(String) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} UpdateFeature(Feature) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //feature// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} UpdateFeature(BaseShape) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //shape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} UpdateFeature(BaseShape,IDictionary<String,String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //shape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //columnValues// | ||
+ | * Type:IDictionary<String,String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RollbackTransaction() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} CommitTransaction() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.TransactionResult|TransactionResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetAllFeatures(IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetAllFeatures(ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesOutsideBoundingBox(RectangleShape,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //boundingBox// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesOutsideBoundingBox(RectangleShape,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //boundingBox// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //boundingBox// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesInsideBoundingBox(RectangleShape,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //boundingBox// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //boundingBox// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //screenWidth// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //screenHeight// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeaturesForDrawing(RectangleShape,Double,Double,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //boundingBox// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //screenWidth// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //screenHeight// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SpatialQuery(BaseShape,QueryType,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetShape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //queryType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SpatialQuery(BaseShape,QueryType,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetShape// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //queryType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SpatialQuery(Feature,QueryType,IEnumerable<String>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //feature// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //queryType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNames// | ||
+ | * Type:IEnumerable<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SpatialQuery(Feature,QueryType,ReturningColumnsType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //feature// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //queryType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //returningColumnNamesType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Methods ==== | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetColumnsCore() ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloseCore()|CloseCore]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CommitTransactionCore(TransactionBuffer)|CommitTransactionCore]] | [[ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer|TransactionBuffer]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToExternalProjection(RectangleShape)|ConvertToExternalProjection]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToExternalProjection(IEnumerable<RectangleShape>)|ConvertToExternalProjection]] | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToExternalProjection(Feature)|ConvertToExternalProjection]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToExternalProjection(IEnumerable<Feature>)|ConvertToExternalProjection]] | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToInternalProjection(IEnumerable<Feature>)|ConvertToInternalProjection]] | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToInternalProjection(IEnumerable<RectangleShape>)|ConvertToInternalProjection]] | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToInternalProjection(RectangleShape)|ConvertToInternalProjection]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToInternalProjection(BaseShape)|ConvertToInternalProjection]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToInternalProjection(Feature)|ConvertToInternalProjection]] | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ExecuteNonQueryCore(String)|ExecuteNonQueryCore]] | String | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetAllFeaturesCore(IEnumerable<String>)|GetAllFeaturesCore]] | IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetColumnNamesInsideFeatureSource(IEnumerable<String>)|GetColumnNamesInsideFeatureSource]] | IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetColumnNamesOutsideFeatureSource(IEnumerable<String>)|GetColumnNamesOutsideFeatureSource]] | IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetColumnsCore()|GetColumnsCore]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetCountCore()|GetCountCore]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFeaturesByColumnValueCore(String, String, IEnumerable<String>)|GetFeaturesByColumnValueCore]] | String, String, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFeaturesByColumnValueCore(String, String)|GetFeaturesByColumnValueCore]] | String, String | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFeaturesByIdsCore(IEnumerable<String>, IEnumerable<String>)|GetFeaturesByIdsCore]] | IEnumerable<String>, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFeaturesForDrawingCore(RectangleShape, Double, Double, IEnumerable<String>)|GetFeaturesForDrawingCore]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], Double, Double, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFeaturesInsideBoundingBoxCore(RectangleShape, IEnumerable<String>)|GetFeaturesInsideBoundingBoxCore]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFeaturesNearestToCore(BaseShape, GeographyUnit, Int32, IEnumerable<String>)|GetFeaturesNearestToCore]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], Int32, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFeaturesOutsideBoundingBoxCore(RectangleShape, IEnumerable<String>)|GetFeaturesOutsideBoundingBoxCore]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFeaturesWithinDistanceOfCore(BaseShape, GeographyUnit, DistanceUnit, Double, IEnumerable<String>)|GetFeaturesWithinDistanceOfCore]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]], Double, IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFirstFeaturesWellKnownTypeCore()|GetFirstFeaturesWellKnownTypeCore]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetReturningColumnNames(ReturningColumnsType)|GetReturningColumnNames]] | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnClosedFeatureSource(ClosedFeatureSourceEventArgs)|OnClosedFeatureSource]] | [[ThinkGeo.MapSuite.SilverlightCore.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnClosingFeatureSource(ClosingFeatureSourceEventArgs)|OnClosingFeatureSource]] | [[ThinkGeo.MapSuite.SilverlightCore.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCommittedTransaction(CommittedTransactionEventArgs)|OnCommittedTransaction]] | [[ThinkGeo.MapSuite.SilverlightCore.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCommittingTransaction(CommittingTransactionEventArgs)|OnCommittingTransaction]] | [[ThinkGeo.MapSuite.SilverlightCore.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCustomColumnFetch(CustomColumnFetchEventArgs)|OnCustomColumnFetch]] | [[ThinkGeo.MapSuite.SilverlightCore.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]] | [[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnOpenedFeatureSource(OpenedFeatureSourceEventArgs)|OnOpenedFeatureSource]] | [[ThinkGeo.MapSuite.SilverlightCore.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnOpeningFeatureSource(OpeningFeatureSourceEventArgs)|OnOpeningFeatureSource]] | [[ThinkGeo.MapSuite.SilverlightCore.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenCore()|OpenCore]] | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SpatialQueryCore(BaseShape, QueryType, IEnumerable<String>)|SpatialQueryCore]] | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]], [[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]], IEnumerable<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | ==== Public Properties ==== | + | * //This method returns the columns available for the FeatureSources within this MultipleFeatureSource.// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CanExecuteSqlQuery|CanExecuteSqlQuery]] | Boolean | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | * //N/A// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#FeatureIdsToExclude|FeatureIdsToExclude]] | Collection<String> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#FeatureSources|FeatureSources]] | Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]]> | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#GeoCache|GeoCache]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureCache|FeatureCache]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEditable|IsEditable]] | Boolean | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]](overriden) | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsInTransaction|IsInTransaction]] | Boolean | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsOpen|IsOpen]] | Boolean | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsTransactionLive|IsTransactionLive]] | Boolean | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Projection|Projection]] | [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TransactionBuffer|TransactionBuffer]] | [[ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer|TransactionBuffer]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]]> |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#CanExecuteSqlQueryCore|CanExecuteSqlQueryCore]] | Boolean | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | * Description:This method returns the columns available for the FeatureSources within this MultipleFeatureSource. |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#FeatureSourceColumns|FeatureSourceColumns]] | Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]]> | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#IsOpenCore|IsOpenCore]] | Boolean | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ClosedFeatureSource|ClosedFeatureSource]] | [[ThinkGeo.MapSuite.SilverlightCore.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ClosingFeatureSource|ClosingFeatureSource]] | [[ThinkGeo.MapSuite.SilverlightCore.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#CommittedTransaction|CommittedTransaction]] | [[ThinkGeo.MapSuite.SilverlightCore.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#CommittingTransaction|CommittingTransaction]] | [[ThinkGeo.MapSuite.SilverlightCore.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#CustomColumnFetch|CustomColumnFetch]] | [[ThinkGeo.MapSuite.SilverlightCore.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingProgressChanged|DrawingProgressChanged]] | [[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#OpenedFeatureSource|OpenedFeatureSource]] | [[ThinkGeo.MapSuite.SilverlightCore.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#OpeningFeatureSource|OpeningFeatureSource]] | [[ThinkGeo.MapSuite.SilverlightCore.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] | | | + | |
- | ===== Public Constructors ===== | + | * //This method opens the FeatureSource so that it is initialized and ready to use.// |
- | ==== MultipleFeatureSource() ==== | + | == Remarks == |
- | === Parameters === | + | * //This API will open all FeatureSource included in this MultipleFEatureSource.// |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ==== MultipleFeatureSource(IEnumerable<FeatureSource>) ==== | + | * Type:Void |
- | === Parameters === | + | * Description:None |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | featureSources | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.FeatureSource} --> | | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | <div newline></div> |
- | ===== Public Methods ===== | + | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** |
- | ==== AddFeature(Feature) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | * //This method closes the FeatureSource and releases any resources it was using.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | feature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | * //This API will close all FeatureSource included in this MultipleFEatureSource.// |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== AddFeature(BaseShape, IDictionary<String, String>) ==== | + | * Description:None |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | shape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | ** {{wiki:ProtectedMethod.gif|}} GetCountCore() ** |
- | | columnValues | IDictionary<String,String><!-- System.Collections.Generic.IDictionary{System.String,System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //This method returns the count of the number of records in this FeatureSource.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== AddFeature(BaseShape) ==== | + | * //This returning features count stands for the total count in all FeatureSource included in this MultipleFeatureSource.// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
- | | shape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | * Description:This method returns the count of the number of records in this FeatureSource. |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== BeginTransaction() ==== | + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | ==== Close() ==== | + | * Description:This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} CommitTransactionCore(TransactionBuffer) ** | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //This API is not supported in this concrete FeatureSource: MultipleFeatureSource.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== CommitTransaction() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.TransactionResult|TransactionResult]]<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionResult --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.TransactionResult|TransactionResult]] |
+ | * 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. | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //transactions// |
- | ==== DeleteFeature(String) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer|TransactionBuffer]] |
- | === Return Value === | + | * 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. |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetAllFeaturesCore(IEnumerable<String>) ** |
- | | id | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //This method returns all of the InternalFeatures in the MutipleFeatureSource.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Equals(Object) ==== | + | * //This returning collection of Features will include all the features counting all the FeatureSources in this MultipleFeautureSource.// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | | obj | Object<!-- System.Object --> | | | + | * Description:The return value is a collection of all of the InternalFeatures in the MutipleFeatureSource. |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //returningColumnNames// |
- | ==== ExecuteNonQuery(String) ==== | + | * Type:IEnumerable<String> |
- | === Return Value === | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesInsideBoundingBoxCore(RectangleShape,IEnumerable<String>) ** |
- | | sqlStatement | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //This method returns all of the InternalFeatures of this MultipleFeatureSource inside of the specified bounding box.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetAllFeatures(ReturningColumnsType) ==== | + | * //This returning collection of Features will include all the features insides all the FeatureSources in this MultipleFeautureSource.// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //boundingBox// |
- | ==== GetAllFeatures(IEnumerable<String>) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | === Return Value === | + | * Description:This parameter represents the bounding box you with to find InternalFeatures inside of. |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //returningColumnNames// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IEnumerable<String> |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesByIdsCore(IEnumerable<String>,IEnumerable<String>) ** |
- | ==== GetBoundingBox() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | |
- | === Parameters === | + | * //This method returns a collection of Features by providing a group of Ids.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //This returning collection of Features will include all the features with the passed in Ids insides all the FeatureSources in this MultipleFeautureSource.// | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | ==== GetBoundingBoxById(String) ==== | + | * Description:This method returns a collection of Features by providing a group of Ids. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //ids// |
- | | id | String<!-- System.String --> | | | + | * Type:IEnumerable<String> |
+ | * Description:This parameter represents the group of Ids which uniquely identified the Features in the FeatureSource. | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //returningColumnNames// |
- | [[#Public Methods|Go Back]] | + | * Type:IEnumerable<String> |
- | ==== GetBoundingBoxByIds(IEnumerable<String>) ==== | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesForDrawingCore(RectangleShape,Double,Double,IEnumerable<String>) ** |
- | | ids | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //This method returns the InternalFeatures that will be used for drawing.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetBoundingBoxesByIds(IEnumerable<String>) ==== | + | * //This method returns all of the InternalFeatures of this FeatureSources with the MultipleFeatureSource in this MultipleFeautureSource. inside of the specified bounding box.// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.RectangleShape} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | | ids | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | * Description:This method returns the InternalFeatures that will be used for drawing. |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //boundingBox// |
- | ==== GetColumns() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | === Return Value === | + | * Description:This parameter is the bounding box of the InternalFeatures you want to draw. |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn} --> | | | + | |
- | === Parameters === | + | * //screenWidth// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Double |
+ | * Description:This parameter is the width in screen pixels of the canvas you will draw on. | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //screenHeight// |
- | [[#Public Methods|Go Back]] | + | * Type:Double |
- | ==== GetCount() ==== | + | * Description:This parameter is the height in screen pixels of the canvas you will draw on. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | * //returningColumnNames// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IEnumerable<String> |
+ | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesNearestToCore(BaseShape,GeographyUnit,Int32,IEnumerable<String>) ** |
- | ==== GetFeatureById(String, ReturningColumnsType) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | |
- | === Parameters === | + | * //This method will get a user defined number of Features that are closest to the TargetShape from all the FeatureSources within the MutlipleFeatureSource.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | id | String<!-- System.String --> | | | + | * //N/A// |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | ==== GetFeatureById(String, IEnumerable<String>) ==== | + | * Description:This method returns a user defined number of InternalFeatures that are closest to the TargetShape from all the FeatureSources within the MutlipleFeatureSource. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //targetShape// |
- | | id | String<!-- System.String --> | | | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | * Description:This parameter is the shape you should to find close InternalFeatures to. |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //unitOfData// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] |
- | ==== GetFeaturesByColumnValue(String, String) ==== | + | * Description:This parameter is the unit of what the TargetShape and the FeatureSource is in such as feet, meters etc. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //numberOfItemsToFind// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
- | | columnName | String<!-- System.String --> | | | + | * Description:This parameter defines how many close InternalFeatures to find around the TargetShape. |
- | | columnValue | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //returningColumnNames// |
- | [[#Public Methods|Go Back]] | + | * Type:IEnumerable<String> |
- | ==== GetFeaturesByColumnValue(String, String, IEnumerable<String>) ==== | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesOutsideBoundingBoxCore(RectangleShape,IEnumerable<String>) ** |
- | | columnName | String<!-- System.String --> | | | + | |
- | | columnValue | String<!-- System.String --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box from all the FeatureSources within the MutlipleFeatureSource.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetFeaturesByColumnValue(String, String, ReturningColumnsType) ==== | + | * //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 === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | | columnName | String<!-- System.String --> | | | + | * Description:This method returns all of the Features of this FeatureSource outside of the specified bounding box from all the FeatureSources within the MutlipleFeatureSource. |
- | | columnValue | String<!-- System.String --> | | | + | |
- | | returningColumnType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //boundingBox// |
- | ==== GetFeaturesByIds(IEnumerable<String>, IEnumerable<String>) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | === Return Value === | + | * Description:This parameter represents the bounding box you with to find InternalFeatures outside of. |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //returningColumnNames// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IEnumerable<String> |
- | | ids | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesWithinDistanceOfCore(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) ** |
- | ==== GetFeaturesByIds(IEnumerable<String>, ReturningColumnsType) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === 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.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | ids | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | * //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.// |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | ==== GetFeaturesForDrawing(RectangleShape, Double, Double, IEnumerable<String>) ==== | + | * Description:This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //targetShape// |
- | | boundingBox | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] |
- | | screenWidth | Double<!-- System.Double --> | | | + | * Description:The shape you wish to find InternalFeatures within a distance of. |
- | | screenHeight | Double<!-- System.Double --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //unitOfData// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] |
- | ==== GetFeaturesForDrawing(RectangleShape, Double, Double, ReturningColumnsType) ==== | + | * Description:This parameter is the unit of data that the FeatureSource and TargetShape are in. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //distanceUnit// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] |
- | | boundingBox | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | * Description:This parameter specifies the unit of the distance parameter such as feet, miles or kilometers etc. |
- | | screenWidth | Double<!-- System.Double --> | | | + | |
- | | screenHeight | Double<!-- System.Double --> | | | + | |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //distance// |
- | [[#Public Methods|Go Back]] | + | * Type:Double |
- | ==== GetFeaturesInsideBoundingBox(RectangleShape, IEnumerable<String>) ==== | + | * Description:This parameter specifies the distance in which to find InternalFeatures around the TargetShape. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //returningColumnNames// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IEnumerable<String> |
- | | boundingBox | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} SpatialQueryCore(BaseShape,QueryType,IEnumerable<String>) ** |
- | ==== GetFeaturesInsideBoundingBox(RectangleShape, ReturningColumnsType) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | boundingBox | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | * //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.// |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | ==== GetFeaturesNearestTo(BaseShape, GeographyUnit, Int32, IEnumerable<String>, Double, DistanceUnit) ==== | + | * Description:The return value is a collection of Features that match the spatial query you executed based on the TargetShape. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //targetShape// |
- | | targetShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | * Description:This parameter specifies the target shape used in the spatial query. |
- | | maxItemsToFind | Int32<!-- System.Int32 --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | | searchRadius | Double<!-- System.Double --> | | | + | |
- | | unitOfSearchRadius | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //queryType// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]] |
- | ==== GetFeaturesNearestTo(Feature, GeographyUnit, Int32, IEnumerable<String>) ==== | + | * Description:This parameter specifies what kind of spatial query you wish to perform. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //returningColumnNames// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IEnumerable<String> |
- | | targetFeature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | |
- | | maxItemsToFind | Int32<!-- System.Int32 --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetFirstFeaturesWellKnownTypeCore() ** |
- | ==== GetFeaturesNearestTo(BaseShape, GeographyUnit, Int32, ReturningColumnsType) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | targetShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | * //N/A// |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | |
- | | maxItemsToFind | Int32<!-- System.Int32 --> | | | + | |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.WellKnownType|WellKnownType]] |
- | ==== GetFeaturesNearestTo(BaseShape, GeographyUnit, Int32, IEnumerable<String>) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | targetShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(IEnumerable<RectangleShape>) ** |
- | | unitOfFeatureSource | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | |
- | | maxItemsToFind | Int32<!-- System.Int32 --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetFeaturesNearestTo(Feature, GeographyUnit, Int32, ReturningColumnsType) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> |
- | | targetFeature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | * Description:N/A |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | |
- | | maxItemsToFind | Int32<!-- System.Int32 --> | | | + | |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //rectangles// |
- | ==== GetFeaturesNearestTo(Feature, GeographyUnit, Int32, IEnumerable<String>, Double, DistanceUnit) ==== | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(IEnumerable<RectangleShape>) ** |
- | | targetFeature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | |
- | | maxItemsToFind | Int32<!-- System.Int32 --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | | searchRadius | Double<!-- System.Double --> | | | + | |
- | | unitOfSearchRadius | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetFeaturesOutsideBoundingBox(RectangleShape, IEnumerable<String>) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> |
- | | boundingBox | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | * Description:N/A |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //rectangles// |
- | ==== GetFeaturesOutsideBoundingBox(RectangleShape, ReturningColumnsType) ==== | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(RectangleShape) ** |
- | | boundingBox | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetFeaturesWithinDistanceOf(Feature, GeographyUnit, DistanceUnit, Double, ReturningColumnsType) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | | targetFeature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | * Description:N/A |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | |
- | | distanceUnit | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> | | | + | |
- | | distance | Double<!-- System.Double --> | | | + | |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //rectangle// |
- | ==== GetFeaturesWithinDistanceOf(Feature, GeographyUnit, DistanceUnit, Double, IEnumerable<String>) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(RectangleShape) ** |
- | | targetFeature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | |
- | | distanceUnit | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> | | | + | |
- | | distance | Double<!-- System.Double --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetFeaturesWithinDistanceOf(BaseShape, GeographyUnit, DistanceUnit, Double, IEnumerable<String>) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | | targetShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | * Description:N/A |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | |
- | | distanceUnit | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> | | | + | |
- | | distance | Double<!-- System.Double --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //rectangle// |
- | ==== GetFeaturesWithinDistanceOf(BaseShape, GeographyUnit, DistanceUnit, Double, ReturningColumnsType) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(BaseShape) ** |
- | | targetShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | |
- | | distanceUnit | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> | | | + | |
- | | distance | Double<!-- System.Double --> | | | + | |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetFirstFeaturesWellKnownType() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.WellKnownType|WellKnownType]]<!-- ThinkGeo.MapSuite.SilverlightCore.WellKnownType --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //baseShape// |
- | ==== GetHashCode() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(IEnumerable<Feature>) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetType() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //features// |
- | ==== Open() ==== | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(IEnumerable<Feature>) ** |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== RefreshColumns() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //features// |
- | ==== RollbackTransaction() ==== | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(Feature) ** |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SpatialQuery(Feature, QueryType, ReturningColumnsType) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] |
- | | feature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | * Description:N/A |
- | | queryType | [[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]]<!-- ThinkGeo.MapSuite.SilverlightCore.QueryType --> | | | + | |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //feature// |
- | ==== SpatialQuery(Feature, QueryType, IEnumerable<String>) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(Feature) ** |
- | | feature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | |
- | | queryType | [[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]]<!-- ThinkGeo.MapSuite.SilverlightCore.QueryType --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SpatialQuery(BaseShape, QueryType, IEnumerable<String>) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] |
- | | targetShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | * Description:N/A |
- | | queryType | [[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]]<!-- ThinkGeo.MapSuite.SilverlightCore.QueryType --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //feature// |
- | ==== SpatialQuery(BaseShape, QueryType, ReturningColumnsType) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetColumnNamesInsideFeatureSource(IEnumerable<String>) ** |
- | | targetShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | |
- | | queryType | [[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]]<!-- ThinkGeo.MapSuite.SilverlightCore.QueryType --> | | | + | |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToString() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<String> |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //returningColumnNames// |
- | ==== UpdateFeature(BaseShape) ==== | + | * Type:IEnumerable<String> |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetColumnNamesOutsideFeatureSource(IEnumerable<String>) ** |
- | | shape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== UpdateFeature(Feature) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<String> |
- | | feature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //returningColumnNames// |
- | ==== UpdateFeature(BaseShape, IDictionary<String, String>) ==== | + | * Type:IEnumerable<String> |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetReturningColumnNames(ReturningColumnsType) ** |
- | | shape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | |
- | | columnValues | IDictionary<String,String><!-- System.Collections.Generic.IDictionary{System.String,System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | * //N/A// |
- | ==== CloseCore() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<String> |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //returningColumnNamesType// |
- | ==== CommitTransactionCore(TransactionBuffer) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.TransactionResult|TransactionResult]]<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionResult --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** |
- | | transactions | [[ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer|TransactionBuffer]]<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== ConvertToExternalProjection(RectangleShape) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | rectangle | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== ConvertToExternalProjection(IEnumerable<RectangleShape>) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.RectangleShape} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnCustomColumnFetch(CustomColumnFetchEventArgs) ** |
- | | rectangles | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.RectangleShape} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== ConvertToExternalProjection(Feature) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | feature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== ConvertToExternalProjection(IEnumerable<Feature>) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnCommittingTransaction(CommittingTransactionEventArgs) ** |
- | | features | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== ConvertToInternalProjection(IEnumerable<Feature>) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | features | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== ConvertToInternalProjection(IEnumerable<RectangleShape>) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.RectangleShape} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnCommittedTransaction(CommittedTransactionEventArgs) ** |
- | | rectangles | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.RectangleShape} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== ConvertToInternalProjection(RectangleShape) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | rectangle | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== ConvertToInternalProjection(BaseShape) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnOpeningFeatureSource(OpeningFeatureSourceEventArgs) ** |
- | | baseShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== ConvertToInternalProjection(Feature) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | feature | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== ExecuteNonQueryCore(String) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnOpenedFeatureSource(OpenedFeatureSourceEventArgs) ** |
- | | sqlStatement | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== Finalize() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== GetAllFeaturesCore(IEnumerable<String>) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnClosingFeatureSource(ClosingFeatureSourceEventArgs) ** |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetBoundingBoxCore() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== GetColumnNamesInsideFeatureSource(IEnumerable<String>) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnClosedFeatureSource(ClosedFeatureSourceEventArgs) ** |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetColumnNamesOutsideFeatureSource(IEnumerable<String>) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== GetColumnsCore() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ExecuteNonQueryCore(String) ** |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetCountCore() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //sqlStatement// |
- | ==== GetFeaturesByColumnValueCore(String, String, IEnumerable<String>) ==== | + | * Type:String |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesByColumnValueCore(String,String) ** |
- | | columnName | String<!-- System.String --> | | | + | |
- | | columnValue | String<!-- System.String --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetFeaturesByColumnValueCore(String, String) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | | columnName | String<!-- System.String --> | | | + | * Description:N/A |
- | | columnValue | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //columnName// |
- | ==== GetFeaturesByIdsCore(IEnumerable<String>, IEnumerable<String>) ==== | + | * Type:String |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //columnValue// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
- | | ids | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | * Description:N/A |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetFeaturesByColumnValueCore(String,String,IEnumerable<String>) ** |
- | ==== GetFeaturesForDrawingCore(RectangleShape, Double, Double, IEnumerable<String>) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | boundingBox | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | * //N/A// |
- | | screenWidth | Double<!-- System.Double --> | | | + | |
- | | screenHeight | Double<!-- System.Double --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | ==== GetFeaturesInsideBoundingBoxCore(RectangleShape, IEnumerable<String>) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //columnName// |
- | | boundingBox | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | * Type:String |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | * //columnValue// |
- | [[#Protected Methods|Go Back]] | + | * Type:String |
- | ==== GetFeaturesNearestToCore(BaseShape, GeographyUnit, Int32, IEnumerable<String>) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //returningColumnNames// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IEnumerable<String> |
- | | targetShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | * Description:N/A |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | |
- | | numberOfItemsToFind | Int32<!-- System.Int32 --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} uBM=(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape) ** |
- | ==== GetFeaturesOutsideBoundingBoxCore(RectangleShape, IEnumerable<String>) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | boundingBox | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | | + | * //N/A// |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | ==== GetFeaturesWithinDistanceOfCore(BaseShape, GeographyUnit, DistanceUnit, Double, IEnumerable<String>) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //boundingBox// |
- | | targetShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | | unitOfData | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | | + | * Description:N/A |
- | | distanceUnit | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> | | | + | |
- | | distance | Double<!-- System.Double --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | * //screenWidth// |
- | [[#Protected Methods|Go Back]] | + | * Type:Double |
- | ==== GetFirstFeaturesWellKnownTypeCore() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.WellKnownType|WellKnownType]]<!-- ThinkGeo.MapSuite.SilverlightCore.WellKnownType --> | | | + | |
- | === Parameters === | + | * //screenHeight// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Double |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //returningColumnNames// |
- | [[#Protected Methods|Go Back]] | + | * Type:IEnumerable<String> |
- | ==== GetReturningColumnNames(ReturningColumnsType) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | | + | |
- | === Parameters === | + | * //wrappingExtent// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | | returningColumnNamesType | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} uRM=(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape) ** |
- | ==== MemberwiseClone() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | ==== OnClosedFeatureSource(ClosedFeatureSourceEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //boundingBox// |
- | | e | [[ThinkGeo.MapSuite.SilverlightCore.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.ClosedFeatureSourceEventArgs --> | | | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //screenWidth// |
- | [[#Protected Methods|Go Back]] | + | * Type:Double |
- | ==== OnClosingFeatureSource(ClosingFeatureSourceEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //screenHeight// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Double |
- | | e | [[ThinkGeo.MapSuite.SilverlightCore.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.ClosingFeatureSourceEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //returningColumnNames// |
- | [[#Protected Methods|Go Back]] | + | * Type:IEnumerable<String> |
- | ==== OnCommittedTransaction(CommittedTransactionEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //wrappingExtent// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | | e | [[ThinkGeo.MapSuite.SilverlightCore.CommittedTransactionEventArgs|CommittedTransactionEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.CommittedTransactionEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} uhM=(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape) ** |
- | ==== OnCommittingTransaction(CommittingTransactionEventArgs) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.SilverlightCore.CommittingTransactionEventArgs|CommittingTransactionEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.CommittingTransactionEventArgs --> | | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> |
- | ==== OnCustomColumnFetch(CustomColumnFetchEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //boundingBox// |
- | | e | [[ThinkGeo.MapSuite.SilverlightCore.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.CustomColumnFetchEventArgs --> | | | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //screenWidth// |
- | [[#Protected Methods|Go Back]] | + | * Type:Double |
- | ==== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //screenHeight// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Double |
- | | e | [[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | * //returningColumnNames// |
- | [[#Protected Methods|Go Back]] | + | * Type:IEnumerable<String> |
- | ==== OnOpenedFeatureSource(OpenedFeatureSourceEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //wrappingExtent// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | | e | [[ThinkGeo.MapSuite.SilverlightCore.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.OpenedFeatureSourceEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ==== OnOpeningFeatureSource(OpeningFeatureSourceEventArgs) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.SilverlightCore.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.OpeningFeatureSourceEventArgs --> | | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OpenCore() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== SpatialQueryCore(BaseShape, QueryType, IEnumerable<String>) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
- | | targetShape | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> | | | + | * Description:N/A |
- | | queryType | [[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]]<!-- ThinkGeo.MapSuite.SilverlightCore.QueryType --> | | | + | |
- | | returningColumnNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ===== Public Properties ===== | + | ==== Public Properties ==== |
- | ==== CanExecuteSqlQuery ==== | + | ** {{wiki:PublicProperty.gif|}} FeatureSources ** |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | This property specify the FeatureSource collection within the MultipleFeatureSource. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== FeatureIdsToExclude ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]]> |
- | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | ** {{wiki:PublicProperty.gif|}} IsEditable ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== FeatureSources ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.FeatureSource} --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.MultipleFeatureSource --> | + | This property returns if the FeatureSource allows edits or is read only. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== GeoCache ==== | + | 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 Value == |
- | ^ Return Type ^ | + | * Type:Boolean |
- | | [[ThinkGeo.MapSuite.SilverlightCore.FeatureCache|FeatureCache]]<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureCache --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | ** {{wiki:PublicProperty.gif|}} CanExecuteSqlQuery ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== IsEditable ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource(overriden) --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsInTransaction ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Boolean |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | ** {{wiki:PublicProperty.gif|}} IsOpen ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== IsOpen ==== | + | N/A |
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | Boolean<!-- System.Boolean --> | | + | == Return Value == |
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsInTransaction ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsTransactionLive ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Projection ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} GeoCache ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.FeatureCache|FeatureCache]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} FeatureIdsToExclude ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Collection<String> | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TransactionBuffer ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer|TransactionBuffer]] | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} CanExecuteSqlQueryCore ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsOpenCore ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} FeatureSourceColumns ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]]> | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== IsTransactionLive ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | ** {{wiki:PublicEvent.gif|}} CustomColumnFetch ** |
- | [[#Public Properties|Go Back]] | + | N/A |
- | ==== Projection ==== | + | == Remarks == |
- | === Return Value === | + | N/A |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]]<!-- ThinkGeo.MapSuite.SilverlightCore.Projection --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TransactionBuffer ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer|TransactionBuffer]]<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | ** {{wiki:PublicEvent.gif|}} CommittingTransaction ** |
- | [[#Public Properties|Go Back]] | + | N/A |
- | ===== Protected Properties ===== | + | == Remarks == |
- | ==== CanExecuteSqlQueryCore ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] |
- | [[#Protected Properties|Go Back]] | + | |
- | ==== FeatureSourceColumns ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn} --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | ** {{wiki:PublicEvent.gif|}} CommittedTransaction ** |
- | [[#Protected Properties|Go Back]] | + | N/A |
- | ==== IsOpenCore ==== | + | == Remarks == |
- | === Return Value === | + | N/A |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] |
- | [[#Protected Properties|Go Back]] | + | |
- | ===== Public Events ===== | + | |
- | ==== ClosedFeatureSource ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.ClosedFeatureSourceEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | ** {{wiki:PublicEvent.gif|}} OpeningFeatureSource ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== ClosingFeatureSource ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.ClosingFeatureSourceEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== CommittedTransaction ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.CommittedTransactionEventArgs|CommittedTransactionEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.CommittedTransactionEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | ** {{wiki:PublicEvent.gif|}} OpenedFeatureSource ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== CommittingTransaction ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.CommittingTransactionEventArgs|CommittingTransactionEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.CommittingTransactionEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== CustomColumnFetch ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.CustomColumnFetchEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | ** {{wiki:PublicEvent.gif|}} ClosingFeatureSource ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== DrawingProgressChanged ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== OpenedFeatureSource ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.OpenedFeatureSourceEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | ** {{wiki:PublicEvent.gif|}} ClosedFeatureSource ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== OpeningFeatureSource ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.OpeningFeatureSourceEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:SilverlightMapSuiteCore]] | ||
- | [[Category:ThinkGeo.MapSuite.SilverlightCore]] | ||
- | [[Category:UpdateDocumentation]] | ||