Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArcGISImageServiceCapabilitiesOperations

Hierarchy

  • Object
    • ArcGISImageServiceCapabilitiesOperations

Index

Properties

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

supportsCalculateVolume

supportsCalculateVolume: void

Indicates if the elevation layer supports an operation to compute volumes.

Read more...

supportsComputeHistograms

supportsComputeHistograms: void

Indicates if the layer supports a compute histograms operation from an area of interest.

Read more...

supportsComputePixelLocation

supportsComputePixelLocation: void

Indicates if the layer supports computing pixel location in pixel space.

Read more...

supportsComputeStatisticsHistograms

supportsComputeStatisticsHistograms: void

Indicates if the layer supports an operation computing statistics and histograms from an area of interest.

Read more...

supportsDownload

supportsDownload: void

Indicates if the layer allows the source image to be downloaded.

Read more...

supportsExportImage

supportsExportImage: void

Indicates if the layer supports an export image operation based on a bounding box.

Read more...

supportsGetSamples

supportsGetSamples: void

Indicates if the layer supports a sampling operation.

Read more...

supportsIdentify

supportsIdentify: void

Indicates if the layer supports an identify operation on pixel values.

Read more...

supportsMeasure

supportsMeasure: void

Indicates if the layer supports mensuration.

Read more...

supportsProject

supportsProject: void

Indicates if the layer supports projection of geometries, including from/to image spatial reference.

Read more...

supportsQuery

supportsQuery: void

Indicates if the layer supports an operation to query images.

Read more...

supportsQueryBoundary

supportsQueryBoundary: void

Indicates if the layer supports an operation to query the service's boundary.

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc