Interface IFeatureStreamSource
Represents a streamed source of features.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IFeatureStreamSource : IEnumerator<IFeature>, IEnumerable<IFeature>
Properties
HasBounds
Returns true if this source is bounded.
Declaration
bool HasBounds { get; }
Property Value
|
System.Boolean
|
Methods
CanReset()
Returns true if this source can be reset.
Declaration
bool CanReset()
Returns
|
System.Boolean
|
Remarks
Some sources cannot be reset, live feeds of objects for example.
Close()
Closes this target.
Declaration
void Close()
Remarks
Closes any open connections, file locks or anything related to this source.
GetBounds()
Returns the bounds of this source.
Declaration
Envelope GetBounds()
Returns
|
Envelope
|
Initialize()
Intializes this source.
Declaration
void Initialize()