Options
All
  • Public
  • Public/Protected
  • All
Menu

// Properties for ArcGISGeoJSON

Type parameters

    Hierarchy

    • Options

    Index

    Properties

    dataProjection

    dataProjection: ProjectionLike

    Default data projection.

    extractGeometryName

    extractGeometryName: boolean

    Certain GeoJSON providers include the geometry_name field in the feature GeoJSON. If set to true the GeoJSON reader will look for that field to set the geometry name. If both this field is set to true and a geometryName is provided, the geometryName will take precedence.

    featureProjection

    featureProjection: ProjectionLike

    Projection for features read or written by the format. Options passed to read or write methods will take precedence.

    geometryName

    geometryName: string

    Geometry name to use when creating features.

    layers

    layers: string[]

    If set, only features of the given layers will be returned by the format when read. // Properties from GeoJSON

    Generated using TypeDoc