ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
This class represents a FeatureSource backed by Oracle Spatial.
OracleFeatureSource(String,String,String,DatabaseConnectionMode)
GetAllFeatures(IEnumerable<String>)
GetAllFeatures(ReturningColumnsType)
GetFeaturesOutsideBoundingBox(RectangleShape,IEnumerable<String>)
GetFeaturesOutsideBoundingBox(RectangleShape,ReturningColumnsType)
GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable<String>)
GetFeaturesInsideBoundingBox(RectangleShape,IEnumerable<String>,IEnumerable<String>)
GetFeaturesInsideBoundingBox(RectangleShape,ReturningColumnsType)
GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>,IEnumerable<String>)
ApplyFilters(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>)
GetFeaturesForDrawing(RectangleShape,Double,Double,IEnumerable<String>)
GetFeaturesForDrawing(RectangleShape,Double,Double,ReturningColumnsType)
SpatialQuery(BaseShape,QueryType,IEnumerable<String>)
SpatialQuery(BaseShape,QueryType,IEnumerable<String>,IEnumerable<String>)
SpatialQuery(BaseShape,QueryType,ReturningColumnsType)
SpatialQuery(Feature,QueryType,IEnumerable<String>)
SpatialQuery(Feature,QueryType,ReturningColumnsType)
GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>)
GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,ReturningColumnsType)
GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>)
GetFeaturesNearestTo(Feature,GeographyUnit,Int32,ReturningColumnsType)
GetFeaturesNearestTo(BaseShape,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit)
GetFeaturesNearestTo(Feature,GeographyUnit,Int32,IEnumerable<String>,Double,DistanceUnit)
GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>)
GetFeaturesWithinDistanceOf(BaseShape,GeographyUnit,DistanceUnit,Double,ReturningColumnsType)
GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,IEnumerable<String>)
GetFeaturesWithinDistanceOf(Feature,GeographyUnit,DistanceUnit,Double,ReturningColumnsType)
GetFeatureById(String,IEnumerable<String>)
GetFeatureById(String,ReturningColumnsType)
GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>,IEnumerable<String>)
GetFeaturesByIds(IEnumerable<String>,IEnumerable<String>)
GetFeaturesByIds(IEnumerable<String>,ReturningColumnsType)
GetAllFeatures(ReturningColumnsType,Int32,Int32)
GetAllFeatures(IEnumerable<String>,Int32,Int32)
GetFeaturesByColumnValue(String,String,ReturningColumnsType)
GetFeaturesByColumnValue(String,String,IEnumerable<String>)
GetFeaturesByColumnValue(String,String)
GetFeaturesInsideBoundingBoxCore(RectangleShape,IEnumerable<String>)
GetFeaturesOutsideBoundingBoxCore(RectangleShape,IEnumerable<String>)
CommitTransactionCore(TransactionBuffer)
GetAllFeaturesCore(IEnumerable<String>)
GetFeaturesByIdsCore(IEnumerable<String>,IEnumerable<String>)
ConvertToInternalProjection(BaseShape)
ConvertToInternalProjection(IEnumerable<Feature>)
GetColumnNamesOutsideFeatureSource(IEnumerable<String>)
GetReturningColumnNames(ReturningColumnsType)
RemoveEmptyAndExcludeFeatures(Collection<Feature>)
OnDrawingProgressChanged(DrawingProgressChangedEventArgs)
GetFeaturesByActionWithStyleFilters(IEnumerable<String>,IEnumerable<String>,ZoomLevel,Func<Collection<Feature»,IEnumerable<String>,RectangleShape)
ApplyLinkColumnValues(IEnumerable<String>,Func<IEnumerable<String>,Collection<Feature»,IEnumerable<String>)
ApplyLinkColumnValues(IEnumerable<Feature>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>)
GetRequiredColumnNamesForLink(IEnumerable<String>)
GetReturningColumnNamesForLink(IEnumerable<String>,IEnumerable<String>)
CheckHasLinkColumns(IEnumerable<String>,IEnumerable<String>)
OnApplyingFilters(ApplyingFiltersFeatureSourceEventArgs)
ConvertToExternalProjectionIfNecessary(Collection<Feature>)
ProcessTransaction(RectangleShape,Collection<Feature>,Boolean)
GetWrappingFeaturesLeft(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape)
GetWrappingFeaturesRight(RectangleShape,Double,Double,IEnumerable<String>,RectangleShape)
GetFeaturesForDrawingCore(RectangleShape,Double,Double,IEnumerable<String>)
SpatialQueryCore(BaseShape,QueryType,IEnumerable<String>)
GetFeaturesNearestToCore(BaseShape,GeographyUnit,Int32,IEnumerable<String>)
GetFeaturesWithinDistanceOfCore(BaseShape,GeographyUnit,DistanceUnit,Double,IEnumerable<String>)
GetBoundingBoxByIdCore(String)
ConvertToInternalProjection(IEnumerable<RectangleShape>)
ConvertToExternalProjection(RectangleShape)
OnGettingFeaturesByIds(GettingFeaturesByIdsFeatureSourceEventArgs)
This property gets and sets the time we will wait for a command to finish before we abort it.
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.
N/A
This property gets and sets the connection string used to connect to the server.
None
None
This property gets or sets the name of the column that holds the unique feature Id.
None
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.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
This property specifies the FeatureSource can excute sql query or not. If it is false, then it will throw exception when called the APIs:ExecuteScalar,ExecuteNonQuery,ExecuteQuery This orverides will make it true.
N/A
N/A
N/A
N/A
N/A
Event Arguments:ClosedFeatureSourceEventArgs