public abstract class AbstractTexture extends AbstractSurfaceData
isSetMetaDataProperty
Constructor and Description |
---|
AbstractTexture() |
AbstractTexture(AppearanceModule module) |
addGenericApplicationPropertyOfSurfaceData, getCityGMLModule, getGenericApplicationPropertyOfSurfaceData, getIsFront, isSetCityGMLModule, isSetGenericApplicationPropertyOfSurfaceData, isSetIsFront, setGenericApplicationPropertyOfSurfaceData, setIsFront, unsetGenericApplicationPropertyOfSurfaceData, unsetGenericApplicationPropertyOfSurfaceData, unsetIsFront
accept, accept, addGenericADEElement, calcBoundedBy, getBoundedBy, getGenericADEElement, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEElement, isSetLocation, setBoundedBy, setGenericADEElement, setLocation, unsetBoundedBy, unsetGenericADEElement, unsetGenericADEElement, unsetLocation
accept, accept, 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCityGMLClass
public AbstractTexture()
public AbstractTexture(AppearanceModule module)
public void addGenericApplicationPropertyOfTexture(ADEComponent ade)
public ColorPlusOpacity getBorderColor()
public java.util.List<ADEComponent> getGenericApplicationPropertyOfTexture()
public java.lang.String getImageURI()
public Code getMimeType()
public TextureType getTextureType()
public WrapMode getWrapMode()
public boolean isSetBorderColor()
public boolean isSetGenericApplicationPropertyOfTexture()
public boolean isSetImageURI()
public boolean isSetMimeType()
public boolean isSetTextureType()
public boolean isSetWrapMode()
public void setBorderColor(ColorPlusOpacity borderColor)
public void setGenericApplicationPropertyOfTexture(java.util.List<ADEComponent> ade)
public void setImageURI(java.lang.String imageURI)
public void setMimeType(Code mimeType)
public void setTextureType(TextureType textureType)
public void setWrapMode(WrapMode wrapMode)
public void unsetBorderColor()
public void unsetGenericApplicationPropertyOfTexture()
public boolean unsetGenericApplicationPropertyOfTexture(ADEComponent ade)
public void unsetImageURI()
public void unsetMimeType()
public void unsetTextureType()
public void unsetWrapMode()
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractSurfaceData