GeoEco.Types.PointTypeMetadata

class GeoEco.Types.PointTypeMetadata(canBeNone=False)

Bases: UnicodeStringTypeMetadata

Metadata specifying that a value must be a 2D point represented as a comma-delimited str of two coordinates ordered X, Y.

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 MakeLowercase

None

property MakeUppercase

None

property MaxLength

None

property MinLength

None

property MustMatchRegEx

None

property PythonType

None

property PythonTypeDescription

None

property SphinxMarkup

None

property StripWhitespace

None

Methods

DependenciesAreNeededForValue

GetArcGISOutputParameterStringForValue

GetConstraintDescriptionStrings

ParseFromArcGISString

ParseValueFromArcGISInputParameterString

ValidateValue