org.citygml4j.model.citygml.appearance
Interface ParameterizedTexture

All Superinterfaces:
AbstractFeature, AbstractGML, AbstractSurfaceData, AbstractTexture, AppearanceModuleComponent, Associable, Child, CityGML, Copyable, GML, ModelObject, StandardObjectProperties
All Known Implementing Classes:
ParameterizedTextureImpl

public interface ParameterizedTexture
extends AbstractTexture


Method Summary
 void addGenericApplicationPropertyOfParameterizedTexture(ADEComponent ade)
           
 void addTarget(TextureAssociation target)
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfParameterizedTexture()
           
 java.util.List<TextureAssociation> getTarget()
           
 boolean isSetGenericApplicationPropertyOfParameterizedTexture()
           
 boolean isSetTarget()
           
 void setGenericApplicationPropertyOfParameterizedTexture(java.util.List<ADEComponent> ade)
           
 void setTarget(java.util.List<TextureAssociation> target)
           
 void unsetGenericApplicationPropertyOfParameterizedTexture()
           
 boolean unsetGenericApplicationPropertyOfParameterizedTexture(ADEComponent ade)
           
 void unsetTarget()
           
 boolean unsetTarget(TextureAssociation target)
           
 
Methods inherited from interface org.citygml4j.model.citygml.appearance.AbstractTexture
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
 
Methods inherited from interface org.citygml4j.model.citygml.appearance.AbstractSurfaceData
addGenericApplicationPropertyOfSurfaceData, getGenericApplicationPropertyOfSurfaceData, getIsFront, isSetGenericApplicationPropertyOfSurfaceData, isSetIsFront, setGenericApplicationPropertyOfSurfaceData, setIsFront, unsetGenericApplicationPropertyOfSurfaceData, unsetGenericApplicationPropertyOfSurfaceData, unsetIsFront
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.gml.feature.AbstractFeature
accept, accept, addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
 
Methods inherited from interface org.citygml4j.model.gml.base.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
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.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getTarget

java.util.List<TextureAssociation> getTarget()

getGenericApplicationPropertyOfParameterizedTexture

java.util.List<ADEComponent> getGenericApplicationPropertyOfParameterizedTexture()

isSetTarget

boolean isSetTarget()

isSetGenericApplicationPropertyOfParameterizedTexture

boolean isSetGenericApplicationPropertyOfParameterizedTexture()

setTarget

void setTarget(java.util.List<TextureAssociation> target)

addTarget

void addTarget(TextureAssociation target)

addGenericApplicationPropertyOfParameterizedTexture

void addGenericApplicationPropertyOfParameterizedTexture(ADEComponent ade)

setGenericApplicationPropertyOfParameterizedTexture

void setGenericApplicationPropertyOfParameterizedTexture(java.util.List<ADEComponent> ade)

unsetTarget

void unsetTarget()

unsetTarget

boolean unsetTarget(TextureAssociation target)

unsetGenericApplicationPropertyOfParameterizedTexture

void unsetGenericApplicationPropertyOfParameterizedTexture()

unsetGenericApplicationPropertyOfParameterizedTexture

boolean unsetGenericApplicationPropertyOfParameterizedTexture(ADEComponent ade)