com.esri.arcgis.geoprocessing
Interface IGPRepresentationLayerDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPRepresentationLayerDomain, IGPRepresentationLayerDomainProxy

public interface IGPRepresentationLayerDomain
extends java.io.Serializable

COM Interface 'IGPRepresentationLayerDomain'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing representation layer domain object.' 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 IIDd077b637_868a_4ac0_9f8e_1a3308560c92
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addType(int type)
          Add a new shape type to filter valid representations.
 void deleteType(int type)
          Remove a shape type.
 int getCount()
          Number of shape types to filter valid representations.
 int getType(int index)
          Shape type at a given index.
 

Field Detail

IIDd077b637_868a_4ac0_9f8e_1a3308560c92

static final int IIDd077b637_868a_4ac0_9f8e_1a3308560c92
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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of shape types to filter valid representations.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType(int index)
            throws java.io.IOException,
                   AutomationException
Shape type at a given index.

Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addType

void addType(int type)
             throws java.io.IOException,
                    AutomationException
Add a new shape type to filter valid representations.

Parameters:
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteType

void deleteType(int type)
                throws java.io.IOException,
                       AutomationException
Remove a shape type.

Parameters:
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.