Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ArcGISVectorSourceOptions

Index

Properties

Optional displayIncompleteFeatureCollections

displayIncompleteFeatureCollections: undefined | false | true

ArcGISVectorSource will page through results until the entire dataset is downloaded. If set to true, data will be rendered each time a page of features are downloaded. Otherwise, the source data will only be updated once upon completion.

type

{boolean}

default

true

Optional geometryPrecision

geometryPrecision: undefined | number

Number of digits precision after the decimal to fetch from the origin server. The default of 6 a good compromise between precision (~10cm) and download size.

type

{number}

default

6

Optional outFields

outFields: undefined | string

Can be used to limit fields in GeoJSON properties.

type

{string}

default

"*"

Optional supportsPagination

supportsPagination: undefined | false | true

Set to false if the service is known not to support pagination, which will be true for services that have only a single feature but is also indicated by the main service metadata.

If left to the default of true and the server does not support pagination, the initial fetch of data will fail but a second request will be constructed without pagination parameters which should succeed.

type

{boolean}

default

true

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc