{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 0, "name": "Cadastral_Anno", "type": "Annotation Layer", "parentLayer": null, "defaultVisibility": false, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": true, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": true, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1699533628000 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": false }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape__Area", "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 2045873.9839049727, "ymin": 284357.17804963887, "xmax": 2212082.473337725, "ymax": 365862.30604955554, "spatialReference": { "wkid": 103129, "latestWkid": 6549, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118963900, "falseY": -96373800, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 103129, "latestWkid": 6549, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 2, "falseX": -118963900, "falseY": -96373800, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": true, "supportsOidReservation": true, "htmlPopupType": "esriServerHTMLPopupTypeNone", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "TextString", "typeIdField": "", "subtypeField": "AnnotationClassID", "defaultSubtypeCode": 42, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "FeatureID", "type": "esriFieldTypeInteger", "alias": "FeatureID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FeatureID", "required": true }, { "name": "ZOrder", "type": "esriFieldTypeInteger", "alias": "ZOrder", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ZOrder", "required": true }, { "name": "AnnotationClassID", "type": "esriFieldTypeInteger", "alias": "AnnotationClassID", "domain": null, "editable": true, "nullable": true, "defaultValue": 42, "modelName": "AnnotationClassID", "required": true }, { "name": "Element", "type": "esriFieldTypeBlob", "alias": "Element", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Element", "required": true }, { "name": "SymbolID", "type": "esriFieldTypeInteger", "alias": "SymbolID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SymbolID", "required": true }, { "name": "Status", "type": "esriFieldTypeSmallInteger", "alias": "Status", "domain": { "type": "codedValue", "name": "AnnotationStatus", "description": "Valid annotation state values.", "codedValues": [ { "name": "Placed", "code": 0 }, { "name": "Unplaced", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "Status", "required": true }, { "name": "TextString", "type": "esriFieldTypeString", "alias": "TextString", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "TextString" }, { "name": "FontName", "type": "esriFieldTypeString", "alias": "FontName", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "FontName" }, { "name": "FontSize", "type": "esriFieldTypeDouble", "alias": "FontSize", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FontSize" }, { "name": "Underline", "type": "esriFieldTypeSmallInteger", "alias": "Underline", "domain": { "type": "codedValue", "name": "BooleanSymbolValue", "description": "Valid values are Yes and No.", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Underline" }, { "name": "VerticalAlignment", "type": "esriFieldTypeSmallInteger", "alias": "VerticalAlignment", "domain": { "type": "codedValue", "name": "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" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "VerticalAlignment" }, { "name": "HorizontalAlignment", "type": "esriFieldTypeSmallInteger", "alias": "HorizontalAlignment", "domain": { "type": "codedValue", "name": "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" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "HorizontalAlignment" }, { "name": "XOffset", "type": "esriFieldTypeDouble", "alias": "XOffset", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "XOffset" }, { "name": "YOffset", "type": "esriFieldTypeDouble", "alias": "YOffset", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "YOffset" }, { "name": "Angle", "type": "esriFieldTypeDouble", "alias": "Angle", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Angle" }, { "name": "FontLeading", "type": "esriFieldTypeDouble", "alias": "FontLeading", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FontLeading" }, { "name": "WordSpacing", "type": "esriFieldTypeDouble", "alias": "WordSpacing", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "WordSpacing" }, { "name": "CharacterWidth", "type": "esriFieldTypeDouble", "alias": "CharacterWidth", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CharacterWidth" }, { "name": "CharacterSpacing", "type": "esriFieldTypeDouble", "alias": "CharacterSpacing", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CharacterSpacing" }, { "name": "FlipAngle", "type": "esriFieldTypeDouble", "alias": "FlipAngle", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FlipAngle" }, { "name": "Override", "type": "esriFieldTypeInteger", "alias": "Override", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "Override" }, { "name": "SDEDATA.Cadastral_Anno.Entity", "type": "esriFieldTypeString", "alias": "SDEDATA.CADASTRAL_ANNO.Entity", "domain": null, "editable": true, "nullable": true, "length": 16, "defaultValue": null, "modelName": "SDEDATA.Cadastral_Anno.Entity" }, { "name": "Handle", "type": "esriFieldTypeString", "alias": "Handle", "domain": null, "editable": true, "nullable": true, "length": 16, "defaultValue": null, "modelName": "Handle" }, { "name": "Owner", "type": "esriFieldTypeString", "alias": "Owner", "domain": null, "editable": true, "nullable": true, "length": 16, "defaultValue": null, "modelName": "Owner" }, { "name": "Layer", "type": "esriFieldTypeString", "alias": "Layer", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Layer" }, { "name": "LyrFrzn", "type": "esriFieldTypeSmallInteger", "alias": "LyrFrzn", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "LyrFrzn" }, { "name": "LyrLock", "type": "esriFieldTypeSmallInteger", "alias": "LyrLock", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "LyrLock" }, { "name": "LyrOn", "type": "esriFieldTypeSmallInteger", "alias": "LyrOn", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "LyrOn" }, { "name": "LyrVPFrzn", "type": "esriFieldTypeSmallInteger", "alias": "LyrVPFrzn", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "LyrVPFrzn" }, { "name": "LyrHandle", "type": "esriFieldTypeString", "alias": "LyrHandle", "domain": null, "editable": true, "nullable": true, "length": 16, "defaultValue": null, "modelName": "LyrHandle" }, { "name": "Color", "type": "esriFieldTypeSmallInteger", "alias": "Color", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "Color" }, { "name": "EntColor", "type": "esriFieldTypeSmallInteger", "alias": "EntColor", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "EntColor" }, { "name": "LyrColor", "type": "esriFieldTypeSmallInteger", "alias": "LyrColor", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "LyrColor" }, { "name": "BlkColor", "type": "esriFieldTypeSmallInteger", "alias": "BlkColor", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "BlkColor" }, { "name": "Linetype", "type": "esriFieldTypeString", "alias": "Linetype", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Linetype" }, { "name": "EntLinetype", "type": "esriFieldTypeString", "alias": "EntLinetype", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "EntLinetype" }, { "name": "LyrLnType", "type": "esriFieldTypeString", "alias": "LyrLnType", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "LyrLnType" }, { "name": "BlkLinetype", "type": "esriFieldTypeString", "alias": "BlkLinetype", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "BlkLinetype" }, { "name": "Elevation", "type": "esriFieldTypeDouble", "alias": "Elevation", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "Elevation" }, { "name": "Thickness", "type": "esriFieldTypeDouble", "alias": "Thickness", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "Thickness" }, { "name": "LineWt", "type": "esriFieldTypeSmallInteger", "alias": "LineWt", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "LineWt" }, { "name": "EntLineWt", "type": "esriFieldTypeSmallInteger", "alias": "EntLineWt", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "EntLineWt" }, { "name": "LyrLineWt", "type": "esriFieldTypeSmallInteger", "alias": "LyrLineWt", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "LyrLineWt" }, { "name": "BlkLineWt", "type": "esriFieldTypeSmallInteger", "alias": "BlkLineWt", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "BlkLineWt" }, { "name": "RefName", "type": "esriFieldTypeString", "alias": "RefName", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "RefName" }, { "name": "LTScale", "type": "esriFieldTypeDouble", "alias": "LTScale", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "LTScale" }, { "name": "ExtX", "type": "esriFieldTypeDouble", "alias": "ExtX", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "ExtX" }, { "name": "ExtY", "type": "esriFieldTypeDouble", "alias": "ExtY", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "ExtY" }, { "name": "ExtZ", "type": "esriFieldTypeDouble", "alias": "ExtZ", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "ExtZ" }, { "name": "DocName", "type": "esriFieldTypeString", "alias": "DocName", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "DocName" }, { "name": "DocPath", "type": "esriFieldTypeString", "alias": "DocPath", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "DocPath" }, { "name": "DocType", "type": "esriFieldTypeString", "alias": "DocType", "domain": null, "editable": true, "nullable": true, "length": 32, "defaultValue": null, "modelName": "DocType" }, { "name": "DocVer", "type": "esriFieldTypeString", "alias": "DocVer", "domain": null, "editable": true, "nullable": true, "length": 16, "defaultValue": null, "modelName": "DocVer" }, { "name": "ScaleX", "type": "esriFieldTypeDouble", "alias": "ScaleX", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "ScaleX" }, { "name": "ScaleY", "type": "esriFieldTypeDouble", "alias": "ScaleY", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "ScaleY" }, { "name": "ScaleZ", "type": "esriFieldTypeDouble", "alias": "ScaleZ", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "ScaleZ" }, { "name": "Style", "type": "esriFieldTypeString", "alias": "Style", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Style" }, { "name": "FontID", "type": "esriFieldTypeSmallInteger", "alias": "FontID", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "FontID" }, { "name": "Text_", "type": "esriFieldTypeString", "alias": "Text", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Text_" }, { "name": "Height", "type": "esriFieldTypeDouble", "alias": "Height", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "Height" }, { "name": "TxtAngle", "type": "esriFieldTypeDouble", "alias": "TxtAngle", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "TxtAngle" }, { "name": "TxtWidth", "type": "esriFieldTypeDouble", "alias": "TxtWidth", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "TxtWidth" }, { "name": "TxtOblique", "type": "esriFieldTypeDouble", "alias": "TxtOblique", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "TxtOblique" }, { "name": "TxtGenType", "type": "esriFieldTypeString", "alias": "TxtGenType", "domain": null, "editable": true, "nullable": true, "length": 32, "defaultValue": null, "modelName": "TxtGenType" }, { "name": "TxtJust", "type": "esriFieldTypeString", "alias": "TxtJust", "domain": null, "editable": true, "nullable": true, "length": 32, "defaultValue": null, "modelName": "TxtJust" }, { "name": "VertAlign", "type": "esriFieldTypeString", "alias": "VertAlign", "domain": null, "editable": true, "nullable": true, "length": 32, "defaultValue": null, "modelName": "VertAlign" }, { "name": "TxtFont", "type": "esriFieldTypeString", "alias": "TxtFont", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "TxtFont" }, { "name": "TxtBoxHt", "type": "esriFieldTypeDouble", "alias": "TxtBoxHt", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "TxtBoxHt" }, { "name": "TxtBoxWd", "type": "esriFieldTypeDouble", "alias": "TxtBoxWd", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "TxtBoxWd" }, { "name": "TxtRefWd", "type": "esriFieldTypeDouble", "alias": "TxtRefWd", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "TxtRefWd" }, { "name": "TxtAttach", "type": "esriFieldTypeSmallInteger", "alias": "TxtAttach", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "TxtAttach" }, { "name": "TxtDir", "type": "esriFieldTypeSmallInteger", "alias": "TxtDir", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "TxtDir" }, { "name": "LnSpace", "type": "esriFieldTypeSmallInteger", "alias": "LnSpace", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "LnSpace" }, { "name": "SpaceFct", "type": "esriFieldTypeDouble", "alias": "SpaceFct", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "SpaceFct" }, { "name": "TxtMemo", "type": "esriFieldTypeString", "alias": "TxtMemo", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "TxtMemo" }, { "name": "TSCLink", "type": "esriFieldTypeString", "alias": "TSCLink", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "TSCLink" }, { "name": "TSCScale", "type": "esriFieldTypeString", "alias": "TSCScale", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "TSCScale" }, { "name": "FUTURE", "type": "esriFieldTypeSmallInteger", "alias": "FUTURE", "domain": { "type": "codedValue", "name": "FutureFlag", "description": "Whether feature is current or future", "codedValues": [ { "name": "Current", "code": 0 }, { "name": "Future", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": 1, "modelName": "FUTURE" }, { "name": "FSIZE", "type": "esriFieldTypeDouble", "alias": "FSIZE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FSIZE" }, { "name": "VER", "type": "esriFieldTypeSmallInteger", "alias": "VER", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "VER" }, { "name": "HOR", "type": "esriFieldTypeSmallInteger", "alias": "HOR", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "HOR" }, { "name": "XOFF", "type": "esriFieldTypeString", "alias": "XOFF", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "XOFF" }, { "name": "YOFF", "type": "esriFieldTypeString", "alias": "YOFF", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "YOFF" }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "created_user", "required": true }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "created_date", "required": true }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "last_edited_user", "required": true }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "last_edited_date", "required": true }, { "name": "FontStyle", "type": "esriFieldTypeString", "alias": "FontStyle", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "FontStyle" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "Shape__Area", "type": "esriFieldTypeDouble", "alias": "SHAPE.STArea()", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE.STArea()", "required": true }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE.STLength()", "required": true } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "I204AnnotationCl", "fields": "AnnotationClassID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I204Status", "fields": "Status", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_162", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "R162_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S150_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "subtypes": [ { "code": 0, "name": "Condominium Future Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 0, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 1, "name": "Condominium Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 1, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 2, "name": "Construction Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 2, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 6, "name": "Future Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 6, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 12, "name": "Notes", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 12, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 13, "name": "Notes Print", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 13, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 41, "name": "Water Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 41, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 42, "name": "Unknown Anno", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 42, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": null, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} } }, { "code": 4, "name": "Easement", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 4, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 8, "name": "Highway Shield", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 8, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 10, "name": "Lot Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 10, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 15, "name": "Owner Ref Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 15, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 18, "name": "Parcel Dimension", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 18, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 21, "name": "Road Name", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 21, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 24, "name": "Road Text Private", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 24, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 27, "name": "Road Text Public", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 27, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 30, "name": "Section Lot Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 30, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 33, "name": "Subdivision Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 33, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 36, "name": "Vacated Lot Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 36, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } }, { "code": 39, "name": "Vacated ROW Text", "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": 39, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": 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, "SDEDATA.Cadastral_Anno.Entity": null, "Handle": null, "Owner": null, "Layer": null, "LyrFrzn": null, "LyrLock": null, "LyrOn": null, "LyrVPFrzn": null, "LyrHandle": null, "Color": null, "EntColor": null, "LyrColor": null, "BlkColor": null, "Linetype": null, "EntLinetype": null, "LyrLnType": null, "BlkLinetype": null, "Elevation": null, "Thickness": null, "LineWt": null, "EntLineWt": null, "LyrLineWt": null, "BlkLineWt": null, "RefName": null, "LTScale": null, "ExtX": null, "ExtY": null, "ExtZ": null, "DocName": null, "DocPath": null, "DocType": null, "DocVer": null, "ScaleX": null, "ScaleY": null, "ScaleZ": null, "Style": null, "FontID": null, "Text_": null, "Height": null, "TxtAngle": null, "TxtWidth": null, "TxtOblique": null, "TxtGenType": null, "TxtJust": null, "VertAlign": null, "TxtFont": null, "TxtBoxHt": null, "TxtBoxWd": null, "TxtRefWd": null, "TxtAttach": null, "TxtDir": null, "LnSpace": null, "SpaceFct": null, "TxtMemo": null, "TSCLink": null, "TSCScale": null, "FUTURE": 1, "FSIZE": null, "VER": null, "HOR": null, "XOFF": null, "YOFF": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "FontStyle": null, "GlobalID": null, "SHAPE.STArea()": null, "SHAPE.STLength()": null }, "domains": { "Status": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"}, "FUTURE": {"type": "inherited"} } } ], "maxRecordCount": 40000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,ChangeTracking", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "userTypeExtensions": [ "advancedEditing" ], "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "f6f62d19346f465fb8cc10cbca18fde5" }