GM_AreaFeature_t Class
A Managed Definition of an Area Feature
Inheritance Hierarchy
System Object
GlobalMapper GM_AreaFeature_t

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax

C#

Copy

public struct GM_AreaElevStats_t

The GM_AreaFeature_t type exposes the following members.

Constructors
Name Description
Public method GM_AreaFeature_t
Default Constructor for an Area Feature
Top
Methods
Name Description
Public method Static member CombineAreas
Combines the list of areas and adds them to the specified layer (not implemented on WinCE)
Public method Dispose
Free Unmanaged Memory associated with this class.
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Protected method Finalize
Finalizer
(Overrides Object Finalize .)
Public method Static member GetFeatureClassInfo
Retrieves information about a given feature class
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetType
Gets the type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method Static member SetAreaClassEnabled
Enables or disables the display of the given feature class. The previous enable/disable state is returned.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Public field mAreaStyle
Area render style (symbol and font)
Public field mFeatureInfo
The General Vector Feature Info
Public field mHoleList
Optional list of elevations for each point in area.
Public field mPointList
List of points that make up the area (global coordinates when getting, native when adding feature)
Public field mVertexElevList
Optional list of elevations for each point in area. If present, must be same size as *mPointsList*
Top
See Also