{ "currentVersion": 10.71, "id": 0, "name": "Sanitary Virtual Points", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 1200, "maxScale": 0, "geometryType": "esriGeometryPoint", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": { "allowOthersToDelete": true, "allowOthersToUpdate": true, "allowOthersToQuery": true }, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1420473214000 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": false, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true }, "extent": { "xmin": 508113.6017098278, "ymin": 2115740.226504989, "xmax": 508284.1922479123, "ymax": 2120525.326186739, "spatialReference": { "wkid": 2244, "latestWkid": 2965 } }, "sourceSpatialReference": { "wkid": 2244, "latestWkid": 2965 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "POINTTYPE", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 0 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "300", "label": "High Point", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "POINTTYPE", "typeIdField": "POINTTYPE", "subtypeField": "POINTTYPE", "defaultSubtypeCode": 300, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "POINTDESC", "type": "esriFieldTypeString", "alias": "Point Description", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "POINTDESC" }, { "name": "COMMENTS", "type": "esriFieldTypeString", "alias": "Comments", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "COMMENTS" }, { "name": "SYMROTATE", "type": "esriFieldTypeDouble", "alias": "Symbol Rotation", "domain": { "type": "range", "name": "Angle", "description": "Degrees of a circle", "range": [ 0, 360 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ROTATION" }, { "name": "FNNETSTRKEY", "type": "esriFieldTypeString", "alias": "Foreign Network Structure Key", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "FNNETSTRKEY" }, { "name": "GPSDATE", "type": "esriFieldTypeDate", "alias": "GPS Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "GPSDATE" }, { "name": "Enabled", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": 1, "modelName": "Enabled" }, { "name": "POINTTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Point Type", "domain": null, "editable": true, "nullable": true, "defaultValue": 300, "modelName": "POINTTYPE" }, { "name": "GPSHOR68RMS", "type": "esriFieldTypeDouble", "alias": "Horizontal Estimated Accuracy (68% RMS)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "GPSHOR68RMS" }, { "name": "GPSELLIPSE", "type": "esriFieldTypeDouble", "alias": "Height Above Ellipsoid", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "GPSELLIPSE" }, { "name": "GPSEQUIP", "type": "esriFieldTypeSmallInteger", "alias": "GPS Equipment", "domain": { "type": "codedValue", "name": "EquipmentGps", "description": "Equipment used to capture the GPS location of a feature", "codedValues": [ { "name": "Panasonic Toughbook CF-19", "code": 1 }, { "name": "Trimble GeoExplorer 6000 GeoXH", "code": 2 }, { "name": "Trimble GeoExplorer 6000 GeoXH + Trimble Tornado Antenna", "code": 3 }, { "name": "Trimble GeoExplorer 6000 GeoXH + TruPulse 360 B Laser Rangefinder", "code": 4 }, { "name": "Trimble GeoExplorer 6000 GeoXH + Trimble Tornado Antenna + TruPulse 360 B Laser Rangefinder", "code": 5 }, { "name": "TruPulse 360 B Laser Rangefinder", "code": 6 }, { "name": "Other", "code": 0 }, { "name": "Unknown", "code": -1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "GPSEQUIP" }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "created_user" }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "created_date" }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "last_edited_user" }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "last_edited_date" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R322_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_322", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_322", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S286_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": 300, "name": "High Point", "domains": { "SYMROTATE": {"type": "inherited"}, "Enabled": {"type": "inherited"}, "GPSEQUIP": {"type": "inherited"} }, "templates": [ { "name": "High Point", "description": "", "prototype": { "attributes": { "GPSELLIPSE": null, "GPSEQUIP": null, "POINTDESC": null, "COMMENTS": null, "SYMROTATE": null, "FNNETSTRKEY": null, "GPSDATE": null, "Enabled": 1, "POINTTYPE": 300, "GPSHOR68RMS": null } }, "drawingTool": "esriFeatureEditToolPoint" } ] } ], "templates": [], "subtypes": [ { "code": 300, "name": "High Point", "defaultValues": { "POINTDESC": null, "COMMENTS": null, "SYMROTATE": null, "FNNETSTRKEY": null, "GPSDATE": null, "Enabled": 1, "POINTTYPE": 300, "GPSHOR68RMS": null, "GPSELLIPSE": null, "GPSEQUIP": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "GlobalID": null }, "domains": { "SYMROTATE": {"type": "inherited"}, "Enabled": {"type": "inherited"}, "GPSEQUIP": {"type": "inherited"} } }, { "code": 998, "name": "Other", "defaultValues": { "POINTDESC": null, "COMMENTS": null, "SYMROTATE": null, "FNNETSTRKEY": null, "GPSDATE": null, "Enabled": 1, "POINTTYPE": 998, "GPSHOR68RMS": null, "GPSELLIPSE": null, "GPSEQUIP": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "GlobalID": null }, "domains": { "SYMROTATE": {"type": "inherited"}, "Enabled": {"type": "inherited"}, "GPSEQUIP": {"type": "inherited"} } }, { "code": 999, "name": "Unknown", "defaultValues": { "POINTDESC": null, "COMMENTS": null, "SYMROTATE": null, "FNNETSTRKEY": null, "GPSDATE": null, "Enabled": 1, "POINTTYPE": 999, "GPSHOR68RMS": null, "GPSELLIPSE": null, "GPSEQUIP": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "GlobalID": null }, "domains": { "SYMROTATE": {"type": "inherited"}, "Enabled": {"type": "inherited"}, "GPSEQUIP": {"type": "inherited"} } } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "maxRecordCountFactor": 1 }