Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ParsedFeatures

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ParsedFeatures(type: string, size: number, features: Feature<Geometry>[], projection?: string | null): ParsedFeatures
  • Parameters

    • type: string
    • size: number
    • features: Feature<Geometry>[]
    • Default value projection: string | null = null

    Returns ParsedFeatures

Properties

name

name: string

projection

projection: string | null

size

size: number

type

type: string

Methods

addTo

  • addTo(source: olSourceVector<Geometry>, mapProjection: ProjectionLike, dataProjection?: ProjectionLike): void
  • Parameters

    • source: olSourceVector<Geometry>
    • mapProjection: ProjectionLike
    • Optional dataProjection: ProjectionLike

    Returns void

hasFeatures

  • hasFeatures(): boolean
  • Returns boolean

Generated using TypeDoc