Provides access to members that return features in the specified spatial reference.
Members
Name | Description | |
---|---|---|
GetFeature | Gets the feature from the database with the specified object ID, in the specified spatial reference. | |
GetFeatures | Get a cursor of features given a set of object ids, in the specified spatial reference. |
IFeatureClassUtil.GetFeature Method
Gets the feature from the database with the specified object ID, in the specified spatial reference.
Public Function GetFeature ( _
ByVal OID As Long, _
ByVal SpatialReference As ISpatialReference _
) As IFeature
public IFeature GetFeature (
long OID,
ISpatialReference SpatialReference
);
IFeatureClassUtil.GetFeatures Method
Get a cursor of features given a set of object ids, in the specified spatial reference.
Public Function GetFeatures ( _
ByVal oids As Object, _
ByVal Recycling As Boolean, _
ByVal SpatialReference As ISpatialReference _
) As IFeatureCursor
public IFeatureCursor GetFeatures (
object oids,
bool Recycling,
ISpatialReference SpatialReference
);
Classes that implement IFeatureClassUtil
Classes | Description |
---|
Remarks
This interface is implemented by feature classes.