GetMapsOptions Class

The options class used for getting multiple maps or diagrams.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetMapsOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class GetMapsOptions

The GetMapsOptions type exposes the following members.

Constructors
 NameDescription
Public methodGetMapsOptionsInitializes a new instance of the GetMapsOptions class
Top
Properties
 NameDescription
Public propertyAvailableLayerIds Gets the list of available layer IDs.
Public propertyDisableMetricSetViewportCentering Gets or sets a value indicating whether the viewport will be centered over metric set data points when it first loads.
Public propertyFetchOnlyRequestedResources Gets or sets a value indicating whether only map resources that are explicitly requested are returned.
Public propertyMapCenterPosition Gets or sets the MapCenterPosition value.
Public propertyMaximumZoom Gets or sets the maximum allowed zoom level or scaling factor.
Public propertyMetricSetBindingData Gets the metric set binding data MetricSetBindingData for metric sets attached to a map control.
Public propertyMetricSetDataRequest Gets the client data request ClientRequest for metric sets attached to a map control.
Public propertyMetricSetDataRequestIds Gets the IDs of client data request ClientRequest for metric sets attached to a map control.
Public propertyMetricSetResourceFileIds Gets the IDs of map/diagram resource files required based on the ClientRequest for the metric set.
Public propertyMetricSetResourceFileNames Gets the names of map/diagram resource files required based on the ClientRequest for the metric set.
Public propertyMinimumZoom Gets or sets the minimum allowed zoom level or scaling factor.
Public propertyPathCompatibleNames Gets the list of alternative path names and their corresponding original path names, which were specified for compatibility with a data source.
Public propertyProjectionType Gets or sets the map projection type.
Public propertyRequestedMapIds Gets the IDs of map or diagram resource files requested by users.
Public propertyShapeCompatibleNames Gets the list of alternative shape names and their corresponding original shape names, which were specified for compatibility with a data source.
Public propertySymbolCompatibleNames Gets the list of alternative symbol names and their corresponding original symbol names, which were specified for compatibility with a data source.
Public propertyViewportData Gets or sets the ViewportData information.
Top
See Also