public interface IFeatureProject
extends java.io.Serializable
Description: 'Provides access to project a feature's geometry.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0ad74a92_b396_4819_ac73_bb6ccc5ca326 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
project(ISpatialReference outputSR)
Project the feature geometry to the provided spatial reference.
|
static final int IID0ad74a92_b396_4819_ac73_bb6ccc5ca326
static final int xxDummy
static final java.lang.String IID
void project(ISpatialReference outputSR) throws java.io.IOException, AutomationException
outputSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.