Interface S2JSONLayerGuide

object containing a layer guide for extent, shape, and mShape

interface S2JSONLayerGuide {
    extent?: Extents;
    mShape?: Shape;
    shape?: Shape;
}

Properties

extent?: Extents

The extent to encode the feature geometry to

mShape?: Shape

The shape to encode the feature M-Values to

shape?: Shape

The shape to encode the feature properties to