org.citygml4j.model.citygml.appearance
Interface TextureCoordinates

All Superinterfaces:
AppearanceModuleComponent, Child, CityGML, Copyable, ModelObject
All Known Implementing Classes:
TextureCoordinatesImpl

public interface TextureCoordinates
extends AppearanceModuleComponent, Child, Copyable


Method Summary
 void addValue(java.lang.Double value)
           
 java.lang.String getRing()
           
 java.util.List<java.lang.Double> getValue()
           
 boolean isSetRing()
           
 boolean isSetValue()
           
 void setRing(java.lang.String ring)
           
 void setValue(java.util.List<java.lang.Double> value)
           
 void unsetRing()
           
 void unsetValue()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getValue

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

getRing

java.lang.String getRing()

isSetValue

boolean isSetValue()

isSetRing

boolean isSetRing()

setValue

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

addValue

void addValue(java.lang.Double value)

setRing

void setRing(java.lang.String ring)

unsetValue

void unsetValue()

unsetRing

void unsetRing()