PolygonLayer Class

Spotfire 14.2 API Reference

Note: This API is now obsolete.

A layer which renders polygon features on a map chart.
Inheritance Hierarchy

SystemObject
  Node
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.Application.VisualsMapChartLayer
        Spotfire.Dxp.Application.VisualsFeatureLayer
          Spotfire.Dxp.Application.VisualsPolygonLayer

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(3, 0)]
[ObsoleteAttribute("Use Spotfire.Dxp.Application.Visuals.Maps.MapChartDataLayer and Spotfire.Dxp.Application.Visuals.Maps.FeatureLayerVisualization instead.")]
public sealed class PolygonLayer : FeatureLayer

The PolygonLayer type exposes the following members.

Properties

  NameDescription
Public propertyBorderColor
Gets or sets the border color of the geometries in this layer.
Public propertyBorderWidth
Gets or sets the border width of the geometries in this layer.
Public propertyColor
Gets or sets the primary color for this layer.
(Inherited from FeatureLayer.)
Public propertyColorAxis
Gets the color axis that this layer is colored by.
(Inherited from FeatureLayer.)
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyDetails
Gets the details.
(Inherited from FeatureLayer.)
Public propertyFeatureTableReference
Gets the data table that this layer references.
(Inherited from FeatureLayer.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyLabelColumn
Gets or sets the label column.
(Inherited from FeatureLayer.)
Public propertyLabelFont Obsolete.
Gets or sets the font used for the labels.
(Inherited from FeatureLayer.)
Public propertyLabelFontMetadata
Gets or sets the font used for the labels.
(Inherited from FeatureLayer.)
Public propertyLabelVisibility
Gets or sets a value indicating label visibility.
(Inherited from FeatureLayer.)
Public propertyName
Gets the name.
(Inherited from FeatureLayer.)
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyXExtent
Gets the X extent.
(Inherited from FeatureLayer.)
Public propertyYExtent
Gets the Y extent.
(Inherited from FeatureLayer.)
Top
Methods

  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
Version Information

Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
Obsolete (compiler warning) in 11.7
Obsolete (compiler warning) in 11.6
Obsolete (compiler warning) in 11.5
Obsolete (compiler warning) in 11.4
See Also

Reference