Oriented Imagery Viewer

Use dark colors for code blocksCopy
1
import "@arcgis/map-components/components/arcgis-oriented-imagery-viewer";

The OrientedImageryViewer component allows the user to explore and use their oriented images.

Demo

Properties

PropertyAttributeType
auto-destroy-disabled
boolean
current-coverage-visible
boolean
data-capture-enabled
boolean
disabled
boolean
gallery-opened
boolean
icon
string
image-enhancement-tool-active
boolean
boolean
is-additional-coverage-visible
boolean
is-additional-point-sources-visible
boolean
label
string
map-image-conversion-tool-state
boolean
navigation-tool-active
boolean
oriented-imagery-layer-item-id
string
position
"bottom-leading" | "bottom-left" | "bottom-right" | "bottom-trailing" | "manual" | "top-leading" | "top-left" | "top-right" | "top-trailing"
reference-element
ArcgisLinkChart | ArcgisMap | ArcgisScene | string

autoDestroyDisabled

Property
autoDestroyDisabled: boolean

If true, the component will not be destroyed automatically when it is disconnected from the document. This is useful when you want to move the component to a different place on the page, or temporarily hide it. If this is set, make sure to call the `destroy` method when you are done to prevent memory leaks.

Attribute
auto-destroy-disabled
Default value
false

currentCoverageVisible

Property
currentCoverageVisible: boolean

Toggles the visibility of the current footprint polygon associated with the selected image loaded in the viewer.

Read more...

Attribute
current-coverage-visible
Default value
true

dataCaptureEnabled

Property
dataCaptureEnabled: boolean

Indicates whether the data capture tools are enabled in the oriented imagery viewer for digitization.

Read more...

Attribute
data-capture-enabled
Default value
false

disabled

Property
disabled: boolean

When false, the view click interaction is enabled for the oriented imagery viewer widget.

Read more...

Attribute
disabled
Default value
false

galleryOpened

Property
galleryOpened: boolean

Indicates if the image gallery functionality is available in the widget.

Read more...

Attribute
gallery-opened
Default value
false

icon

Property
icon: string

Icon which represents the component. Typically used when the component is controlled by another component (e.g. by the Expand component). Search Calcite Icons for possible values.

Attribute
icon
Default value
"oriented-imagery-widget"

imageEnhancementToolActive

Property
imageEnhancementToolActive: boolean

Indicates if the image enhancement tool is active.

Read more...

Attribute
image-enhancement-tool-active
Default value
false

imageGalleryEnabled

readonlyProperty
imageGalleryEnabled: boolean

When true, the image gallery functionality is available in the widget.

Read more...

Default value
false

isAdditionalCoverageVisible

Property
isAdditionalCoverageVisible: boolean

Indicates if the additional footprint polygons are visible for the selected image loaded in the viewer.

Read more...

Attribute
is-additional-coverage-visible
Default value
false

isAdditionalPointSourcesVisible

Property
isAdditionalPointSourcesVisible: boolean

Indicates if the additional camera locations are visible for the selected image loaded in the viewer.

Read more...

Attribute
is-additional-point-sources-visible
Default value
false

label

Property
label: string

The component's default label.

Attribute
label

layer

Property

Specifies the current OrientedImageryLayer to use.

Read more...

mapImageConversionToolState

Property
mapImageConversionToolState: boolean

Indicates if the map-image location tool is available in the widget.

Read more...

Attribute
map-image-conversion-tool-state
Default value
false
Property
navigationToolActive: boolean

When true, the navigation tool is available in the widget.

Read more...

Attribute
navigation-tool-active
Default value
false

orientedImageryLayerItemId

Property
orientedImageryLayerItemId: string
Attribute
oriented-imagery-layer-item-id

position

Property
position: "bottom-leading" | "bottom-left" | "bottom-right" | "bottom-trailing" | "manual" | "top-leading" | "top-left" | "top-right" | "top-trailing"
Attribute
position
Default value
"bottom-left"

referenceElement

Property
referenceElement: ArcgisLinkChart | ArcgisMap | ArcgisScene | string
Attribute
reference-element

referencePoint

readonlyProperty
referencePoint: Point

This property provides the location of an image pixel in Map coordinates when using map-image conversion tool.

Read more...

Methods

MethodSignature
componentOnReady(): Promise<void>
destroy(): Promise<void>

componentOnReady

Method
componentOnReady(): Promise<void>

Create a promise that resolves once component is fully loaded.

Returns
Promise<void>

destroy

Method
destroy(): Promise<void>

Permanently destroy the component

Returns
Promise<void>

Events

EventType
{ name: "layer" | "imageGalleryEnabled"; }
undefined

arcgisPropertyChange

Event
arcgisPropertyChange: { name: "layer" | "imageGalleryEnabled"; }

Fired when the value of a property is changed. Use this to listen to changes to properties.

bubbles

Events triggered on this element will be propagated to their outermost elements.

composed

The event is composable and will propagate across the shadow DOM into the standard DOM.

cancelable

The event's default behavior can be canceled, allowing for custom behavior to be implemented instead.

arcgisReady

Event
arcgisReady: undefined
bubbles

Events triggered on this element will be propagated to their outermost elements.

composed

The event is composable and will propagate across the shadow DOM into the standard DOM.

cancelable

The event's default behavior can be canceled, allowing for custom behavior to be implemented instead.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.