GeoPathComponentId
Description
- Derived from
-
IEquatable<GeoPathComponentId>
IComparable<GeoPathComponentId>
An identifier for a geo path value.
The natural order of GeoPathComponentId values is the following:
-
Sort ascending by ordinal of Type.
-
Sort ascending by Name, using StringUtil.Compare.
-
Sort ascending by ordinal of Flag.
Public / Constructors
For
4 overloads
Creates a new instance of GeoPathComponentId for the given well-known geo path value.
The Name field will have the special "any" value.
Creates a new instance of GeoPathComponentId for the given geo path component name.
The Type field will have the special "any" value.
Creates a GeoPathComponentId value for each geo path sample value.
Creates a GeoPathComponentId value for the given geo path sample value.
Public / Methods
Public / Attributes
Flag
The data flag to use for processing geo path component values.
If Type is not GeoPathValue.None, the data flag will always be the one that is defined for the well-known geo path value.
- See also