Class FeatureType
The type description used for all IVectorFeature types.
Implements
System.IEquatable<TypeElement>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Interfaces.Model
Assembly: Mars.Interfaces.dll
Syntax
public class FeatureType : ObjectType, IEquatable<TypeElement>
Constructors
| Improve this Doc View SourceFeatureType(Type)
The type description used for all IVectorFeature types.
Declaration
public FeatureType(Type metaType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | metaType |
Properties
| Improve this Doc View SourceLayerType
Gets the layer, managing this feature type.
Declaration
public LayerType LayerType { get; set; }
Property Value
Type | Description |
---|---|
LayerType |
TypeMapping
The type description used for all IVectorFeature types.
Declaration
public override TypeMapping TypeMapping { get; }
Property Value
Type | Description |
---|---|
TypeMapping |
Overrides
Implements
System.IEquatable<T>