org.citygml4j.impl.citygml.appearance
Class TextureCoordinatesImpl
java.lang.Object
org.citygml4j.impl.citygml.appearance.TextureCoordinatesImpl
- All Implemented Interfaces:
- AppearanceModuleComponent, TextureCoordinates, CityGML, ModelObject, Child, Copyable
public class TextureCoordinatesImpl
- extends java.lang.Object
- implements TextureCoordinates
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextureCoordinatesImpl
public TextureCoordinatesImpl()
TextureCoordinatesImpl
public TextureCoordinatesImpl(AppearanceModule module)
addValue
public void addValue(java.lang.Double value)
- Specified by:
addValue
in interface TextureCoordinates
getRing
public java.lang.String getRing()
- Specified by:
getRing
in interface TextureCoordinates
getValue
public java.util.List<java.lang.Double> getValue()
- Specified by:
getValue
in interface TextureCoordinates
isSetRing
public boolean isSetRing()
- Specified by:
isSetRing
in interface TextureCoordinates
isSetValue
public boolean isSetValue()
- Specified by:
isSetValue
in interface TextureCoordinates
setRing
public void setRing(java.lang.String ring)
- Specified by:
setRing
in interface TextureCoordinates
setValue
public void setValue(java.util.List<java.lang.Double> value)
- Specified by:
setValue
in interface TextureCoordinates
unsetRing
public void unsetRing()
- Specified by:
unsetRing
in interface TextureCoordinates
unsetValue
public void unsetValue()
- Specified by:
unsetValue
in interface TextureCoordinates
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interface CityGML
getCityGMLModule
public final AppearanceModule getCityGMLModule()
- Specified by:
getCityGMLModule
in interface CityGML
isSetCityGMLModule
public boolean isSetCityGMLModule()
- Specified by:
isSetCityGMLModule
in interface CityGML
getParent
public ModelObject getParent()
- Specified by:
getParent
in interface Child
setParent
public void setParent(ModelObject parent)
- Specified by:
setParent
in interface Child
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interface Child
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interface Child
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable