org.citygml4j.model.citygml.appearance
Interface AbstractTextureParameterization
- All Superinterfaces:
- AbstractGML, AppearanceModuleComponent, Associable, Child, CityGML, Copyable, GML, ModelObject, StandardObjectProperties
- All Known Subinterfaces:
- TexCoordGen, TexCoordList
- All Known Implementing Classes:
- AbstractTextureParameterizationImpl, TexCoordGenImpl, TexCoordListImpl
public interface AbstractTextureParameterization
- extends AppearanceModuleComponent, AbstractGML
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getGenericADEComponent
java.util.List<ADEComponent> getGenericADEComponent()
getGenericApplicationPropertyOfTextureParameterization
java.util.List<ADEComponent> getGenericApplicationPropertyOfTextureParameterization()
isSetGenericADEComponent
boolean isSetGenericADEComponent()
isSetGenericApplicationPropertyOfTextureParameterization
boolean isSetGenericApplicationPropertyOfTextureParameterization()
addGenericADEComponent
void addGenericADEComponent(ADEComponent genericADEComponent)
setGenericADEComponent
void setGenericADEComponent(java.util.List<ADEComponent> genericADEComponent)
addGenericApplicationPropertyOfTextureParameterization
void addGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)
setGenericApplicationPropertyOfTextureParameterization
void setGenericApplicationPropertyOfTextureParameterization(java.util.List<ADEComponent> ade)
unsetGenericADEComponent
void unsetGenericADEComponent()
unsetGenericADEComponent
boolean unsetGenericADEComponent(ADEComponent genericADEComponent)
unsetGenericApplicationPropertyOfTextureParameterization
void unsetGenericApplicationPropertyOfTextureParameterization()
unsetGenericApplicationPropertyOfTextureParameterization
boolean unsetGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)