|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFeatureExportInfoGenerator
COM Interface 'IFeatureExportInfoGenerator'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that help generate export information for features.' 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 |
IID2b13a65c_4e76_4ff5_8de4_cec8604ba8e5
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addFeatureAttribute(IDisplay display,
int fieldType,
java.lang.String fieldName,
java.lang.String fieldValue)
Generates export information for a feature attribute. |
void |
beginFeature(IFeature feature,
IDisplay display)
Generates export information that a feature is starting to draw. |
void |
beginFeatureAttributes(IDisplay display)
Generates export information to begin the exporting of feature attributes. |
void |
endFeature(IDisplay display)
Generates export information that a feature finished to draw. |
void |
endFeatureAttributes(IDisplay display)
Generates export information to end the exportng of feature attributes. |
void |
generateFeatureInfo(IFeature feature,
IDisplay display)
Generates export information (attributes) for a feature into the display. |
void |
generateHyperlinkInfo(IFeature feature,
IDisplay display)
Generates export information (hyperlinks, hotlinks) for a feature into the display. |
void |
prepareExportFilter(IFeatureClass fc,
IQueryFilter filter)
Adds the exported fields to the filter. |
void |
setHotlinkContainerByRef(IHotlinkContainer rhs1)
The hotlink container. |
void |
setHyperlinkContainerByRef(IHyperlinkContainer rhs1)
The hyperlink container. |
void |
setLayerFieldsByRef(ILayerFields rhs1)
The layer fields. |
| Field Detail |
|---|
static final int IID2b13a65c_4e76_4ff5_8de4_cec8604ba8e5
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setLayerFieldsByRef(ILayerFields rhs1)
throws java.io.IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.carto.ILayerFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHyperlinkContainerByRef(IHyperlinkContainer rhs1)
throws java.io.IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.carto.IHyperlinkContainer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHotlinkContainerByRef(IHotlinkContainer rhs1)
throws java.io.IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.carto.IHotlinkContainer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void prepareExportFilter(IFeatureClass fc,
IQueryFilter filter)
throws java.io.IOException,
AutomationException
fc - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)filter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void generateFeatureInfo(IFeature feature,
IDisplay display)
throws java.io.IOException,
AutomationException
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void generateHyperlinkInfo(IFeature feature,
IDisplay display)
throws java.io.IOException,
AutomationException
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void beginFeature(IFeature feature,
IDisplay display)
throws java.io.IOException,
AutomationException
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void endFeature(IDisplay display)
throws java.io.IOException,
AutomationException
display - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void beginFeatureAttributes(IDisplay display)
throws java.io.IOException,
AutomationException
display - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addFeatureAttribute(IDisplay display,
int fieldType,
java.lang.String fieldName,
java.lang.String fieldValue)
throws java.io.IOException,
AutomationException
display - A reference to a com.esri.arcgis.display.IDisplay (in)fieldType - A com.esri.arcgis.geodatabase.esriFieldType constant (in)fieldName - The fieldName (in)fieldValue - The fieldValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void endFeatureAttributes(IDisplay display)
throws java.io.IOException,
AutomationException
display - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.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 | ||||||||