{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 9, "name": "Address Points", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102660, "latestWkid": 2238, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -125939000, "falseY": -91453300, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 3600, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "d1d34062d1788bed36ceb87162db4c4a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACJklEQVRIic2VT4gSURzHPzYL28EQUSwpbx0CSbwUqUhQkVAdKhIWwkt1CiElR6XOeQs6hHuoDoKSRAReOsjstaAIhPViJw8LswWeFKwhs8M4Mr194+4awX7hMfP7/d78Pm/en99b4T9r5aAADgGngePAYWAb2ASG/wo4CjwC1oCAEPsJaMAT4OMygDXgBeB2iK8CV2ftFXAfMPYKeAA8WwAXdRc4CVwWITLAReDpPpJbOg+sz2COAAV4PnvukMfjYTweYxg7ZsLSHeAltjURATeAU3aHy+Uim82iqiqhUIjJZIKmaRQKBbrdrgzyGLjmBLgp9q5UKpTL5bmtKAqpVIpEIkEymaTT6YifXAKOMNvCIuCM3YhGo6iqKhslbrebarVKPB4XQ6uYZ+aDDHDMbqTTaRRFuhwAxGIxgsEguq6LoaD1IgJ+YNv3fr/fMbkln88nA4ydAFvAPGuv11uY3DAM+v2+LLTlBNgAopZRq9UolUoEAmKVMFWv1xmNRqL7OzDfXiLgNfDQMgaDAZlMhmazidfr/aujpmnkcjkZtwn8dgJ8Ad4CtyxHu90mHA6Tz+eJRCIMh0NarRaNRoPpdComH2IWv7lkpSILnANOWA5d1ykWi7LR2jUF7mFO0ULAN+AK8N4O2UUTIAe8EQNO1XQT89CtA9d3Sf4Vs1RvyIKL7oNtzNp0FrgNXMD8I+tG+wy8w1yzX05J9nJlfpq1pXRgLv2l9QflVIhSpvxnXgAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 18, "height": 18, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2507889.2090542167, "ymin": 307541.81521964073, "xmax": 2606219.3791913837, "ymax": 517996.6239679754, "spatialReference": { "wkid": 102660, "latestWkid": 2238, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -125939000, "falseY": -91453300, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "addressptid", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "addressptid", "type": "esriFieldTypeString", "alias": "Access ID", "length": 20, "domain": null }, { "name": "pointtype", "type": "esriFieldTypeString", "alias": "Address Point Type", "length": 30, "domain": { "type": "codedValue", "name": "AddressPointType_1", "description": "The type of address point feature", "codedValues": [ { "name": "Driveway Entrance", "code": "Driveway Entrance" }, { "name": "Building Entrance", "code": "Building Entrance" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Building", "code": "Building" }, { "name": "Parcel", "code": "Parcel" }, { "name": "Unit, Condo, Office or Suite", "code": "Unit, Condo, Office or Suite" }, { "name": "Utility Asset", "code": "Utility Asset" }, { "name": "Utility Pole", "code": "Utility Pole" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "capturemeth", "type": "esriFieldTypeString", "alias": "Capture Method", "length": 30, "domain": { "type": "codedValue", "name": "PointCollectionMethod", "description": "The collection method for a point feature", "codedValues": [ { "name": "Community Contribution", "code": "Community Contribution" }, { "name": "Other", "code": "Other" }, { "name": "Plan or Drawing", "code": "Plan or Drawing" }, { "name": "Site Visit", "code": "Site Visit" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "offdist", "type": "esriFieldTypeDouble", "alias": "Offset Distance", "domain": null }, { "name": "offdir", "type": "esriFieldTypeString", "alias": "Offset Direction", "length": 5, "domain": { "type": "codedValue", "name": "LeftRight", "description": "A left/right flag for creating site address point", "codedValues": [ { "name": "Left", "code": "Left" }, { "name": "Right", "code": "Right" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "numpoints", "type": "esriFieldTypeSmallInteger", "alias": "# of Site Addresses", "domain": null }, { "name": "incrementval", "type": "esriFieldTypeSmallInteger", "alias": "Increment Value", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "UUID_189", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G696addressptid", "fields": "addressptid", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S144_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [ { "id": 2, "name": "SiteAddressPoint", "relatedTableId": 8, "role": "esriRelRoleOrigin", "keyField": "addressptid", "cardinality": "esriRelCardinalityOneToMany", "composite": false } ], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": 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": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": false }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": false }, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1752827888000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "f465ef4c26cb46c9ba7cc2b4ba5f3a0b" }