The SimpleRemoteFeature type exposes the following members.

Constructors

  NameDescription
SimpleRemoteFeature
Create a simple remote feature.

Methods

  NameDescription
AddChangeListenerOverloaded.
ContainsFeature
Check if the feature is present in this holder.
(Inherited from SimpleFeature.)
CountFeatures
Count how many features are contained.
(Inherited from SimpleFeature.)
CreateFeature
Create a new IFeature, and add it to this IFeatureHolder. This method will generally only work on ISequences, and on some IFeatures which have been attached to ISequences.
(Inherited from SimpleFeature.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from SimpleFeature.)
FillTemplateOverloaded.
FilterOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GenerateChangeSupport
Called the first time a ChangeSupport object is needed.
(Inherited from AbstractChangeable.)
GetChangeSupport
Get the change support for this object.
(Inherited from SimpleFeature.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from SimpleFeature.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HasListenersOverloaded.
IsUnchanging
A particular ChangeType can never be raised by this Changeable.
(Inherited from AbstractChangeable.)
MakeTemplate
Create a new Template that could be used to generate a feature identical to this one.
(Inherited from SimpleStrandedFeature.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RealizeFeature
Realize a feature template.
(Inherited from SimpleFeature.)
RemoveChangeListenerOverloaded.
RemoveFeature
Remove a feature from this FeatureHolder.
(Inherited from SimpleFeature.)
ToString
Returns a String that represents the current Object.
(Inherited from SimpleStrandedFeature.)

Properties

  NameDescription
Annotation
Should return the associated annotation object.
(Inherited from SimpleFeature.)
FeatureHolder
A utility function to retrieve the feature holder delegate, creating it if necessary.
(Inherited from SimpleFeature.)
FeatureHolderAllocated
A utility function to find out if the feature holder delegate has been instantiated yet.
(Inherited from SimpleFeature.)
Features
Iterate over any child features which are held by this feature.
(Inherited from SimpleFeature.)
Location
The location.
(Inherited from SimpleFeature.)
Parent
Return the FeatureHolder to which this feature has been attached.
(Inherited from SimpleFeature.)
Schema
Return a schema-filter for this FeatureHolder.
(Inherited from SimpleFeature.)
Sequence
Return the ISequence object to which this feature is (ultimately) attached.
(Inherited from SimpleFeature.)
Source
The source.
(Inherited from SimpleFeature.)
SourceTerm
The source term.
(Inherited from SimpleFeature.)
Strand
The strand.
(Inherited from SimpleStrandedFeature.)
Symbols
The symbols.
(Inherited from SimpleStrandedFeature.)
Type
The type.
(Inherited from SimpleFeature.)
TypeTerm
Get the type term.
(Inherited from SimpleFeature.)

See Also