|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.location.GPAddressLocatorStyle
The Address Locator Style Element.
| Constructor Summary | |
GPAddressLocatorStyle()
Constructs a GPAddressLocatorStyle using ArcGIS Engine. |
|
GPAddressLocatorStyle(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
void |
empty()
Clears the value object. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
IFields |
getAddressFields()
Fields needed to do geocoding with an address locator created with this style. |
IDETable |
getAliasTable()
Table mapped as the place name alias table. |
IClone |
getAsIClone()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IGPAddressLocatorStyle |
getAsIGPAddressLocatorStyle()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IGPValue |
getAsIGPValue()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IPersistStream |
getAsIPersistStream()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IXMLSerialize |
getAsIXMLSerialize()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
java.lang.String |
getAsText()
Provides the value of the value object. |
void |
getClassID(GUID[] pClassID)
Supported Platforms |
static java.lang.String |
getClsid()
|
IGPDataType |
getDataType()
Provides the data type of the value object. |
java.lang.Object |
getDefaultAliasFieldNames()
Default field names for the place name alias table. |
java.lang.Object |
getDefaultFieldNames(int tableIndex,
int fieldIndex)
Default field names for the indicated reference data field. |
java.lang.Object |
getDefaultInputFieldNames(java.lang.String addressFieldName)
Default field names for the indicated address field of an address locator created with this style. |
IDETable |
getMappedTable(java.lang.String refDataTable)
Table mapped to the indicated reference data table. |
IFields |
getMatchFields()
Fields output by an address locator created with this style. |
java.lang.String |
getName()
Name of the locator style. |
IFields |
getReferenceDataFields(int index)
Reference data fields for the indicated reference data table. |
IArray |
getReferenceDataFilters(int index)
Filters for the indicated reference data table. |
IArray |
getReferenceDataFilterUIDs(int index)
Filters for the indicated reference data table. |
int |
getReferenceDataTableCount()
Number of reference data tables needed for the style. |
java.lang.String |
getReferenceDataTableName(int index)
Display name of the indicated reference data table. |
IFields |
getSimpleStandardizeFields()
Fields needed to do address standardization. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
Supported Platforms |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
Supported Platforms |
boolean |
isEmpty()
Indicates if the value object empty. |
boolean |
isEqual(IClone other)
Returns TRUE when the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Returns TRUE when the receiver and other are the same object. |
boolean |
isSupportsPlaceNameAliasTable()
Indicates if the locator style supports a place name alias table. |
void |
load(IStream pstm)
Supported Platforms |
void |
save(IStream pstm,
int fClearDirty)
Supported Platforms |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setAddressFieldsByRef(IFields addressFields)
Fields needed to do geocoding with an address locator created with this style. |
void |
setAliasTableByRef(IDETable aliasTable)
Table mapped as the place name alias table. |
IGPMessage |
setAsText(java.lang.String text)
Provides the value of the value object with the given string value. |
void |
setDefaultAliasFieldNames(java.lang.Object defaultAliasFieldNames)
Default field names for the place name alias table. |
void |
setDefaultFieldNamesByRef(int tableIndex,
int fieldIndex,
java.lang.Object defaultNames)
Default field names for the indicated reference data field. |
void |
setDefaultInputFieldNames(java.lang.String addressFieldName,
java.lang.Object defaultNames)
Default field names for the indicated address field of an address locator created with this style. |
void |
setMappedTableByRef(java.lang.String refDataTable,
IDETable table)
Table mapped to the indicated reference data table. |
void |
setMatchFieldsByRef(IFields matchFields)
Fields output by an address locator created with this style. |
void |
setName(java.lang.String name)
Name of the locator style. |
void |
setReferenceDataFieldsByRef(int index,
IFields fields)
Reference data fields for the indicated reference data table. |
void |
setReferenceDataFilterUIDsByRef(int index,
IArray filters)
Filters for the indicated reference data table. |
void |
setReferenceDataTableCount(int count)
Number of reference data tables needed for the style. |
void |
setReferenceDataTableName(int index,
java.lang.String name)
Display name of the indicated reference data table. |
void |
setSimpleStandardizeFieldsByRef(IFields standardizeFields)
Fields needed to do address standardization. |
void |
setSupportsPlaceNameAliasTable(boolean supportsPNAT)
Indicates if the locator style supports a place name alias table. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GPAddressLocatorStyle()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GPAddressLocatorStyle(java.lang.Object obj)
throws java.io.IOException
obj to GPAddressLocatorStyle. GPAddressLocatorStyle theGPAddressLocatorStyle = (GPAddressLocatorStyle) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IGPAddressLocatorStyle getAsIGPAddressLocatorStyle()
public IGPValue getAsIGPValue()
public IClone getAsIClone()
public IPersistStream getAsIPersistStream()
public IXMLSerialize getAsIXMLSerialize()
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getName in interface IGPAddressLocatorStyleAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setName in interface IGPAddressLocatorStylename - The name (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IFields getSimpleStandardizeFields()
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getSimpleStandardizeFields in interface IGPAddressLocatorStyleAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setSimpleStandardizeFieldsByRef(IFields standardizeFields)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setSimpleStandardizeFieldsByRef in interface IGPAddressLocatorStylestandardizeFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getAddressFields()
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getAddressFields in interface IGPAddressLocatorStylejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAddressFieldsByRef(IFields addressFields)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setAddressFieldsByRef in interface IGPAddressLocatorStyleaddressFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getDefaultInputFieldNames(java.lang.String addressFieldName)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getDefaultInputFieldNames in interface IGPAddressLocatorStyleaddressFieldName - The addressFieldName (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setDefaultInputFieldNames(java.lang.String addressFieldName,
java.lang.Object defaultNames)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setDefaultInputFieldNames in interface IGPAddressLocatorStyleaddressFieldName - The addressFieldName (in)defaultNames - A Variant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IFields getMatchFields()
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getMatchFields in interface IGPAddressLocatorStylejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMatchFieldsByRef(IFields matchFields)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setMatchFieldsByRef in interface IGPAddressLocatorStylematchFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getReferenceDataTableCount()
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getReferenceDataTableCount in interface IGPAddressLocatorStylejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReferenceDataTableCount(int count)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setReferenceDataTableCount in interface IGPAddressLocatorStylecount - The count (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getReferenceDataTableName(int index)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getReferenceDataTableName in interface IGPAddressLocatorStyleindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReferenceDataTableName(int index,
java.lang.String name)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setReferenceDataTableName in interface IGPAddressLocatorStyleindex - The index (in)name - The name (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IArray getReferenceDataFilters(int index)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getReferenceDataFilters in interface IGPAddressLocatorStyleindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IArray getReferenceDataFilterUIDs(int index)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getReferenceDataFilterUIDs in interface IGPAddressLocatorStyleindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setReferenceDataFilterUIDsByRef(int index,
IArray filters)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setReferenceDataFilterUIDsByRef in interface IGPAddressLocatorStyleindex - The index (in)filters - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getReferenceDataFields(int index)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getReferenceDataFields in interface IGPAddressLocatorStyleindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setReferenceDataFieldsByRef(int index,
IFields fields)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setReferenceDataFieldsByRef in interface IGPAddressLocatorStyleindex - The index (in)fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.Object getDefaultFieldNames(int tableIndex,
int fieldIndex)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getDefaultFieldNames in interface IGPAddressLocatorStyletableIndex - The tableIndex (in)fieldIndex - The fieldIndex (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setDefaultFieldNamesByRef(int tableIndex,
int fieldIndex,
java.lang.Object defaultNames)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setDefaultFieldNamesByRef in interface IGPAddressLocatorStyletableIndex - The tableIndex (in)fieldIndex - The fieldIndex (in)defaultNames - A Variant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IDETable getMappedTable(java.lang.String refDataTable)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getMappedTable in interface IGPAddressLocatorStylerefDataTable - The refDataTable (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setMappedTableByRef(java.lang.String refDataTable,
IDETable table)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setMappedTableByRef in interface IGPAddressLocatorStylerefDataTable - The refDataTable (in)table - A reference to a com.esri.arcgis.geodatabase.IDETable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportsPlaceNameAliasTable()
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
isSupportsPlaceNameAliasTable in interface IGPAddressLocatorStyleAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setSupportsPlaceNameAliasTable(boolean supportsPNAT)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setSupportsPlaceNameAliasTable in interface IGPAddressLocatorStylesupportsPNAT - The supportsPNAT (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getDefaultAliasFieldNames()
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getDefaultAliasFieldNames in interface IGPAddressLocatorStylejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultAliasFieldNames(java.lang.Object defaultAliasFieldNames)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setDefaultAliasFieldNames in interface IGPAddressLocatorStyledefaultAliasFieldNames - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDETable getAliasTable()
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
getAliasTable in interface IGPAddressLocatorStylejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAliasTableByRef(IDETable aliasTable)
throws java.io.IOException,
AutomationException
IGPAddressLocatorStyle
setAliasTableByRef in interface IGPAddressLocatorStylealiasTable - A reference to a com.esri.arcgis.geodatabase.IDETable (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IGPDataType getDataType()
throws java.io.IOException,
AutomationException
IGPValueThe DataType property returns the DataType object associated with this Value object.
getDataType in interface IGPValueAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isEmpty()
throws java.io.IOException,
AutomationException
IGPValue
isEmpty in interface IGPValueAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void empty()
throws java.io.IOException,
AutomationException
IGPValueThe Empty method clears this Value object and releases any associated objects.
empty in interface IGPValuejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAsText()
throws java.io.IOException,
AutomationException
IGPValueThe GetAsText method returns this Value object as a text string. For DataElement value objects it is the NameString. For simple value objects it is the text string for the scalar value.
getAsText in interface IGPValuejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPMessage setAsText(java.lang.String text)
throws java.io.IOException,
AutomationException
IGPValue
setAsText in interface IGPValuetext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IClone esri_clone()
throws java.io.IOException,
AutomationException
IClone
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
IClone
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
IClone
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
IClone
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void isDirty()
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
IPersistIPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void serialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
IXMLSerialize
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
IXMLSerialize
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (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 | |||||||||