NetTopologySuite
|
Represents a feature collection. /summary> More...
Public Member Functions | |
FeatureCollection (Collection< IFeature > features) | |
Initializes a new instance of the FeatureCollection class. More... | |
FeatureCollection () | |
Initializes a new instance of the FeatureCollection class. More... | |
void | Add (IFeature feature) |
Adds the specified feature. More... | |
bool | Remove (IFeature feature) |
Removes the specified feature. More... | |
void | RemoveAt (int index) |
Removes the element at the specified index of the collection. More... | |
Properties | |
Collection< IFeature > | Features [get] |
Gets the features. More... | |
string | Type [get] |
Gets the (mandatory) type of the GeoJSON Object. More... | |
ICRSObject | CRS [get, set] |
Gets or sets the (optional) Coordinate Reference System Object. More... | |
IFeature | this[int index] [get] |
Returns the indexTh element in the collection. More... | |
int | Count [get] |
Returns the number of features contained by this FeatureCollection. More... | |
Represents a feature collection. /summary>
NetTopologySuite.Features.FeatureCollection.FeatureCollection | ( | Collection< IFeature > | features | ) |
Initializes a new instance of the FeatureCollection class.
features | The features. |
NetTopologySuite.Features.FeatureCollection.FeatureCollection | ( | ) |
Initializes a new instance of the FeatureCollection class.
void NetTopologySuite.Features.FeatureCollection.Add | ( | IFeature | feature | ) |
Adds the specified feature.
feature | The feature. |
bool NetTopologySuite.Features.FeatureCollection.Remove | ( | IFeature | feature | ) |
Removes the specified feature.
feature | The feature. |
void NetTopologySuite.Features.FeatureCollection.RemoveAt | ( | int | index | ) |
Removes the element at the specified index of the collection.
index | The index. |
|
get |
Returns the number of features contained by this FeatureCollection.
|
getset |
Gets or sets the (optional) Coordinate Reference System Object.
The Coordinate Reference System Objects.
|
get |
Gets the features.
The features.
|
get |
Returns the indexTh element in the collection.
|
get |
Gets the (mandatory) type of the GeoJSON Object.
The type of the object.