GeoEco.Types.TypeMetadata

class GeoEco.Types.TypeMetadata(pythonType, canBeNone=False, allowedValues=None, arcGISType=None, arcGISAssembly=None, canBeArcGISInputParameter=False, canBeArcGISOutputParameter=False, sphinxMarkup=None)

Bases: object

Base class for metadata classes that describe the values that class properties and method arguments and return values can take.

Properties

property AllowedValues

None

property ArcGISAssembly

None

property ArcGISDataTypeDict

None

property ArcGISDomainDict

None

property ArcGISType

None

property CanBeArcGISInputParameter

None

property CanBeArcGISOutputParameter

None

property CanBeNone

None

property PythonType

None

property PythonTypeDescription

None

property SphinxMarkup

None

Methods

AppendXMLNodes

AppendXMLNodesForValue

DependenciesAreNeededForValue

GetArcGISOutputParameterStringForValue

GetConstraintDescriptionStrings

ParseValueFromArcGISInputParameterString

ValidateValue