User Tools

Site Tools


thinkgeo.mapsuite.core.multiplefeaturesource

This is an old revision of the document!


ThinkGeo.MapSuite.Core.MultipleFeatureSource

This MultipleFeatureSource is a special FeatureSource which holds a bunch of FeatureSource.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.FeatureSource
      • ThinkGeo.MapSuite.Core.MultipleFeatureSource

Members Summary

Public Constructors

MultipleFeatureSource

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This is the default constructor for the MultipleFeatureSource class.

MultipleFeatureSource

  • Parameters:IEnumerable<FeatureSource>
  • DeclaringType:N/A
  • Summary:This is a constructor for the class by passing a group of FeeatureSources.

Protected Constructors

Public Methods

AddColumn

AddFeature

AddFeature

AddFeature

ApplyFilters

  • Parameters:IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

BeginTransaction

CanGetBoundingBoxQuickly

CanGetCountQuickly

CloneDeep

Close

CommitTransaction

DeleteColumn

DeleteFeature

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

ExecuteNonQuery

ExecuteQuery

ExecuteScalar

GetAllFeatures

GetAllFeatures

GetAllFeatures

  • Parameters:IEnumerable<String>,Int32,Int32
  • DeclaringType:FeatureSource
  • Summary:N/A

GetAllFeatures

GetAllFeatures

  • Parameters:IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

GetBoundingBox

GetBoundingBoxById

GetBoundingBoxByIds

  • Parameters:IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

GetBoundingBoxesByIds

  • Parameters:IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

GetColumns

GetCount

GetDistinctColumnValues

GetFeatureById

  • Parameters:String,IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

GetFeatureById

GetFeaturesByColumnValue

  • Parameters:String,String,IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

GetFeaturesByColumnValue

  • Parameters:String,String
  • DeclaringType:FeatureSource
  • Summary:N/A

GetFeaturesByColumnValue

GetFeaturesByIds

GetFeaturesByIds

  • Parameters:IEnumerable<String>,IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

GetFeaturesByIds

  • Parameters:IEnumerable<String>,IEnumerable<String>,IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

GetFeaturesForDrawing

GetFeaturesForDrawing

GetFeaturesForDrawing

GetFeaturesInsideBoundingBox

GetFeaturesNearestTo

GetFeaturesNearestTo

GetFeaturesNearestTo

GetFeaturesNearestTo

GetFeaturesNearestTo

GetFeaturesOutsideBoundingBox

GetFeaturesWithinDistanceOf

GetFeaturesWithinDistanceOf

GetFirstFeaturesWellKnownType

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Open

RefreshColumns

RollbackTransaction

SpatialQuery

SpatialQuery

SpatialQuery

SpatialQuery

SpatialQuery

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

UpdateColumn

UpdateFeature

UpdateFeature

UpdateFeature

Protected Methods

ApplyFiltersCore

  • Parameters:IEnumerable<Feature>,IEnumerable<String>,String
  • DeclaringType:FeatureSource
  • Summary:N/A

CanGetBoundingBoxQuicklyCore

CanGetCountQuicklyCore

CloneDeepCore

CloseCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method closes the FeatureSource and releases any resources it was using.

CommitTransactionCore

  • Parameters:TransactionBuffer
  • DeclaringType:N/A
  • Summary:This API is not supported in this concrete FeatureSource: MultipleFeatureSource.

ConvertToExternalProjection

ConvertToExternalProjection

ConvertToExternalProjection

ConvertToExternalProjection

ConvertToInternalProjection

ConvertToInternalProjection

ConvertToInternalProjection

ConvertToInternalProjection

ConvertToInternalProjection

ExecuteNonQueryCore

ExecuteQueryCore

ExecuteScalarCore

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetAllFeaturesCore

  • Parameters:IEnumerable<String>,Int32,Int32
  • DeclaringType:FeatureSource
  • Summary:N/A

GetAllFeaturesCore

  • Parameters:IEnumerable<String>
  • DeclaringType:N/A
  • Summary:This method returns all of the InternalFeatures in the MutipleFeatureSource.

GetBoundingBoxByIdCore

GetBoundingBoxCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource.

GetColumnNamesInsideFeatureSource

  • Parameters:IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

GetColumnNamesOutsideFeatureSource

  • Parameters:IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

GetColumnsCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the columns available for the FeatureSources within this MultipleFeatureSource.

GetCountCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the count of the number of records in this FeatureSource.

GetDistinctColumnValuesCore

GetFeaturesByColumnValueCore

  • Parameters:String,String,IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

GetFeaturesByIdsCore

  • Parameters:IEnumerable<String>,IEnumerable<String>
  • DeclaringType:N/A
  • Summary:This method returns a collection of Features by providing a group of Ids.

GetFeaturesForDrawingCore

  • Parameters:RectangleShape,Double,Double,IEnumerable<String>
  • DeclaringType:N/A
  • Summary:This method returns the InternalFeatures that will be used for drawing.

GetFeaturesInsideBoundingBoxCore

  • Parameters:RectangleShape,IEnumerable<String>
  • DeclaringType:N/A
  • Summary:This method returns all of the InternalFeatures of this MultipleFeatureSource inside of the specified bounding box.

GetFeaturesNearestToCore

  • Parameters:BaseShape,GeographyUnit,Int32,IEnumerable<String>
  • DeclaringType:N/A
  • Summary:This method will get a user defined number of Features that are closest to the TargetShape from all the FeatureSources within the MutlipleFeatureSource.

GetFeaturesOutsideBoundingBoxCore

  • Parameters:RectangleShape,IEnumerable<String>
  • DeclaringType:N/A
  • Summary:This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box from all the FeatureSources within the MutlipleFeatureSource.

GetFeaturesWithinDistanceOfCore

  • Parameters:BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>
  • DeclaringType:N/A
  • Summary:This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape.This query will apply to all featureSource within this MultipleFeatureSource.

GetFirstFeaturesWellKnownTypeCore

GetReturningColumnNames

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

OnCustomColumnFetch

OpenCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method opens the FeatureSource so that it is initialized and ready to use.

SpatialQueryCore

  • Parameters:BaseShape,QueryType,IEnumerable<String>
  • DeclaringType:N/A
  • Summary:This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified.

WhQ=

XBQ=

XRQ=

XhQ=

XxQ=

ahQ=

cRQ=

dRQ=

  • Parameters:IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

dxQ=

eBQ=

  • Parameters:IEnumerable<String>,Func<IEnumerable<String>,Collection<Feature»,IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

eBQ=

  • Parameters:IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

eRQ=

  • Parameters:IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

ehQ=

  • Parameters:IEnumerable<String>,IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

exQ=

fxQ=

gBQ=

  • Parameters:IEnumerable<String>,IEnumerable<String>
  • DeclaringType:FeatureSource
  • Summary:N/A

Public Properties

CanExecuteSqlQuery

  • Return:Boolean
  • Summary:N/A

CanModifyColumnStructure

  • Return:Boolean
  • Summary:N/A

FeatureIdsToExclude

  • Return:Collection<String>
  • Summary:N/A

FeatureSources

  • Return:Collection<FeatureSource>
  • Summary:This property specify the FeatureSource collection within the MultipleFeatureSource.

Filters

  • Return:Collection<String>
  • Summary:N/A

GeoCache

GeometryValidationMode

Id

  • Return:String
  • Summary:N/A

IsEditable

  • Return:Boolean
  • Summary:This property returns if the FeatureSource allows edits or is read only.

IsInTransaction

  • Return:Boolean
  • Summary:N/A

IsOpen

  • Return:Boolean
  • Summary:N/A

IsTransactionLive

  • Return:Boolean
  • Summary:N/A

LinkExpressions

  • Return:Collection<String>
  • Summary:N/A

LinkSources

MaxRecordsToDraw

  • Return:Int32
  • Summary:N/A

Projection

TransactionBuffer

Protected Properties

CanExecuteSqlQueryCore

  • Return:Boolean
  • Summary:N/A

CanModifyColumnStructureCore

  • Return:Boolean
  • Summary:N/A

FeatureSourceColumns

IsOpenCore

  • Return:Boolean
  • Summary:N/A

Public Events

Public Constructors

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

MultipleFeatureSource(IEnumerable<FeatureSource>)

This is a constructor for the class by passing a group of FeeatureSources.

Remarks

N/A

Parameters

featureSources

  • Type:IEnumerable<FeatureSource>
  • Description:The target FeatureSources will be included in this MultipleFeatureSource. Go Back ===== Protected Constructors ===== ===== Public Methods ===== === AddColumn(FeatureSourceColumn) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== featureSourceColumn * Type:FeatureSourceColumn * Description:N/A Go Back === AddFeature(BaseShape,IDictionary<String,String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== shape * Type:BaseShape * Description:N/A columnValues * Type:IDictionary<String,String> * Description:N/A Go Back === AddFeature(BaseShape) === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== shape * Type:BaseShape * Description:N/A Go Back === AddFeature(Feature) === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== feature * Type:Feature * Description:N/A Go Back === ApplyFilters(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== features * Type:IEnumerable<Feature> * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A filters * Type:IEnumerable<String> * Description:N/A Go Back === BeginTransaction() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === CanGetBoundingBoxQuickly() === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== Go Back === CanGetCountQuickly() === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== Go Back === CloneDeep() === N/A ==== Remarks ==== N/A Return Value * Return Type:FeatureSource * Description:N/A ==== Parameters ==== Go Back === Close() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === CommitTransaction() === N/A ==== Remarks ==== N/A Return Value * Return Type:TransactionResult * Description:N/A ==== Parameters ==== Go Back === DeleteColumn(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A Go Back === DeleteFeature(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== id * Type:String * Description:N/A Go Back === Equals(Object) === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== obj * Type:Object * Description:N/A Go Back === ExecuteNonQuery(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== sqlStatement * Type:String * Description:N/A Go Back === ExecuteQuery(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:DataTable * Description:N/A ==== Parameters ==== sqlStatement * Type:String * Description:N/A Go Back === ExecuteScalar(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== sqlStatement * Type:String * Description:N/A Go Back === GetAllFeatures(ReturningColumnsType,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== returningColumnTypes * Type:ReturningColumnsType * Description:N/A startIndex * Type:Int32 * Description:N/A Go Back === GetAllFeatures(ReturningColumnsType,Int32,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== returningColumnTypes * Type:ReturningColumnsType * Description:N/A startIndex * Type:Int32 * Description:N/A takeCount * Type:Int32 * Description:N/A Go Back === GetAllFeatures(IEnumerable<String>,Int32,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:N/A startIndex * Type:Int32 * Description:N/A takeCount * Type:Int32 * Description:N/A Go Back === GetAllFeatures(ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === GetAllFeatures(IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetBoundingBox() === N/A ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:N/A ==== Parameters ==== Go Back === GetBoundingBoxById(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:N/A ==== Parameters ==== id * Type:String * Description:N/A Go Back === GetBoundingBoxByIds(IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:N/A ==== Parameters ==== ids * Type:IEnumerable<String> * Description:N/A Go Back === GetBoundingBoxesByIds(IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<RectangleShape> * Description:N/A ==== Parameters ==== ids * Type:IEnumerable<String> * Description:N/A Go Back === GetColumns() === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<FeatureSourceColumn> * Description:N/A ==== Parameters ==== Go Back === GetCount() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetDistinctColumnValues(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<DistinctColumnValue> * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A Go Back === GetFeatureById(String,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Feature * Description:N/A ==== Parameters ==== id * Type:String * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeatureById(String,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Feature * Description:N/A ==== Parameters ==== id * Type:String * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === GetFeaturesByColumnValue(String,String,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A columnValue * Type:String * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesByColumnValue(String,String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A columnValue * Type:String * Description:N/A Go Back === GetFeaturesByColumnValue(String,String,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A columnValue * Type:String * Description:N/A returningColumnType * Type:ReturningColumnsType * Description:N/A Go Back === GetFeaturesByIds(IEnumerable<String>,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== ids * Type:IEnumerable<String> * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== ids * Type:IEnumerable<String> * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== ids * Type:IEnumerable<String> * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A filters * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:N/A screenWidth * Type:Double * Description:N/A screenHeight * Type:Double * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:N/A screenWidth * Type:Double * Description:N/A screenHeight * Type:Double * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A filters * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesForDrawing(RectangleShape,Double,Double,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:N/A screenWidth * Type:Double * Description:N/A screenHeight * Type:Double * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === GetFeaturesInsideBoundingBox(RectangleShape,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetFeature * Type:Feature * Description:N/A unitOfData * Type:GeographyUnit * Description:N/A maxItemsToFind * Type:Int32 * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetFeature * Type:Feature * Description:N/A unitOfData * Type: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:DistanceUnit * Description:N/A Go Back === GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetShape * Type:BaseShape * Description:N/A unitOfData * Type: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:DistanceUnit * Description:N/A Go Back === GetFeaturesNearestTo(Feature,GeographyUnit,Int32,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetFeature * Type:Feature * Description:N/A unitOfData * Type:GeographyUnit * Description:N/A maxItemsToFind * Type:Int32 * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetShape * Type:BaseShape * Description:N/A unitOfData * Type:GeographyUnit * Description:N/A maxItemsToFind * Type:Int32 * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetShape * Type:BaseShape * Description:N/A unitOfFeatureSource * Type:GeographyUnit * Description:N/A maxItemsToFind * Type:Int32 * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesOutsideBoundingBox(RectangleShape,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesOutsideBoundingBox(RectangleShape,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetFeature * Type:Feature * Description:N/A unitOfData * Type:GeographyUnit * Description:N/A distanceUnit * Type:DistanceUnit * Description:N/A distance * Type:Double * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetShape * Type:BaseShape * Description:N/A unitOfData * Type:GeographyUnit * Description:N/A distanceUnit * Type:DistanceUnit * Description:N/A distance * Type:Double * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetShape * Type:BaseShape * Description:N/A unitOfData * Type:GeographyUnit * Description:N/A distanceUnit * Type:DistanceUnit * Description:N/A distance * Type:Double * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetFeature * Type:Feature * Description:N/A unitOfData * Type:GeographyUnit * Description:N/A distanceUnit * Type:DistanceUnit * Description:N/A distance * Type:Double * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === GetFirstFeaturesWellKnownType() === N/A ==== Remarks ==== N/A Return Value * Return Type:WellKnownType * Description:N/A ==== Parameters ==== Go Back === GetHashCode() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetType() === N/A ==== Remarks ==== N/A Return Value * Return Type:Type * Description:N/A ==== Parameters ==== Go Back === Open() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === RefreshColumns() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === RollbackTransaction() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === SpatialQuery(BaseShape,QueryType,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetShape * Type:BaseShape * Description:N/A queryType * Type:QueryType * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === SpatialQuery(Feature,QueryType,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== feature * Type:Feature * Description:N/A queryType * Type:QueryType * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === SpatialQuery(Feature,QueryType,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== feature * Type:Feature * Description:N/A queryType * Type:QueryType * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === SpatialQuery(BaseShape,QueryType,ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetShape * Type:BaseShape * Description:N/A queryType * Type:QueryType * Description:N/A returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === SpatialQuery(BaseShape,QueryType,IEnumerable<String>,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== targetShape * Type:BaseShape * Description:N/A queryType * Type:QueryType * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A filters * Type:IEnumerable<String> * Description:N/A Go Back === ToString() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back === UpdateColumn(String,FeatureSourceColumn) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A newFeatureSourceColumn * Type:FeatureSourceColumn * Description:N/A Go Back === UpdateFeature(BaseShape,IDictionary<String,String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== shape * Type:BaseShape * Description:N/A columnValues * Type:IDictionary<String,String> * Description:N/A Go Back === UpdateFeature(BaseShape) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== shape * Type:BaseShape * Description:N/A Go Back === UpdateFeature(Feature) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== feature * Type:Feature * Description:N/A Go Back ===== Protected Methods ===== === ApplyFiltersCore(IEnumerable<Feature>,IEnumerable<String>,String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== features * Type:IEnumerable<Feature> * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A linkExpression * Type:String * Description:N/A Go Back === CanGetBoundingBoxQuicklyCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== Go Back === CanGetCountQuicklyCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== Go Back === CloneDeepCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:FeatureSource * Description:N/A ==== Parameters ==== Go Back === 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 * Return Type:Void * Description:None ==== Parameters ==== Go Back === CommitTransactionCore(TransactionBuffer) === This API is not supported in this concrete FeatureSource: MultipleFeatureSource. ==== Remarks ==== N/A Return Value * Return Type: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: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. Go Back === ConvertToExternalProjection(Feature) === N/A ==== Remarks ==== N/A Return Value * Return Type:Feature * Description:N/A ==== Parameters ==== feature * Type:Feature * Description:N/A Go Back === ConvertToExternalProjection(IEnumerable<RectangleShape>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<RectangleShape> * Description:N/A ==== Parameters ==== rectangles * Type:IEnumerable<RectangleShape> * Description:N/A Go Back === ConvertToExternalProjection(RectangleShape) === N/A ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:N/A ==== Parameters ==== rectangle * Type:RectangleShape * Description:N/A Go Back === ConvertToExternalProjection(IEnumerable<Feature>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== features * Type:IEnumerable<Feature> * Description:N/A Go Back === ConvertToInternalProjection(Feature) === N/A ==== Remarks ==== N/A Return Value * Return Type:Feature * Description:N/A ==== Parameters ==== feature * Type:Feature * Description:N/A Go Back === ConvertToInternalProjection(IEnumerable<Feature>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== features * Type:IEnumerable<Feature> * Description:N/A Go Back === ConvertToInternalProjection(RectangleShape) === N/A ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:N/A ==== Parameters ==== rectangle * Type:RectangleShape * Description:N/A Go Back === ConvertToInternalProjection(IEnumerable<RectangleShape>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<RectangleShape> * Description:N/A ==== Parameters ==== rectangles * Type:IEnumerable<RectangleShape> * Description:N/A Go Back === ConvertToInternalProjection(BaseShape) === N/A ==== Remarks ==== N/A Return Value * Return Type:BaseShape * Description:N/A ==== Parameters ==== baseShape * Type:BaseShape * Description:N/A Go Back === ExecuteNonQueryCore(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== sqlStatement * Type:String * Description:N/A Go Back === ExecuteQueryCore(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:DataTable * Description:N/A ==== Parameters ==== sqlStatement * Type:String * Description:N/A Go Back === ExecuteScalarCore(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== sqlStatement * Type:String * Description:N/A Go Back === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === GetAllFeaturesCore(IEnumerable<String>,Int32,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:N/A startIndex * Type:Int32 * Description:N/A takeCount * Type:Int32 * Description:N/A Go Back === GetAllFeaturesCore(IEnumerable<String>) === 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 * Return Type:Collection<Feature> * Description:The return value is a collection of all of the InternalFeatures in the MutipleFeatureSource. ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. Go Back === GetBoundingBoxByIdCore(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:N/A ==== Parameters ==== id * Type:String * Description:N/A Go Back === GetBoundingBoxCore() === This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource. ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:This method returns the bounding box which encompasses all of the FeatureSources in the MutlpleFeatureSource. ==== Parameters ==== Go Back === GetColumnNamesInsideFeatureSource(IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:N/A ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetColumnNamesOutsideFeatureSource(IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:N/A ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetColumnsCore() === This method returns the columns available for the FeatureSources within this MultipleFeatureSource. ==== Remarks ==== N/A Return Value * Return Type:Collection<FeatureSourceColumn> * Description:This method returns the columns available for the FeatureSources within this MultipleFeatureSource. ==== Parameters ==== Go Back === 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 * Return Type:Int32 * Description:This method returns the count of the number of records in this FeatureSource. ==== Parameters ==== Go Back === GetDistinctColumnValuesCore(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<DistinctColumnValue> * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A Go Back === GetFeaturesByColumnValueCore(String,String,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A columnValue * Type:String * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === GetFeaturesByIdsCore(IEnumerable<String>,IEnumerable<String>) === 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 * Return Type:Collection<Feature> * Description:This method returns a collection of Features by providing a group of Ids. ==== Parameters ==== ids * Type:IEnumerable<String> * Description:This parameter represents the group of Ids which uniquely identified the Features in the FeatureSource. returningColumnNames * Type:IEnumerable<String> * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. Go Back === GetFeaturesForDrawingCore(RectangleShape,Double,Double,IEnumerable<String>) === 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 * Return Type:Collection<Feature> * Description:This method returns the InternalFeatures that will be used for drawing. ==== Parameters ==== boundingBox * Type: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<String> * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. Go Back === GetFeaturesInsideBoundingBoxCore(RectangleShape,IEnumerable<String>) === 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 * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:This parameter represents the bounding box you with to find InternalFeatures inside of. returningColumnNames * Type:IEnumerable<String> * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. Go Back === GetFeaturesNearestToCore(BaseShape,GeographyUnit,Int32,IEnumerable<String>) === 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 * Return Type:Collection<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:BaseShape * Description:This parameter is the shape you should to find close InternalFeatures to. unitOfData * Type:GeographyUnit * Description:This parameter is the unit of what the TargetShape and the FeatureSource is in such as feet, meters etc. maxItemsToFind * Type:Int32 * Description:This parameter defines how many close InternalFeatures to find around the TargetShape. returningColumnNames * Type:IEnumerable<String> * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. Go Back === GetFeaturesOutsideBoundingBoxCore(RectangleShape,IEnumerable<String>) === 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 * Return Type:Collection<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:RectangleShape * Description:This parameter represents the bounding box you with to find InternalFeatures outside of. returningColumnNames * Type:IEnumerable<String> * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. Go Back === GetFeaturesWithinDistanceOfCore(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>) === 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 * Return Type:Collection<Feature> * Description:This method returns a collection of InternalFeatures that are within a certain distance of the TargetShape. ==== Parameters ==== targetShape * Type:BaseShape * Description:The shape you wish to find InternalFeatures within a distance of. unitOfData * Type:GeographyUnit * Description:This parameter is the unit of data that the FeatureSource and TargetShape are in. distanceUnit * Type: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<String> * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. Go Back === GetFirstFeaturesWellKnownTypeCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:WellKnownType * Description:N/A ==== Parameters ==== Go Back === GetReturningColumnNames(ReturningColumnsType) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:N/A ==== Parameters ==== returningColumnNamesType * Type:ReturningColumnsType * Description:N/A Go Back === MemberwiseClone() === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== Go Back === OnAppliedFilters(AppliedFiltersFeatureSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:AppliedFiltersFeatureSourceEventArgs * Description:N/A Go Back === OnApplyingFilters(ApplyingFiltersFeatureSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:ApplyingFiltersFeatureSourceEventArgs * Description:N/A Go Back === OnClosedFeatureSource(ClosedFeatureSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:ClosedFeatureSourceEventArgs * Description:N/A Go Back === OnClosingFeatureSource(ClosingFeatureSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:ClosingFeatureSourceEventArgs * Description:N/A Go Back === OnCommittedTransaction(CommittedTransactionEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:CommittedTransactionEventArgs * Description:N/A Go Back === OnCommittingTransaction(CommittingTransactionEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:CommittingTransactionEventArgs * Description:N/A Go Back === OnCustomColumnFetch(CustomColumnFetchEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:CustomColumnFetchEventArgs * Description:N/A Go Back === OnDrawingProgressChanged(DrawingProgressChangedEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:DrawingProgressChangedEventArgs * Description:N/A Go Back === OnGettingColumns(GettingColumnsFeatureSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:GettingColumnsFeatureSourceEventArgs * Description:N/A Go Back === OnGettingFeaturesByIds(GettingFeaturesByIdsFeatureSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:GettingFeaturesByIdsFeatureSourceEventArgs * Description:N/A Go Back === OnGettingFeaturesForDrawing(GettingFeaturesForDrawingFeatureSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:GettingFeaturesForDrawingFeatureSourceEventArgs * Description:N/A Go Back === OnGottenColumns(GottenColumnsFeatureSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:GottenColumnsFeatureSourceEventArgs * Description:N/A Go Back === OnOpenedFeatureSource(OpenedFeatureSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:OpenedFeatureSourceEventArgs * Description:N/A Go Back === OnOpeningFeatureSource(OpeningFeatureSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:OpeningFeatureSourceEventArgs * Description:N/A Go Back === 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 * Return Type:Void * Description:None ==== Parameters ==== Go Back === SpatialQueryCore(BaseShape,QueryType,IEnumerable<String>) === This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified. ==== Remarks ==== This method returns all of the InternalFeatures based on the target Feature and the spatial query type specified below. This spatial query will apply to all featureSource within this MultipleFeatureSource. Spatial Query Types:Disjoint - This method returns InternalFeatures where the specific Feature and the targetShape have no points in common.Intersects - This method returns InternalFeatures where the specific Feature and the targetShape have at least one point in common.Touches - This method returns InternalFeatures where the specific Feature and the targetShape have at least one boundary point in common, but no interior points.Crosses - This method returns InternalFeatures where the specific Feature and the targetShape share some but not all interior points.Within - This method returns InternalFeatures where the specific Feature lies within the interior of the targetShape.Contains - This method returns InternalFeatures where the specific Feature lies within the interior of the current shape.Overlaps - This method returns InternalFeatures where the specific Feature and the targetShape share some but not all points in common.TopologicalEqual - This method returns InternalFeatures where the specific Feature and the target Shape are topologically equal. The default implementation of SpatialQueryCore uses the GetFeaturesInsideBoundingBoxCore method to pre-filter the spatial query. We strongly recommend that you provide your own implementation for this method that will be more efficient. We recommend when you override that method that you use any spatial indexes you have at your disposal to make this method as fast as possible. Return Value * Return Type:Collection<Feature> * Description:The return value is a collection of Features that match the spatial query you executed based on the TargetShape. ==== Parameters ==== targetShape * Type:BaseShape * Description:This parameter specifies the target shape used in the spatial query. queryType * Type:QueryType * Description:This parameter specifies what kind of spatial query you wish to perform. returningColumnNames * Type:IEnumerable<String> * Description:This parameter allows you to select the field names of the column data you wish to return with each Feature. Go Back === WhQ=(Collection<Feature>,Collection<String>,Boolean) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== sourceFeatures * Type:Collection<Feature> * Description:N/A fieldNamesOutsideOfSource * Type:Collection<String> * Description:N/A forceRaiseEvent * Type:Boolean * Description:N/A Go Back === XBQ=(Collection<Feature>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== returnFeatures * Type:Collection<Feature> * Description:N/A Go Back === XRQ=(RectangleShape,Collection<Feature>,Boolean) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:N/A returnFeatures * Type:Collection<Feature> * Description:N/A needUpdateProjection * Type:Boolean * Description:N/A Go Back === XhQ=(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:N/A screenWidth * Type:Double * Description:N/A screenHeight * Type:Double * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A wrappingExtent * Type:RectangleShape * Description:N/A Go Back === XxQ=(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== boundingBox * Type:RectangleShape * Description:N/A screenWidth * Type:Double * Description:N/A screenHeight * Type:Double * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A wrappingExtent * Type:RectangleShape * Description:N/A Go Back === ahQ=(RectangleShape) === N/A ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:N/A ==== Parameters ==== rectangle * Type:RectangleShape * Description:N/A Go Back === cRQ=(Collection<Feature>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== sourceFeatures * Type:Collection<Feature> * Description:N/A Go Back === dRQ=(IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:N/A ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === dxQ=(IEnumerable<String>,IEnumerable<String>,ZoomLevel,Func<Collection<Feature»,IEnumerable<String>,RectangleShape) === N/A ==== Remarks ==== N/A Return Value * Return Type:Dictionary<String,Collection<Feature» * Description:N/A ==== Parameters ==== styleFilters * Type:IEnumerable<String> * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A currentZoomLevel * Type:ZoomLevel * Description:N/A func * Type:Func<Collection<Feature» * Description:N/A ids * Type:IEnumerable<String> * Description:N/A extent * Type:RectangleShape * Description:N/A Go Back === eBQ=(IEnumerable<String>,Func<IEnumerable<String>,Collection<Feature»,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:N/A getFeatures * Type:Func<IEnumerable<String>,Collection<Feature» * Description:N/A filters * Type:IEnumerable<String> * Description:N/A Go Back === eBQ=(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<Feature> * Description:N/A ==== Parameters ==== features * Type:IEnumerable<Feature> * Description:N/A returningColumnNames * Type:IEnumerable<String> * Description:N/A filters * Type:IEnumerable<String> * Description:N/A linkingColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === eRQ=(IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:N/A ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:N/A Go Back === ehQ=(IEnumerable<String>,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:N/A ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:N/A filters * Type:IEnumerable<String> * Description:N/A Go Back === exQ=() === N/A ==== Remarks ==== N/A Return Value * Return Type:IEnumerable<LinkSource> * Description:N/A ==== Parameters ==== Go Back === fxQ=(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A Go Back === gBQ=(IEnumerable<String>,IEnumerable<String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== returningColumnNames * Type:IEnumerable<String> * Description:N/A filters * Type:IEnumerable<String> * Description:N/A Go Back ===== Public Properties ===== === CanExecuteSqlQuery === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === CanModifyColumnStructure === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === FeatureIdsToExclude === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<String> Go Back === FeatureSources === This property specify the FeatureSource collection within the MultipleFeatureSource. ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<FeatureSource> Go Back === Filters === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<String> Go Back === GeoCache === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:FeatureCache Go Back === GeometryValidationMode === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:GeometryValidationMode Go Back === Id === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:String Go Back === IsEditable === This property returns if the FeatureSource allows edits or is read only. ==== Remarks ==== This property is useful to check if a specific FeatureSource accepts editing. If you call the BeginTransaction and this property is false then an exception will be raised. For developers who are creating or extending a FeatureSource it is expected that you override this virtual method if the new FeatureSource you are creating allows edits. By default the decimalDegreesValue if false meaning that if you want to allow edits you must override this method and return true. ==== Return Value ==== Return Type:Boolean Go Back === IsInTransaction === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === IsOpen === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === IsTransactionLive === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === LinkExpressions === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<String> Go Back === LinkSources === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<LinkSource> Go Back === MaxRecordsToDraw === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Int32 Go Back === Projection === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Projection Go Back === TransactionBuffer === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:TransactionBuffer Go Back ===== Protected Properties ===== === CanExecuteSqlQueryCore === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === CanModifyColumnStructureCore === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === FeatureSourceColumns === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<FeatureSourceColumn> Go Back === IsOpenCore === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back ===== Public Events ===== === AppliedFilters === N/A ==== Remarks ==== N/A Event Arguments:AppliedFiltersFeatureSourceEventArgs Go Back === ApplyingFilters === N/A ==== Remarks ==== N/A Event Arguments:ApplyingFiltersFeatureSourceEventArgs Go Back === ClosedFeatureSource === N/A ==== Remarks ==== N/A Event Arguments:ClosedFeatureSourceEventArgs Go Back === ClosingFeatureSource === N/A ==== Remarks ==== N/A Event Arguments:ClosingFeatureSourceEventArgs Go Back === CommittedTransaction === N/A ==== Remarks ==== N/A Event Arguments:CommittedTransactionEventArgs Go Back === CommittingTransaction === N/A ==== Remarks ==== N/A Event Arguments:CommittingTransactionEventArgs Go Back === CustomColumnFetch === N/A ==== Remarks ==== N/A Event Arguments:CustomColumnFetchEventArgs Go Back === DrawingProgressChanged === N/A ==== Remarks ==== N/A Event Arguments:DrawingProgressChangedEventArgs Go Back === GettingColumns === N/A ==== Remarks ==== N/A Event Arguments:GettingColumnsFeatureSourceEventArgs Go Back === GettingFeaturesByIds === N/A ==== Remarks ==== N/A Event Arguments:GettingFeaturesByIdsFeatureSourceEventArgs Go Back === GettingFeaturesForDrawing === N/A ==== Remarks ==== N/A Event Arguments:GettingFeaturesForDrawingFeatureSourceEventArgs Go Back === GottenColumns === N/A ==== Remarks ==== N/A Event Arguments:GottenColumnsFeatureSourceEventArgs Go Back === OpenedFeatureSource === N/A ==== Remarks ==== N/A Event Arguments:OpenedFeatureSourceEventArgs Go Back === OpeningFeatureSource === N/A ==== Remarks ==== N/A Event Arguments**:OpeningFeatureSourceEventArgs

Go Back

thinkgeo.mapsuite.core.multiplefeaturesource.1442486137.txt.gz · Last modified: 2015/09/17 10:35 by admin