public class TextureCoordinates extends java.lang.Object implements AppearanceModuleComponent, Child, Copyable
Constructor and Description |
---|
TextureCoordinates() |
TextureCoordinates(AppearanceModule module) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(java.lang.Double value) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
CityGMLClass |
getCityGMLClass() |
AppearanceModule |
getCityGMLModule() |
ModelObject |
getParent() |
java.lang.String |
getRing() |
java.util.List<java.lang.Double> |
getValue() |
boolean |
isSetCityGMLModule() |
boolean |
isSetParent() |
boolean |
isSetRing() |
boolean |
isSetValue() |
void |
setParent(ModelObject parent) |
void |
setRing(java.lang.String ring) |
void |
setValue(java.util.List<java.lang.Double> value) |
void |
unsetParent() |
void |
unsetRing() |
void |
unsetValue() |
public TextureCoordinates()
public TextureCoordinates(AppearanceModule module)
public void addValue(java.lang.Double value)
public java.lang.String getRing()
public java.util.List<java.lang.Double> getValue()
public boolean isSetRing()
public boolean isSetValue()
public void setRing(java.lang.String ring)
public void setValue(java.util.List<java.lang.Double> value)
public void unsetRing()
public void unsetValue()
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final AppearanceModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)