Click or drag to resize

IDBConfigReader Interface

Interface for Database reading methods.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public interface IDBConfigReader

The IDBConfigReader type exposes the following members.

Methods
  NameDescription
Public methodAddWatermark
Method to add watermark to the database.
Public methodCheckIfLocalKnowledgeIsInUse
Performs an operation to see if the local knowledge entry is in use by a map.
Public methodGetAddIns
Gets available add ins.
Public methodGetAddInsForMap
Gets available Add Ins for a specified map.
Public methodGetAllBingOverlayTypes
Returns a list of available bing map overlay types.
Public methodGetAllExtents
Gets all available map extents.
Public methodGetAllGoogleLayerTypes
Gets all available Google Layer Types
Public methodGetAllIcons
Gets all available Icons.
Public methodGetAllImageFormats
Gets all available Image Formats
Public methodGetAllNoticeBoards
Gets array of NoticeBoard data.
Public methodGetAllOSSearchDataByMapName
Returns OS APIs searches configured for a map
Public methodGetAllPhotometricInterpretations
Gets all available Photometric Interpretations
Public methodGetAllProblemTypes
Get Problem Types.
Public methodGetAllProjections
Gets a list of available projections from the database.
Public methodGetAllReportItConfigurations
Gets All ReportIt data.
Public methodGetAllSingleSearchData
Gets all the single search data.
Public methodGetAllSingleSearchDataByMapName
Gets all the single search data.
Public methodGetAllStyleMapNames
Gets the names of all available Style Maps.
Public methodGetAllStyleMaps
Gets all available Style Maps
Public methodGetAllStyles
Gets available styles.
Public methodGetAllStylesByMapNameAndIntent
Gets all styles for a map name and intent.
Public methodGetAllTemplates
Gets available templates.
Public methodGetAllTransitionEffects
Gets all available Transition Effects.
Public methodGetAllUrls
Gets all available URLs as DataTable.
Public methodGetAllWatermarks
Gets available Watermarks.
Public methodGetAppSettings
Gets the app settings for the site.
Public methodGetBookmarks
Gets available bookmarks for requested Map.
Public methodGetConnectionStrings
Get available Connection Strings.
Public methodGetControls
Gets available controls for supplied map name.
Public methodGetCredentialByLayerId
Gets credentials based on layer id, for use with authenticated proxy layers.
Public methodGetCRSValues
Get Array of CRS values.
Public methodGetDBSearchConfiguration
Get the configuration dataset for a noticeboard database search
Public methodGetDefaultMap
Get Map Settings for default map.
Public methodGetDefaultMapName
Get Name of default map.
Public methodGetDistinctResolutionsNoMap
Gets available distinct resolutions.
Public methodGetDrawingStyles
Gets drawing styles for supplied map name.
Public methodGetEditingStyles
Gets editing styles for supplied map name.
Public methodGetEmbeddableMapConfiguration
Gets the map configuration for an embeddable map.
Public methodGetFrontTemplate
Gets the front template table entries for supplied map name.
Public methodGetImageFormat
Gets the Image Format name based on the supplied ImageFormatID
Public methodGetImageFormatIDFromName
Gets the Image Format ID from the name provided.
Public methodGetKnownProjections
Gets Known Projections for supplied map name.
Public methodGetLayer
Gets a layer name based on the supplied LayerID.
Public methodGetLayers
Gets layers associated with a WMS.
Public methodGetLocalknowledgeConfiguration
Gets Local Knowledge Configuration DataSet.
Public methodGetLocalknowledgeConfiguration(Int32)
Public methodGetLocalKnowledgeData
Gets Local Knowledge data.
Public methodGetLocalKnowledgeLayerTemplates
Gets layer templates for local knowledge id.
Public methodGetMap
Get Map Settings for requested Map Name
Public methodGetMapDescriptions
Gets map summaries for the requested maps
Public methodGetMapExtent
Gets Map Extent string for specified map.
Public methodGetMapFontSizes
Gets available Map Font Sizes for map name.
Public methodGetMapIcons
Gets map Icons for supplied map name.
Public methodGetMaps
Gets available maps.
Public methodGetMeasuringStyles
Gets measuring styles for supplied map name.
Public methodGetNoticeBoardConfiguration
Get the configuration dataset for a noticeboard
Public methodGetOsOpenNameFilterTypes
Returns a list with all available filter types from Search_OS_Open_Name_Filter_Type
Public methodGetOverlayIcons
Get all available overlay icons for requested map.
Public methodGetOverlays
Gets overlays available for specified map.
Public methodGetPhotometricInterpretationIDFromName
Gets the Photometric Interpretation ID from the name provided.
Public methodGetPrintTemplatesForMap
Gets print templates for the map.
Public methodGetProblemTypes
Get Problem Types for a specified report ID.
Public methodGetProjectionIDFromName
Gets the Projection ID from the name provided.
Public methodGetProjections
Gets all available Projections.
Public methodGetProjectionsByMapName
Gets all available Projections based on map name.
Public methodGetProxyConfiguration
Gets available Proxy Configurations.
Public methodGetReport
Gets a report for the report name specified.
Public methodGetReportItConfiguration
Gets ReportIt data for the admin system.
Public methodGetResolutions
Gets available resolutions for requested Map.
Public methodGetScales
Gets available scales for requested Map.
Public methodGetSearches
Get available Searches.
Public methodGetSearchesForMap
Get available Searches for a given map name.
Public methodGetSearchPermissionsForMap
Gets search permissions for the map.
Public methodGetStyleMapIDFromName
Gets the Style Map ID from the name provided.
Public methodGetStylesByStyleMapID
Gets available styles for requested Style Map ID.
Public methodGetTemplates
Gets DataSet of available Templates.
Public methodGetTransitionEffect
Gets a Transition Effect name based on the supplied TransitionEffectID.
Public methodGetTransitionEffectIDFromName
Gets the transition effect ID from the name provided.
Public methodGetWatermark
Gets available Watermarks for requested map.
Public methodGetWatermarkImages
Gets all available Watermarks.
Top
See Also