|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.analyst3d.GeometryMaterialList
The Geometry Material List component.
GeometryMaterialList is basically a container for GeometryMaterial objects. It is used to initialize a GeneralMultipatchCreator object in the object's Init method.
| Constructor Summary | |
GeometryMaterialList()
Constructs a GeometryMaterialList using ArcGIS Engine. |
|
GeometryMaterialList(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
addMaterial(IGeometryMaterial pMaterial)
Add geometry material. |
void |
emptyList()
Empty material list. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IGeometryMaterialList |
getAsIGeometryMaterialList()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
int |
getCount()
The Material Count. |
IGeometryMaterial |
getGeometryMaterial(int index)
The Geometry Material. |
int |
hashCode()
the hashcode for this object |
void |
insertMaterial(int index,
IGeometryMaterial pMaterial)
Insert geometry material at position. |
void |
removeMaterial(int index)
Remove geometry material at position. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GeometryMaterialList()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GeometryMaterialList(java.lang.Object obj)
throws java.io.IOException
obj to GeometryMaterialList. GeometryMaterialList theGeometryMaterialList = (GeometryMaterialList) 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 IGeometryMaterialList getAsIGeometryMaterialList()
public boolean equals(java.lang.Object o)
public int hashCode()
public int getCount()
throws java.io.IOException,
AutomationException
IGeometryMaterialList
getCount in interface IGeometryMaterialListjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addMaterial(IGeometryMaterial pMaterial)
throws java.io.IOException,
AutomationException
IGeometryMaterialList
addMaterial in interface IGeometryMaterialListpMaterial - A reference to a com.esri.arcgis.analyst3d.IGeometryMaterial (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void insertMaterial(int index,
IGeometryMaterial pMaterial)
throws java.io.IOException,
AutomationException
IGeometryMaterialList
insertMaterial in interface IGeometryMaterialListindex - The index (in)pMaterial - A reference to a com.esri.arcgis.analyst3d.IGeometryMaterial (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeMaterial(int index)
throws java.io.IOException,
AutomationException
IGeometryMaterialList
removeMaterial in interface IGeometryMaterialListindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void emptyList()
throws java.io.IOException,
AutomationException
IGeometryMaterialList
emptyList in interface IGeometryMaterialListAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IGeometryMaterial getGeometryMaterial(int index)
throws java.io.IOException,
AutomationException
IGeometryMaterialList
getGeometryMaterial in interface IGeometryMaterialListindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||