Class AbstractTextureParameterization
- java.lang.Object
-
- org.citygml4j.model.gml.base.AbstractGML
-
- org.citygml4j.model.citygml.appearance.AbstractTextureParameterization
-
- All Implemented Interfaces:
java.io.Serializable
,AppearanceModuleComponent
,CityGML
,CityGMLModuleComponent
,Associable
,ModelObject
,Child
,Copyable
,StandardObjectProperties
,GML
- Direct Known Subclasses:
TexCoordGen
,TexCoordList
public abstract class AbstractTextureParameterization extends AbstractGML implements AppearanceModuleComponent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractTextureParameterization()
AbstractTextureParameterization(Module module)
-
Method Summary
-
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML
accept, accept, addMetaDataProperty, addName, getDescription, getGMLClass, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass
-
-
-
-
Constructor Detail
-
AbstractTextureParameterization
public AbstractTextureParameterization()
-
AbstractTextureParameterization
public AbstractTextureParameterization(Module module)
-
-
Method Detail
-
addGenericADEElement
public void addGenericADEElement(ADEGenericElement genericADEElement)
-
addGenericApplicationPropertyOfTextureParameterization
public void addGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)
-
getGenericADEElement
public java.util.List<ADEGenericElement> getGenericADEElement()
-
getGenericApplicationPropertyOfTextureParameterization
public java.util.List<ADEComponent> getGenericApplicationPropertyOfTextureParameterization()
-
isSetGenericADEComponent
public boolean isSetGenericADEComponent()
-
isSetGenericApplicationPropertyOfTextureParameterization
public boolean isSetGenericApplicationPropertyOfTextureParameterization()
-
setGenericADEElement
public void setGenericADEElement(java.util.List<ADEGenericElement> genericADEElement)
-
setGenericApplicationPropertyOfTextureParameterization
public void setGenericApplicationPropertyOfTextureParameterization(java.util.List<ADEComponent> ade)
-
unsetGenericADEElement
public void unsetGenericADEElement()
-
unsetGenericADEElement
public boolean unsetGenericADEElement(ADEComponent genericADEElement)
-
unsetGenericApplicationPropertyOfTextureParameterization
public void unsetGenericApplicationPropertyOfTextureParameterization()
-
unsetGenericApplicationPropertyOfTextureParameterization
public boolean unsetGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)
-
isSetModule
public boolean isSetModule()
-
getModule
public Module getModule()
-
setModule
public void setModule(Module module)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classAbstractGML
-
-