|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.location.GenericLocatorStyle
public class GenericLocatorStyle
COM Class 'GenericLocatorStyle'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description 'A generic style for creating a new locator.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabase.ILocator |
|---|
IID, IID655c5c62_6478_11d3_9f57_00c04f6bdf06, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.ILocatorStyle |
|---|
IID, IIDcfc5ef8c_4fcc_40de_928a_21b354eae9bd, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPropertySet |
|---|
IID, IIDf0ba6abc_8e9f_11d0_b4ab_0000f8037368, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IClone |
|---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
GenericLocatorStyle()
Constructs a GenericLocatorStyle using ArcGIS Engine. |
|
GenericLocatorStyle(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GenericLocatorStyle theGenericLocatorStyle = (GenericLocatorStyle) obj; |
|
| Method Summary | |
|---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
getAllProperties(java.lang.Object[] names,
java.lang.Object[] values)
The name and value of all the properties in the property set. |
java.lang.String |
getCategory()
Category of the locator. |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
The number of properties contained in the property set. |
java.lang.String |
getDescription()
Description of the locator. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
Name of the locator. |
void |
getProperties(java.lang.Object names,
java.lang.Object[] values)
The values of the specified properties. |
java.lang.Object |
getProperty(java.lang.String name)
The value of the specified property. |
ILocatorUI |
getUserInterface()
User interface for the locator. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isEqual(IPropertySet propertySet)
True if the property set is the same as the input property set. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
void |
release()
Release a GenericLocatorStyle. |
void |
removeProperty(java.lang.String name)
Removes a property from the set. |
void |
setDescription(java.lang.String description)
Description of the locator. |
void |
setProperties(java.lang.Object names,
java.lang.Object values)
The values of the specified properties. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
The value of the specified property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericLocatorStyle()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GenericLocatorStyle(java.lang.Object obj)
throws java.io.IOException
GenericLocatorStyle theGenericLocatorStyle = (GenericLocatorStyle) obj;
obj to GenericLocatorStyle.
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 boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface ILocatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface ILocatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String description)
throws java.io.IOException,
AutomationException
setDescription in interface ILocatordescription - The description (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCategory()
throws java.io.IOException,
AutomationException
getCategory in interface ILocatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILocatorUI getUserInterface()
throws java.io.IOException,
AutomationException
getUserInterface in interface ILocatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws java.io.IOException,
AutomationException
getCount in interface IPropertySetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getProperty(java.lang.String name)
throws java.io.IOException,
AutomationException
getProperty in interface IPropertySetname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getProperties(java.lang.Object names,
java.lang.Object[] values)
throws java.io.IOException,
AutomationException
getProperties in interface IPropertySetnames - A Variant (in)values - A Variant (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getAllProperties(java.lang.Object[] names,
java.lang.Object[] values)
throws java.io.IOException,
AutomationException
getAllProperties in interface IPropertySetnames - A Variant (out: use single element array)values - A Variant (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProperty(java.lang.String name,
java.lang.Object value)
throws java.io.IOException,
AutomationException
setProperty in interface IPropertySetname - The name (in)value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProperties(java.lang.Object names,
java.lang.Object values)
throws java.io.IOException,
AutomationException
setProperties in interface IPropertySetnames - A Variant (in)values - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IPropertySet propertySet)
throws java.io.IOException,
AutomationException
isEqual in interface IPropertySetpropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeProperty(java.lang.String name)
throws java.io.IOException,
AutomationException
removeProperty in interface IPropertySetname - The name (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
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
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||