com.esri.arcgis.geodatabase
Interface IFeatureProject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationFeature, ComplexEdgeFeature, ComplexJunctionFeature, CoverageAnnotationFeature, DimensionFeature, Feature, GeocodedFeature, IFeatureProjectProxy, NALocationFeature, NALocationRangesFeature, NATraversalResultElement, RasterCatalogItem, RelQueryRow, SimpleEdgeFeature, SimpleJunctionFeature, TopologyErrorFeature

public interface IFeatureProject
extends java.io.Serializable

COM Interface 'IFeatureProject'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0ad74a92_b396_4819_ac73_bb6ccc5ca326
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void project(ISpatialReference outputSR)
          Project the feature geometry to the provided spatial reference.
 

Field Detail

IID0ad74a92_b396_4819_ac73_bb6ccc5ca326

static final int IID0ad74a92_b396_4819_ac73_bb6ccc5ca326
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

project

void project(ISpatialReference outputSR)
             throws java.io.IOException,
                    AutomationException
Project the feature geometry to the provided spatial reference.

Parameters:
outputSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.