{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 32, "name": "Open Spaces", "type": "Feature Layer", "description": "This feature class contains areas of wetland preserve, wetland mitigation and open space that are either privately or City managed and owned. A wetland is an environment between a terrestrial ecosystem and an aquatic system. A wetland preserve is federally preserved and set aside by permit from any development and/or construction activity.", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102642, "latestWkid": 2226, "xyTolerance": 0.002, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.1521179999949075E8, "falseY": -9.382149999954143E7, "xyUnits": 4000, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "OPENSPACETYPE", "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "GENERAL", "label": "Open Space General Fund" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "PRESERVE", "label": "Open Space Preserve" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 221, 202, 252, 255 ], "toColor": [ 221, 202, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 252, 179, 255 ], "toColor": [ 189, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 212, 179, 255 ], "toColor": [ 252, 212, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 251, 252, 255 ], "toColor": [ 194, 251, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 199, 255 ], "toColor": [ 252, 179, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 249, 252, 182, 255 ], "toColor": [ 249, 252, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 179, 252, 255 ], "toColor": [ 245, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 252, 215, 255 ], "toColor": [ 215, 252, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 218, 252, 255 ], "toColor": [ 184, 218, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 214, 212, 255 ], "toColor": [ 252, 214, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 196, 252, 255 ], "toColor": [ 179, 196, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 207, 232, 255 ], "toColor": [ 252, 207, 232, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 182, 252, 255 ], "toColor": [ 199, 182, 252, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": -1.351790907179747E7, "ymin": 4681355.118165825, "xmax": -1.3493641045800816E7, "ymax": 4696534.14925943, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "OPENSPACEID", "type": "esriFieldTypeString", "alias": "Open Space ID", "length": 4, "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "Name", "length": 75, "domain": null }, { "name": "SECONDARYNAME", "type": "esriFieldTypeString", "alias": "Secondary Name", "length": 50, "domain": null }, { "name": "OPENSPACETYPE", "type": "esriFieldTypeString", "alias": "Open Space Type", "length": 8, "domain": { "type": "codedValue", "name": "WS1_d_prlostype", "description": "Open Space Type", "codedValues": [ { "name": "Preserve", "code": "PRESERVE" }, { "name": "General", "code": "GENERAL" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "OPERATIONSANDMANAGEMENTPLAN", "type": "esriFieldTypeString", "alias": "O & M Plan", "length": 50, "domain": null }, { "name": "NUMBEROFPARCELS", "type": "esriFieldTypeSmallInteger", "alias": "Number of Parcels", "domain": null }, { "name": "ACREAGE", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "DEEDRESTRICTION", "type": "esriFieldTypeString", "alias": "Deed Restriction", "length": 30, "domain": { "type": "codedValue", "name": "WS1_d_prlavlblty", "description": "Feature/Amenity Availability", "codedValues": [ { "name": "Yes", "code": "YES" }, { "name": "No", "code": "NO" }, { "name": "N/A", "code": "N/A" }, { "name": "Data Not Available", "code": "DATA NOT AVAILABLE" }, { "name": "Data Not Researched", "code": "DATA NOT RESEARCHED" }, { "name": "Other", "code": "OTHER" }, { "name": "Unknown", "code": "UNKNOWN" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "DATAVERIFIED", "type": "esriFieldTypeString", "alias": "Data Verified", "length": 30, "domain": { "type": "codedValue", "name": "WS1_d_prlavlblty", "description": "Feature/Amenity Availability", "codedValues": [ { "name": "Yes", "code": "YES" }, { "name": "No", "code": "NO" }, { "name": "N/A", "code": "N/A" }, { "name": "Data Not Available", "code": "DATA NOT AVAILABLE" }, { "name": "Data Not Researched", "code": "DATA NOT RESEARCHED" }, { "name": "Other", "code": "OTHER" }, { "name": "Unknown", "code": "UNKNOWN" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "USACOE404PERMIT", "type": "esriFieldTypeInteger", "alias": "USACOE 404 Permit Number", "domain": null }, { "name": "USACOE404PERMITSECONDARY", "type": "esriFieldTypeInteger", "alias": "USACOE 404 Permit Secondary", "domain": null }, { "name": "USFWSFILENUMBER", "type": "esriFieldTypeString", "alias": "USFWS File Number", "length": 50, "domain": null }, { "name": "USFWSFILENUMBERSECONDARY", "type": "esriFieldTypeString", "alias": "USFWS File Number Secondary", "length": 50, "domain": null }, { "name": "CAEPA401CERTIFICATION", "type": "esriFieldTypeString", "alias": "CAEPA 401 Certification Number", "length": 50, "domain": null }, { "name": "CAEPA401CERTIFICATIONSECONDARY", "type": "esriFieldTypeString", "alias": "CAEPA 401 Certification Number Secondary", "length": 50, "domain": null }, { "name": "USACOE404PERMITTERTIARY", "type": "esriFieldTypeInteger", "alias": "USACOE 404 Permit Tertiary", "domain": null }, { "name": "USFWSFILENUMBERTERTIARY", "type": "esriFieldTypeString", "alias": "USFWS File Number Tertiary", "length": 50, "domain": null }, { "name": "CAEPA401CERTIFICATIONTERTIARY", "type": "esriFieldTypeString", "alias": "CAEPA 401 Certification Tertiary", "length": 50, "domain": null }, { "name": "ASSETMAINTAINER", "type": "esriFieldTypeString", "alias": "Asset Maintainer", "length": 30, "domain": { "type": "codedValue", "name": "WS1_d_assetmaint", "description": "Maintainer of Asset", "codedValues": [ { "name": "EU-Water", "code": "EUWTR" }, { "name": "EU-Waste Water", "code": "EUWW" }, { "name": "PW-Street Maintenance", "code": "PWSM" }, { "name": "PW-Traffic", "code": "PWTR" }, { "name": "Private", "code": "PRIVATE" }, { "name": "Unknown", "code": "UNKNOWN" }, { "name": "PRL-Parks and Recreation", "code": "PARKS" }, { "name": "Other", "code": "OTHER" }, { "name": "Contractor", "code": "CONTRACTOR" }, { "name": "City & Contractor", "code": "CITY & CONTRACTOR" }, { "name": "Roseville Electric", "code": "RE" }, { "name": "Open Space", "code": "OS" }, { "name": "Placer County", "code": "PLACER" }, { "name": "Sacramento County", "code": "SACRAMENTO" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "MXPARENTLOC", "type": "esriFieldTypeString", "alias": "Maximo Parent Location", "length": 50, "domain": null }, { "name": "CREATEDATE", "type": "esriFieldTypeDate", "alias": "CREATEDATE", "length": 8, "domain": null }, { "name": "LASTEDITDATE", "type": "esriFieldTypeDate", "alias": "LASTEDITDATE", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R628_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_628", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_628", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S535_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": { "timeZone": "Pacific Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }