====== ThinkGeo.MapSuite.Layers.OracleFeatureSource ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Layers.FeatureSource ***ThinkGeo.MapSuite.Layers.OracleFeatureSource** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} OracleFeatureSource() ** * //This is the constructor for the class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} OracleFeatureSource(String,String,String) ** * //This is the constructor for the class.// == Remarks == * //None// == Parameters == * //connectionString// * Type:String * Description:This parameter represents the connection string to connect to the server. * //tableName// * Type:String * Description:This parameter represents the table name being accessed. * //featureIdColumn// * Type:String * Description:This parameter represents the name of the column that holds the unique feature Id.
** {{wiki:PublicMethod.gif|}} OracleFeatureSource(String,String,String,DatabaseConnectionMode) ** * //N/A// == Remarks == * //N/A// == Parameters == * //connectionString// * Type:String * Description:N/A * //tableName// * Type:String * Description:N/A * //featureIdColumn// * Type:String * Description:N/A * //databaseConnectionMode// * Type:[[ThinkGeo.MapSuite.Layers.DatabaseConnectionMode|DatabaseConnectionMode]] * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} BuildIndex() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} BuildIndex(BuildIndexMode) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //mode// * Type:[[ThinkGeo.MapSuite.Layers.BuildIndexMode|BuildIndexMode]] * Description:N/A
** {{wiki:PublicMethod.gif|}} CanGetBoundingBoxQuickly() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} CanGetCountQuickly() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetDistinctColumnValues(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.DistinctColumnValue|DistinctColumnValue]]> * Description:N/A == Parameters == * //columnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} GetAllFeatures(ReturningColumnsType,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //returningColumnTypes// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A * //startIndex// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} GetAllFeatures(ReturningColumnsType,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //returningColumnTypes// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A * //startIndex// * Type:Int32 * Description:N/A * //takeCount// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} GetAllFeatures(IEnumerable,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //returningColumnNames// * Type:IEnumerable * Description:N/A * //startIndex// * Type:Int32 * Description:N/A * //takeCount// * Type:Int32 * 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.Layers.TransactionResult|TransactionResult]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} AddColumn(FeatureSourceColumn) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //featureSourceColumn// * Type:[[ThinkGeo.MapSuite.Layers.FeatureSourceColumn|FeatureSourceColumn]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DeleteColumn(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //columnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} UpdateColumn(String,FeatureSourceColumn) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //columnName// * Type:String * Description:N/A * //newFeatureSourceColumn// * Type:[[ThinkGeo.MapSuite.Layers.FeatureSourceColumn|FeatureSourceColumn]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetAllFeatures(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeaturesOutsideBoundingBox(RectangleShape,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeatureIdsInsideBoundingBox(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A * //screenWidth// * Type:Double * Description:N/A * //screenHeight// * Type:Double * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} SpatialQuery(BaseShape,QueryType,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //queryType// * Type:[[ThinkGeo.MapSuite.Layers.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //queryType// * Type:[[ThinkGeo.MapSuite.Layers.QueryType|QueryType]] * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} SpatialQuery(Feature,QueryType,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A * //queryType// * Type:[[ThinkGeo.MapSuite.Layers.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A * //queryType// * Type:[[ThinkGeo.MapSuite.Layers.QueryType|QueryType]] * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //unitOfFeatureSource// * Type:[[ThinkGeo.MapSuite.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] * Description:N/A * //maxItemsToFind// * Type:Int32 * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetFeature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetFeature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] * Description:N/A * //maxItemsToFind// * Type:Int32 * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.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.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetFeature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.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.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] * Description:N/A * //distanceUnit// * Type:[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] * Description:N/A * //distanceUnit// * Type:[[ThinkGeo.MapSuite.Shapes.DistanceUnit|DistanceUnit]] * Description:N/A * //distance// * Type:Double * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetFeature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] * Description:N/A * //distanceUnit// * Type:[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetFeature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] * Description:N/A * //distanceUnit// * Type:[[ThinkGeo.MapSuite.Shapes.DistanceUnit|DistanceUnit]] * Description:N/A * //distance// * Type:Double * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeatureById(String,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]] * Description:N/A == Parameters == * //id// * Type:String * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeaturesByIds(IEnumerable,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //ids// * Type:IEnumerable * Description:N/A * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetBoundingBoxById(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.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.Shapes.RectangleShape|RectangleShape]] * Description:N/A == Parameters == * //ids// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}} RemoveEmptyAndExcludedFeatures(Collection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //features// * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A
** {{wiki:PublicMethod.gif|}} GetColumnNamesOutsideFeatureSource(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //returningColumnNames// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}} GetBoundingBoxesByIds(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.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.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //columnName// * Type:String * Description:N/A * //columnValue// * Type:String * Description:N/A * //returningColumnType// * Type:[[ThinkGeo.MapSuite.Shapes.ReturningColumnsType|ReturningColumnsType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetFeaturesByColumnValue(String,String,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.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.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //columnName// * Type:String * Description:N/A * //columnValue// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} ExecuteScalar(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == * //sqlStatement// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} ExecuteQuery(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.GeoDataTable|GeoDataTable]] * Description:N/A == Parameters == * //sqlStatement// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} GetColumns() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Layers.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.Shapes.RectangleShape|RectangleShape]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} CloneDeep() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.FeatureSource|FeatureSource]] * 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.Shapes.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.Shapes.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.Shapes.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.Shapes.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.Shapes.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.Shapes.BaseShape|BaseShape]] * Description:N/A * //columnValues// * Type:IDictionary * 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|}} CanGetBoundingBoxQuicklyCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetFirstFeaturesWellKnownTypeCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.WellKnownType|WellKnownType]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} ExecuteNonQueryCore(String) ** * //N/A// == Remarks == * //You can use ExecuteNonQuery to perform catalog operations (for example, querying the structure of a database or creating database objects such as tables), or to change the data in a database by executing UPDATE, INSERT, or DELETE statements. Although ExecuteNonQuery does not return any rows, any output parameters or return values mapped to parameters are populated with data. For UPDATE, INSERT, and DELETE statements, the return value is the number of rows affected by the command.// == Return Value == * Type:Int32 * Description:The number of rows affected. == Parameters == * //sqlStatement// * Type:String * Description:The sqlStatement to be excuted.
** {{wiki:ProtectedMethod.gif|}} ExecuteQueryCore(String) ** * //N/A// == Remarks == * //Use the ExcuteScalar method to retrieve a single value from the database. This reaquires less code than use the ExcuteQuery method and performing the operations necessary to generate the single value using the data.// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.GeoDataTable|GeoDataTable]] * Description:The result set in the format of dataTable. == Parameters == * //sqlStatement// * Type:String * Description:The sqlStatement to be excuted.
** {{wiki:ProtectedMethod.gif|}} ExecuteScalarCore(String) ** * //N/A// == Remarks == * //Use the ExcuteScalar method to retrieve a single value from the database. This reaquires less code than use the ExcuteQuery method and performing the operations necessary to generate the single value using the data.// == Return Value == * Type:Object * Description:The first column of the first row in the result set. == Parameters == * //sqlStatement// * Type:String * Description:The sqlStatement to be excuted.
** {{wiki:ProtectedMethod.gif|}} OpenCore() ** * //N/A// == Remarks == * //This protected virtual method is called from the concreate public method Open. The open method play an important role as it is responsible for initializing the FeatureSource. Most methods on the FeatureSource will throw an exception if the state of the FeatureSource is not opened. When the map draws each layer it will open the FeatureSource as one of its first steps, then after it is finished drawing with that layer it will close it. In this way we are sure to release all resources used by the FeatureSource. When implementing this abstract method consider opening files for file based source, connecting to databases in the database based sources and so on. You will get a chance to close these in the Close method of the FeatureSource.// == Return Value == * Type:Void * Description:None == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CloseCore() ** * //N/A// == Remarks == * //This protected virtual method is called from the concreate public method Close. The close method plays an important role in the life cycle of the FeatureSource. It may be called after drawing to release any memory and other resources that were allocated since the Open method was called. It is recommended that if you override this method that you take the following things into account. This method may be called multiple times so we suggest you write the so that that a call to a closed FeatureSource is ignored and does not generate an error. We also suggest that in the close you free all resources that have been opened. Remember that the object will not be destroyed but will be re-opened possibly in the near future.// == Return Value == * Type:Void * Description:None == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetCountCore() ** * //N/A// == Remarks == * //This protected virtual method is called from the concreate public method GetCount. It does not take into account any transaction activity as this is the responsibility of the concreate public method GetCount. In this way as a developer if you choose to override this method you do not have to consider transaction at all. The default implementation of GetCountCore uses the GetAllRecordsCore method to calculate how many records there are in the FeatureSource. We strongly recommend that you provide your own implementation for this method that will be more efficient If you do not override this method the means it gets the count is by calling the GetAllFeatureCore method and counting each feature. This is a very inefficient way to get the count in most data sources. It is highly recommended that you override this method and replace it with a highly optimized version. For example in a ShapeFile the record count is in the main header of the file. Similarly if you are using Oracle Spatial you can execute a simple query to get the count of all of the record without returning them. In these ways you can greatly improve the performance of this method.// == Return Value == * Type:Int32 * Description:This method returns the count of the number of records in this FeatureSource. == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetFeaturesInsideBoundingBoxCore(RectangleShape,IEnumerable) ** * //N/A// == Remarks == * //This method returns all of the InternalFeatures of this FeatureSource inside of the specified bounding box. If you are overriding this method you will not need to consider anything about transactions as this is handled by the concreate version of this method. The default implementation of GetFeaturesInsideBoundingBoxCore uses the GetAllRecordsCore method to determine which InternalFeatures are inside of the bounding box. We strongly recommend that you provide your own implementation for this method that will be more efficient. It is especially important for this method as many other default virtual methods use this for their calculations. We highly recommend when you override this 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.Shapes.Feature|Feature]]> * Description:The return decimalDegreesValue is a collection of all of the InternalFeatures that are inside of the bounding box. == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.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|}} GetFeaturesOutsideBoundingBoxCore(RectangleShape,IEnumerable) ** * //N/A// == Remarks == * //This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box. If you are in a transaction and that transaction is live then it will also take that into consideration. The default implementation of GetFeaturesOutsideBoundingBoxCore uses the GetAllRecordsCore method to determine which InternalFeatures are outside of the bounding box. We strongly recommend that you provide your own implementation for this method that will be more efficient// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:This method returns all of the InternalFeatures of this FeatureSource outside of the specified bounding box. == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.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|}} CommitTransactionCore(TransactionBuffer) ** * //N/A// == Remarks == * //This method will commit the existing transaction to its underlying source of data. It will pass back the results of how the commit went to include any error received. If you are implementing your own FeatureSource then this is one of the crucial methods you must create. It should be fairly straight forward that you will loop through the transaction buffer and add, edit or delete the InternalFeatures in your underlying data source. Remember to build and pass back the TransactionResult class so that users of your FeatureSource can respond to failures you may encounter committing the InternalFeatures. We will handle the end of the transaction and also the cleanup of the transaction buffer. Your task will be to commit the records and produce a TransactionResult return.The Transaction SystemThe transaction system of a FeatureSource sits on top of the inherited implementation of any specific source such as Oracle Spatial or Shape files. In this way it functions the same way for every FeatureSource. You start by calling the BeginTransaction. This allocates a collection of in memory change buffers that are used to store changes until you commit the transaction. So for example when you call the Add, Delete or Update method the changes to the feature are stored in memory only. If for any reason you choose to abandon the transaction you can call RollbackTransaction at any time and the in memory buffer will be deleted and the changes will be lost. When you are ready to commit the transaction you call the CommitTransaction and the collections of changes are then passed to the CommitTransactionCore method and the implementer of the specific FeatureSource is responsible for integrating your changes into the underlying FeatureSource. By default the IsLiveTransaction property is set to false which means that until you commit the changes the FeatureSource API will not reflect any changes that are in the temporary editing buffer.In the case where the IsLiveTransaction is set to true then things function slightly differently. The live transaction concept means that all of the modification you perform during a transaction are live from the standpoint of the querying methods on the object.To setup an example imagine that you have a FeatureSource that has 10 records in it. Next you begin a transaction and then call GetAllFeatures, the result would be 10 records. After that you call a delete on one of the records and call the GetAllFeatures again, this time you only get nine records. You receive nine records even though the transaction has not yet been committed. In the same sense you could have added a new record or modified an existing one and those changes are considered live though not committed.In the case where you modify records such as expanding the size of a polygon those changes as well are reflected. So for example you expand a polygon by doubling its size and then do a spatial query that would not normally return the smaller record but would return the larger records, in this case the larger record is returned. You can set this property to be false as well in which case all of the spatial related methods would ignore anything that is currently in the transaction buffer waiting to be committed. In this case only after committing the transaction would the FeatureSource reflect the changes.// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.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.Layers.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) ** * //N/A// == Remarks == * //This method returns all of the InternalFeatures in the FeatureSource. You will not need to consider anything about pending transactions as this will be handled in the non Core version of the method. The main purpose of this method is to be the anchor of all of our default virtual implementations within this class. We wanted as the framework developers to provide you the user with as much default virtual implementation as possible. To do this we needed a way to get access to all of the features. For example, we want to create a default implementation for finding all of the InternalFeatures in a bounding box. Because this is an abstract class we do not know the specifics of the underlying data or how its spatial indexes work. What we do know is that if we get all the records then we can brute force the answer. In this way if you inherited form this class and only implemented this one method we can provide default implementations for virtually every other API. While this is nice for you the developer if you decide to create your own FeatureSource it comes with a price. The price is that it is very inefficient. In the case we just discussed about finding all of the InternalFeatures in a bounding box we would not want to look at every record to fulfil this method. Instead we would want to override the GetFeaturesInsideBoundingBoxCore and implement specific code that would be fast. For example in Oracle Spatial there is a specific SQL statement to do this operation very quickly. The same holds true with other specific FeatureSource examples. Most default implementations in the FeatureSource call the GetFeaturesInsideBoundingBoxCore which by default calls the GetAllFeaturesCore. It is our advice that if you create your own FeatureSource that you ALWAYS override the GetFeatureInsideBoundingBox. It will ensure that nearly every other API will operate efficiently. Please see the specific API to determine what method it uses.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:The return decimalDegreesValue is a collection of all of the InternalFeatures in the FeatureSource. == 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|}} GetColumnsCore() ** * //N/A// == Remarks == * //As this is the abstract core version of the Columns method it is intended to be overridden in inherited version of the class. When overriding you will be responsible for getting a list of all of the columns supported by the FeatureSource. In this way the FeatureSource will know what columns are available and will remove any extra columns when making calls to other core methods. For example if you have a FeatureSource that has three columns of information and the user calls a method and requests four columns of information, something they can do with custom fields, we will first compare what they are asking for to the results of the GetColumnsCore. In this way we can strip out custom columns before calling other Core methods which are only responsible for returning data in the FeatureSource. For more information on custom fields you can see the documentation on the OnCustomFieldsFetch.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Layers.FeatureSourceColumn|FeatureSourceColumn]]> * Description:This method returns the columns available for the FeatureSource. == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** * //N/A// == Remarks == * //This protected virtual method is called from the concreate public method GetBoundingBox. It does not take into account any transaction activity as this is the responsibility of the concreate public method GetBoundingBox. In this way as a developer if you choose to override this method you do not have to consider transaction at all. The default implementation of GetBoundingBoxCore uses the GetAllRecordsCore method to calculate the bounding box of the FeatureSource. We strongly recommend that you provide your own implementation for this method that will be more efficient If you do not override this method the means it gets the BoundingBox is by calling the GetAllFeatureCore method and deriving it from each feature. This is a very inefficient way to get the BoundingBox in most data sources. It is highly recommended that you override this method and replace it with a highly optimized version. For example in a ShapeFile the BoundingBox is in the main header of the file. Similarly if you are using Oracle Spatial you can execute a simple query to get the BoundingBox of all of the record without returning them. In these ways you can greatly improve the performance of this method.// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:This method returns the bounding box which encompasses all of the features in the FeatureSource. == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetFeaturesByIdsCore(IEnumerable,IEnumerable) ** * //N/A// == Remarks == * //This method returns a collection of InternalFeatures by providing a group of Ids. The internal implementation calls the GetAllFeaturesCore. Because of this if you want an efficient version of this method then we high suggest you override the GetFeaturesByIdsCore method and provide a fast way to find a group of InternalFeatures by their Id.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:This method returns a collection of InternalFeatures by providing a group of Ids. == Parameters == * //ids// * Type:IEnumerable * Description:This parameter represents the group of Ids which uniquely identified the InternalFeatures 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|}} CanGetCountQuicklyCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetDistinctColumnValuesCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.DistinctColumnValue|DistinctColumnValue]]> * Description:N/A == Parameters == * //columnName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetAllFeaturesCore(IEnumerable,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //returningColumnNames// * Type:IEnumerable * Description:N/A * //startIndex// * Type:Int32 * Description:N/A * //takeCount// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RaiseCustomColumnFetchEvent(Collection,Collection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //sourceFeatures// * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A * //fieldNamesOutsideOfSource// * Type:Collection * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFeatureIdsInsideBoundingBoxCore(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjectionIfNecessary(Collection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //returnFeatures// * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFeaturesForDrawingCore(RectangleShape,Double,Double,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A * //screenWidth// * Type:Double * Description:N/A * //screenHeight// * Type:Double * Description:N/A * //returningColumnNames// * Type:IEnumerable * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SpatialQueryCore(BaseShape,QueryType,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //queryType// * Type:[[ThinkGeo.MapSuite.Layers.QueryType|QueryType]] * Description:N/A * //returningColumnNames// * Type:IEnumerable * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFeaturesNearestToCore(BaseShape,GeographyUnit,Int32,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] * Description:N/A * //maxItemsToFind// * Type:Int32 * Description:N/A * //returningColumnNames// * Type:IEnumerable * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFeaturesWithinDistanceOfCore(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //unitOfData// * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] * Description:N/A * //distanceUnit// * Type:[[ThinkGeo.MapSuite.Shapes.DistanceUnit|DistanceUnit]] * Description:N/A * //distance// * Type:Double * Description:N/A * //returningColumnNames// * Type:IEnumerable * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxByIdCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A == Parameters == * //id// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]> * Description:N/A == Parameters == * //rectangles// * Type:IEnumerable<[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]> * Description:N/A == Parameters == * //rectangles// * Type:IEnumerable<[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A == Parameters == * //rectangle// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A == Parameters == * //rectangle// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(BaseShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A == Parameters == * //baseShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjection(Feature) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ConvertToInternalProjection(Feature) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.Shapes.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|}} GetReturningColumnNames(ReturningColumnsType) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //returningColumnNamesType// * Type:[[ThinkGeo.MapSuite.Shapes.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.Drawing.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetColumnNamesOutsideFeatureSourceCall(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //returningColumnNames// * Type:IEnumerable * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnGettingColumns(GettingColumnsFeatureSourceEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.Layers.GettingColumnsFeatureSourceEventArgs|GettingColumnsFeatureSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnGottenColumns(GottenColumnsFeatureSourceEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.Layers.GottenColumnsFeatureSourceEventArgs|GottenColumnsFeatureSourceEventArgs]] * 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.Layers.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.Layers.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.Layers.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.Layers.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.Layers.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.Layers.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.Layers.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnGettingFeaturesByIds(GettingFeaturesByIdsFeatureSourceEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.Layers.GettingFeaturesByIdsFeatureSourceEventArgs|GettingFeaturesByIdsFeatureSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnGettingFeaturesForDrawing(GettingFeaturesForDrawingFeatureSourceEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.Layers.GettingFeaturesForDrawingFeatureSourceEventArgs|GettingFeaturesForDrawingFeatureSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFeaturesByColumnValueCore(String,String,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.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|}} CloneDeepCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.FeatureSource|FeatureSource]] * Description:N/A == Parameters ==
** {{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|}} GeometryColumnName ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} CommandTimeout ** * //N/A// == Remarks == * //This property gets and sets the time we will wait for a command to finish before we abort it. You can set this property to limit the amount of time you want to wait for a command to finish processing.// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} DatabaseConnectionMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.DatabaseConnectionMode|DatabaseConnectionMode]] ** {{wiki:PublicProperty.gif|}} ConnectionString ** * //N/A// == Remarks == * //None// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} TableName ** * //N/A// == Remarks == * //None// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} FeatureIdColumn ** * //N/A// == Remarks == * //None// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} IsEditable ** * //N/A// == 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|}} WhereClause ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{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|}} CanModifyColumnStructure ** * //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.Shapes.Projection|Projection]] ** {{wiki:PublicProperty.gif|}} GeoCache ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.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.Layers.TransactionBuffer|TransactionBuffer]] ** {{wiki:PublicProperty.gif|}} MaxRecordsToDraw ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} GeometryValidationMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.GeometryValidationMode|GeometryValidationMode]] ==== 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|}} CanModifyColumnStructureCore ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:ProtectedProperty.gif|}} FeatureSourceColumns ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Layers.FeatureSourceColumn|FeatureSourceColumn]]> ==== Public Events ==== ** {{wiki:PublicEvent.gif|}} ExecutingSqlStatement ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.ExecutingSqlStatementOracleFeatureSourceEventArgs|ExecutingSqlStatementOracleFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Drawing.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] ** {{wiki:PublicEvent.gif|}} GettingColumns ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.GettingColumnsFeatureSourceEventArgs|GettingColumnsFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} GottenColumns ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.GottenColumnsFeatureSourceEventArgs|GottenColumnsFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} GettingFeaturesByIds ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.GettingFeaturesByIdsFeatureSourceEventArgs|GettingFeaturesByIdsFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} GettingFeaturesForDrawing ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.GettingFeaturesForDrawingFeatureSourceEventArgs|GettingFeaturesForDrawingFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} CustomColumnFetch ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]] ** {{wiki:PublicEvent.gif|}} CommittingTransaction ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.CommittingTransactionEventArgs|CommittingTransactionEventArgs]] ** {{wiki:PublicEvent.gif|}} CommittedTransaction ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.CommittedTransactionEventArgs|CommittedTransactionEventArgs]] ** {{wiki:PublicEvent.gif|}} OpeningFeatureSource ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} OpenedFeatureSource ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} ClosingFeatureSource ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} ClosedFeatureSource ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.Layers.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]]