{ "layers": [ { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 0, "name": "Cadastral Annotation", "type": "Annotation Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 1.8242467220280022E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.6150899999961212E7, "falseY": -4.6131099999912985E7, "xyUnits": 10963.4293204409, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [ { "id": 1, "name": "Corp Name 400" }, { "id": 2, "name": "Lot Dim 100" }, { "id": 3, "name": "Lot Dim 400" }, { "id": 4, "name": "Lot Number 100" }, { "id": 5, "name": "Lot Number 400" }, { "id": 6, "name": "Misc Dim 100" }, { "id": 7, "name": "Misc Dim 400" }, { "id": 8, "name": "Misc Text 100" }, { "id": 9, "name": "Misc Text 400" }, { "id": 10, "name": "Parcel Acreage 100" }, { "id": 11, "name": "Parcel Acreage 400" }, { "id": 12, "name": "Parcel Dim 100" }, { "id": 13, "name": "Parcel Dim 400" }, { "id": 14, "name": "Parcel Number 100" }, { "id": 15, "name": "Parcel Number 400" }, { "id": 16, "name": "Parcel Number Nonplot" }, { "id": 17, "name": "Parcel Number Point 100" }, { "id": 18, "name": "Parcel Number Point 400" }, { "id": 19, "name": "Proof Notes 100" }, { "id": 20, "name": "Proof Notes 400" }, { "id": 21, "name": "Road Dim 100" }, { "id": 22, "name": "Road Dim 400" }, { "id": 23, "name": "Section Number" }, { "id": 24, "name": "Sub Blk Number" }, { "id": 25, "name": "Sub Blk Number 100" }, { "id": 26, "name": "Sub Name" }, { "id": 27, "name": "Town Name 400" }, { "id": 28, "name": "Unknown Anno" } ], "minScale": 7000, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "TextString", "typeIdField": "AnnotationClassID", "subtypeFieldName": "AnnotationClassID", "subtypeField": "AnnotationClassID", "defaultSubtypeCode": 27, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FeatureID", "type": "esriFieldTypeInteger", "alias": "FeatureID", "domain": null }, { "name": "ZOrder", "type": "esriFieldTypeInteger", "alias": "ZOrder", "domain": null }, { "name": "AnnotationClassID", "type": "esriFieldTypeInteger", "alias": "AnnotationClassID", "domain": null }, { "name": "Element", "type": "esriFieldTypeBlob", "alias": "Element", "domain": null }, { "name": "SymbolID", "type": "esriFieldTypeInteger", "alias": "SymbolID", "domain": null }, { "name": "Status", "type": "esriFieldTypeSmallInteger", "alias": "Status", "domain": { "type": "codedValue", "name": "WS3_AnnotationStatus", "description": "Valid annotation state values.", "codedValues": [ { "name": "Placed", "code": 0 }, { "name": "Unplaced", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "TextString", "type": "esriFieldTypeString", "alias": "TextString", "length": 255, "domain": null }, { "name": "FontName", "type": "esriFieldTypeString", "alias": "FontName", "length": 255, "domain": null }, { "name": "FontSize", "type": "esriFieldTypeDouble", "alias": "FontSize", "domain": null }, { "name": "Bold", "type": "esriFieldTypeSmallInteger", "alias": "Bold", "domain": { "type": "codedValue", "name": "WS3_BooleanSymbolValue", "description": "Valid values are Yes and No.", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Italic", "type": "esriFieldTypeSmallInteger", "alias": "Italic", "domain": { "type": "codedValue", "name": "WS3_BooleanSymbolValue", "description": "Valid values are Yes and No.", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Underline", "type": "esriFieldTypeSmallInteger", "alias": "Underline", "domain": { "type": "codedValue", "name": "WS3_BooleanSymbolValue", "description": "Valid values are Yes and No.", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "VerticalAlignment", "type": "esriFieldTypeSmallInteger", "alias": "VerticalAlignment", "domain": { "type": "codedValue", "name": "WS3_VerticalAlignment", "description": "Valid symbol vertical alignment values.", "codedValues": [ { "name": "Top", "code": 0 }, { "name": "Center", "code": 1 }, { "name": "Baseline", "code": 2 }, { "name": "Bottom", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "HorizontalAlignment", "type": "esriFieldTypeSmallInteger", "alias": "HorizontalAlignment", "domain": { "type": "codedValue", "name": "WS3_HorizontalAlignment", "description": "Valid horizontal symbol alignment values.", "codedValues": [ { "name": "Left", "code": 0 }, { "name": "Center", "code": 1 }, { "name": "Right", "code": 2 }, { "name": "Full", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "XOffset", "type": "esriFieldTypeDouble", "alias": "XOffset", "domain": null }, { "name": "YOffset", "type": "esriFieldTypeDouble", "alias": "YOffset", "domain": null }, { "name": "Angle", "type": "esriFieldTypeDouble", "alias": "Angle", "domain": null }, { "name": "FontLeading", "type": "esriFieldTypeDouble", "alias": "FontLeading", "domain": null }, { "name": "WordSpacing", "type": "esriFieldTypeDouble", "alias": "WordSpacing", "domain": null }, { "name": "CharacterWidth", "type": "esriFieldTypeDouble", "alias": "CharacterWidth", "domain": null }, { "name": "CharacterSpacing", "type": "esriFieldTypeDouble", "alias": "CharacterSpacing", "domain": null }, { "name": "FlipAngle", "type": "esriFieldTypeDouble", "alias": "FlipAngle", "domain": null }, { "name": "Override", "type": "esriFieldTypeInteger", "alias": "Override", "domain": null }, { "name": "TscLink", "type": "esriFieldTypeString", "alias": "TscLink", "length": 255, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "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": "R1626_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "AnnoClassID_Inde", "fields": "AnnotationClassID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "Status_Index_399", "fields": "Status", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S1232_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "types": [ { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 27, "name": "Unknown Anno" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 26, "name": "Town Name 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 25, "name": "Sub Name" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 24, "name": "Sub Blk Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 23, "name": "Sub Blk Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 22, "name": "Section Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 21, "name": "Road Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 20, "name": "Road Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 19, "name": "Proof Notes 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 18, "name": "Proof Notes 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 17, "name": "Parcel Number Point 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 16, "name": "Parcel Number Point 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 15, "name": "Parcel Number Nonplot" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 14, "name": "Parcel Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 13, "name": "Parcel Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 12, "name": "Parcel Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 11, "name": "Parcel Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 10, "name": "Parcel Acreage 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 9, "name": "Parcel Acreage 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 8, "name": "Misc Text 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 7, "name": "Misc Text 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 6, "name": "Misc Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 5, "name": "Misc Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 4, "name": "Lot Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 3, "name": "Lot Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 2, "name": "Lot Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 1, "name": "Lot Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 0, "name": "Corp Name 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 27, "name": "Unknown Anno" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 26, "name": "Town Name 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 25, "name": "Sub Name" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 24, "name": "Sub Blk Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 23, "name": "Sub Blk Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 22, "name": "Section Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 21, "name": "Road Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 20, "name": "Road Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 19, "name": "Proof Notes 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 18, "name": "Proof Notes 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 17, "name": "Parcel Number Point 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 16, "name": "Parcel Number Point 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 15, "name": "Parcel Number Nonplot" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 14, "name": "Parcel Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 13, "name": "Parcel Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 12, "name": "Parcel Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 11, "name": "Parcel Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 10, "name": "Parcel Acreage 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 9, "name": "Parcel Acreage 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 8, "name": "Misc Text 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 7, "name": "Misc Text 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 6, "name": "Misc Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 5, "name": "Misc Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 4, "name": "Lot Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 3, "name": "Lot Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 2, "name": "Lot Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 1, "name": "Lot Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 0, "name": "Corp Name 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 27, "name": "Unknown Anno" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 26, "name": "Town Name 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 25, "name": "Sub Name" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 24, "name": "Sub Blk Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 23, "name": "Sub Blk Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 22, "name": "Section Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 21, "name": "Road Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 20, "name": "Road Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 19, "name": "Proof Notes 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 18, "name": "Proof Notes 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 17, "name": "Parcel Number Point 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 16, "name": "Parcel Number Point 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 15, "name": "Parcel Number Nonplot" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 14, "name": "Parcel Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 13, "name": "Parcel Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 12, "name": "Parcel Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 11, "name": "Parcel Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 10, "name": "Parcel Acreage 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 9, "name": "Parcel Acreage 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 8, "name": "Misc Text 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 7, "name": "Misc Text 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 6, "name": "Misc Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 5, "name": "Misc Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 4, "name": "Lot Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 3, "name": "Lot Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 2, "name": "Lot Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 1, "name": "Lot Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 0, "name": "Corp Name 400" } ], "subtypes": [ { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 27, "name": "Unknown Anno" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 26, "name": "Town Name 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 25, "name": "Sub Name" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 24, "name": "Sub Blk Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 23, "name": "Sub Blk Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 22, "name": "Section Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 21, "name": "Road Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 20, "name": "Road Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 19, "name": "Proof Notes 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 18, "name": "Proof Notes 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 17, "name": "Parcel Number Point 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 16, "name": "Parcel Number Point 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 15, "name": "Parcel Number Nonplot" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 14, "name": "Parcel Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 13, "name": "Parcel Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 12, "name": "Parcel Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 11, "name": "Parcel Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 10, "name": "Parcel Acreage 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 9, "name": "Parcel Acreage 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 8, "name": "Misc Text 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 7, "name": "Misc Text 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 6, "name": "Misc Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 5, "name": "Misc Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 4, "name": "Lot Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 3, "name": "Lot Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 2, "name": "Lot Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 1, "name": "Lot Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 0, "name": "Corp Name 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 27, "name": "Unknown Anno" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 26, "name": "Town Name 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 25, "name": "Sub Name" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 24, "name": "Sub Blk Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 23, "name": "Sub Blk Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 22, "name": "Section Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 21, "name": "Road Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 20, "name": "Road Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 19, "name": "Proof Notes 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 18, "name": "Proof Notes 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 17, "name": "Parcel Number Point 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 16, "name": "Parcel Number Point 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 15, "name": "Parcel Number Nonplot" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 14, "name": "Parcel Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 13, "name": "Parcel Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 12, "name": "Parcel Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 11, "name": "Parcel Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 10, "name": "Parcel Acreage 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 9, "name": "Parcel Acreage 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 8, "name": "Misc Text 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 7, "name": "Misc Text 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 6, "name": "Misc Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 5, "name": "Misc Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 4, "name": "Lot Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 3, "name": "Lot Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 2, "name": "Lot Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 1, "name": "Lot Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 0, "name": "Corp Name 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 27, "name": "Unknown Anno" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 26, "name": "Town Name 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 25, "name": "Sub Name" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 24, "name": "Sub Blk Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 23, "name": "Sub Blk Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 22, "name": "Section Number" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 21, "name": "Road Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 20, "name": "Road Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 19, "name": "Proof Notes 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 18, "name": "Proof Notes 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 17, "name": "Parcel Number Point 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 16, "name": "Parcel Number Point 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 15, "name": "Parcel Number Nonplot" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 14, "name": "Parcel Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 13, "name": "Parcel Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 12, "name": "Parcel Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 11, "name": "Parcel Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 10, "name": "Parcel Acreage 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 9, "name": "Parcel Acreage 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 8, "name": "Misc Text 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 7, "name": "Misc Text 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 6, "name": "Misc Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 5, "name": "Misc Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 4, "name": "Lot Number 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 3, "name": "Lot Number 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 2, "name": "Lot Dim 400" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 1, "name": "Lot Dim 100" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null, "TscLink": null }, "code": 0, "name": "Corp Name 400" } ], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 1, "name": "Corp Name 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 2, "name": "Lot Dim 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 3, "name": "Lot Dim 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 4, "name": "Lot Number 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 5, "name": "Lot Number 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 6, "name": "Misc Dim 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 7, "name": "Misc Dim 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 8, "name": "Misc Text 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 9, "name": "Misc Text 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 10, "name": "Parcel Acreage 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 11, "name": "Parcel Acreage 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 12, "name": "Parcel Dim 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 13, "name": "Parcel Dim 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 14, "name": "Parcel Number 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 15, "name": "Parcel Number 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 16, "name": "Parcel Number Nonplot", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 17, "name": "Parcel Number Point 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 18, "name": "Parcel Number Point 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 19, "name": "Proof Notes 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 20, "name": "Proof Notes 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 21, "name": "Road Dim 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 22, "name": "Road Dim 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 23, "name": "Section Number", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 24, "name": "Sub Blk Number", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 25, "name": "Sub Blk Number 100", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 26, "name": "Sub Name", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 27, "name": "Town Name 400", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 28, "name": "Unknown Anno", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Cadastral Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2469731.082813002, "ymin": 1431824.4625789672, "xmax": 2639094.430149775, "ymax": 1553999.290714413, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "effectiveMinScale": 7000, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 29, "name": "Address Points", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 8000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "db734e284a9eeea3d97b86e08b8c9fd0", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABe0lEQVQ4ja3TvUvbURTG8e+D2qFT/RMcnYolDiKKhkInUVtoUYsSFEEJCh0UVKQUlOikaSbR9EXFF1DQTUQtFlGJNGNxtRT8B5y0fTqYQF5+toO9830+nHPPuaXc85T+N8D2Q6Bc0s+/BWxXSvoeVMEbIGK7UdLFHeFWYMV2jaR0IRADHsf2+FYf9+DhgJZzw4spR6MbzCRe0JsN5wGSbmy3tT9hcy3NQn3cZJHFlKPTB8SHw7yVlAx8gxzk+VY3m80Lt0hvLY+m9m7Dr0N6V9hW0RQKkOTkLmUjT4PDgUAWWUt7B2h6UML13DHnQffuBJbP3DexS3w4zHhtBVWtST7WzVpfB7X6T2DpzP3T+7wfCjPaEVLMdslWD+vN83yomzWFSB5gu+VzipmhMCMdIU1l2vll++V2D6vJUxKH9pGkH0WA7RZgpbOaiJS/Axnk1fgzPgFfbDdkkdwKLoGIVNxnBvltuwsYA66KKpB0ApwEhXMRIG+c9/6NfwAqKKFaCqYpowAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 12, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpression": "[Add_Number]", "labelPlacement": "esriServerPointLabelPlacementAboveRight", "deconflictionStrategy": "dynamic", "stackLabel": true, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 5000, "name": "Default", "priority": 22, "symbol": { "type": "esriTS", "color": [ 0, 92, 230, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 2, "font": { "family": "Arial", "size": 8, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 2470534.1973458305, "ymin": 1431966.5485454053, "xmax": 2639217.9689014964, "ymax": 1553929.1451709047, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "St_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "FID", "domain": null }, { "name": "DiscrpAgID", "type": "esriFieldTypeString", "alias": "DiscrpAgID", "length": 75, "domain": null }, { "name": "DateUpdate", "type": "esriFieldTypeDate", "alias": "DateUpdate", "length": 8, "domain": null }, { "name": "Effective", "type": "esriFieldTypeDate", "alias": "Effective", "length": 8, "domain": null }, { "name": "Expire", "type": "esriFieldTypeDate", "alias": "Expire", "length": 8, "domain": null }, { "name": "SITE_NGUID", "type": "esriFieldTypeString", "alias": "SITE_NGUID", "length": 254, "domain": null }, { "name": "Country", "type": "esriFieldTypeString", "alias": "Country", "length": 2, "domain": null }, { "name": "State", "type": "esriFieldTypeString", "alias": "State", "length": 2, "domain": null }, { "name": "County", "type": "esriFieldTypeString", "alias": "County", "length": 40, "domain": null }, { "name": "AddCode", "type": "esriFieldTypeString", "alias": "AddCode", "length": 6, "domain": null }, { "name": "AddDataURI", "type": "esriFieldTypeString", "alias": "AddDataURI", "length": 254, "domain": null }, { "name": "Inc_Muni", "type": "esriFieldTypeString", "alias": "Inc_Muni", "length": 100, "domain": null }, { "name": "Uninc_Comm", "type": "esriFieldTypeString", "alias": "Uninc_Comm", "length": 100, "domain": null }, { "name": "Nbrhd_Comm", "type": "esriFieldTypeString", "alias": "Nbrhd_Comm", "length": 100, "domain": null }, { "name": "AddNum_Pre", "type": "esriFieldTypeString", "alias": "AddNum_Pre", "length": 15, "domain": null }, { "name": "Add_Number", "type": "esriFieldTypeInteger", "alias": "Add_Number", "domain": null }, { "name": "AddNum_Suf", "type": "esriFieldTypeString", "alias": "AddNum_Suf", "length": 15, "domain": null }, { "name": "St_PreMod", "type": "esriFieldTypeString", "alias": "St_PreMod", "length": 15, "domain": null }, { "name": "St_PreDir", "type": "esriFieldTypeString", "alias": "St_PreDir", "length": 9, "domain": null }, { "name": "St_PreTyp", "type": "esriFieldTypeString", "alias": "St_PreTyp", "length": 50, "domain": null }, { "name": "St_PreSep", "type": "esriFieldTypeString", "alias": "St_PreSep", "length": 20, "domain": null }, { "name": "St_Name", "type": "esriFieldTypeString", "alias": "St_Name", "length": 60, "domain": null }, { "name": "St_PosTyp", "type": "esriFieldTypeString", "alias": "St_PosTyp", "length": 50, "domain": null }, { "name": "St_PosDir", "type": "esriFieldTypeString", "alias": "St_PosDir", "length": 9, "domain": null }, { "name": "St_PosMod", "type": "esriFieldTypeString", "alias": "St_PosMod", "length": 25, "domain": null }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "length": 100, "domain": null }, { "name": "LSt_PreDir", "type": "esriFieldTypeString", "alias": "LSt_PreDir", "length": 2, "domain": null }, { "name": "LSt_Name", "type": "esriFieldTypeString", "alias": "LSt_Name", "length": 75, "domain": null }, { "name": "LSt_Type", "type": "esriFieldTypeString", "alias": "LSt_Type", "length": 4, "domain": null }, { "name": "LSt_PosDir", "type": "esriFieldTypeString", "alias": "LSt_PosDir", "length": 2, "domain": null }, { "name": "ESN", "type": "esriFieldTypeString", "alias": "ESN", "length": 5, "domain": null }, { "name": "MSAGComm", "type": "esriFieldTypeString", "alias": "MSAGComm", "length": 30, "domain": null }, { "name": "Post_Comm", "type": "esriFieldTypeString", "alias": "Post_Comm", "length": 40, "domain": null }, { "name": "Post_Code", "type": "esriFieldTypeString", "alias": "Post_Code", "length": 7, "domain": null }, { "name": "Post_Code4", "type": "esriFieldTypeString", "alias": "Post_Code4", "length": 4, "domain": null }, { "name": "Building", "type": "esriFieldTypeString", "alias": "Building", "length": 75, "domain": null }, { "name": "Floor", "type": "esriFieldTypeString", "alias": "Floor", "length": 75, "domain": null }, { "name": "Unit", "type": "esriFieldTypeString", "alias": "Unit", "length": 75, "domain": null }, { "name": "Room", "type": "esriFieldTypeString", "alias": "Room", "length": 75, "domain": null }, { "name": "Seat", "type": "esriFieldTypeString", "alias": "Seat", "length": 75, "domain": null }, { "name": "Addtl_Loc", "type": "esriFieldTypeString", "alias": "Addtl_Loc", "length": 225, "domain": null }, { "name": "LandmkName", "type": "esriFieldTypeString", "alias": "LandmkName", "length": 150, "domain": null }, { "name": "Mile_Post", "type": "esriFieldTypeString", "alias": "Mile_Post", "length": 150, "domain": null }, { "name": "Place_Type", "type": "esriFieldTypeString", "alias": "Place_Type", "length": 50, "domain": null }, { "name": "Placement", "type": "esriFieldTypeString", "alias": "Placement", "length": 25, "domain": null }, { "name": "Long", "type": "esriFieldTypeDouble", "alias": "Long", "domain": null }, { "name": "Lat", "type": "esriFieldTypeDouble", "alias": "Lat", "domain": null }, { "name": "Elev", "type": "esriFieldTypeInteger", "alias": "Elev", "domain": null }, { "name": "GeoDate", "type": "esriFieldTypeDate", "alias": "GeoDate", "length": 8, "domain": null }, { "name": "SiteCity", "type": "esriFieldTypeString", "alias": "SiteCity", "length": 30, "domain": null }, { "name": "ADDR_PT", "type": "esriFieldTypeString", "alias": "ADDR_PT", "length": 254, "domain": null }, { "name": "SiteAddres", "type": "esriFieldTypeString", "alias": "SiteAddres", "length": 100, "domain": null }, { "name": "Address_Ty", "type": "esriFieldTypeString", "alias": "Address_Ty", "length": 35, "domain": null }, { "name": "SiteAddr_C", "type": "esriFieldTypeString", "alias": "SiteAddr_C", "length": 30, "domain": null }, { "name": "Twp_Sec", "type": "esriFieldTypeString", "alias": "Twp_Sec", "length": 10, "domain": null }, { "name": "Hyperlink_", "type": "esriFieldTypeString", "alias": "Hyperlink_", "length": 50, "domain": null }, { "name": "JoinID", "type": "esriFieldTypeInteger", "alias": "JoinID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 30, "name": "Cartography", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 1.8242467220280022E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.6150899999961212E7, "falseY": -4.6131099999912985E7, "xyUnits": 10963.4293204409, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 7000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "CartoTag", "defaultSymbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 163, 0, 3, 255 ], "width": 1 }, "defaultLabel": "", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 255, 255 ], "width": 1 }, "value": "0", "label": "Lot Dim Carto 100" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 255, 255 ], "width": 1 }, "value": "1", "label": "Lot Dim Carto 400" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 255, 255 ], "width": 1 }, "value": "2", "label": "Lot Number Carto 100" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 255, 255 ], "width": 1 }, "value": "3", "label": "Lot Number Carto 400" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 160, 224, 0, 255 ], "width": 1 }, "value": "6", "label": "Misc Dim Carto 100" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 160, 224, 0, 255 ], "width": 1 }, "value": "7", "label": "Misc Dim Carto 400" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 160, 224, 0, 255 ], "width": 1 }, "value": "9", "label": "Misc Text Carto 100" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 160, 224, 0, 255 ], "width": 1 }, "value": "10", "label": "Misc Text Carto 400" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 1 }, "value": "11", "label": "Parcel Dim Carto 100" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 1 }, "value": "12", "label": "Parcel Dim Carto 400" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 143, 29, 0, 255 ], "width": 1 }, "value": "13", "label": "Parcel Owner Hook 100" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 71, 0, 163, 255 ], "width": 1 }, "value": "14", "label": "Parcel Owner Hook 400" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 127, 0, 255 ], "width": 1 }, "value": "15", "label": "Railroad Dim Carto 100" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 127, 0, 255 ], "width": 1 }, "value": "16", "label": "Railroad Dim Carto 400" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 0, 255 ], "width": 1 }, "value": "17", "label": "Road Dim Carto 100" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 0, 255 ], "width": 1 }, "value": "18", "label": "Road Dim Carto 400" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 130, 130, 130, 255 ], "width": 1 }, "value": "999", "label": "Unknown Carto" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 119, 189, 161, 255 ], "toColor": [ 119, 189, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 85, 242, 255 ], "toColor": [ 240, 85, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 103, 94, 255 ], "toColor": [ 235, 103, 94, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 47, 69, 128, 255 ], "toColor": [ 47, 69, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 224, 242, 85, 255 ], "toColor": [ 224, 242, 85, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 176, 109, 255 ], "toColor": [ 207, 176, 109, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 126, 185, 255 ], "toColor": [ 207, 126, 185, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 83, 224, 114, 255 ], "toColor": [ 83, 224, 114, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 122, 184, 250, 255 ], "toColor": [ 122, 184, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 90, 79, 255 ], "toColor": [ 128, 90, 79, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 118, 104, 242, 255 ], "toColor": [ 118, 104, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 77, 124, 143, 255 ], "toColor": [ 77, 124, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 81, 143, 66, 255 ], "toColor": [ 81, 143, 66, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 138, 62, 156, 255 ], "toColor": [ 138, 62, 156, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 240, 149, 255 ], "toColor": [ 187, 240, 149, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 81, 232, 179, 255 ], "toColor": [ 81, 232, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 227, 91, 132, 255 ], "toColor": [ 227, 91, 132, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2469284.7274020277, "ymin": 1432889.4351946265, "xmax": 2638097.140735995, "ymax": 1552993.022723116, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "TSCLink", "typeIdField": "CartoTag", "subtypeFieldName": "CartoTag", "subtypeField": "CartoTag", "defaultSubtypeCode": 999, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "TSCLink", "type": "esriFieldTypeString", "alias": "TSCLink", "length": 255, "domain": null }, { "name": "CartoTag", "type": "esriFieldTypeInteger", "alias": "CartoTag", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1628_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S1234_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "types": [ { "domains": {}, "id": 0, "name": "Lot Dim Carto 100" }, { "domains": {}, "id": 1, "name": "Lot Dim Carto 400" }, { "domains": {}, "id": 2, "name": "Misc Dim Carto 100" }, { "domains": {}, "id": 3, "name": "Misc Dim Carto 400" }, { "domains": {}, "id": 4, "name": "Parcel Dim Carto 100" }, { "domains": {}, "id": 5, "name": "Parcel Dim Carto 400" }, { "domains": {}, "id": 6, "name": "Parcel Owner Hook 100" }, { "domains": {}, "id": 7, "name": "Parcel Owner Hook 400" }, { "domains": {}, "id": 8, "name": "Road Dim Carto 100" }, { "domains": {}, "id": 9, "name": "Road Dim Carto 400" }, { "domains": {}, "id": 999, "name": "Unknown Carto" }, { "domains": {}, "id": 0, "name": "Lot Dim Carto 100" }, { "domains": {}, "id": 1, "name": "Lot Dim Carto 400" }, { "domains": {}, "id": 2, "name": "Misc Dim Carto 100" }, { "domains": {}, "id": 3, "name": "Misc Dim Carto 400" }, { "domains": {}, "id": 4, "name": "Parcel Dim Carto 100" }, { "domains": {}, "id": 5, "name": "Parcel Dim Carto 400" }, { "domains": {}, "id": 6, "name": "Parcel Owner Hook 100" }, { "domains": {}, "id": 7, "name": "Parcel Owner Hook 400" }, { "domains": {}, "id": 8, "name": "Road Dim Carto 100" }, { "domains": {}, "id": 9, "name": "Road Dim Carto 400" }, { "domains": {}, "id": 999, "name": "Unknown Carto" } ], "subtypes": [ { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 0, "name": "Lot Dim Carto 100" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 1, "name": "Lot Dim Carto 400" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 2, "name": "Misc Dim Carto 100" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 3, "name": "Misc Dim Carto 400" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 4, "name": "Parcel Dim Carto 100" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 5, "name": "Parcel Dim Carto 400" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 6, "name": "Parcel Owner Hook 100" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 7, "name": "Parcel Owner Hook 400" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 8, "name": "Road Dim Carto 100" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 9, "name": "Road Dim Carto 400" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 999, "name": "Unknown Carto" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 0, "name": "Lot Dim Carto 100" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 1, "name": "Lot Dim Carto 400" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 2, "name": "Misc Dim Carto 100" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 3, "name": "Misc Dim Carto 400" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 4, "name": "Parcel Dim Carto 100" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 5, "name": "Parcel Dim Carto 400" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 6, "name": "Parcel Owner Hook 100" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 7, "name": "Parcel Owner Hook 400" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 8, "name": "Road Dim Carto 100" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 9, "name": "Road Dim Carto 400" }, { "domains": {}, "defaultValues": { "TSCLink": null, "CartoTag": 999 }, "code": 999, "name": "Unknown Carto" } ], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 31, "name": "Cadastral (Line)", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 1.8242467220280022E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.6150899999961212E7, "falseY": -4.6131099999912985E7, "xyUnits": 10963.4293204409, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 7000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "AlphaTag", "defaultSymbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 1 }, "defaultLabel": "", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 169, 0, 230, 255 ], "width": 3 }, "value": "Corp Line", "label": "Corp Line" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDotDot", "color": [ 168, 112, 0, 255 ], "width": 1.5 }, "value": "County Line", "label": "County Line" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDotDot", "color": [ 0, 0, 255, 255 ], "width": 1.5 }, "value": "Geo Twp Line", "label": "Geo Twp Line" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 0, 255, 255, 255 ], "width": 1 }, "value": "Lot Line", "label": "Lot Line" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 160, 224, 0, 255 ], "width": 1 }, "value": "Misc Line", "label": "Misc Line" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 1 }, "value": "Parcel Line", "label": "Parcel Line" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDotDot", "color": [ 255, 0, 255, 255 ], "width": 1.5 }, "value": "Pol Twp Line", "label": "Pol Twp Line" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDot", "color": [ 255, 127, 0, 255 ], "width": 0.5 }, "value": "Railroad Centerline", "label": "Railroad Centerline" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 127, 0, 255 ], "width": 1.5 }, "value": "Railroad ROW", "label": "Railroad ROW" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDot", "color": [ 0, 0, 0, 255 ], "width": 0.5 }, "value": "Road Centerline", "label": "Road Centerline" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.5 }, "value": "Road ROW", "label": "Road ROW" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDot", "color": [ 255, 0, 0, 255 ], "width": 1.5 }, "value": "Section Line", "label": "Section Line" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 0, 255, 0, 255 ], "width": 3 }, "value": "Sub Line 100", "label": "Sub Line 100" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 0, 255, 0, 255 ], "width": 3 }, "value": "Sub Line 400", "label": "Sub Line 400" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDot", "color": [ 0, 0, 255, 255 ], "width": 1.5 }, "value": "Water Line", "label": "Water Line" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 119, 189, 161, 255 ], "toColor": [ 119, 189, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 85, 242, 255 ], "toColor": [ 240, 85, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 126, 110, 255 ], "toColor": [ 250, 126, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 86, 84, 140, 255 ], "toColor": [ 86, 84, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 191, 72, 255 ], "toColor": [ 207, 191, 72, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 90, 230, 92, 255 ], "toColor": [ 90, 230, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 90, 79, 255 ], "toColor": [ 128, 90, 79, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 118, 104, 242, 255 ], "toColor": [ 118, 104, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 162, 231, 255 ], "toColor": [ 250, 162, 231, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 136, 198, 242, 255 ], "toColor": [ 136, 198, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 203, 161, 255 ], "toColor": [ 247, 203, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 103, 130, 62, 255 ], "toColor": [ 103, 130, 62, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 240, 149, 255 ], "toColor": [ 187, 240, 149, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 186, 86, 126, 255 ], "toColor": [ 186, 86, 126, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 162, 97, 186, 255 ], "toColor": [ 162, 97, 186, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2463580.2945852466, "ymin": 1431711.9335550666, "xmax": 2639380.983007297, "ymax": 1554252.599229373, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "AlphaTag", "typeIdField": "HAS_SELECTED_TAG", "subtypeFieldName": "HAS_SELECTED_TAG", "subtypeField": "HAS_SELECTED_TAG", "defaultSubtypeCode": 1, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "ObjectID", "domain": null }, { "name": "EntID", "type": "esriFieldTypeInteger", "alias": "EntID", "domain": null }, { "name": "AlphaTag", "type": "esriFieldTypeString", "alias": "AlphaTag", "length": 255, "domain": null }, { "name": "HAS_SELECTED_TAG", "type": "esriFieldTypeInteger", "alias": "HAS_SELECTED_TAG", "domain": null }, { "name": "water", "type": "esriFieldTypeString", "alias": "water", "length": 255, "domain": null }, { "name": "railroads", "type": "esriFieldTypeString", "alias": "railroads", "length": 255, "domain": null }, { "name": "roads", "type": "esriFieldTypeString", "alias": "roads", "length": 255, "domain": null }, { "name": "Direction", "type": "esriFieldTypeDouble", "alias": "Direction", "domain": null }, { "name": "Distance", "type": "esriFieldTypeDouble", "alias": "Distance", "domain": null }, { "name": "Radius", "type": "esriFieldTypeDouble", "alias": "Radius", "domain": null }, { "name": "ArcLength", "type": "esriFieldTypeDouble", "alias": "Arc Length", "domain": null }, { "name": "Radius2", "type": "esriFieldTypeDouble", "alias": "Radius2", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1627_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S1233_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "types": [ { "domains": {}, "id": 0, "name": "No_Tag" }, { "domains": {}, "id": 1, "name": "Has_Tag" }, { "domains": {}, "id": 0, "name": "No_Tag" }, { "domains": {}, "id": 1, "name": "Has_Tag" } ], "subtypes": [ { "domains": {}, "defaultValues": { "EntID": null, "AlphaTag": null, "HAS_SELECTED_TAG": 1, "water": null, "railroads": null, "roads": null, "Direction": null, "Distance": null, "Radius": null, "ArcLength": null, "Radius2": null }, "code": 0, "name": "No_Tag" }, { "domains": {}, "defaultValues": { "EntID": null, "AlphaTag": null, "HAS_SELECTED_TAG": 1, "water": null, "railroads": null, "roads": null, "Direction": null, "Distance": null, "Radius": null, "ArcLength": null, "Radius2": null }, "code": 1, "name": "Has_Tag" }, { "domains": {}, "defaultValues": { "EntID": null, "AlphaTag": null, "HAS_SELECTED_TAG": 1, "water": null, "railroads": null, "roads": null, "Direction": null, "Distance": null, "Radius": null, "ArcLength": null, "Radius2": null }, "code": 0, "name": "No_Tag" }, { "domains": {}, "defaultValues": { "EntID": null, "AlphaTag": null, "HAS_SELECTED_TAG": 1, "water": null, "railroads": null, "roads": null, "Direction": null, "Distance": null, "Radius": null, "ArcLength": null, "Radius2": null }, "code": 1, "name": "Has_Tag" } ], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 32, "name": "Building Footprints (Leading Edge Geomatics)", "type": "Feature Layer", "description": "Method descriptionWe developed a method that approximates the prediction pixels into polygons making decisions based on the whole prediction feature space. This is very different from standard approaches, e.g. Douglas-Peucker algorithm, which are greedy in nature. The method tries to impose some of a priory building properties, which are, at the moment, manually defined and automatically tuned. Some of these a priori properties are:The building edge must be of at least some length, both relative and absolute, e.g. 3 metersConsecutive edge angles are likely to be 90 degreesConsecutive angles cannot be very sharp, smaller by some auto-tuned threshold, e.g. 30 degreesBuilding angles likely have very few dominant angles, meaning all building edges are forming angle of (dominant angle ± nπ/2)Data VintageThe vintage of the footprints depends on the vintage of the underlying imagery. Because Bing Imagery is a composite of multiple sources it is difficult to know the exact dates for individual pieces of data.", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 1.8242467220280022E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.6150899999961212E7, "falseY": -4.6131099999912985E7, "xyUnits": 10963.4293204409, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Microsoft, BING", "parentLayer": null, "subLayers": [], "minScale": 35000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 2470102.1171747036, "ymin": 1431919.6280577108, "xmax": 2639287.3723340295, "ymax": 1553963.1654302105, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "OBJECTID", "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": "TYPE", "type": "esriFieldTypeString", "alias": "TYPE", "length": 15, "domain": { "type": "codedValue", "name": "WS1_Building_Outlines_1_1", "description": "Building Outline Features", "codedValues": [ { "name": "Residential", "code": "1" }, { "name": "Building", "code": "10" }, { "name": "Commercial", "code": "2" }, { "name": "Public", "code": "3" }, { "name": "Unclassified", "code": "4" }, { "name": "Trailer", "code": "5" }, { "name": "Utility", "code": "6" }, { "name": "Foundation or Ruin", "code": "7" }, { "name": "Dock", "code": "9" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 12, "domain": { "type": "codedValue", "name": "WS1_Status_1", "description": "Feature Status", "codedValues": [ { "name": "New", "code": "New" }, { "name": "Existing", "code": "Existing" }, { "name": "Updated", "code": "Updated" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Comments", "type": "esriFieldTypeString", "alias": "Comments", "length": 200, "domain": null }, { "name": "Date_Modif", "type": "esriFieldTypeDate", "alias": "Date_Modif", "length": 8, "domain": null }, { "name": "Compiler", "type": "esriFieldTypeString", "alias": "Compiler", "length": 50, "domain": { "type": "codedValue", "name": "WS1_Compiler_1_1_1", "description": "Compiler", "codedValues": [ { "name": "A.Hendon", "code": "A.Hendon" }, { "name": "LEG", "code": "LEG" }, { "name": "Woodford", "code": "Woodford" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Concerns", "type": "esriFieldTypeString", "alias": "Concerns", "length": 20, "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 }, { "name": "BASEELEV", "type": "esriFieldTypeDouble", "alias": "BASEELEV", "domain": null }, { "name": "BLDGHEIGHT", "type": "esriFieldTypeDouble", "alias": "BLDGHEIGHT", "domain": null }, { "name": "RuleID", "type": "esriFieldTypeInteger", "alias": "RuleID", "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "hasM": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 33, "name": "Parcels w/ Structures w/out Address Points", "type": "Feature Layer", "description": "Parcels with Structures without addresses layer created July 2017", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 1.8242467220280022E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.6150899999961212E7, "falseY": -4.6131099999912985E7, "xyUnits": 10963.4293204409, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 85, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 169, 0, 230, 255 ], "width": 3 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 2469757.1677168794, "ymin": 1438069.5508628264, "xmax": 2636142.137937732, "ymax": 1553162.2587300092, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "PIN", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "FID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 254, "domain": null }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng", "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 34, "name": "Parcels", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 1.8242467220280022E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.6150899999961212E7, "falseY": -4.6131099999912985E7, "xyUnits": 10963.4293204409, "falseZ": 0, "zUnits": 400000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 149999, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 1 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2464461.510646172, "ymin": 1431711.9335550666, "xmax": 2639380.983007297, "ymax": 1554252.599229373, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Woodford_Cadastral.TCDBA.ParcelPoly.PIN", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.CreatedByRecord", "type": "esriFieldTypeGUID", "alias": "Created By Record", "length": 38, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.RetiredByRecord", "type": "esriFieldTypeGUID", "alias": "Retired By Record", "length": 38, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.StatedArea", "type": "esriFieldTypeDouble", "alias": "Stated Area", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.StatedAreaUnit", "type": "esriFieldTypeInteger", "alias": "Stated Area Unit", "domain": { "type": "codedValue", "name": "WS3_PF_AreaUnits", "description": "Parcel Fabric Area Units", "codedValues": [ { "name": "Hectare", "code": 109401 }, { "name": "Acre", "code": 109402 }, { "name": "Acre US", "code": 109403 }, { "name": "Square Meter", "code": 109404 }, { "name": "Square Foot", "code": 109405 }, { "name": "Square Foot US", "code": 109406 }, { "name": "Square Foot Clarke", "code": 109407 }, { "name": "Square Fathom", "code": 109408 }, { "name": "Square Nautical Mile", "code": 109409 }, { "name": "Square Meter German", "code": 109410 }, { "name": "Square Chain US", "code": 109411 }, { "name": "Square Link US", "code": 109412 }, { "name": "Square Mile US", "code": 109413 }, { "name": "Square Kilometer", "code": 109414 }, { "name": "Square Yard Clarke", "code": 109415 }, { "name": "Square Chain Clarke", "code": 109416 }, { "name": "Square Link Clarke", "code": 109417 }, { "name": "Square Yard Sears", "code": 109418 }, { "name": "Square Foot Sears", "code": 109419 }, { "name": "Square Chain Sears", "code": 109420 }, { "name": "Square Link Sears", "code": 109421 }, { "name": "Square Yard Benoit A", "code": 109422 }, { "name": "Square Foot Benoit A", "code": 109423 }, { "name": "Square Chain Benoit A", "code": 109424 }, { "name": "Square Link Benoit A", "code": 109425 }, { "name": "Square Yard Benoit B", "code": 109426 }, { "name": "Square Foot Benoit B", "code": 109427 }, { "name": "Square Chain Benoit B", "code": 109428 }, { "name": "Square Link Benoit B", "code": 109429 }, { "name": "Square Foot 1865", "code": 109430 }, { "name": "Square Foot Indian", "code": 109431 }, { "name": "Square Foot Indian 1937", "code": 109432 }, { "name": "Square Foot Indian 1962", "code": 109433 }, { "name": "Square Foot Indian 1975", "code": 109434 }, { "name": "Square Yard Indian", "code": 109435 }, { "name": "Square Yard Indian 1937", "code": 109436 }, { "name": "Square Yard Indian 1962", "code": 109437 }, { "name": "Square Yard Indian 1975", "code": 109438 }, { "name": "Square Mile Statute", "code": 109439 }, { "name": "Square Foot Gold Coast", "code": 109440 }, { "name": "Square Foot British 1936", "code": 109441 }, { "name": "Square Yard", "code": 109442 }, { "name": "Square Yard US", "code": 109443 }, { "name": "Square Chain", "code": 109444 }, { "name": "Square Link", "code": 109445 }, { "name": "Square Yard Sears 1922 Trunc", "code": 109446 }, { "name": "Square Foot Sears 1922 Trunc", "code": 109447 }, { "name": "Square Chain Sears 1922 Trunc", "code": 109448 }, { "name": "Square Link Sears 1922 Trunc", "code": 109449 }, { "name": "Square Decimeter", "code": 109450 }, { "name": "Square Centimeter", "code": 109451 }, { "name": "Square Millimeter", "code": 109452 }, { "name": "Square Inch", "code": 109453 }, { "name": "Square Inch US", "code": 109454 }, { "name": "Square Rod", "code": 109455 }, { "name": "Square Rod US", "code": 109456 }, { "name": "Square Nautical Mile US", "code": 109457 }, { "name": "Square Nautical Mile UK", "code": 109458 }, { "name": "Square Smoot", "code": 109459 }, { "name": "Square Km50", "code": 109460 }, { "name": "Square Km150", "code": 109461 }, { "name": "Square Vara TX", "code": 109462 }, { "name": "Are", "code": 109463 }, { "name": "Square DTP Point", "code": 109464 }, { "name": "Square Micrometer", "code": 109465 }, { "name": "Square Nanometer", "code": 109466 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.CalculatedArea", "type": "esriFieldTypeDouble", "alias": "Calculated Area", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.MiscloseRatio", "type": "esriFieldTypeDouble", "alias": "Misclose Ratio", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.MiscloseDistance", "type": "esriFieldTypeDouble", "alias": "Misclose Distance", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.IsSeed", "type": "esriFieldTypeInteger", "alias": "Is Seed", "domain": { "type": "codedValue", "name": "WS3_PF_YesNo", "description": "Parcel Fabric Yes No", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.last_edited_user", "type": "esriFieldTypeString", "alias": "Modified By", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.last_edited_date", "type": "esriFieldTypeDate", "alias": "Modified Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.VALIDATIONSTATUS", "type": "esriFieldTypeSmallInteger", "alias": "Validation status", "domain": { "type": "codedValue", "name": "WS3_Validation Status", "description": "The current record's validation status.", "codedValues": [ { "name": "No calculation required, no validation required, no error", "code": 0 }, { "name": "No calculation required, no validation required, has error(s)", "code": 1 }, { "name": "No calculation required, validation required, no error", "code": 2 }, { "name": "No calculation required, validation required, has error(s)", "code": 3 }, { "name": "Calculation required, no validation required, no error", "code": 4 }, { "name": "Calculation required, no validation required, has error(s)", "code": 5 }, { "name": "Calculation required, validation required, no error", "code": 6 }, { "name": "Calculation required, validation required, has error(s)", "code": 7 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.PIN", "type": "esriFieldTypeString", "alias": "PIN_old", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Txt_Angle", "type": "esriFieldTypeDouble", "alias": "Txt_Angle", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Label_Class", "type": "esriFieldTypeInteger", "alias": "Label_Class", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.ParcelID", "type": "esriFieldTypeInteger", "alias": "ParcelID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.SubName", "type": "esriFieldTypeString", "alias": "SubName", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Parcel_ID_Hyperlink", "type": "esriFieldTypeString", "alias": "Parcel_ID_Hyperlink", "length": 50, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "geometryField": { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "S1243_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 35, "name": "Parcel Labels (PIN)", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 1.8242467220280022E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.6150899999961212E7, "falseY": -4.6131099999912985E7, "xyUnits": 10963.4293204409, "falseZ": 0, "zUnits": 400000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 10000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 240, 240, 240, 0 ], "outline": null } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": [ { "labelExpressionInfo": {"expression": "$feature.Acreage + \" \" + \"Acres\" + textformatting.NewLine + $feature.PIN"}, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": false, "deconflictionStrategy": "static", "repeatLabel": false, "stackLabel": true, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 0, "minScale": 10000, "name": "Default", "priority": 55, "symbol": { "type": "esriTS", "color": [ 230, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.6, "font": { "family": "Arial", "size": 7, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 2464461.510646172, "ymin": 1431711.9335550666, "xmax": 2639380.983007297, "ymax": 1554252.599229373, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "PIN", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "CreatedByRecord", "type": "esriFieldTypeGUID", "alias": "Created By Record", "length": 38, "domain": null }, { "name": "RetiredByRecord", "type": "esriFieldTypeGUID", "alias": "Retired By Record", "length": 38, "domain": null }, { "name": "StatedArea", "type": "esriFieldTypeDouble", "alias": "Stated Area", "domain": null }, { "name": "StatedAreaUnit", "type": "esriFieldTypeInteger", "alias": "Stated Area Unit", "domain": { "type": "codedValue", "name": "WS3_PF_AreaUnits", "description": "Parcel Fabric Area Units", "codedValues": [ { "name": "Hectare", "code": 109401 }, { "name": "Acre", "code": 109402 }, { "name": "Acre US", "code": 109403 }, { "name": "Square Meter", "code": 109404 }, { "name": "Square Foot", "code": 109405 }, { "name": "Square Foot US", "code": 109406 }, { "name": "Square Foot Clarke", "code": 109407 }, { "name": "Square Fathom", "code": 109408 }, { "name": "Square Nautical Mile", "code": 109409 }, { "name": "Square Meter German", "code": 109410 }, { "name": "Square Chain US", "code": 109411 }, { "name": "Square Link US", "code": 109412 }, { "name": "Square Mile US", "code": 109413 }, { "name": "Square Kilometer", "code": 109414 }, { "name": "Square Yard Clarke", "code": 109415 }, { "name": "Square Chain Clarke", "code": 109416 }, { "name": "Square Link Clarke", "code": 109417 }, { "name": "Square Yard Sears", "code": 109418 }, { "name": "Square Foot Sears", "code": 109419 }, { "name": "Square Chain Sears", "code": 109420 }, { "name": "Square Link Sears", "code": 109421 }, { "name": "Square Yard Benoit A", "code": 109422 }, { "name": "Square Foot Benoit A", "code": 109423 }, { "name": "Square Chain Benoit A", "code": 109424 }, { "name": "Square Link Benoit A", "code": 109425 }, { "name": "Square Yard Benoit B", "code": 109426 }, { "name": "Square Foot Benoit B", "code": 109427 }, { "name": "Square Chain Benoit B", "code": 109428 }, { "name": "Square Link Benoit B", "code": 109429 }, { "name": "Square Foot 1865", "code": 109430 }, { "name": "Square Foot Indian", "code": 109431 }, { "name": "Square Foot Indian 1937", "code": 109432 }, { "name": "Square Foot Indian 1962", "code": 109433 }, { "name": "Square Foot Indian 1975", "code": 109434 }, { "name": "Square Yard Indian", "code": 109435 }, { "name": "Square Yard Indian 1937", "code": 109436 }, { "name": "Square Yard Indian 1962", "code": 109437 }, { "name": "Square Yard Indian 1975", "code": 109438 }, { "name": "Square Mile Statute", "code": 109439 }, { "name": "Square Foot Gold Coast", "code": 109440 }, { "name": "Square Foot British 1936", "code": 109441 }, { "name": "Square Yard", "code": 109442 }, { "name": "Square Yard US", "code": 109443 }, { "name": "Square Chain", "code": 109444 }, { "name": "Square Link", "code": 109445 }, { "name": "Square Yard Sears 1922 Trunc", "code": 109446 }, { "name": "Square Foot Sears 1922 Trunc", "code": 109447 }, { "name": "Square Chain Sears 1922 Trunc", "code": 109448 }, { "name": "Square Link Sears 1922 Trunc", "code": 109449 }, { "name": "Square Decimeter", "code": 109450 }, { "name": "Square Centimeter", "code": 109451 }, { "name": "Square Millimeter", "code": 109452 }, { "name": "Square Inch", "code": 109453 }, { "name": "Square Inch US", "code": 109454 }, { "name": "Square Rod", "code": 109455 }, { "name": "Square Rod US", "code": 109456 }, { "name": "Square Nautical Mile US", "code": 109457 }, { "name": "Square Nautical Mile UK", "code": 109458 }, { "name": "Square Smoot", "code": 109459 }, { "name": "Square Km50", "code": 109460 }, { "name": "Square Km150", "code": 109461 }, { "name": "Square Vara TX", "code": 109462 }, { "name": "Are", "code": 109463 }, { "name": "Square DTP Point", "code": 109464 }, { "name": "Square Micrometer", "code": 109465 }, { "name": "Square Nanometer", "code": 109466 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CalculatedArea", "type": "esriFieldTypeDouble", "alias": "Calculated Area", "domain": null }, { "name": "MiscloseRatio", "type": "esriFieldTypeDouble", "alias": "Misclose Ratio", "domain": null }, { "name": "MiscloseDistance", "type": "esriFieldTypeDouble", "alias": "Misclose Distance", "domain": null }, { "name": "IsSeed", "type": "esriFieldTypeInteger", "alias": "Is Seed", "domain": { "type": "codedValue", "name": "WS3_PF_YesNo", "description": "Parcel Fabric Yes No", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Modified By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Modified Date", "length": 8, "domain": null }, { "name": "VALIDATIONSTATUS", "type": "esriFieldTypeSmallInteger", "alias": "Validation status", "domain": { "type": "codedValue", "name": "WS3_Validation Status", "description": "The current record's validation status.", "codedValues": [ { "name": "No calculation required, no validation required, no error", "code": 0 }, { "name": "No calculation required, no validation required, has error(s)", "code": 1 }, { "name": "No calculation required, validation required, no error", "code": 2 }, { "name": "No calculation required, validation required, has error(s)", "code": 3 }, { "name": "Calculation required, no validation required, no error", "code": 4 }, { "name": "Calculation required, no validation required, has error(s)", "code": 5 }, { "name": "Calculation required, validation required, no error", "code": 6 }, { "name": "Calculation required, validation required, has error(s)", "code": 7 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN_old", "length": 255, "domain": null }, { "name": "Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Txt_Angle", "type": "esriFieldTypeDouble", "alias": "Txt_Angle", "domain": null }, { "name": "Label_Class", "type": "esriFieldTypeInteger", "alias": "Label_Class", "domain": null }, { "name": "CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "ParcelID", "type": "esriFieldTypeInteger", "alias": "ParcelID", "domain": null }, { "name": "SubName", "type": "esriFieldTypeString", "alias": "SubName", "length": 255, "domain": null }, { "name": "Parcel_ID_Hyperlink", "type": "esriFieldTypeString", "alias": "Parcel_ID_Hyperlink", "length": 50, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "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": "R1639_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S1243_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 36, "name": "Sales Data", "type": "Group Layer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": null, "subLayers": [ { "id": 37, "name": "Sales (2023)" }, { "id": 38, "name": "Sales (2022)" }, { "id": 39, "name": "Sales (2021)" }, { "id": 40, "name": "Sales (2020)" }, { "id": 41, "name": "Sales (2019)" }, { "id": 42, "name": "Sales (2018)" } ], "minScale": 0, "maxScale": 0, "defaultVisibility": false, "extent": { "xmin": 2464461.5106723383, "ymin": 1431711.933569096, "xmax": 2639380.983011171, "ymax": 1554252.5992484242, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 37, "name": "Sales (2023)", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 0.0032808333333333335, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121914, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": { "id": 36, "name": "Sales Data" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2464461.5106723383, "ymin": 1431711.933569096, "xmax": 2639380.983011171, "ymax": 1554252.5992484242, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Sales_Parcels.Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Sales_Parcels.OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Sales_Parcels.Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "Sales_Parcels.PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "Sales_Parcels.Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Sales_Parcels.Txt_Angle", "type": "esriFieldTypeDouble", "alias": "Txt_Angle", "domain": null }, { "name": "Sales_Parcels.Label_Class", "type": "esriFieldTypeInteger", "alias": "Label_Class", "domain": null }, { "name": "Sales_Parcels.CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "Sales_Parcels.ParcelID", "type": "esriFieldTypeInteger", "alias": "ParcelID", "domain": null }, { "name": "Sales_Parcels.SubName", "type": "esriFieldTypeString", "alias": "SubName", "length": 255, "domain": null }, { "name": "Sales_Parcels.Parcel_ID_Hyperlink", "type": "esriFieldTypeString", "alias": "Parcel_ID_Hyperlink", "length": 50, "domain": null }, { "name": "Sales_Parcels.Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Sales_Parcels.Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null }, { "name": "Sales_Parcels.SaleYear", "type": "esriFieldTypeString", "alias": "SaleYear", "length": 50, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "geometryField": { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "Sales_Parcels.OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Sales_Parcels.Shape", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R1637_SDE_ROWID_UK", "fields": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 38, "name": "Sales (2022)", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 0.0032808333333333335, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121914, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": { "id": 36, "name": "Sales Data" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 85, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2464461.5106723383, "ymin": 1431711.933569096, "xmax": 2639380.983011171, "ymax": 1554252.5992484242, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Sales_Parcels.Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Sales_Parcels.OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Sales_Parcels.Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "Sales_Parcels.PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "Sales_Parcels.Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Sales_Parcels.Txt_Angle", "type": "esriFieldTypeDouble", "alias": "Txt_Angle", "domain": null }, { "name": "Sales_Parcels.Label_Class", "type": "esriFieldTypeInteger", "alias": "Label_Class", "domain": null }, { "name": "Sales_Parcels.CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "Sales_Parcels.ParcelID", "type": "esriFieldTypeInteger", "alias": "ParcelID", "domain": null }, { "name": "Sales_Parcels.SubName", "type": "esriFieldTypeString", "alias": "SubName", "length": 255, "domain": null }, { "name": "Sales_Parcels.Parcel_ID_Hyperlink", "type": "esriFieldTypeString", "alias": "Parcel_ID_Hyperlink", "length": 50, "domain": null }, { "name": "Sales_Parcels.Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Sales_Parcels.Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null }, { "name": "Sales_Parcels.SaleYear", "type": "esriFieldTypeString", "alias": "SaleYear", "length": 50, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "geometryField": { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "Sales_Parcels.OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Sales_Parcels.Shape", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R1637_SDE_ROWID_UK", "fields": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 39, "name": "Sales (2021)", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 0.0032808333333333335, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121914, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": { "id": 36, "name": "Sales Data" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 223, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2464461.5106723383, "ymin": 1431711.933569096, "xmax": 2639380.983011171, "ymax": 1554252.5992484242, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Sales_Parcels.Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Sales_Parcels.OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Sales_Parcels.Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "Sales_Parcels.PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "Sales_Parcels.Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Sales_Parcels.Txt_Angle", "type": "esriFieldTypeDouble", "alias": "Txt_Angle", "domain": null }, { "name": "Sales_Parcels.Label_Class", "type": "esriFieldTypeInteger", "alias": "Label_Class", "domain": null }, { "name": "Sales_Parcels.CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "Sales_Parcels.ParcelID", "type": "esriFieldTypeInteger", "alias": "ParcelID", "domain": null }, { "name": "Sales_Parcels.SubName", "type": "esriFieldTypeString", "alias": "SubName", "length": 255, "domain": null }, { "name": "Sales_Parcels.Parcel_ID_Hyperlink", "type": "esriFieldTypeString", "alias": "Parcel_ID_Hyperlink", "length": 50, "domain": null }, { "name": "Sales_Parcels.Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Sales_Parcels.Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null }, { "name": "Sales_Parcels.SaleYear", "type": "esriFieldTypeString", "alias": "SaleYear", "length": 50, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "geometryField": { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "Sales_Parcels.OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Sales_Parcels.Shape", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R1637_SDE_ROWID_UK", "fields": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 40, "name": "Sales (2020)", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 0.0032808333333333335, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121914, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": { "id": 36, "name": "Sales Data" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 127, 127, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2464461.5106723383, "ymin": 1431711.933569096, "xmax": 2639380.983011171, "ymax": 1554252.5992484242, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Sales_Parcels.Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Sales_Parcels.OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Sales_Parcels.Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "Sales_Parcels.PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "Sales_Parcels.Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Sales_Parcels.Txt_Angle", "type": "esriFieldTypeDouble", "alias": "Txt_Angle", "domain": null }, { "name": "Sales_Parcels.Label_Class", "type": "esriFieldTypeInteger", "alias": "Label_Class", "domain": null }, { "name": "Sales_Parcels.CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "Sales_Parcels.ParcelID", "type": "esriFieldTypeInteger", "alias": "ParcelID", "domain": null }, { "name": "Sales_Parcels.SubName", "type": "esriFieldTypeString", "alias": "SubName", "length": 255, "domain": null }, { "name": "Sales_Parcels.Parcel_ID_Hyperlink", "type": "esriFieldTypeString", "alias": "Parcel_ID_Hyperlink", "length": 50, "domain": null }, { "name": "Sales_Parcels.Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Sales_Parcels.Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null }, { "name": "Sales_Parcels.SaleYear", "type": "esriFieldTypeString", "alias": "SaleYear", "length": 50, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "geometryField": { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "Sales_Parcels.OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Sales_Parcels.Shape", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R1637_SDE_ROWID_UK", "fields": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 41, "name": "Sales (2019)", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 0.0032808333333333335, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121914, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": { "id": 36, "name": "Sales Data" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2464461.5106723383, "ymin": 1431711.933569096, "xmax": 2639380.983011171, "ymax": 1554252.5992484242, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Sales_Parcels.Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Sales_Parcels.OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Sales_Parcels.Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "Sales_Parcels.PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "Sales_Parcels.Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Sales_Parcels.Txt_Angle", "type": "esriFieldTypeDouble", "alias": "Txt_Angle", "domain": null }, { "name": "Sales_Parcels.Label_Class", "type": "esriFieldTypeInteger", "alias": "Label_Class", "domain": null }, { "name": "Sales_Parcels.CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "Sales_Parcels.ParcelID", "type": "esriFieldTypeInteger", "alias": "ParcelID", "domain": null }, { "name": "Sales_Parcels.SubName", "type": "esriFieldTypeString", "alias": "SubName", "length": 255, "domain": null }, { "name": "Sales_Parcels.Parcel_ID_Hyperlink", "type": "esriFieldTypeString", "alias": "Parcel_ID_Hyperlink", "length": 50, "domain": null }, { "name": "Sales_Parcels.Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Sales_Parcels.Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null }, { "name": "Sales_Parcels.SaleYear", "type": "esriFieldTypeString", "alias": "SaleYear", "length": 50, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "geometryField": { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "Sales_Parcels.OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Sales_Parcels.Shape", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R1637_SDE_ROWID_UK", "fields": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 42, "name": "Sales (2018)", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 0.0032808333333333335, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121914, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": { "id": 36, "name": "Sales Data" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 85, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2464461.5106723383, "ymin": 1431711.933569096, "xmax": 2639380.983011171, "ymax": 1554252.5992484242, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Sales_Parcels.Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Sales_Parcels.OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Sales_Parcels.Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "Sales_Parcels.PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "Sales_Parcels.Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Sales_Parcels.Txt_Angle", "type": "esriFieldTypeDouble", "alias": "Txt_Angle", "domain": null }, { "name": "Sales_Parcels.Label_Class", "type": "esriFieldTypeInteger", "alias": "Label_Class", "domain": null }, { "name": "Sales_Parcels.CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "Sales_Parcels.ParcelID", "type": "esriFieldTypeInteger", "alias": "ParcelID", "domain": null }, { "name": "Sales_Parcels.SubName", "type": "esriFieldTypeString", "alias": "SubName", "length": 255, "domain": null }, { "name": "Sales_Parcels.Parcel_ID_Hyperlink", "type": "esriFieldTypeString", "alias": "Parcel_ID_Hyperlink", "length": 50, "domain": null }, { "name": "Sales_Parcels.Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Sales_Parcels.Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null }, { "name": "Sales_Parcels.SaleYear", "type": "esriFieldTypeString", "alias": "SaleYear", "length": 50, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "geometryField": { "name": "Sales_Parcels.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "Sales_Parcels.OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Sales_Parcels.Shape", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R1637_SDE_ROWID_UK", "fields": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 43, "name": "Prairie Lake Parcels", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 0.0032808333333333335, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121914, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 178, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 92, 230, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 30, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 2501275.7641434222, "ymin": 1492455.519758843, "xmax": 2521344.519937586, "ymax": 1502264.8055864275, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "PIN", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID_12", "type": "esriFieldTypeOID", "alias": "OBJECTID_12", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "Point_Type", "type": "esriFieldTypeInteger", "alias": "Point_Type", "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 254, "domain": null }, { "name": "Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Label_Clas", "type": "esriFieldTypeInteger", "alias": "Label_Clas", "domain": null }, { "name": "CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng", "domain": null }, { "name": "OBJECTID_1", "type": "esriFieldTypeInteger", "alias": "OBJECTID_1", "domain": null }, { "name": "ParcelNumb", "type": "esriFieldTypeString", "alias": "ParcelNumb", "length": 254, "domain": null }, { "name": "TCACode", "type": "esriFieldTypeString", "alias": "TCACode", "length": 254, "domain": null }, { "name": "TaxStatus", "type": "esriFieldTypeString", "alias": "TaxStatus", "length": 254, "domain": null }, { "name": "PropertyCl", "type": "esriFieldTypeString", "alias": "PropertyCl", "length": 254, "domain": null }, { "name": "Township", "type": "esriFieldTypeString", "alias": "Township", "length": 254, "domain": null }, { "name": "TotalAcres", "type": "esriFieldTypeDouble", "alias": "TotalAcres", "domain": null }, { "name": "FarmlandAc", "type": "esriFieldTypeDouble", "alias": "FarmlandAc", "domain": null }, { "name": "Land_LotAc", "type": "esriFieldTypeDouble", "alias": "Land_LotAc", "domain": null }, { "name": "SiteAddres", "type": "esriFieldTypeString", "alias": "SiteAddres", "length": 254, "domain": null }, { "name": "SiteAddr_1", "type": "esriFieldTypeString", "alias": "SiteAddr_1", "length": 254, "domain": null }, { "name": "SiteCity", "type": "esriFieldTypeString", "alias": "SiteCity", "length": 254, "domain": null }, { "name": "TALotValue", "type": "esriFieldTypeDouble", "alias": "TALotValue", "domain": null }, { "name": "TAFarmland", "type": "esriFieldTypeDouble", "alias": "TAFarmland", "domain": null }, { "name": "TABldgValu", "type": "esriFieldTypeDouble", "alias": "TABldgValu", "domain": null }, { "name": "TAFarmBuil", "type": "esriFieldTypeDouble", "alias": "TAFarmBuil", "domain": null }, { "name": "TATotalVal", "type": "esriFieldTypeDouble", "alias": "TATotalVal", "domain": null }, { "name": "SALotValue", "type": "esriFieldTypeDouble", "alias": "SALotValue", "domain": null }, { "name": "SAFarmland", "type": "esriFieldTypeDouble", "alias": "SAFarmland", "domain": null }, { "name": "SABldgValu", "type": "esriFieldTypeDouble", "alias": "SABldgValu", "domain": null }, { "name": "SAFarmBuil", "type": "esriFieldTypeDouble", "alias": "SAFarmBuil", "domain": null }, { "name": "SATotalVal", "type": "esriFieldTypeDouble", "alias": "SATotalVal", "domain": null }, { "name": "SELotValue", "type": "esriFieldTypeDouble", "alias": "SELotValue", "domain": null }, { "name": "SEFarmland", "type": "esriFieldTypeDouble", "alias": "SEFarmland", "domain": null }, { "name": "SEBldgValu", "type": "esriFieldTypeDouble", "alias": "SEBldgValu", "domain": null }, { "name": "SEFarmBuil", "type": "esriFieldTypeDouble", "alias": "SEFarmBuil", "domain": null }, { "name": "SETotalVal", "type": "esriFieldTypeDouble", "alias": "SETotalVal", "domain": null }, { "name": "BRLotValue", "type": "esriFieldTypeDouble", "alias": "BRLotValue", "domain": null }, { "name": "BRFarmland", "type": "esriFieldTypeDouble", "alias": "BRFarmland", "domain": null }, { "name": "BRBldgValu", "type": "esriFieldTypeDouble", "alias": "BRBldgValu", "domain": null }, { "name": "BRFarmBuil", "type": "esriFieldTypeDouble", "alias": "BRFarmBuil", "domain": null }, { "name": "BRTotalVal", "type": "esriFieldTypeDouble", "alias": "BRTotalVal", "domain": null }, { "name": "BELotValue", "type": "esriFieldTypeDouble", "alias": "BELotValue", "domain": null }, { "name": "BEFarmland", "type": "esriFieldTypeDouble", "alias": "BEFarmland", "domain": null }, { "name": "BEBldgValu", "type": "esriFieldTypeDouble", "alias": "BEBldgValu", "domain": null }, { "name": "BEFarmBuil", "type": "esriFieldTypeDouble", "alias": "BEFarmBuil", "domain": null }, { "name": "BETotalVal", "type": "esriFieldTypeDouble", "alias": "BETotalVal", "domain": null }, { "name": "N1N1", "type": "esriFieldTypeString", "alias": "N1N1", "length": 254, "domain": null }, { "name": "N1N2", "type": "esriFieldTypeString", "alias": "N1N2", "length": 254, "domain": null }, { "name": "N1A1", "type": "esriFieldTypeString", "alias": "N1A1", "length": 254, "domain": null }, { "name": "N1A2", "type": "esriFieldTypeString", "alias": "N1A2", "length": 254, "domain": null }, { "name": "N1C", "type": "esriFieldTypeString", "alias": "N1C", "length": 254, "domain": null }, { "name": "N1S", "type": "esriFieldTypeString", "alias": "N1S", "length": 254, "domain": null }, { "name": "N1Z", "type": "esriFieldTypeString", "alias": "N1Z", "length": 254, "domain": null }, { "name": "N2N1", "type": "esriFieldTypeString", "alias": "N2N1", "length": 254, "domain": null }, { "name": "N2N2", "type": "esriFieldTypeString", "alias": "N2N2", "length": 254, "domain": null }, { "name": "N2A1", "type": "esriFieldTypeString", "alias": "N2A1", "length": 254, "domain": null }, { "name": "N2A2", "type": "esriFieldTypeString", "alias": "N2A2", "length": 254, "domain": null }, { "name": "N2C", "type": "esriFieldTypeString", "alias": "N2C", "length": 254, "domain": null }, { "name": "N2S", "type": "esriFieldTypeString", "alias": "N2S", "length": 254, "domain": null }, { "name": "N2Z", "type": "esriFieldTypeString", "alias": "N2Z", "length": 254, "domain": null }, { "name": "N3N1", "type": "esriFieldTypeString", "alias": "N3N1", "length": 254, "domain": null }, { "name": "N3N2", "type": "esriFieldTypeString", "alias": "N3N2", "length": 254, "domain": null }, { "name": "N3A1", "type": "esriFieldTypeString", "alias": "N3A1", "length": 254, "domain": null }, { "name": "N3A2", "type": "esriFieldTypeString", "alias": "N3A2", "length": 254, "domain": null }, { "name": "N3C", "type": "esriFieldTypeString", "alias": "N3C", "length": 254, "domain": null }, { "name": "N3S", "type": "esriFieldTypeString", "alias": "N3S", "length": 254, "domain": null }, { "name": "N3Z", "type": "esriFieldTypeString", "alias": "N3Z", "length": 254, "domain": null }, { "name": "SegmentFro", "type": "esriFieldTypeString", "alias": "SegmentFro", "length": 254, "domain": null }, { "name": "SplitValue", "type": "esriFieldTypeDouble", "alias": "SplitValue", "domain": null }, { "name": "LegalDescr", "type": "esriFieldTypeString", "alias": "LegalDescr", "length": 254, "domain": null }, { "name": "SANCNonFar", "type": "esriFieldTypeInteger", "alias": "SANCNonFar", "domain": null }, { "name": "SANCFarmDw", "type": "esriFieldTypeInteger", "alias": "SANCFarmDw", "domain": null }, { "name": "SANCFarmBu", "type": "esriFieldTypeInteger", "alias": "SANCFarmBu", "domain": null }, { "name": "SADemoNonF", "type": "esriFieldTypeInteger", "alias": "SADemoNonF", "domain": null }, { "name": "SADemoFarm", "type": "esriFieldTypeInteger", "alias": "SADemoFarm", "domain": null }, { "name": "SADemoFa_1", "type": "esriFieldTypeInteger", "alias": "SADemoFa_1", "domain": null }, { "name": "SAOmittedN", "type": "esriFieldTypeInteger", "alias": "SAOmittedN", "domain": null }, { "name": "SAOmittedF", "type": "esriFieldTypeInteger", "alias": "SAOmittedF", "domain": null }, { "name": "SAOmitte_1", "type": "esriFieldTypeInteger", "alias": "SAOmitte_1", "domain": null }, { "name": "BRNCNonFar", "type": "esriFieldTypeInteger", "alias": "BRNCNonFar", "domain": null }, { "name": "BRNCFarmDw", "type": "esriFieldTypeInteger", "alias": "BRNCFarmDw", "domain": null }, { "name": "BRNCFarmBu", "type": "esriFieldTypeInteger", "alias": "BRNCFarmBu", "domain": null }, { "name": "BRDemoNonF", "type": "esriFieldTypeInteger", "alias": "BRDemoNonF", "domain": null }, { "name": "BRDemoFarm", "type": "esriFieldTypeInteger", "alias": "BRDemoFarm", "domain": null }, { "name": "BRDemoFa_1", "type": "esriFieldTypeInteger", "alias": "BRDemoFa_1", "domain": null }, { "name": "BROmittedN", "type": "esriFieldTypeInteger", "alias": "BROmittedN", "domain": null }, { "name": "BROmittedF", "type": "esriFieldTypeInteger", "alias": "BROmittedF", "domain": null }, { "name": "BROmitte_1", "type": "esriFieldTypeInteger", "alias": "BROmitte_1", "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID_12", "fields": "OBJECTID_12", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 44, "name": "Property Class", "type": "Feature Layer", "description": "Woodford County ParcelsCurrent as of October 2020", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 1.8242467220280022E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.6150899999961212E7, "falseY": -4.6131099999912985E7, "xyUnits": 10963.4293204409, "falseZ": 0, "zUnits": 400000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 195, 219, 247, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 2464461.510646172, "ymin": 1431711.9335550666, "xmax": 2639380.983007297, "ymax": 1554252.599229373, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Woodford_Cadastral.TCDBA.ParcelPoly.PIN", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.CreatedByRecord", "type": "esriFieldTypeGUID", "alias": "Created By Record", "length": 38, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.RetiredByRecord", "type": "esriFieldTypeGUID", "alias": "Retired By Record", "length": 38, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.StatedArea", "type": "esriFieldTypeDouble", "alias": "Stated Area", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.StatedAreaUnit", "type": "esriFieldTypeInteger", "alias": "Stated Area Unit", "domain": { "type": "codedValue", "name": "WS3_PF_AreaUnits", "description": "Parcel Fabric Area Units", "codedValues": [ { "name": "Hectare", "code": 109401 }, { "name": "Acre", "code": 109402 }, { "name": "Acre US", "code": 109403 }, { "name": "Square Meter", "code": 109404 }, { "name": "Square Foot", "code": 109405 }, { "name": "Square Foot US", "code": 109406 }, { "name": "Square Foot Clarke", "code": 109407 }, { "name": "Square Fathom", "code": 109408 }, { "name": "Square Nautical Mile", "code": 109409 }, { "name": "Square Meter German", "code": 109410 }, { "name": "Square Chain US", "code": 109411 }, { "name": "Square Link US", "code": 109412 }, { "name": "Square Mile US", "code": 109413 }, { "name": "Square Kilometer", "code": 109414 }, { "name": "Square Yard Clarke", "code": 109415 }, { "name": "Square Chain Clarke", "code": 109416 }, { "name": "Square Link Clarke", "code": 109417 }, { "name": "Square Yard Sears", "code": 109418 }, { "name": "Square Foot Sears", "code": 109419 }, { "name": "Square Chain Sears", "code": 109420 }, { "name": "Square Link Sears", "code": 109421 }, { "name": "Square Yard Benoit A", "code": 109422 }, { "name": "Square Foot Benoit A", "code": 109423 }, { "name": "Square Chain Benoit A", "code": 109424 }, { "name": "Square Link Benoit A", "code": 109425 }, { "name": "Square Yard Benoit B", "code": 109426 }, { "name": "Square Foot Benoit B", "code": 109427 }, { "name": "Square Chain Benoit B", "code": 109428 }, { "name": "Square Link Benoit B", "code": 109429 }, { "name": "Square Foot 1865", "code": 109430 }, { "name": "Square Foot Indian", "code": 109431 }, { "name": "Square Foot Indian 1937", "code": 109432 }, { "name": "Square Foot Indian 1962", "code": 109433 }, { "name": "Square Foot Indian 1975", "code": 109434 }, { "name": "Square Yard Indian", "code": 109435 }, { "name": "Square Yard Indian 1937", "code": 109436 }, { "name": "Square Yard Indian 1962", "code": 109437 }, { "name": "Square Yard Indian 1975", "code": 109438 }, { "name": "Square Mile Statute", "code": 109439 }, { "name": "Square Foot Gold Coast", "code": 109440 }, { "name": "Square Foot British 1936", "code": 109441 }, { "name": "Square Yard", "code": 109442 }, { "name": "Square Yard US", "code": 109443 }, { "name": "Square Chain", "code": 109444 }, { "name": "Square Link", "code": 109445 }, { "name": "Square Yard Sears 1922 Trunc", "code": 109446 }, { "name": "Square Foot Sears 1922 Trunc", "code": 109447 }, { "name": "Square Chain Sears 1922 Trunc", "code": 109448 }, { "name": "Square Link Sears 1922 Trunc", "code": 109449 }, { "name": "Square Decimeter", "code": 109450 }, { "name": "Square Centimeter", "code": 109451 }, { "name": "Square Millimeter", "code": 109452 }, { "name": "Square Inch", "code": 109453 }, { "name": "Square Inch US", "code": 109454 }, { "name": "Square Rod", "code": 109455 }, { "name": "Square Rod US", "code": 109456 }, { "name": "Square Nautical Mile US", "code": 109457 }, { "name": "Square Nautical Mile UK", "code": 109458 }, { "name": "Square Smoot", "code": 109459 }, { "name": "Square Km50", "code": 109460 }, { "name": "Square Km150", "code": 109461 }, { "name": "Square Vara TX", "code": 109462 }, { "name": "Are", "code": 109463 }, { "name": "Square DTP Point", "code": 109464 }, { "name": "Square Micrometer", "code": 109465 }, { "name": "Square Nanometer", "code": 109466 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.CalculatedArea", "type": "esriFieldTypeDouble", "alias": "Calculated Area", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.MiscloseRatio", "type": "esriFieldTypeDouble", "alias": "Misclose Ratio", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.MiscloseDistance", "type": "esriFieldTypeDouble", "alias": "Misclose Distance", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.IsSeed", "type": "esriFieldTypeInteger", "alias": "Is Seed", "domain": { "type": "codedValue", "name": "WS3_PF_YesNo", "description": "Parcel Fabric Yes No", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.last_edited_user", "type": "esriFieldTypeString", "alias": "Modified By", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.last_edited_date", "type": "esriFieldTypeDate", "alias": "Modified Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.VALIDATIONSTATUS", "type": "esriFieldTypeSmallInteger", "alias": "Validation status", "domain": { "type": "codedValue", "name": "WS3_Validation Status", "description": "The current record's validation status.", "codedValues": [ { "name": "No calculation required, no validation required, no error", "code": 0 }, { "name": "No calculation required, no validation required, has error(s)", "code": 1 }, { "name": "No calculation required, validation required, no error", "code": 2 }, { "name": "No calculation required, validation required, has error(s)", "code": 3 }, { "name": "Calculation required, no validation required, no error", "code": 4 }, { "name": "Calculation required, no validation required, has error(s)", "code": 5 }, { "name": "Calculation required, validation required, no error", "code": 6 }, { "name": "Calculation required, validation required, has error(s)", "code": 7 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.PIN", "type": "esriFieldTypeString", "alias": "PIN_old", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Txt_Angle", "type": "esriFieldTypeDouble", "alias": "Txt_Angle", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Label_Class", "type": "esriFieldTypeInteger", "alias": "Label_Class", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.ParcelID", "type": "esriFieldTypeInteger", "alias": "ParcelID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.SubName", "type": "esriFieldTypeString", "alias": "SubName", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Parcel_ID_Hyperlink", "type": "esriFieldTypeString", "alias": "Parcel_ID_Hyperlink", "length": 50, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Woodford_Cadastral.TCDBA.Devnet_CurrentExport.Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "geometryField": { "name": "Woodford_Cadastral.TCDBA.ParcelPoly.Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "S1243_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 45, "name": "Parcel (Point)", "type": "Feature Layer", "description": "Parcel Point updated 1/17/2012", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 1.8242467220280022E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.6150899999961212E7, "falseY": -4.6131099999912985E7, "xyUnits": 10963.4293204409, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 36000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Point_Type", "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "23e29aacb354b6b54e69d8e5afb38ecf", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAkklEQVQYlZ3Qrw5BARQH4G/XzZp5BBJNVSRFkgTBKyiKDUHxBjabRDGFp5BENhsv4A6FJiBwBXO2E37bt50/oR8r/AvOaKQpXzkeGDTYxOCUdolO8pnXVPoUWuzfYIbaC0Ge1I46Om8wIPG5V4IgNnrLPEfzlU9ESxYxWKU75pyleCOaMBqy+nb1pU7Po2P18x/vbHcdI/qBq4gAAAAASUVORK5CYII=", "contentType": "image/png", "width": 7, "height": 7, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "1", "label": "Centroid" }, { "symbol": { "type": "esriPMS", "url": "a0db85753ba03b132999b47f7a259db6", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAnUlEQVQYlWNhIBKwkKfQd20yA4e4F8PfH+8Y3j/sYdiffBNTofeKOgZZl0YGNj4In+uiP4NDuxnDgcoHqAr51aPhihgYGBhE9EUZPtyNZ2BgaERVyMTEjOEwZmYmTKvf31rPIKJXAuf//Pie4eHWLZgKt4Y2Mbgu/MQgrGHP8Pfne4Yby+cxXJ59GpuvPzPsjm9mYGBoxnACAwnhCACSiioGUD8DmQAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 7, "height": 7, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "0", "label": "Non Centroid" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 119, 189, 161, 255 ], "toColor": [ 119, 189, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 87, 229, 255 ], "toColor": [ 242, 87, 229, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 161, 72, 64, 255 ], "toColor": [ 161, 72, 64, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 68, 84, 145, 255 ], "toColor": [ 68, 84, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 230, 96, 255 ], "toColor": [ 235, 230, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 90, 250, 93, 255 ], "toColor": [ 90, 250, 93, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 227, 152, 206, 255 ], "toColor": [ 227, 152, 206, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 118, 104, 242, 255 ], "toColor": [ 118, 104, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 122, 47, 255 ], "toColor": [ 128, 122, 47, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 129, 189, 235, 255 ], "toColor": [ 129, 189, 235, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 203, 161, 255 ], "toColor": [ 247, 203, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 94, 176, 62, 255 ], "toColor": [ 94, 176, 62, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 134, 66, 138, 255 ], "toColor": [ 134, 66, 138, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 2465689.1315489598, "ymin": 1432007.967387654, "xmax": 2639117.0540927723, "ymax": 1553920.7636427432, "spatialReference": { "wkid": 102672, "latestWkid": 3436, "xyTolerance": 6.561666666666666E-4, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -16150900, "falseY": -46131100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "PIN", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "ObjectID", "domain": null }, { "name": "EntID", "type": "esriFieldTypeInteger", "alias": "EntID", "domain": null }, { "name": "MSLink", "type": "esriFieldTypeInteger", "alias": "MSLink", "domain": null }, { "name": "Point_Type", "type": "esriFieldTypeInteger", "alias": "Point_Type", "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 10, "domain": null }, { "name": "Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Txt_Angle", "type": "esriFieldTypeDouble", "alias": "Txt_Angle", "domain": null }, { "name": "ALTPin", "type": "esriFieldTypeString", "alias": "ALTPin", "length": 50, "domain": null }, { "name": "Label_Class", "type": "esriFieldTypeInteger", "alias": "Label_Class", "domain": null }, { "name": "CondoID", "type": "esriFieldTypeInteger", "alias": "CondoID", "domain": null }, { "name": "ParcelID", "type": "esriFieldTypeInteger", "alias": "ParcelID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1497_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S1117_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true } ], "tables": [ { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 46, "name": "Woodford_Co_AssessorMap - Devnet CurrentExport", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Township_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "indexes": [ { "name": "R1637_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 47, "name": "Woodford_Co_AssessorMap - TaxCodes", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Tax_Code", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax_Code", "length": 254, "domain": null }, { "name": "County", "type": "esriFieldTypeString", "alias": "County", "length": 254, "domain": null }, { "name": "Community", "type": "esriFieldTypeString", "alias": "Community", "length": 254, "domain": null }, { "name": "School_Dis", "type": "esriFieldTypeString", "alias": "School_Dis", "length": 254, "domain": null }, { "name": "High_Schoo", "type": "esriFieldTypeString", "alias": "High_Schoo", "length": 254, "domain": null }, { "name": "Fire_Prote", "type": "esriFieldTypeString", "alias": "Fire_Prote", "length": 254, "domain": null }, { "name": "Lighting_D", "type": "esriFieldTypeString", "alias": "Lighting_D", "length": 254, "domain": null }, { "name": "Library_Di", "type": "esriFieldTypeString", "alias": "Library_Di", "length": 254, "domain": null }, { "name": "Multi_Town", "type": "esriFieldTypeString", "alias": "Multi_Town", "length": 254, "domain": null }, { "name": "Park_Distr", "type": "esriFieldTypeString", "alias": "Park_Distr", "length": 254, "domain": null }, { "name": "TIF", "type": "esriFieldTypeString", "alias": "TIF", "length": 254, "domain": null }, { "name": "Sanitary_D", "type": "esriFieldTypeString", "alias": "Sanitary_D", "length": 254, "domain": null }, { "name": "Township", "type": "esriFieldTypeString", "alias": "Township", "length": 254, "domain": null }, { "name": "Road_Distr", "type": "esriFieldTypeString", "alias": "Road_Distr", "length": 254, "domain": null }, { "name": "Village", "type": "esriFieldTypeString", "alias": "Village", "length": 254, "domain": null } ], "indexes": [ { "name": "R988_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "GDB_2956_Tax_Cod", "fields": "Tax_Code", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 48, "name": "Woodford_Co_AssessorMap - TaxCodes", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Tax_Code", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax_Code", "length": 254, "domain": null }, { "name": "County", "type": "esriFieldTypeString", "alias": "County", "length": 254, "domain": null }, { "name": "Community", "type": "esriFieldTypeString", "alias": "Community", "length": 254, "domain": null }, { "name": "School_Dis", "type": "esriFieldTypeString", "alias": "School_Dis", "length": 254, "domain": null }, { "name": "High_Schoo", "type": "esriFieldTypeString", "alias": "High_Schoo", "length": 254, "domain": null }, { "name": "Fire_Prote", "type": "esriFieldTypeString", "alias": "Fire_Prote", "length": 254, "domain": null }, { "name": "Lighting_D", "type": "esriFieldTypeString", "alias": "Lighting_D", "length": 254, "domain": null }, { "name": "Library_Di", "type": "esriFieldTypeString", "alias": "Library_Di", "length": 254, "domain": null }, { "name": "Multi_Town", "type": "esriFieldTypeString", "alias": "Multi_Town", "length": 254, "domain": null }, { "name": "Park_Distr", "type": "esriFieldTypeString", "alias": "Park_Distr", "length": 254, "domain": null }, { "name": "TIF", "type": "esriFieldTypeString", "alias": "TIF", "length": 254, "domain": null }, { "name": "Sanitary_D", "type": "esriFieldTypeString", "alias": "Sanitary_D", "length": 254, "domain": null }, { "name": "Township", "type": "esriFieldTypeString", "alias": "Township", "length": 254, "domain": null }, { "name": "Road_Distr", "type": "esriFieldTypeString", "alias": "Road_Distr", "length": 254, "domain": null }, { "name": "Village", "type": "esriFieldTypeString", "alias": "Village", "length": 254, "domain": null } ], "indexes": [ { "name": "R988_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "GDB_2956_Tax_Cod", "fields": "Tax_Code", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 49, "name": "Woodford_Co_AssessorMap - WoodfordCO MobileHomes Master", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Park_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "MH_PIN", "type": "esriFieldTypeString", "alias": "MH_PIN", "length": 255, "domain": null }, { "name": "Parent_PIN", "type": "esriFieldTypeString", "alias": "Parent_PIN", "length": 255, "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "Park_Code", "type": "esriFieldTypeString", "alias": "Park_Code", "length": 255, "domain": null }, { "name": "Park_Name", "type": "esriFieldTypeString", "alias": "Park_Name", "length": 255, "domain": null }, { "name": "Owner_Name", "type": "esriFieldTypeString", "alias": "Owner_Name", "length": 255, "domain": null }, { "name": "Owner_Add", "type": "esriFieldTypeString", "alias": "Owner_Add", "length": 255, "domain": null }, { "name": "Owner_City", "type": "esriFieldTypeString", "alias": "Owner_City", "length": 255, "domain": null }, { "name": "Owner_State", "type": "esriFieldTypeString", "alias": "Owner_State", "length": 255, "domain": null }, { "name": "Owner_Zip", "type": "esriFieldTypeDouble", "alias": "Owner_Zip", "domain": null }, { "name": "Lot_Num", "type": "esriFieldTypeDouble", "alias": "Lot_Num", "domain": null }, { "name": "Site_Address", "type": "esriFieldTypeString", "alias": "Site_Address", "length": 255, "domain": null }, { "name": "Site_City", "type": "esriFieldTypeString", "alias": "Site_City", "length": 255, "domain": null }, { "name": "MH_Num", "type": "esriFieldTypeDouble", "alias": "MH_Num", "domain": null }, { "name": "Alternate_Name", "type": "esriFieldTypeString", "alias": "Alternate_Name", "length": 255, "domain": null }, { "name": "Alternate_Add", "type": "esriFieldTypeString", "alias": "Alternate_Add", "length": 255, "domain": null }, { "name": "Alternate_City", "type": "esriFieldTypeString", "alias": "Alternate_City", "length": 255, "domain": null }, { "name": "Alternate_State", "type": "esriFieldTypeString", "alias": "Alternate_State", "length": 255, "domain": null }, { "name": "Alternate_Zip", "type": "esriFieldTypeString", "alias": "Alternate_Zip", "length": 255, "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax_Code", "length": 255, "domain": null }, { "name": "Township", "type": "esriFieldTypeString", "alias": "Township", "length": 255, "domain": null }, { "name": "MH_Make", "type": "esriFieldTypeString", "alias": "MH_Make", "length": 255, "domain": null }, { "name": "MH_Model", "type": "esriFieldTypeString", "alias": "MH_Model", "length": 255, "domain": null }, { "name": "MH_Year_Manf", "type": "esriFieldTypeDouble", "alias": "MH_Year_Manf", "domain": null }, { "name": "VIN", "type": "esriFieldTypeString", "alias": "VIN", "length": 255, "domain": null }, { "name": "Title_Num", "type": "esriFieldTypeString", "alias": "Title_Num", "length": 255, "domain": null }, { "name": "Length", "type": "esriFieldTypeDouble", "alias": "Length", "domain": null }, { "name": "Width", "type": "esriFieldTypeDouble", "alias": "Width", "domain": null }, { "name": "MH_sqft", "type": "esriFieldTypeDouble", "alias": "MH_sqft", "domain": null }, { "name": "MH_HES", "type": "esriFieldTypeString", "alias": "MH_HES", "length": 255, "domain": null }, { "name": "Deleted_Year", "type": "esriFieldTypeString", "alias": "Deleted_Year", "length": 255, "domain": null }, { "name": "F32", "type": "esriFieldTypeString", "alias": "F32", "length": 255, "domain": null } ], "indexes": [ { "name": "R1471_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 50, "name": "Woodford_Co_AssessorMap - Address Master CURRENT", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "ADDR_ST_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "SiteAddres", "type": "esriFieldTypeString", "alias": "SiteAddres", "length": 255, "domain": null }, { "name": "SiteCity", "type": "esriFieldTypeString", "alias": "SiteCity", "length": 255, "domain": null }, { "name": "Mailing_Na", "type": "esriFieldTypeString", "alias": "Mailing_Na", "length": 255, "domain": null }, { "name": "Address_Search", "type": "esriFieldTypeString", "alias": "Address_Search", "length": 255, "domain": null }, { "name": "ADDR_HN", "type": "esriFieldTypeString", "alias": "ADDR_HN", "length": 255, "domain": null }, { "name": "ADDR_PD", "type": "esriFieldTypeString", "alias": "ADDR_PD", "length": 255, "domain": null }, { "name": "ADDR_PT", "type": "esriFieldTypeString", "alias": "ADDR_PT", "length": 255, "domain": null }, { "name": "ADDR_ST_NAME", "type": "esriFieldTypeString", "alias": "ADDR_ST_NAME", "length": 255, "domain": null }, { "name": "ADDR_SEARCH_formula", "type": "esriFieldTypeString", "alias": "ADDR_SEARCH_formula", "length": 255, "domain": null }, { "name": "ADDR_ST", "type": "esriFieldTypeString", "alias": "ADDR_ST", "length": 255, "domain": null } ], "indexes": [ { "name": "R1470_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 51, "name": "Woodford_Co_AssessorMap - Devnet CurrentExport", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Township_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "indexes": [ { "name": "R1637_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 52, "name": "Woodford_Co_AssessorMap - Condos", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ID", "type": "esriFieldTypeString", "alias": "ID", "length": 10, "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "NAME", "length": 255, "domain": null }, { "name": "BUILDING", "type": "esriFieldTypeString", "alias": "BUILDING", "length": 255, "domain": null }, { "name": "UNIT", "type": "esriFieldTypeString", "alias": "UNIT", "length": 255, "domain": null }, { "name": "PAGE", "type": "esriFieldTypeString", "alias": "PAGE", "length": 10, "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 10, "domain": null }, { "name": "PARENTPIN", "type": "esriFieldTypeString", "alias": "PARENTPIN", "length": 10, "domain": null }, { "name": "CONDOID", "type": "esriFieldTypeInteger", "alias": "CONDOID", "domain": null } ], "indexes": [ { "name": "R552_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 53, "name": "Woodford_Co_AssessorMap - TaxCodes", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Tax_Code", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax_Code", "length": 254, "domain": null }, { "name": "County", "type": "esriFieldTypeString", "alias": "County", "length": 254, "domain": null }, { "name": "Community", "type": "esriFieldTypeString", "alias": "Community", "length": 254, "domain": null }, { "name": "School_Dis", "type": "esriFieldTypeString", "alias": "School_Dis", "length": 254, "domain": null }, { "name": "High_Schoo", "type": "esriFieldTypeString", "alias": "High_Schoo", "length": 254, "domain": null }, { "name": "Fire_Prote", "type": "esriFieldTypeString", "alias": "Fire_Prote", "length": 254, "domain": null }, { "name": "Lighting_D", "type": "esriFieldTypeString", "alias": "Lighting_D", "length": 254, "domain": null }, { "name": "Library_Di", "type": "esriFieldTypeString", "alias": "Library_Di", "length": 254, "domain": null }, { "name": "Multi_Town", "type": "esriFieldTypeString", "alias": "Multi_Town", "length": 254, "domain": null }, { "name": "Park_Distr", "type": "esriFieldTypeString", "alias": "Park_Distr", "length": 254, "domain": null }, { "name": "TIF", "type": "esriFieldTypeString", "alias": "TIF", "length": 254, "domain": null }, { "name": "Sanitary_D", "type": "esriFieldTypeString", "alias": "Sanitary_D", "length": 254, "domain": null }, { "name": "Township", "type": "esriFieldTypeString", "alias": "Township", "length": 254, "domain": null }, { "name": "Road_Distr", "type": "esriFieldTypeString", "alias": "Road_Distr", "length": 254, "domain": null }, { "name": "Village", "type": "esriFieldTypeString", "alias": "Village", "length": 254, "domain": null } ], "indexes": [ { "name": "R988_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "GDB_2956_Tax_Cod", "fields": "Tax_Code", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 54, "name": "Woodford_Co_AssessorMap - WoodfordCO MobileHomes Master", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Park_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "MH_PIN", "type": "esriFieldTypeString", "alias": "MH_PIN", "length": 255, "domain": null }, { "name": "Parent_PIN", "type": "esriFieldTypeString", "alias": "Parent_PIN", "length": 255, "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "Park_Code", "type": "esriFieldTypeString", "alias": "Park_Code", "length": 255, "domain": null }, { "name": "Park_Name", "type": "esriFieldTypeString", "alias": "Park_Name", "length": 255, "domain": null }, { "name": "Owner_Name", "type": "esriFieldTypeString", "alias": "Owner_Name", "length": 255, "domain": null }, { "name": "Owner_Add", "type": "esriFieldTypeString", "alias": "Owner_Add", "length": 255, "domain": null }, { "name": "Owner_City", "type": "esriFieldTypeString", "alias": "Owner_City", "length": 255, "domain": null }, { "name": "Owner_State", "type": "esriFieldTypeString", "alias": "Owner_State", "length": 255, "domain": null }, { "name": "Owner_Zip", "type": "esriFieldTypeDouble", "alias": "Owner_Zip", "domain": null }, { "name": "Lot_Num", "type": "esriFieldTypeDouble", "alias": "Lot_Num", "domain": null }, { "name": "Site_Address", "type": "esriFieldTypeString", "alias": "Site_Address", "length": 255, "domain": null }, { "name": "Site_City", "type": "esriFieldTypeString", "alias": "Site_City", "length": 255, "domain": null }, { "name": "MH_Num", "type": "esriFieldTypeDouble", "alias": "MH_Num", "domain": null }, { "name": "Alternate_Name", "type": "esriFieldTypeString", "alias": "Alternate_Name", "length": 255, "domain": null }, { "name": "Alternate_Add", "type": "esriFieldTypeString", "alias": "Alternate_Add", "length": 255, "domain": null }, { "name": "Alternate_City", "type": "esriFieldTypeString", "alias": "Alternate_City", "length": 255, "domain": null }, { "name": "Alternate_State", "type": "esriFieldTypeString", "alias": "Alternate_State", "length": 255, "domain": null }, { "name": "Alternate_Zip", "type": "esriFieldTypeString", "alias": "Alternate_Zip", "length": 255, "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax_Code", "length": 255, "domain": null }, { "name": "Township", "type": "esriFieldTypeString", "alias": "Township", "length": 255, "domain": null }, { "name": "MH_Make", "type": "esriFieldTypeString", "alias": "MH_Make", "length": 255, "domain": null }, { "name": "MH_Model", "type": "esriFieldTypeString", "alias": "MH_Model", "length": 255, "domain": null }, { "name": "MH_Year_Manf", "type": "esriFieldTypeDouble", "alias": "MH_Year_Manf", "domain": null }, { "name": "VIN", "type": "esriFieldTypeString", "alias": "VIN", "length": 255, "domain": null }, { "name": "Title_Num", "type": "esriFieldTypeString", "alias": "Title_Num", "length": 255, "domain": null }, { "name": "Length", "type": "esriFieldTypeDouble", "alias": "Length", "domain": null }, { "name": "Width", "type": "esriFieldTypeDouble", "alias": "Width", "domain": null }, { "name": "MH_sqft", "type": "esriFieldTypeDouble", "alias": "MH_sqft", "domain": null }, { "name": "MH_HES", "type": "esriFieldTypeString", "alias": "MH_HES", "length": 255, "domain": null }, { "name": "Deleted_Year", "type": "esriFieldTypeString", "alias": "Deleted_Year", "length": 255, "domain": null }, { "name": "F32", "type": "esriFieldTypeString", "alias": "F32", "length": 255, "domain": null } ], "indexes": [ { "name": "R1471_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 55, "name": "Woodford_Co_AssessorMap - Address Master CURRENT", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "ADDR_ST_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "SiteAddres", "type": "esriFieldTypeString", "alias": "SiteAddres", "length": 255, "domain": null }, { "name": "SiteCity", "type": "esriFieldTypeString", "alias": "SiteCity", "length": 255, "domain": null }, { "name": "Mailing_Na", "type": "esriFieldTypeString", "alias": "Mailing_Na", "length": 255, "domain": null }, { "name": "Address_Search", "type": "esriFieldTypeString", "alias": "Address_Search", "length": 255, "domain": null }, { "name": "ADDR_HN", "type": "esriFieldTypeString", "alias": "ADDR_HN", "length": 255, "domain": null }, { "name": "ADDR_PD", "type": "esriFieldTypeString", "alias": "ADDR_PD", "length": 255, "domain": null }, { "name": "ADDR_PT", "type": "esriFieldTypeString", "alias": "ADDR_PT", "length": 255, "domain": null }, { "name": "ADDR_ST_NAME", "type": "esriFieldTypeString", "alias": "ADDR_ST_NAME", "length": 255, "domain": null }, { "name": "ADDR_SEARCH_formula", "type": "esriFieldTypeString", "alias": "ADDR_SEARCH_formula", "length": 255, "domain": null }, { "name": "ADDR_ST", "type": "esriFieldTypeString", "alias": "ADDR_ST", "length": 255, "domain": null } ], "indexes": [ { "name": "R1470_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 56, "name": "Woodford_Co_AssessorMap - Devnet CurrentExport", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Township_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "indexes": [ { "name": "R1637_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 57, "name": "Woodford_Co_AssessorMap - Condos", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ID", "type": "esriFieldTypeString", "alias": "ID", "length": 10, "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "NAME", "length": 255, "domain": null }, { "name": "BUILDING", "type": "esriFieldTypeString", "alias": "BUILDING", "length": 255, "domain": null }, { "name": "UNIT", "type": "esriFieldTypeString", "alias": "UNIT", "length": 255, "domain": null }, { "name": "PAGE", "type": "esriFieldTypeString", "alias": "PAGE", "length": 10, "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 10, "domain": null }, { "name": "PARENTPIN", "type": "esriFieldTypeString", "alias": "PARENTPIN", "length": 10, "domain": null }, { "name": "CONDOID", "type": "esriFieldTypeInteger", "alias": "CONDOID", "domain": null } ], "indexes": [ { "name": "R552_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 58, "name": "condos", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ID", "type": "esriFieldTypeString", "alias": "ID", "length": 10, "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "NAME", "length": 255, "domain": null }, { "name": "BUILDING", "type": "esriFieldTypeString", "alias": "BUILDING", "length": 255, "domain": null }, { "name": "UNIT", "type": "esriFieldTypeString", "alias": "UNIT", "length": 255, "domain": null }, { "name": "PAGE", "type": "esriFieldTypeString", "alias": "PAGE", "length": 10, "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 10, "domain": null }, { "name": "PARENTPIN", "type": "esriFieldTypeString", "alias": "PARENTPIN", "length": 10, "domain": null }, { "name": "CONDOID", "type": "esriFieldTypeInteger", "alias": "CONDOID", "domain": null } ], "indexes": [ { "name": "R552_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 59, "name": "Devnet_CurrentExport", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Township_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Parcel_Number", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 255, "domain": null }, { "name": "Property_Class", "type": "esriFieldTypeString", "alias": "Property Class", "length": 255, "domain": null }, { "name": "Township_Code", "type": "esriFieldTypeString", "alias": "Township Code", "length": 255, "domain": null }, { "name": "Township_Name", "type": "esriFieldTypeString", "alias": "Township Name", "length": 255, "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax Code", "length": 255, "domain": null }, { "name": "Gross_Acreage", "type": "esriFieldTypeDouble", "alias": "Gross Acreage", "domain": null }, { "name": "Non_Farm_Land", "type": "esriFieldTypeDouble", "alias": "Non Farm Land", "domain": null }, { "name": "Non_Farm_Building", "type": "esriFieldTypeDouble", "alias": "Non Farm Building", "domain": null }, { "name": "Farm_Homesite", "type": "esriFieldTypeDouble", "alias": "Farm Homesite", "domain": null }, { "name": "Farm_Land", "type": "esriFieldTypeDouble", "alias": "Farm Land", "domain": null }, { "name": "Farm_Dwelling", "type": "esriFieldTypeDouble", "alias": "Farm Dwelling", "domain": null }, { "name": "Farm_Building", "type": "esriFieldTypeDouble", "alias": "Farm Building", "domain": null }, { "name": "Mineral", "type": "esriFieldTypeDouble", "alias": "Mineral", "domain": null }, { "name": "Owner_Occupied_Exemption", "type": "esriFieldTypeDouble", "alias": "Owner Occupied Exemption", "domain": null }, { "name": "Value_1977", "type": "esriFieldTypeDouble", "alias": "Value_1977", "domain": null }, { "name": "Senior_Citizen_Exemption", "type": "esriFieldTypeString", "alias": "Senior Citizen Exemption", "length": 255, "domain": null }, { "name": "Home_Improvement_Exemption", "type": "esriFieldTypeString", "alias": "Home Improvement Exemption", "length": 255, "domain": null }, { "name": "HIE_Year", "type": "esriFieldTypeString", "alias": "HIE Year", "length": 255, "domain": null }, { "name": "Owner_Name_1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255, "domain": null }, { "name": "Address_2", "type": "esriFieldTypeString", "alias": "Address 2", "length": 255, "domain": null }, { "name": "City_State", "type": "esriFieldTypeString", "alias": "City/State", "length": 255, "domain": null }, { "name": "Zip_Code", "type": "esriFieldTypeDouble", "alias": "Zip Code", "domain": null }, { "name": "Site_Address_1", "type": "esriFieldTypeString", "alias": "Site Address 1", "length": 255, "domain": null }, { "name": "Site_Address_2", "type": "esriFieldTypeString", "alias": "Site Address 2", "length": 255, "domain": null }, { "name": "Legal_Description_1", "type": "esriFieldTypeString", "alias": "Legal Description 1", "length": 255, "domain": null }, { "name": "Legal_Description_2", "type": "esriFieldTypeString", "alias": "Legal Description 2", "length": 255, "domain": null }, { "name": "Legal_Description_3", "type": "esriFieldTypeString", "alias": "Legal Description 3", "length": 255, "domain": null }, { "name": "Legal_Description_4", "type": "esriFieldTypeString", "alias": "Legal Description 4", "length": 255, "domain": null }, { "name": "Sale_Exist_Y_N", "type": "esriFieldTypeString", "alias": "Sale Exist Y/N", "length": 255, "domain": null }, { "name": "Grantee", "type": "esriFieldTypeString", "alias": "Grantee", "length": 255, "domain": null }, { "name": "Sale_Date", "type": "esriFieldTypeDate", "alias": "Sale Date", "length": 8, "domain": null }, { "name": "Document_Number", "type": "esriFieldTypeDouble", "alias": "Document Number", "domain": null }, { "name": "Net_Sale_Price", "type": "esriFieldTypeDouble", "alias": "Net Sale Price", "domain": null }, { "name": "Senior_Assmnt_Freeze", "type": "esriFieldTypeString", "alias": "Senior Assmnt Freeze", "length": 255, "domain": null }, { "name": "Veterans_Exemption", "type": "esriFieldTypeString", "alias": "Veterans Exemption", "length": 255, "domain": null }, { "name": "Land_Use_Code", "type": "esriFieldTypeString", "alias": "Land Use Code", "length": 255, "domain": null }, { "name": "Parcel_Status", "type": "esriFieldTypeString", "alias": "Parcel Status", "length": 255, "domain": null }, { "name": "Subdivision_Number", "type": "esriFieldTypeString", "alias": "Subdivision Number", "length": 255, "domain": null }, { "name": "Home_Owner_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Home Owner Exemption Flag", "length": 255, "domain": null }, { "name": "Senior_Citizen_Flag", "type": "esriFieldTypeString", "alias": "Senior Citizen Flag", "length": 255, "domain": null }, { "name": "Senior_Assessment_Flag", "type": "esriFieldTypeString", "alias": "Senior Assessment Flag", "length": 255, "domain": null }, { "name": "Lending_Code", "type": "esriFieldTypeString", "alias": "Lending Code", "length": 255, "domain": null }, { "name": "Billing_Name", "type": "esriFieldTypeString", "alias": "Billing Name", "length": 255, "domain": null }, { "name": "Billing_Address_1", "type": "esriFieldTypeString", "alias": "Billing Address 1", "length": 255, "domain": null }, { "name": "Billing_Address_2", "type": "esriFieldTypeString", "alias": "Billing Address 2", "length": 255, "domain": null }, { "name": "Billing_City", "type": "esriFieldTypeString", "alias": "Billing City", "length": 255, "domain": null }, { "name": "Billing_State", "type": "esriFieldTypeString", "alias": "Billing State", "length": 255, "domain": null }, { "name": "Billing_Zip_Code", "type": "esriFieldTypeDouble", "alias": "Billing Zip Code", "domain": null }, { "name": "Disabeled_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption", "length": 255, "domain": null }, { "name": "Disabeled_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Disabeled Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Fraternal_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption", "length": 255, "domain": null }, { "name": "Fraternal_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Fraternal Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Special_Ownr_Occupied_Exemption", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption", "length": 255, "domain": null }, { "name": "Special_Ownr_Occupied_Exempti_1", "type": "esriFieldTypeString", "alias": "Special Ownr Occupied Exemption Flag", "length": 255, "domain": null }, { "name": "Historic_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption", "length": 255, "domain": null }, { "name": "Historic_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Historic Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Ntrl_Disaster_Exemption", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption", "length": 255, "domain": null }, { "name": "Ntrl_Disaster_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Ntrl Disaster Exemption Flag", "length": 255, "domain": null }, { "name": "Returning_Veteran_Exemption", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption", "length": 255, "domain": null }, { "name": "Returning_Veteran_Exemption_Fla", "type": "esriFieldTypeString", "alias": "Returning Veteran Exemption Flag", "length": 255, "domain": null }, { "name": "Veteran_Freeze_Exemption", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption", "length": 255, "domain": null }, { "name": "Veteran_Freeze_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Veteran Freeze Exemption Flag", "length": 255, "domain": null }, { "name": "Disabled_Person_Exemption", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption", "length": 255, "domain": null }, { "name": "Disabled_Person_Exemption_Flag", "type": "esriFieldTypeString", "alias": "Disabled Person Exemption Flag", "length": 255, "domain": null } ], "indexes": [ { "name": "R1637_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 60, "name": "Address_Master_CURRENT", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "ADDR_ST_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "SiteAddres", "type": "esriFieldTypeString", "alias": "SiteAddres", "length": 255, "domain": null }, { "name": "SiteCity", "type": "esriFieldTypeString", "alias": "SiteCity", "length": 255, "domain": null }, { "name": "Mailing_Na", "type": "esriFieldTypeString", "alias": "Mailing_Na", "length": 255, "domain": null }, { "name": "Address_Search", "type": "esriFieldTypeString", "alias": "Address_Search", "length": 255, "domain": null }, { "name": "ADDR_HN", "type": "esriFieldTypeString", "alias": "ADDR_HN", "length": 255, "domain": null }, { "name": "ADDR_PD", "type": "esriFieldTypeString", "alias": "ADDR_PD", "length": 255, "domain": null }, { "name": "ADDR_PT", "type": "esriFieldTypeString", "alias": "ADDR_PT", "length": 255, "domain": null }, { "name": "ADDR_ST_NAME", "type": "esriFieldTypeString", "alias": "ADDR_ST_NAME", "length": 255, "domain": null }, { "name": "ADDR_SEARCH_formula", "type": "esriFieldTypeString", "alias": "ADDR_SEARCH_formula", "length": 255, "domain": null }, { "name": "ADDR_ST", "type": "esriFieldTypeString", "alias": "ADDR_ST", "length": 255, "domain": null } ], "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "I13PIN", "fields": "PIN", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 61, "name": "WoodfordCO_MobileHomes_Master", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Park_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "MH_PIN", "type": "esriFieldTypeString", "alias": "MH_PIN", "length": 255, "domain": null }, { "name": "Parent_PIN", "type": "esriFieldTypeString", "alias": "Parent_PIN", "length": 255, "domain": null }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255, "domain": null }, { "name": "Park_Code", "type": "esriFieldTypeString", "alias": "Park_Code", "length": 255, "domain": null }, { "name": "Park_Name", "type": "esriFieldTypeString", "alias": "Park_Name", "length": 255, "domain": null }, { "name": "Owner_Name", "type": "esriFieldTypeString", "alias": "Owner_Name", "length": 255, "domain": null }, { "name": "Owner_Add", "type": "esriFieldTypeString", "alias": "Owner_Add", "length": 255, "domain": null }, { "name": "Owner_City", "type": "esriFieldTypeString", "alias": "Owner_City", "length": 255, "domain": null }, { "name": "Owner_State", "type": "esriFieldTypeString", "alias": "Owner_State", "length": 255, "domain": null }, { "name": "Owner_Zip", "type": "esriFieldTypeDouble", "alias": "Owner_Zip", "domain": null }, { "name": "Lot_Num", "type": "esriFieldTypeDouble", "alias": "Lot_Num", "domain": null }, { "name": "Site_Address", "type": "esriFieldTypeString", "alias": "Site_Address", "length": 255, "domain": null }, { "name": "Site_City", "type": "esriFieldTypeString", "alias": "Site_City", "length": 255, "domain": null }, { "name": "MH_Num", "type": "esriFieldTypeDouble", "alias": "MH_Num", "domain": null }, { "name": "Alternate_Name", "type": "esriFieldTypeString", "alias": "Alternate_Name", "length": 255, "domain": null }, { "name": "Alternate_Add", "type": "esriFieldTypeString", "alias": "Alternate_Add", "length": 255, "domain": null }, { "name": "Alternate_City", "type": "esriFieldTypeString", "alias": "Alternate_City", "length": 255, "domain": null }, { "name": "Alternate_State", "type": "esriFieldTypeString", "alias": "Alternate_State", "length": 255, "domain": null }, { "name": "Alternate_Zip", "type": "esriFieldTypeString", "alias": "Alternate_Zip", "length": 255, "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax_Code", "length": 255, "domain": null }, { "name": "Township", "type": "esriFieldTypeString", "alias": "Township", "length": 255, "domain": null }, { "name": "MH_Make", "type": "esriFieldTypeString", "alias": "MH_Make", "length": 255, "domain": null }, { "name": "MH_Model", "type": "esriFieldTypeString", "alias": "MH_Model", "length": 255, "domain": null }, { "name": "MH_Year_Manf", "type": "esriFieldTypeDouble", "alias": "MH_Year_Manf", "domain": null }, { "name": "VIN", "type": "esriFieldTypeString", "alias": "VIN", "length": 255, "domain": null }, { "name": "Title_Num", "type": "esriFieldTypeString", "alias": "Title_Num", "length": 255, "domain": null }, { "name": "Length", "type": "esriFieldTypeDouble", "alias": "Length", "domain": null }, { "name": "Width", "type": "esriFieldTypeDouble", "alias": "Width", "domain": null }, { "name": "MH_sqft", "type": "esriFieldTypeDouble", "alias": "MH_sqft", "domain": null }, { "name": "MH_HES", "type": "esriFieldTypeString", "alias": "MH_HES", "length": 255, "domain": null }, { "name": "Deleted_Year", "type": "esriFieldTypeString", "alias": "Deleted_Year", "length": 255, "domain": null }, { "name": "F32", "type": "esriFieldTypeString", "alias": "F32", "length": 255, "domain": null } ], "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "I14MH_PIN", "fields": "MH_PIN", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } }, { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 62, "name": "TaxCodes", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Tax_Code", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "Tax_Code", "type": "esriFieldTypeString", "alias": "Tax_Code", "length": 254, "domain": null }, { "name": "County", "type": "esriFieldTypeString", "alias": "County", "length": 254, "domain": null }, { "name": "Community", "type": "esriFieldTypeString", "alias": "Community", "length": 254, "domain": null }, { "name": "School_Dis", "type": "esriFieldTypeString", "alias": "School_Dis", "length": 254, "domain": null }, { "name": "High_Schoo", "type": "esriFieldTypeString", "alias": "High_Schoo", "length": 254, "domain": null }, { "name": "Fire_Prote", "type": "esriFieldTypeString", "alias": "Fire_Prote", "length": 254, "domain": null }, { "name": "Lighting_D", "type": "esriFieldTypeString", "alias": "Lighting_D", "length": 254, "domain": null }, { "name": "Library_Di", "type": "esriFieldTypeString", "alias": "Library_Di", "length": 254, "domain": null }, { "name": "Multi_Town", "type": "esriFieldTypeString", "alias": "Multi_Town", "length": 254, "domain": null }, { "name": "Park_Distr", "type": "esriFieldTypeString", "alias": "Park_Distr", "length": 254, "domain": null }, { "name": "TIF", "type": "esriFieldTypeString", "alias": "TIF", "length": 254, "domain": null }, { "name": "Sanitary_D", "type": "esriFieldTypeString", "alias": "Sanitary_D", "length": 254, "domain": null }, { "name": "Township", "type": "esriFieldTypeString", "alias": "Township", "length": 254, "domain": null }, { "name": "Road_Distr", "type": "esriFieldTypeString", "alias": "Road_Distr", "length": 254, "domain": null }, { "name": "Village", "type": "esriFieldTypeString", "alias": "Village", "length": 254, "domain": null } ], "indexes": [ { "name": "R988_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "GDB_2956_Tax_Cod", "fields": "Tax_Code", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, PBF", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 } } ] }