Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeoJSONLayerCapabilitiesQuery

Hierarchy

  • Object
    • GeoJSONLayerCapabilitiesQuery

Index

Properties

constructor

constructor: Function

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

supportsCentroid

supportsCentroid: boolean

Indicates if the geometry centroid associated with each polygon feature can be returned.

Read more...

supportsDisjointSpatialRelationship

supportsDisjointSpatialRelationship: boolean

Indicates if the query operation supports disjoint spatial relationship.

Read more...

supportsDistance

supportsDistance: boolean

Indicates if the layer's query operation supports a buffer distance for input geometries.

Read more...

supportsDistinct

supportsDistinct: boolean

Indicates if the layer supports queries for distinct values based on fields specified in the outFields.

Read more...

supportsExtent

supportsExtent: boolean

Indicates if the layer's query response includes the extent of features.

Read more...

supportsGeometryProperties

supportsGeometryProperties: boolean

Indicates if the layer's query response contains geometry attributes, including shape area and length attributes.

Read more...

supportsHavingClause

supportsHavingClause: boolean

Indicates if the layer supports the having clause on the service.

Read more...

supportsHistoricMoment

supportsHistoricMoment: boolean

Indicates if the layer supports historic moment query.

Read more...

supportsOrderBy

supportsOrderBy: boolean

Indicates if features returned in the query response can be ordered by one or more fields.

Read more...

supportsPagination

supportsPagination: boolean

Indicates if the query response supports pagination.

Read more...

supportsPercentileStatistics

supportsPercentileStatistics: boolean

Indicates if the layer supports percentile statisticType.

Read more...

supportsQuantization

supportsQuantization: boolean

Indicates if the query operation supports the projection of geometries onto a virtual grid.

Read more...

supportsQuantizationEditMode

supportsQuantizationEditMode: boolean

Indicates if the query operation supports quantization designed to be used in edit mode (highest resolution at the given spatial reference).

Read more...

supportsQueryGeometry

supportsQueryGeometry: boolean

Indicates if the query response includes the query geometry.

Read more...

supportsResultType

supportsResultType: boolean

Indicates if the number of features returned by the query operation can be controlled.

Read more...

supportsSqlExpression

supportsSqlExpression: boolean

Indicates if the query operation supports SQL expressions.

Read more...

supportsStandardizedQueriesOnly

supportsStandardizedQueriesOnly: boolean

Indicates if the query operation supports using standardized queries.

Read more...

supportsStatistics

supportsStatistics: boolean

Indicates if the layer supports field-based statistical functions.

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