public class _Material extends _AbstractAppearance
isSetMetaDataProperty
Constructor and Description |
---|
_Material() |
_Material(TexturedSurfaceModule module) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(GMLFunctor<T> visitor) |
void |
accept(GMLVisitor visitor) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Double |
getAmbientIntensity() |
CityGMLClass |
getCityGMLClass() |
_Color |
getDiffuseColor() |
_Color |
getEmissiveColor() |
java.lang.Double |
getShininess() |
_Color |
getSpecularColor() |
java.lang.Double |
getTransparency() |
boolean |
isSetAmbientIntensity() |
boolean |
isSetDiffuseColor() |
boolean |
isSetEmissiveColor() |
boolean |
isSetShininess() |
boolean |
isSetSpecularColor() |
boolean |
isSetTransparency() |
void |
setAmbientIntensity(java.lang.Double ambientIntensity) |
void |
setDiffuseColor(_Color diffuseColor) |
void |
setEmissiveColor(_Color emissiveColor) |
void |
setShininess(java.lang.Double shininess) |
void |
setSpecularColor(_Color specularColor) |
void |
setTransparency(java.lang.Double transparency) |
void |
unsetAmbientIntensity() |
void |
unsetDiffuseColor() |
void |
unsetEmissiveColor() |
void |
unsetShininess() |
void |
unsetSpecularColor() |
void |
unsetTransparency() |
getCityGMLModule, getModelType, isSetCityGMLModule
addMetaDataProperty, addName, getDescription, getGMLClass, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
public _Material()
public _Material(TexturedSurfaceModule module)
public java.lang.Double getAmbientIntensity()
public _Color getDiffuseColor()
public _Color getEmissiveColor()
public java.lang.Double getShininess()
public _Color getSpecularColor()
public java.lang.Double getTransparency()
public boolean isSetAmbientIntensity()
public boolean isSetDiffuseColor()
public boolean isSetEmissiveColor()
public boolean isSetShininess()
public boolean isSetSpecularColor()
public boolean isSetTransparency()
public void setAmbientIntensity(java.lang.Double ambientIntensity)
public void setDiffuseColor(_Color diffuseColor)
public void setEmissiveColor(_Color emissiveColor)
public void setShininess(java.lang.Double shininess)
public void setSpecularColor(_Color specularColor)
public void setTransparency(java.lang.Double transparency)
public void unsetAmbientIntensity()
public void unsetDiffuseColor()
public void unsetEmissiveColor()
public void unsetShininess()
public void unsetSpecularColor()
public void unsetTransparency()
public CityGMLClass getCityGMLClass()
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class _AbstractAppearance
public void accept(GMLVisitor visitor)
accept
in class AbstractGML
public <T> T accept(GMLFunctor<T> visitor)
accept
in class AbstractGML