Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CIMPointSymbol

Represents a point symbol used to draw point features and point graphics.

Read more...

Hierarchy

Index

Properties

Optional angle

angle: number

The amount of variation applied to the symbol, measured in degrees, propagated cumulatively to all marker symbols.

Optional angleAlignment

angleAlignment: "Display" | "Map"

Whether point symbols align to the map or to the display when a rotation is applied to the map.

Optional callout

The callout of the point symbol.

Optional effects

The geometric effects that are applied to the symbol.

Optional haloSize

haloSize: number

The size of the halo that extends beyond the symbol shape.

Optional haloSymbol

haloSymbol: CIMPolygonSymbol

The polygon symbol that is used to draw the halo for a point symbol.

Optional primitiveName

primitiveName: string

The primitive name.

Optional scaleX

scaleX: number

The X scale which changes the width of the symbol without changing the height (or depth in 3D), as a ratio.

Optional symbol3DProperties

symbol3DProperties: CIM3DSymbolProperties

The collection of symbol properties that apply when the symbol is used in a 3D context.

Optional symbolLayers

symbolLayers: CIMSymbolLayerType[]

The symbol layers. Symbol layers are the components that make up a symbol. A symbol layer is represented by a stroke, fill, marker, or procedural symbol layer.

Optional thumbnailURI

thumbnailURI: string

The representative image of the symbol.

type

type: "CIMPointSymbol"

Optional useRealWorldSymbolSizes

useRealWorldSymbolSizes: boolean

A value indicating whether the symbol size properties are rendered using real world units or page units. When set to true the symbol will draw using real world units (e.g. meters).

Generated using TypeDoc