|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.analyst3d.GeometryMaterialList
public class 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(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GeometryMaterialList theGeometryMaterialList = (GeometryMaterialList) obj; |
Method Summary | |
---|---|
void |
addMaterial(IGeometryMaterial pMaterial)
Add geometry material. |
void |
emptyList()
Empty material list. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GeometryMaterialList() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GeometryMaterialList(Object obj) throws IOException
GeometryMaterialList theGeometryMaterialList = (GeometryMaterialList) obj;
obj
to GeometryMaterialList
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getCount() throws IOException, AutomationException
getCount
in interface IGeometryMaterialList
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addMaterial(IGeometryMaterial pMaterial) throws IOException, AutomationException
addMaterial
in interface IGeometryMaterialList
pMaterial
- A reference to a com.esri.arcgis.analyst3d.IGeometryMaterial (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertMaterial(int index, IGeometryMaterial pMaterial) throws IOException, AutomationException
insertMaterial
in interface IGeometryMaterialList
index
- The index (in)pMaterial
- A reference to a com.esri.arcgis.analyst3d.IGeometryMaterial (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeMaterial(int index) throws IOException, AutomationException
removeMaterial
in interface IGeometryMaterialList
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void emptyList() throws IOException, AutomationException
emptyList
in interface IGeometryMaterialList
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometryMaterial getGeometryMaterial(int index) throws IOException, AutomationException
getGeometryMaterial
in interface IGeometryMaterialList
index
- The index (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 |