Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointProperties

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 latitude

latitude: number

The latitude of the point.

Read more...

Optional longitude

longitude: number

The longitude of the point.

Read more...

Optional m

m: number

The m-coordinate of the point in map units.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the geometry.

Read more...

Optional x

x: number

The x-coordinate (easting) of the point in map units.

Read more...

Optional y

y: number

The y-coordinate (northing) of the point in map units.

Read more...

Optional z

z: number

The z-coordinate (or elevation) of the point in map units.

Read more...

Generated using TypeDoc