Provides access to project a feature's geometry.
Members
Name | Description | |
---|---|---|
Project | Project the feature geometry to the provided spatial reference. |
IFeatureProject.Project Method
Project the feature geometry to the provided spatial reference.
Public Sub Project ( _
ByVal outputSR As ISpatialReference _
)
public void Project (
ISpatialReference outputSR
);
Remarks
Projects the feature from the current spatial reference to the output spatial reference.
Classes that implement IFeatureProject
Classes | Description |
---|---|
Feature | Esri Feature. |
Remarks
IFeatureProject provides access to the features project method. Projecting simple features or features containing a single geometry, the project method simply projects the geometry to the output spatial reference. The Project methods implementations of complex feature types such as annotation and dimension features have additional logic to project the annotation element and dimension shape respectively. Custom features can implement this interface to provide custom project behavior.
Geodatabase cursors use IFeatureProject to project features when they are returned with a specified output spatial reference.