Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureType

The FeatureType interface is used to identify a type of feature.
Contains an optional query function and a feature detail retrieval function.

Hierarchy

  • FeatureType

Implemented by

Index

Properties

hasGeometry

hasGeometry: boolean

The hasGeometry boolean property indicates whether the features will have geometry.

id

id: string

The identifying property of a feature type.

name

name: string

The name property of a feature type.

supportsQuery

supportsQuery: boolean

The supportsQuery boolean property indicates whether the query method will work for this type.

Methods

getDetails

Optional query

  • Parameters

    Returns Promise<QueryResult>

  • Get an QueryResult based on options passed in

    Parameters

    Returns Promise<QueryResult>

    a Q.Promise of a QueryResult.

  • Parameters

    • options: QueryOptions

    Returns Promise<QueryResult>