org.citygml4j.model.citygml.appearance
Class TextureCoordinates

java.lang.Object
  extended by org.citygml4j.model.citygml.appearance.TextureCoordinates
All Implemented Interfaces:
AppearanceModuleComponent, CityGML, ModelObject, Child, Copyable

public class TextureCoordinates
extends java.lang.Object
implements AppearanceModuleComponent, Child, Copyable


Constructor Summary
TextureCoordinates()
           
TextureCoordinates(AppearanceModule module)
           
 
Method Summary
 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()
           
 ModelType getModelType()
           
 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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureCoordinates

public TextureCoordinates()

TextureCoordinates

public TextureCoordinates(AppearanceModule module)
Method Detail

addValue

public void addValue(java.lang.Double value)

getRing

public java.lang.String getRing()

getValue

public java.util.List<java.lang.Double> getValue()

isSetRing

public boolean isSetRing()

isSetValue

public boolean isSetValue()

setRing

public void setRing(java.lang.String ring)

setValue

public void setValue(java.util.List<java.lang.Double> value)

unsetRing

public void unsetRing()

unsetValue

public void unsetValue()

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