public class ParameterizedTexture extends AbstractTexture
isSetMetaDataProperty
Constructor and Description |
---|
ParameterizedTexture() |
ParameterizedTexture(AppearanceModule module) |
addGenericApplicationPropertyOfTexture, getBorderColor, getGenericApplicationPropertyOfTexture, getImageURI, getMimeType, getTextureType, getWrapMode, isSetBorderColor, isSetGenericApplicationPropertyOfTexture, isSetImageURI, isSetMimeType, isSetTextureType, isSetWrapMode, setBorderColor, setGenericApplicationPropertyOfTexture, setImageURI, setMimeType, setTextureType, setWrapMode, unsetBorderColor, unsetGenericApplicationPropertyOfTexture, unsetGenericApplicationPropertyOfTexture, unsetImageURI, unsetMimeType, unsetTextureType, unsetWrapMode
addGenericApplicationPropertyOfSurfaceData, getCityGMLModule, getGenericApplicationPropertyOfSurfaceData, getIsFront, isSetCityGMLModule, isSetGenericApplicationPropertyOfSurfaceData, isSetIsFront, setGenericApplicationPropertyOfSurfaceData, setIsFront, unsetGenericApplicationPropertyOfSurfaceData, unsetGenericApplicationPropertyOfSurfaceData, unsetIsFront
addGenericADEElement, calcBoundedBy, getBoundedBy, getGenericADEElement, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEElement, isSetLocation, setBoundedBy, setGenericADEElement, setLocation, unsetBoundedBy, unsetGenericADEElement, unsetGenericADEElement, unsetLocation
addMetaDataProperty, addName, getDescription, 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
public ParameterizedTexture()
public ParameterizedTexture(AppearanceModule module)
public void addGenericApplicationPropertyOfParameterizedTexture(ADEComponent ade)
public void addTarget(TextureAssociation target)
public java.util.List<ADEComponent> getGenericApplicationPropertyOfParameterizedTexture()
public java.util.List<TextureAssociation> getTarget()
public boolean isSetGenericApplicationPropertyOfParameterizedTexture()
public boolean isSetTarget()
public void setGenericApplicationPropertyOfParameterizedTexture(java.util.List<ADEComponent> ade)
public void setTarget(java.util.List<TextureAssociation> target)
public void unsetGenericApplicationPropertyOfParameterizedTexture()
public boolean unsetGenericApplicationPropertyOfParameterizedTexture(ADEComponent ade)
public void unsetTarget()
public boolean unsetTarget(TextureAssociation target)
public CityGMLClass getCityGMLClass()
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractTexture
public void accept(FeatureVisitor visitor)
accept
in class AbstractFeature
public <T> T accept(FeatureFunctor<T> visitor)
accept
in class AbstractFeature
public void accept(GMLVisitor visitor)
accept
in class AbstractGML
public <T> T accept(GMLFunctor<T> visitor)
accept
in class AbstractGML