Class TextureCoordinates
- java.lang.Object
-
- org.citygml4j.model.citygml.appearance.TextureCoordinates
-
- All Implemented Interfaces:
java.io.Serializable
,AppearanceModuleComponent
,CityGML
,CityGMLModuleComponent
,ModelObject
,Child
,Copyable
public class TextureCoordinates extends java.lang.Object implements AppearanceModuleComponent, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextureCoordinates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
ModelObject
getParent()
java.lang.String
getRing()
java.util.List<java.lang.Double>
getValue()
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()
-
-
-
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()
-
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interfaceCityGML
-
getParent
public ModelObject getParent()
-
setParent
public void setParent(ModelObject parent)
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
-