RAMP4 - v4.21.0
    Preparing search index...

    Interface RampExtentConfig

    interface RampExtentConfig {
        spatialReference: RampSpatialReference;
        xmax: number;
        xmin: number;
        ymax: number;
        ymin: number;
    }
    Index

    Properties

    spatialReference: RampSpatialReference
    xmax: number
    xmin: number
    ymax: number
    ymin: number