Constructor FeatureCollectionTable
FeatureCollectionTable(IFeatureSet)
Initializes a new instance of the FeatureCollectionTable class from an IFeatureSet.
Declaration
public FeatureCollectionTable(IFeatureSet featureSet)
Parameters
Type | Name | Description |
---|---|---|
IFeatureSet | featureSet | A IFeatureSet, for example FeatureQueryResult. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |
FeatureCollectionTable(IEnumerable<Field>, GeometryType, SpatialReference)
Initializes a new instance of the FeatureCollectionTable class.
Declaration
public FeatureCollectionTable(IEnumerable<Field> fields, GeometryType geometryType, SpatialReference spatialRef)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Field> | fields | A collection of Field. Contents of the collection will be copied. |
GeometryType | geometryType | The type of geometry that will be held in this table. |
SpatialReference | spatialRef | The spatial reference of the features that will be held in this table. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
FeatureCollectionTable(IEnumerable<Field>, GeometryType, SpatialReference, Boolean, Boolean)
Initializes a new instance of the FeatureCollectionTable class.
Declaration
public FeatureCollectionTable(IEnumerable<Field> fields, GeometryType geometryType, SpatialReference spatialRef, bool hasZ, bool hasM = false)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Field> | fields | A collection of Field. Contents of the collection will be copied. |
GeometryType | geometryType | The type of geometry that will be held in this table. |
SpatialReference | spatialRef | The spatial reference of the features that will be held in this table. |
Boolean | hasZ | Boolean specifying whether the table supports geometries with Z values. |
Boolean | hasM | Boolean specifying whether the table supports geometries with M values. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
FeatureCollectionTable(IEnumerable<GeoElement>, IEnumerable<Field>)
Initializes a new instance of the FeatureCollectionTable class.
Declaration
public FeatureCollectionTable(IEnumerable<GeoElement> geoElements, IEnumerable<Field> fields)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<GeoElement> | geoElements | A collection of geoelements. |
IEnumerable<Field> | fields | A common set of fields for the geoelements |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.2.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 100.14 |