====== ThinkGeo.MapSuite.SilverlightCore.MultipleFeatureSource ====== {{section>upgrade_map_suite_to_10.0}} This MultipleFeatureSource is a special FeatureSource which holds a bunch of FeatureSource. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.SilverlightCore.FeatureSource ***ThinkGeo.MapSuite.SilverlightCore.MultipleFeatureSource** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} MultipleFeatureSource() ** * //This is the default constructor for the MultipleFeatureSource class.// == Remarks == * //All this constructor, you can add FeautureSources to this MultipleFeatureSource by calling the property FeatureSources.// == Parameters ==
** {{wiki:PublicMethod.gif|}} MultipleFeatureSource(IEnumerable) ** * //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.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable,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 * Description:N/A * //searchRadius// * Type:Double * Description:N/A * //unitOfSearchRadius// * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable,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 * Description:N/A * //searchRadius// * Type:Double * Description:N/A * //unitOfSearchRadius// * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetFeatureById(String,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetFeaturesByIds(IEnumerable,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A == Parameters == * //ids// * Type:IEnumerable * Description:N/A * //returningColumnNames// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeaturesByIds(IEnumerable,ReturningColumnsType) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A == Parameters == * //ids// * Type:IEnumerable * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetBoundingBoxByIds(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A == Parameters == * //ids// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}} GetBoundingBoxesByIds(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> * Description:N/A == Parameters == * //ids// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFirstFeaturesWellKnownType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.WellKnownType|WellKnownType]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ExecuteNonQuery(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //sqlStatement// * Type:String * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetFeaturesByColumnValue(String,String,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetColumns() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]]> * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} RefreshColumns() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetCount() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Open() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Close() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} BeginTransaction() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{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
** {{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
** {{wiki:PublicMethod.gif|}} AddFeature(BaseShape,IDictionary) ** * //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 * Description:N/A
** {{wiki:PublicMethod.gif|}} DeleteFeature(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //id// * Type:String * Description:N/A
** {{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
** {{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
** {{wiki:PublicMethod.gif|}} UpdateFeature(BaseShape,IDictionary) ** * //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 * Description:N/A
** {{wiki:PublicMethod.gif|}} RollbackTransaction() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} CommitTransaction() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.TransactionResult|TransactionResult]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetAllFeatures(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A == Parameters == * //returningColumnNames// * Type:IEnumerable * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetFeaturesOutsideBoundingBox(RectangleShape,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} SpatialQuery(BaseShape,QueryType,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} SpatialQuery(Feature,QueryType,IEnumerable) ** * //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 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} GetColumnsCore() ** * //This method returns the columns available for the FeatureSources within this MultipleFeatureSource.// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]]> * Description:This method returns the columns available for the FeatureSources within this MultipleFeatureSource. == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OpenCore() ** * //This method opens the FeatureSource so that it is initialized and ready to use.// == Remarks == * //This API will open all FeatureSource included in this MultipleFEatureSource.// == Return Value == * Type:Void * Description:None == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CloseCore() ** * //This method closes the FeatureSource and releases any resources it was using.// == Remarks == * //This API will close all FeatureSource included in this MultipleFEatureSource.// == Return Value == * Type:Void * Description:None == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetCountCore() ** * //This method returns the count of the number of records in this FeatureSource.// == Remarks == * //This returning features count stands for the total count in all FeatureSource included in this MultipleFeatureSource.// == Return Value == * Type:Int32 * Description:This method returns the count of the number of records in this FeatureSource. == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** * //This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource.// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource. == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CommitTransactionCore(TransactionBuffer) ** * //This API is not supported in this concrete FeatureSource: MultipleFeatureSource.// == Remarks == * //N/A// == Return Value == * 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. == Parameters == * //transactions// * Type:[[ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer|TransactionBuffer]] * Description:This parameter encapsulates all of the adds, edits and deleted that make up the transaction. You will use this data to write the changes to your underlying data source.
** {{wiki:ProtectedMethod.gif|}} GetAllFeaturesCore(IEnumerable) ** * //This method returns all of the InternalFeatures in the MutipleFeatureSource.// == Remarks == * //This returning collection of Features will include all the features counting all the FeatureSources in this MultipleFeautureSource.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:The return value is a collection of all of the InternalFeatures in the MutipleFeatureSource. == Parameters == * //returningColumnNames// * Type:IEnumerable * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature.
** {{wiki:ProtectedMethod.gif|}} GetFeaturesInsideBoundingBoxCore(RectangleShape,IEnumerable) ** * //This method returns all of the InternalFeatures of this MultipleFeatureSource inside of the specified bounding box.// == Remarks == * //This returning collection of Features will include all the features insides all the FeatureSources in this MultipleFeautureSource.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:This parameter represents the bounding box you with to find InternalFeatures inside of. * //returningColumnNames// * Type:IEnumerable * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature.
** {{wiki:ProtectedMethod.gif|}} GetFeaturesByIdsCore(IEnumerable,IEnumerable) ** * //This method returns a collection of Features by providing a group of Ids.// == Remarks == * //This returning collection of Features will include all the features with the passed in Ids insides all the FeatureSources in this MultipleFeautureSource.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:This method returns a collection of Features by providing a group of Ids. == Parameters == * //ids// * Type:IEnumerable * Description:This parameter represents the group of Ids which uniquely identified the Features in the FeatureSource. * //returningColumnNames// * Type:IEnumerable * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature.
** {{wiki:ProtectedMethod.gif|}} GetFeaturesForDrawingCore(RectangleShape,Double,Double,IEnumerable) ** * //This method returns the InternalFeatures that will be used for drawing.// == Remarks == * //This method returns all of the InternalFeatures of this FeatureSources with the MultipleFeatureSource in this MultipleFeautureSource. inside of the specified bounding box.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:This method returns the InternalFeatures that will be used for drawing. == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:This parameter is the bounding box of the InternalFeatures you want to draw. * //screenWidth// * Type:Double * Description:This parameter is the width in screen pixels of the canvas you will draw on. * //screenHeight// * Type:Double * Description:This parameter is the height in screen pixels of the canvas you will draw on. * //returningColumnNames// * Type:IEnumerable * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature.
** {{wiki:ProtectedMethod.gif|}} GetFeaturesNearestToCore(BaseShape,GeographyUnit,Int32,IEnumerable) ** * //This method will get a user defined number of Features that are closest to the TargetShape from all the FeatureSources within the MutlipleFeatureSource.// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:This method returns a user defined number of InternalFeatures that are closest to the TargetShape from all the FeatureSources within the MutlipleFeatureSource. == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] * Description:This parameter is the shape you should to find close InternalFeatures to. * //unitOfData// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] * Description:This parameter is the unit of what the TargetShape and the FeatureSource is in such as feet, meters etc. * //numberOfItemsToFind// * Type:Int32 * Description:This parameter defines how many close InternalFeatures to find around the TargetShape. * //returningColumnNames// * Type:IEnumerable * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature.
** {{wiki:ProtectedMethod.gif|}} GetFeaturesOutsideBoundingBoxCore(RectangleShape,IEnumerable) ** * //This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box from all the FeatureSources within the MutlipleFeatureSource.// == Remarks == * //This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box. If you are in a transaction and that transaction is live then it will also take that into consideration.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:This method returns all of the Features of this FeatureSource outside of the specified bounding box from all the FeatureSources within the MutlipleFeatureSource. == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:This parameter represents the bounding box you with to find InternalFeatures outside of. * //returningColumnNames// * Type:IEnumerable * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature.
** {{wiki:ProtectedMethod.gif|}} GetFeaturesWithinDistanceOfCore(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable) ** * //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.// == Remarks == * //This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape. It is important to note that the TargetShape and the FeatureSource use the same unit such as feet or meters. If they do not then the results will not be predictable or correct. If there is a current transaction and it is marked as live then the results will include any transaction Feature that applies. The implementation we provided create a bounding box around the TargetShape using the distance supplied and then queries the features inside of it. This may not the most efficient method for this operation. If you underlying data provider exposes a more efficient way we recommend you override the Core version of this method and implement it. The default implementation of GetFeaturesWithinDistanceOfCore uses the GetFeaturesInsideBoundingBoxCore method for speed. We strongly recommend that you provide your own implementation for this method that will be more efficient. We recommend when you override GetFeaturesInsideBoundingBoxCore method that you use any spatial indexes you have at your disposal to make this method as fast as possible.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape. == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] * Description:The shape you wish to find InternalFeatures within a distance of. * //unitOfData// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] * Description:This parameter is the unit of data that the FeatureSource and TargetShape are in. * //distanceUnit// * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] * Description:This parameter specifies the unit of the distance parameter such as feet, miles or kilometers etc. * //distance// * Type:Double * Description:This parameter specifies the distance in which to find InternalFeatures around the TargetShape. * //returningColumnNames// * Type:IEnumerable * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature.
** {{wiki:ProtectedMethod.gif|}} SpatialQueryCore(BaseShape,QueryType,IEnumerable) ** * //This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified.// == Remarks == * //This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified below. This spatial query will apply to all featureSource within this MultipleFeatureSource. Spatial Query Types:Disjoint - This method returns InternalFeatures where the specific Feature and the targetShape have no points in common.Intersects - This method returns InternalFeatures where the specific Feature and the targetShape have at least one point in common.Touches - This method returns InternalFeatures where the specific Feature and the targetShape have at least one boundary point in common, but no interior points.Crosses - This method returns InternalFeatures where the specific Feature and the targetShape share some but not all interior points.Within - This method returns InternalFeatures where the specific Feature lies within the interior of the targetShape.Contains - This method returns InternalFeatures where the specific Feature lies within the interior of the current shape.Overlaps - This method returns InternalFeatures where the specific Feature and the targetShape share some but not all points in common.TopologicalEqual - This method returns InternalFeatures where the specific Feature and the target Shape are topologically equal. The default implementation of SpatialQueryCore uses the GetFeaturesInsideBoundingBoxCore method to pre-filter the spatial query. We strongly recommend that you provide your own implementation for this method that will be more efficient. We recommend when you override that method that you use any spatial indexes you have at your disposal to make this method as fast as possible.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:The return value is a collection of Features that match the spatial query you executed based on the TargetShape. == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] * Description:This parameter specifies the target shape used in the spatial query. * //queryType// * Type:[[ThinkGeo.MapSuite.SilverlightCore.QueryType|QueryType]] * Description:This parameter specifies what kind of spatial query you wish to perform. * //returningColumnNames// * Type:IEnumerable * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature.
** {{wiki:ProtectedMethod.gif|}} GetFirstFeaturesWellKnownTypeCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.WellKnownType|WellKnownType]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> * Description:N/A == Parameters == * //rectangles// * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> * Description:N/A == Parameters == * //rectangles// * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A == Parameters == * //rectangle// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A == Parameters == * //rectangle// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(BaseShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] * Description:N/A == Parameters == * //baseShape// * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(Feature) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(Feature) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetColumnNamesInsideFeatureSource(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //returningColumnNames// * Type:IEnumerable * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetColumnNamesOutsideFeatureSource(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //returningColumnNames// * Type:IEnumerable * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetReturningColumnNames(ReturningColumnsType) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnCustomColumnFetch(CustomColumnFetchEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.SilverlightCore.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnCommittingTransaction(CommittingTransactionEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.SilverlightCore.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnCommittedTransaction(CommittedTransactionEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.SilverlightCore.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnOpeningFeatureSource(OpeningFeatureSourceEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.SilverlightCore.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnOpenedFeatureSource(OpenedFeatureSourceEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.SilverlightCore.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnClosingFeatureSource(ClosingFeatureSourceEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.SilverlightCore.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnClosedFeatureSource(ClosedFeatureSourceEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.SilverlightCore.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ExecuteNonQueryCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //sqlStatement// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFeaturesByColumnValueCore(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
** {{wiki:ProtectedMethod.gif|}} GetFeaturesByColumnValueCore(String,String,IEnumerable) ** * //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 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} uBM=(RectangleShape,Double,Double,IEnumerable,RectangleShape) ** * //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 * Description:N/A * //wrappingExtent// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} uRM=(RectangleShape,Double,Double,IEnumerable,RectangleShape) ** * //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 * Description:N/A * //wrappingExtent// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} uhM=(RectangleShape,Double,Double,IEnumerable,RectangleShape) ** * //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 * Description:N/A * //wrappingExtent// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} FeatureSources ** This property specify the FeatureSource collection within the MultipleFeatureSource. == Remarks == N/A == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]]> ** {{wiki:PublicProperty.gif|}} IsEditable ** This property returns if the FeatureSource allows edits or is read only. == Remarks == This property is useful to check if a specific FeatureSource accepts editing. If you call the BeginTransaction and this property is false then an exception will be raised. For developers who are creating or extending a FeatureSource it is expected that you override this virtual method if the new FeatureSource you are creating allows edits. By default the decimalDegreesValue if false meaning that if you want to allow edits you must override this method and return true. == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} CanExecuteSqlQuery ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsOpen ** N/A == Remarks == N/A == 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 ** {{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 Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] ** {{wiki:PublicEvent.gif|}} CustomColumnFetch ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] ** {{wiki:PublicEvent.gif|}} CommittingTransaction ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] ** {{wiki:PublicEvent.gif|}} CommittedTransaction ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] ** {{wiki:PublicEvent.gif|}} OpeningFeatureSource ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} OpenedFeatureSource ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} ClosingFeatureSource ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} ClosedFeatureSource ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]]