Interface GetGraphicServiceDetails

interface GetGraphicServiceDetails {
    attribs?: string;
    fieldsToTrim?: string[];
    geometryPrecision?: number;
    includeGeometry?: boolean;
    mapSR?: string;
    maxOffset?: number;
    oid: number;
    serviceUrl: string;
}

Properties

attribs?: string
fieldsToTrim?: string[]
geometryPrecision?: number
includeGeometry?: boolean
mapSR?: string
maxOffset?: number
oid: number
serviceUrl: string