|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.analyst3d.GeneralMultiPatchCreator
public class GeneralMultiPatchCreator
COM Class 'GeneralMultiPatchCreator'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description 'The General MultiPatch Creator component.' 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.analyst3d.IGeneralMultiPatchCreator |
|---|
IID, IID821003c1_2c6b_11d6_a4ce_444553547777, xxDummy |
| Constructor Summary | |
|---|---|
GeneralMultiPatchCreator()
Constructs a GeneralMultiPatchCreator using ArcGIS Engine. |
|
GeneralMultiPatchCreator(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GeneralMultiPatchCreator theGeneralMultiPatchCreator = (GeneralMultiPatchCreator) obj; |
|
| Method Summary | |
|---|---|
void |
clearResources()
Clear resources used to manage the object. |
IGeometry |
createMultiPatch()
Creates the MultiPatch. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
init(int pointCount,
int partCount,
boolean hasMs,
boolean hasIDs,
boolean hasNormals,
int texturePointCount,
IGeometryMaterialList pGeometryMaterialList)
Initialize the creation of a general multipatch. |
void |
release()
Release a GeneralMultiPatchCreator. |
void |
setID(int index,
int iD)
Set vertex Id. |
void |
setM(int index,
double mValue)
Set M at vertex index. |
void |
setMaterialIndex(int patch,
int index)
Set patch material index. |
void |
setNormal(int index,
IVector3D pVector)
Set Normal at vertex index. |
void |
setPatchPointIndex(int patch,
int index)
Set start index of points in patch, end index is start of next patch. |
void |
setPatchPriority(int patch,
int priority)
Set patch priority (>= 0). |
void |
setPatchTexturePointIndex(int part,
int index)
Set texture start index texture points in patch, end index is start of next patch. |
void |
setPatchType(int patch,
int type)
Set patch type. |
void |
setPoint(int index,
IPoint pPoint)
Set Point at vertex index. |
void |
setTexturePoint(int index,
IPoint pPoint)
Set Texture Point at vertex index. |
void |
setTextureWKSPoint(int index,
_WKSPoint pPoint)
Set Texture WKSPoint at vertex index. |
void |
setWKSPointZ(int index,
_WKSPointZ pPoint)
Set WKSPoint at vertex index. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneralMultiPatchCreator()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GeneralMultiPatchCreator(java.lang.Object obj)
throws java.io.IOException
GeneralMultiPatchCreator theGeneralMultiPatchCreator = (GeneralMultiPatchCreator) obj;
obj to GeneralMultiPatchCreator.
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 void init(int pointCount,
int partCount,
boolean hasMs,
boolean hasIDs,
boolean hasNormals,
int texturePointCount,
IGeometryMaterialList pGeometryMaterialList)
throws java.io.IOException,
AutomationException
init in interface IGeneralMultiPatchCreatorpointCount - The pointCount (in)partCount - The partCount (in)hasMs - The hasMs (in)hasIDs - The hasIDs (in)hasNormals - The hasNormals (in)texturePointCount - The texturePointCount (in)pGeometryMaterialList - A reference to a com.esri.arcgis.analyst3d.IGeometryMaterialList (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPatchPointIndex(int patch,
int index)
throws java.io.IOException,
AutomationException
setPatchPointIndex in interface IGeneralMultiPatchCreatorpatch - The patch (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPatchType(int patch,
int type)
throws java.io.IOException,
AutomationException
setPatchType in interface IGeneralMultiPatchCreatorpatch - The patch (in)type - A com.esri.arcgis.geometry.esriPatchType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPatchPriority(int patch,
int priority)
throws java.io.IOException,
AutomationException
setPatchPriority in interface IGeneralMultiPatchCreatorpatch - The patch (in)priority - The priority (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaterialIndex(int patch,
int index)
throws java.io.IOException,
AutomationException
setMaterialIndex in interface IGeneralMultiPatchCreatorpatch - The patch (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPoint(int index,
IPoint pPoint)
throws java.io.IOException,
AutomationException
setPoint in interface IGeneralMultiPatchCreatorindex - The index (in)pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWKSPointZ(int index,
_WKSPointZ pPoint)
throws java.io.IOException,
AutomationException
setWKSPointZ in interface IGeneralMultiPatchCreatorindex - The index (in)pPoint - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setM(int index,
double mValue)
throws java.io.IOException,
AutomationException
setM in interface IGeneralMultiPatchCreatorindex - The index (in)mValue - The mValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNormal(int index,
IVector3D pVector)
throws java.io.IOException,
AutomationException
setNormal in interface IGeneralMultiPatchCreatorindex - The index (in)pVector - A reference to a com.esri.arcgis.geometry.IVector3D (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPatchTexturePointIndex(int part,
int index)
throws java.io.IOException,
AutomationException
setPatchTexturePointIndex in interface IGeneralMultiPatchCreatorpart - The part (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTexturePoint(int index,
IPoint pPoint)
throws java.io.IOException,
AutomationException
setTexturePoint in interface IGeneralMultiPatchCreatorindex - The index (in)pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextureWKSPoint(int index,
_WKSPoint pPoint)
throws java.io.IOException,
AutomationException
setTextureWKSPoint in interface IGeneralMultiPatchCreatorindex - The index (in)pPoint - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setID(int index,
int iD)
throws java.io.IOException,
AutomationException
setID in interface IGeneralMultiPatchCreatorindex - The index (in)iD - The iD (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearResources()
throws java.io.IOException,
AutomationException
clearResources in interface IGeneralMultiPatchCreatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry createMultiPatch()
throws java.io.IOException,
AutomationException
createMultiPatch in interface IGeneralMultiPatchCreatorjava.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 | ||||||||