Constructor FeatureCollectionTable
FeatureCollectionTable(IFeatureSet)
Initializes a new instance of the Feature
Declaration
public FeatureCollectionTable(IFeatureSet featureSet)
Parameters
Type | Name | Description |
---|---|---|
IFeature |
featureSet | A IFeatureSet, for example Feature |
Remarks
The Feature
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
FeatureCollectionTable(IEnumerable<Field>, GeometryType, SpatialReference)
Initializes a new instance of the Feature
Declaration
public FeatureCollectionTable(IEnumerable<Field> fields, GeometryType geometryType, SpatialReference spatialRef)
Parameters
Type | Name | Description |
---|---|---|
System. |
fields | A collection of Field. Contents of the collection will be copied. |
Geometry |
geometryType | The type of geometry that will be held in this table. |
Spatial |
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 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
FeatureCollectionTable(IEnumerable<Field>, GeometryType, SpatialReference, Boolean, Boolean)
Initializes a new instance of the Feature
Declaration
public FeatureCollectionTable(IEnumerable<Field> fields, GeometryType geometryType, SpatialReference spatialRef, bool hasZ, bool hasM = false)
Parameters
Type | Name | Description |
---|---|---|
System. |
fields | A collection of Field. Contents of the collection will be copied. |
Geometry |
geometryType | The type of geometry that will be held in this table. |
Spatial |
spatialRef | The spatial reference of the features that will be held in this table. |
System. |
hasZ | Boolean specifying whether the table supports geometries with Z values. |
System. |
hasM | Boolean specifying whether the table supports geometries with M values. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
FeatureCollectionTable(IEnumerable<GeoElement>, IEnumerable<Field>)
Initializes a new instance of the Feature
Declaration
public FeatureCollectionTable(IEnumerable<GeoElement> geoElements, IEnumerable<Field> fields)
Parameters
Type | Name | Description |
---|---|---|
System. |
geoElements | A collection of geoelements. |
System. |
fields | A common set of fields for the geoelements. |
Remarks
The geometry type and spatial reference will be inferred from the geoelements passed in. Note that this constructor may take some time to complete depending on how many geoelements are passed in.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.14 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |