Class GeometryData
This class provides a data transfer container for the IGeometryData.
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: Mars.Interfaces.Data
Assembly: Mars.Interfaces.dll
Syntax
public sealed class GeometryData : AbstractDomainData, IIdentifiableData, IGeometryData, IMarsFeature, IDomainData
Constructors
| Improve this Doc View SourceGeometryData(Geometry)
Creates a new geometry data transfer container with given
geometry
.
Declaration
public GeometryData(Geometry geometry)
Parameters
Type | Name | Description |
---|---|---|
NetTopologySuite.Geometries.Geometry | geometry |
GeometryData(Int32, Geometry)
Create a new geometry data transfer container with the given
key
and geometry
.
Declaration
public GeometryData(int key, Geometry geometry)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | key | |
NetTopologySuite.Geometries.Geometry | geometry |
Properties
| Improve this Doc View SourceGeometry
Gets or sets the associates geometry shaped to this fact feature.
Declaration
public Geometry Geometry { get; set; }
Property Value
Type | Description |
---|---|
NetTopologySuite.Geometries.Geometry |