Interface SemanticGeoServicesSpatialReferenceExperimental

interface SemanticGeoServicesSpatialReference {
    wkid?: number;
    wkt?: string;
}

Properties

Properties

wkid?: number
wkt?: string