Click or drag to resize
FdoFeatureCollection Class
Represents a collection of features.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListFdoFeature
    FDF.CommonFdfQueryableListFdoFeature
      FDF.CommonFdfEnumerableListFdoFeature
        FDF.Common.FeaturesFdoFeatureCollection

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public sealed class FdoFeatureCollection : FdfEnumerableList<FdoFeature>

The FdoFeatureCollection type exposes the following members.

Constructors
  NameDescription
Public methodFdoFeatureCollection
Initializes a new instance of the FdoFeatureCollection class
Top
Properties
  NameDescription
Public propertyClassifiedCount
Returns number of classified features in collection.
Public propertyEnvelope
Returns overall envelope of contained feature geometries. In case there's no geometries returns an empty envelope.
Top
Methods
  NameDescription
Public methodAsDictionary
Returns a dictionary of features classified by specified element attribute.
Public methodAsElementDictionary
Public methodAsGeoJson
Public methodFilter(Element)
Public methodFilter(IFdoFilter)
Returns feature collection satisfying specified filter conditions.
Public methodGetElements
Returns all elements from feature collection. If no elements were found, returns empty collection.
Public methodGetGeometry
Returns either simple or aggregate geometry out of all features geometries in a collection. If no geometry was found, returns empty geometric set.
Public methodGetMultiGeometry
Public methodTryGetDataSet
Public methodTryGetMetaPropertyAggregate
Returns aggregate value for specified meta-property, type out of all features in a collection. Optional parameter enables specifying output value type - either a single value or collection of values. Returns True if specified value types were found, otherwise returns False.
Top
Remarks