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
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.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.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
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)