Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtentProperties

Hierarchy

Index

Properties

Optional hasM

hasM: boolean

Indicates if the geometry has M values.

Read more...

Optional hasZ

hasZ: boolean

Indicates if the geometry has z-values (elevation).

Read more...

Optional mmax

mmax: number

The maximum possible m value in an extent envelope.

Read more...

Optional mmin

mmin: number

The minimum possible m value of an extent envelope.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the geometry.

Read more...

Optional xmax

xmax: number

The maximum X-coordinate of an extent envelope.

Read more...

Optional xmin

xmin: number

The minimum X-coordinate of an extent envelope.

Read more...

Optional ymax

ymax: number

The maximum Y-coordinate of an extent envelope.

Read more...

Optional ymin

ymin: number

The minimum Y-coordinate of an extent envelope.

Read more...

Optional zmax

zmax: number

The maximum possible z, or elevation, value in an extent envelope.

Read more...

Optional zmin

zmin: number

The minimum possible z, or elevation, value of an extent envelope.

Read more...

Generated using TypeDoc