Class VectorStructuredData
This class provides a data transfer container for the IVectorFeature initialization.
Implements
NetTopologySuite.Features.IFeature
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)
Namespace: Mars.Interfaces.Data
Assembly: Mars.Interfaces.dll
Syntax
public sealed class VectorStructuredData : StructuredData, IIdentifiableData, IStructuredDataGeometry, IGeometryData, IStructuredData, IMarsFeature, IDomainData, IFeature
Properties
| Improve this Doc View SourceAttributes
This class provides a data transfer container for the IVectorFeature initialization.
Declaration
public IAttributesTable Attributes { get; set; }
Property Value
Type | Description |
---|---|
NetTopologySuite.Features.IAttributesTable |
BoundingBox
Gets or sets an NetTopologySuite.Geometries.Envelope
that describes the bounds of this feature.
Declaration
public Envelope BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
NetTopologySuite.Geometries.Envelope |
Geometry
Gets or sets the associates geometry shaped to this fact feature.
Declaration
public Geometry Geometry { get; set; }
Property Value
Type | Description |
---|---|
NetTopologySuite.Geometries.Geometry |
Implements
NetTopologySuite.Features.IFeature