com.esri.arcgis.location
Interface ILocatorExtraction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ESRIGen2AddressLocator, ILocatorExtractionProxy

public interface ILocatorExtraction
extends java.io.Serializable

COM Interface 'ILocatorExtraction'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to locator extraction functionality' 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 IID2fb93f90_e054_4173_be67_698fc80b99dc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void extractPartOfLocator(IEnvelope envelope, java.lang.String whereClause, java.lang.String outputPath)
          Extracts current locator by given envelope and query to specified path
 

Field Detail

IID2fb93f90_e054_4173_be67_698fc80b99dc

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

extractPartOfLocator

void extractPartOfLocator(IEnvelope envelope,
                          java.lang.String whereClause,
                          java.lang.String outputPath)
                          throws java.io.IOException,
                                 AutomationException
Extracts current locator by given envelope and query to specified path

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