Skip to content
import WCSGraphicOrigin from "@arcgis/core/graphic/WCSGraphicOrigin.js";
Inheritance:
WCSGraphicOriginGraphicOrigin
Since
ArcGIS Maps SDK for JavaScript 5.0

Provides information about the WCSLayer from which a graphic originates. You can access the graphic's origin through the graphic's origin property.

Constructors

Constructor

Constructor
Parameters
ParameterTypeDescriptionRequired
layer

The WCSLayer from which a graphic originates.

Properties

PropertyTypeClass
layer
readonly
type
readonly
WCSLayer["type"]

layer

readonly Property
Type
WCSLayer

A layer from which a graphic originates.

type

readonly Property
Type
WCSLayer["type"]

Indicates the type of layer the graphic originated from.

Default value
"wcs"