|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureProject
Provides access to project a feature's geometry.
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.
Method Summary | |
---|---|
void |
project(ISpatialReference outputSR)
Project the feature geometry to the provided spatial reference. |
Method Detail |
---|
void project(ISpatialReference outputSR) throws IOException, AutomationException
Projects the feature from the current spatial reference to the output spatial reference.
outputSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |