Class MoPolygonRegionAugmentationType
A data type for additional information about a polygon.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class MoPolygonRegionAugmentationType : IEquatable<MoPolygonRegionAugmentationType>
Properties
Context
moPolygonRegionAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public MoPolygonRegionAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MoPolygonRegionAugmentationType.ContextEnum> | moPolygonRegionAugmentationType JSON-LD context |
PolygonCoordinateLocation
A location of a coordinate that serves as a node of a polygon. NIEM reference is mo:PolygonCoordinateLocation
Declaration
[DataMember(Name = "polygonCoordinateLocation")]
public List<NcLocationType> PolygonCoordinateLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocationType> | A location of a coordinate that serves as a node of a polygon. NIEM reference is mo:PolygonCoordinateLocation |
Methods
Equals(MoPolygonRegionAugmentationType)
Returns true if MoPolygonRegionAugmentationType instances are equal
Declaration
public bool Equals(MoPolygonRegionAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
MoPolygonRegionAugmentationType | other | Instance of MoPolygonRegionAugmentationType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(MoPolygonRegionAugmentationType, MoPolygonRegionAugmentationType)
Declaration
public static bool operator ==(MoPolygonRegionAugmentationType left, MoPolygonRegionAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoPolygonRegionAugmentationType | left | |
MoPolygonRegionAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(MoPolygonRegionAugmentationType, MoPolygonRegionAugmentationType)
Declaration
public static bool operator !=(MoPolygonRegionAugmentationType left, MoPolygonRegionAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoPolygonRegionAugmentationType | left | |
MoPolygonRegionAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |