schemas
layer
¶
workspace
¶
Classes:
| Name | Description |
|---|---|
SchemaAttributeRule |
ESRI Attribute Rule Schema |
SchemaDataset |
Esri Dataset Schema |
SchemaDomain |
ESRI Domain Schema |
SchemaDomainCode |
ESRI Domain Code Schema |
SchemaExtent |
ESRI Extent Schema |
SchemaField |
ESRI Field Schema |
SchemaFieldInfo |
ESRI FieldInfo Schema |
SchemaGeometryDef |
ESRI Geometry Definition Schema |
SchemaIndex |
ESRI Index Schema |
SchemaIndexArray |
ESRI Index Array Schema |
SchemaParcelFabricController |
ESRI Parcel Fabric Schema |
SchemaPropertySet |
ESRI Property Set Schema |
SchemaRelationshipClasses |
ESRI Relationship Classes Schema |
SchemaSpatialRef |
Esri Spatial Reference Schema |
SchemaSubtype |
ESRI Subtype Schema |
SchemaTopologyController |
ESRI Topology Controller Schema |
SchemaTopologyRule |
ESRI TopologyRule Schema |
SchemaWorkspace |
ESRI Workspace Schema |
Attributes:
ESRIAttributeRuleTrigger = Literal['esriARTEUpdate', 'esriARTEInsert', 'esriARTEDelete']
module-attribute
¶
ESRIAttributeRuleType = Literal['esriARTCalculation', 'esriARTValidation', 'esriARTConstraint']
module-attribute
¶
ESRIClientVersion = Literal['10.0', '12.3']
module-attribute
¶
ESRIDatasetType = Literal['DEWorkspace', 'esriDTFeatureClass', 'esriDTTable', 'esriDTTopology']
module-attribute
¶
ESRIDomainMergePolicy = Literal['esriMPTDefaultValue']
module-attribute
¶
ESRIDomainSplitPolicy = Literal['esriSPTDuplicate']
module-attribute
¶
ESRIDomainType = Literal['codedValue']
module-attribute
¶
ESRIExtensionType = Literal['PropertySet']
module-attribute
¶
ESRIFeatureType = Literal['esriFTSimple']
module-attribute
¶
ESRIFieldType = Literal['esriFieldTypeOID', 'esriFieldTypeString', 'esriFieldTypeInteger', 'esriFieldTypeDouble', 'esriFieldTypeGeometry']
module-attribute
¶
ESRIGeometryType = Literal['esriGeometryPolyline']
module-attribute
¶
ESRISplitModel = Literal['esriSMUpdateInsert']
module-attribute
¶
ESRITopologyRuleType = Literal['esriTRTPointCoveredByLineEndpoint', 'esriTRTPointCoveredByLine', 'esriTRTPointCoincidePoint', 'esriTRTLineCoveredByLineClass', 'esriTRTLineEndpointCoveredByPoint', 'esriTRTLineNoMultipart', 'esriTRTLineNoSelfIntersect', 'esriTRTLineNoSelfOverlap']
module-attribute
¶
ESRIWorkspaceProgID = Literal['esriDataSourcesGDB.FileGDBWorkspaceFactory']
module-attribute
¶
ESRIWorkspaceType = Literal['esriLocalDatabaseWorkspace']
module-attribute
¶
SchemaFieldArray = dict[Literal['fieldArray'], list[SchemaField]]
module-attribute
¶
SchemaAttributeRule
¶
Bases: TypedDict
ESRI Attribute Rule Schema
Attributes:
| Name | Type | Description |
|---|---|---|
batch |
bool
|
|
category |
int
|
|
checkParameters |
SchemaPropertySet
|
|
creationTime |
int
|
|
description |
str
|
|
errorMessage |
str
|
|
errorNumber |
int
|
|
evaluationOrder |
int
|
|
excludeFromClientEvaluation |
bool
|
|
fieldName |
str
|
|
id |
int
|
|
isEnabled |
bool
|
|
name |
str
|
|
referencesExternalService |
bool
|
|
requiredGeodatabaseClientVersion |
ESRIClientVersion
|
|
scriptExpression |
str
|
|
severity |
int
|
|
subtypeCode |
int
|
|
subtypeCodes |
list[int]
|
|
tags |
str
|
|
triggeringEvents |
list[ESRIAttributeRuleTrigger]
|
|
triggeringFields |
list[str]
|
|
type |
ESRIAttributeRuleType
|
|
userEditable |
bool
|
|
Source code in src/arcpie/schemas/workspace.py
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 | |
batch
instance-attribute
¶
category
instance-attribute
¶
checkParameters
instance-attribute
¶
creationTime
instance-attribute
¶
description
instance-attribute
¶
errorMessage
instance-attribute
¶
errorNumber
instance-attribute
¶
evaluationOrder
instance-attribute
¶
excludeFromClientEvaluation
instance-attribute
¶
fieldName
instance-attribute
¶
id
instance-attribute
¶
isEnabled
instance-attribute
¶
name
instance-attribute
¶
referencesExternalService
instance-attribute
¶
requiredGeodatabaseClientVersion
instance-attribute
¶
scriptExpression
instance-attribute
¶
severity
instance-attribute
¶
subtypeCode
instance-attribute
¶
subtypeCodes
instance-attribute
¶
tags
instance-attribute
¶
triggeringEvents
instance-attribute
¶
triggeringFields
instance-attribute
¶
type
instance-attribute
¶
userEditable
instance-attribute
¶
SchemaDataset
¶
Bases: TypedDict
Esri Dataset Schema
Attributes:
Source code in src/arcpie/schemas/workspace.py
191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 | |
aliasName
instance-attribute
¶
areaFieldName
instance-attribute
¶
attributeRules
instance-attribute
¶
canVersion
instance-attribute
¶
catalogID
instance-attribute
¶
catalogPath
instance-attribute
¶
changeTracked
instance-attribute
¶
childrenExpanded
instance-attribute
¶
clsId
instance-attribute
¶
clusterTolerance
instance-attribute
¶
configurationKeyword
instance-attribute
¶
controllerMemberships
instance-attribute
¶
createdAtFieldName
instance-attribute
¶
creatorFieldName
instance-attribute
¶
datasetType
instance-attribute
¶
defaultSubtypeCode
instance-attribute
¶
dsId
instance-attribute
¶
editedAtFieldName
instance-attribute
¶
editorTrackingEnabled
instance-attribute
¶
extClsId
instance-attribute
¶
extensionProperties
instance-attribute
¶
extent
instance-attribute
¶
featureType
instance-attribute
¶
fieldFilteringEnabled
instance-attribute
¶
fields
instance-attribute
¶
globalIdFieldName
instance-attribute
¶
hasGlobalID
instance-attribute
¶
hasM
instance-attribute
¶
hasOID
instance-attribute
¶
hasOID64
instance-attribute
¶
hasSpatialIndex
instance-attribute
¶
hasZ
instance-attribute
¶
indexes
instance-attribute
¶
isTimeInUTC
instance-attribute
¶
lastEditorFieldName
instance-attribute
¶
layers
instance-attribute
¶
lengthFieldName
instance-attribute
¶
maxGeneratedErrorCount
instance-attribute
¶
modelName
instance-attribute
¶
name
instance-attribute
¶
oidFieldName
instance-attribute
¶
rasterFieldName
instance-attribute
¶
relationshipClassNames
instance-attribute
¶
replicaTracked
instance-attribute
¶
requiredGeodatabaseClientVersion
instance-attribute
¶
shapeFieldName
instance-attribute
¶
shapeType
instance-attribute
¶
spatialReference
instance-attribute
¶
splitModel
instance-attribute
¶
subtypeFieldName
instance-attribute
¶
subtypes
instance-attribute
¶
topologyRules
instance-attribute
¶
versioned
instance-attribute
¶
zClusterTolerance
instance-attribute
¶
SchemaDomain
¶
Bases: TypedDict
ESRI Domain Schema
Attributes:
| Name | Type | Description |
|---|---|---|
codedValues |
list[SchemaDomainCode]
|
|
description |
str
|
|
domainName |
str
|
|
fieldType |
ESRIFieldType
|
|
mergePolicy |
ESRIDomainMergePolicy
|
|
splitPolicy |
ESRIDomainSplitPolicy
|
|
type |
ESRIDomainType
|
|
Source code in src/arcpie/schemas/workspace.py
57 58 59 60 61 62 63 64 65 | |
SchemaDomainCode
¶
SchemaExtent
¶
Bases: TypedDict
ESRI Extent Schema
Attributes:
| Name | Type | Description |
|---|---|---|
spatialReference |
SchemaSpatialRef
|
|
xmax |
float | Literal['NaN']
|
|
xmin |
float | Literal['NaN']
|
|
ymax |
float | Literal['NaN']
|
|
ymin |
float | Literal['NaN']
|
|
Source code in src/arcpie/schemas/workspace.py
153 154 155 156 157 158 159 | |
SchemaField
¶
Bases: TypedDict
ESRI Field Schema
Attributes:
| Name | Type | Description |
|---|---|---|
aliasName |
str
|
|
domain |
SchemaDomain
|
|
editable |
bool
|
|
geometryDef |
SchemaGeometryDef
|
|
isNullable |
bool
|
|
length |
int
|
|
name |
str
|
|
precision |
int
|
|
required |
bool
|
|
scale |
int
|
|
type |
ESRIFieldType
|
|
Source code in src/arcpie/schemas/workspace.py
81 82 83 84 85 86 87 88 89 90 91 92 93 | |
aliasName
instance-attribute
¶
domain
instance-attribute
¶
editable
instance-attribute
¶
geometryDef
instance-attribute
¶
isNullable
instance-attribute
¶
length
instance-attribute
¶
name
instance-attribute
¶
precision
instance-attribute
¶
required
instance-attribute
¶
scale
instance-attribute
¶
type
instance-attribute
¶
SchemaFieldInfo
¶
Bases: TypedDict
ESRI FieldInfo Schema
Attributes:
| Name | Type | Description |
|---|---|---|
defaultValue |
Any
|
|
domainName |
str
|
|
fieldName |
str
|
|
Source code in src/arcpie/schemas/workspace.py
114 115 116 117 118 | |
SchemaGeometryDef
¶
Bases: TypedDict
ESRI Geometry Definition Schema
Attributes:
| Name | Type | Description |
|---|---|---|
avgNumPoints |
int
|
|
geometryType |
ESRIGeometryType
|
|
gridSize0 |
int
|
|
hasM |
bool
|
|
hasZ |
bool
|
|
spatialReference |
SchemaSpatialRef
|
|
Source code in src/arcpie/schemas/workspace.py
72 73 74 75 76 77 78 79 | |
SchemaIndex
¶
Bases: TypedDict
ESRI Index Schema
Attributes:
| Name | Type | Description |
|---|---|---|
fields |
SchemaFieldArray
|
|
isAscending |
bool
|
|
isUnique |
bool
|
|
name |
str
|
|
Source code in src/arcpie/schemas/workspace.py
98 99 100 101 102 103 | |
SchemaIndexArray
¶
Bases: TypedDict
ESRI Index Array Schema
Attributes:
| Name | Type | Description |
|---|---|---|
indexArray |
list[SchemaIndex]
|
|
Source code in src/arcpie/schemas/workspace.py
105 106 107 | |
indexArray
instance-attribute
¶
SchemaParcelFabricController
¶
Bases: TypedDict
ESRI Parcel Fabric Schema
Source code in src/arcpie/schemas/workspace.py
173 174 175 | |
SchemaPropertySet
¶
Bases: TypedDict
ESRI Property Set Schema
Attributes:
| Name | Type | Description |
|---|---|---|
propertySetItems |
list[Any]
|
|
type |
Literal['PropertySet']
|
|
Source code in src/arcpie/schemas/workspace.py
109 110 111 112 | |
SchemaRelationshipClasses
¶
SchemaSpatialRef
¶
Bases: TypedDict
Esri Spatial Reference Schema
Attributes:
| Name | Type | Description |
|---|---|---|
latestWkid |
int
|
|
wkid |
int
|
|
Source code in src/arcpie/schemas/workspace.py
67 68 69 70 | |
SchemaSubtype
¶
Bases: TypedDict
ESRI Subtype Schema
Attributes:
| Name | Type | Description |
|---|---|---|
fieldInfos |
list[SchemaFieldInfo]
|
|
subtypeCode |
int
|
|
subtypeName |
str
|
|
Source code in src/arcpie/schemas/workspace.py
120 121 122 123 124 | |
SchemaTopologyController
¶
Bases: TypedDict
ESRI Topology Controller Schema
Attributes:
| Name | Type | Description |
|---|---|---|
eventNotificationOnValidate |
bool
|
|
topologyName |
str
|
|
weight |
int
|
|
xyRank |
int
|
|
zRank |
int
|
|
Source code in src/arcpie/schemas/workspace.py
165 166 167 168 169 170 171 | |
SchemaTopologyRule
¶
Bases: TypedDict
ESRI TopologyRule Schema
Attributes:
| Name | Type | Description |
|---|---|---|
allDestinationSubtypes |
bool
|
|
allOriginSubtypes |
bool
|
|
destinationClassID |
int
|
|
guid |
str
|
|
helpString |
str
|
|
name |
str
|
|
originClassID |
int
|
|
originSubtype |
int
|
|
ruleId |
int
|
|
topologyRuleType |
ESRITopologyRuleType
|
|
triggerErrorEvents |
bool
|
|
Source code in src/arcpie/schemas/workspace.py
177 178 179 180 181 182 183 184 185 186 187 188 189 | |
allDestinationSubtypes
instance-attribute
¶
allOriginSubtypes
instance-attribute
¶
destinationClassID
instance-attribute
¶
guid
instance-attribute
¶
helpString
instance-attribute
¶
name
instance-attribute
¶
originClassID
instance-attribute
¶
originSubtype
instance-attribute
¶
ruleId
instance-attribute
¶
topologyRuleType
instance-attribute
¶
triggerErrorEvents
instance-attribute
¶
SchemaWorkspace
¶
Bases: TypedDict
ESRI Workspace Schema
Attributes:
| Name | Type | Description |
|---|---|---|
bugfixVersion |
int
|
|
catalogPath |
str
|
|
childrenExpanded |
bool
|
|
connectionString |
str
|
|
datasetType |
Literal['DEWorkspace']
|
|
datasets |
list[SchemaDataset]
|
|
domains |
list[SchemaDomain]
|
|
majorVersion |
int
|
|
maxAttributeRuleID |
int
|
|
minorVersion |
int
|
|
name |
str
|
|
realm |
str
|
|
workspaceFactoryProgID |
ESRIWorkspaceProgID
|
|
workspaceType |
ESRIWorkspaceType
|
|
Source code in src/arcpie/schemas/workspace.py
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 | |