|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeoDataDescriptor
Provides access to members that control the GeoDataset descriptor.
Method Summary | |
---|---|
void |
createFromSelectionSet(ISelectionSet selectionSet,
IQueryFilter filter,
String fieldName)
Creates a GeoDataset descriptor with a SelectionSet. |
IField |
getField()
The field of the GeoDataset descriptor. |
String |
getFieldName()
The field name of the GeoDataset descriptor. |
IQueryFilter |
getQueryFilter()
The query filter of the GeoDataset descriptor. |
ISelectionSet |
getSelectionSet()
The SelectionSet of the GeoDataset descriptor. |
Method Detail |
---|
void createFromSelectionSet(ISelectionSet selectionSet, IQueryFilter filter, String fieldName) throws IOException, AutomationException
selectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)filter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IQueryFilter getQueryFilter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSelectionSet() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IField getField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFieldName() throws IOException, AutomationException
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 |