public class SymbolFill3DResourceParameter extends ResourceParameter3D
| Modifier and Type | Field and Description |
|---|---|
int |
fill3dID
The ID of 3D fill symbol.
|
resourceType, returnType| Constructor and Description |
|---|
SymbolFill3DResourceParameter()
The Constructor.
|
SymbolFill3DResourceParameter(SymbolFill3DResourceParameter symbolFill3DResourceParameter)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified object is equal to the current
SymbolFill3DResourceParameter object. |
int |
hashCode()
Gets the hash code of the 3D fill symbol resource.
|
public SymbolFill3DResourceParameter()
The Constructor.
public SymbolFill3DResourceParameter(SymbolFill3DResourceParameter symbolFill3DResourceParameter)
Copy constructor.
symbol3DResourceParameter - 3D fill symbol resource parameter objectpublic boolean equals(java.lang.Object obj)
Determines whether the specified object is equal to the current SymbolFill3DResourceParameter object.
equals in class ResourceParameter3Dobj - The object to be compared with the SymbolFill3DResourceParameter object.public int hashCode()
Gets the hash code of the 3D fill symbol resource.
hashCode in class ResourceParameter3D