|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.search.GPSearchDataTypeFactory
public class GPSearchDataTypeFactory
GeoProcessor Network Data Type Factory object.
Constructor Summary | |
---|---|
GPSearchDataTypeFactory()
Constructs a GPSearchDataTypeFactory using ArcGIS Engine. |
|
GPSearchDataTypeFactory(Object obj)
Construct a GPSearchDataTypeFactory using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IUID |
getCLSID()
The COM class ID of the data type factory. |
IGPDataType |
getDataType(String name)
Provides the data type object given the name. |
IGPName |
getDataTypeName(String name)
Provides the data type name object given the name. |
IEnumGPName |
getDataTypeNames()
Provides the enumeration of data type name objects. |
int |
hashCode()
the hashcode for this object |
IGPLayer |
makeGPLayer(ILayer pLayer)
Makes a GPLayer from a layer. |
ILayer |
makeLayer(IGPValue pValue,
String name,
Object pRenderer)
Makes a layer from a value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GPSearchDataTypeFactory() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GPSearchDataTypeFactory(Object obj) throws IOException
obj
to GPSearchDataTypeFactory
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
GPSearchDataTypeFactory theGPSearchDataTypeFactory = (GPSearchDataTypeFactory) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IUID getCLSID() throws IOException, AutomationException
getCLSID
in interface IGPDataTypeFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDataType getDataType(String name) throws IOException, AutomationException
getDataType
in interface IGPDataTypeFactory
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPName getDataTypeName(String name) throws IOException, AutomationException
getDataTypeName
in interface IGPDataTypeFactory
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPName getDataTypeNames() throws IOException, AutomationException
getDataTypeNames
in interface IGPDataTypeFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPLayer makeGPLayer(ILayer pLayer) throws IOException, AutomationException
makeGPLayer
in interface IGPLayerSupport
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer makeLayer(IGPValue pValue, String name, Object pRenderer) throws IOException, AutomationException
makeLayer
in interface IGPLayerSupport
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)name
- The name (in)pRenderer
- A reference to another Object (IUnknown) (in)
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 |