Class Geometry
The base class for all GeoJSON geometry types.
Inheritance
System.Object
Geometry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Elements.GeoJSON
Assembly: Hypar.Elements.dll
Syntax
public abstract class Geometry
Properties
Type
The type of the geometry.
Declaration
[JsonProperty("type")]
public virtual string Type { get; }
Property Value
Type | Description |
---|---|
System.String |