GroupDataSet.GroupDataSet Constructors
Initializes a new instance of the GroupDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | GroupDataSet() | Initializes a new instance of the GroupDataSet class with the Crs.Wgs84LongLat coordinate reference system. |
Public method | GroupDataSet(Crs crs) | Initializes a new instance of the GroupDataSet class with the specified Crs. |
GroupDataSet()
Initializes a new instance of the GroupDataSet class with the Crs.Wgs84LongLat coordinate reference system.Syntax
public GroupDataSet ()
GroupDataSet(Crs crs)
Initializes a new instance of the GroupDataSet class with the specified Crs.Syntax
public GroupDataSet (
Crs crs
)
Parameters
crs
Type: Crs
The coordinate reference system of the new dataset.
The coordinate reference system of the new dataset.
Platforms
Windows, Linux, Android