org.citygml4j.model.citygml.texturedsurface
Interface _SimpleTexture
- All Superinterfaces:
- _AbstractAppearance, AbstractGML, Associable, Child, CityGML, Copyable, GML, ModelObject, StandardObjectProperties, TexturedSurfaceModuleComponent
- All Known Implementing Classes:
- _SimpleTextureImpl
public interface _SimpleTexture
- extends _AbstractAppearance
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 |
getTextureMap
java.lang.String getTextureMap()
getTextureCoordinates
java.util.List<java.lang.Double> getTextureCoordinates()
getTextureType
_TextureType getTextureType()
getRepeat
java.lang.Boolean getRepeat()
isSetTextureMap
boolean isSetTextureMap()
isSetTextureCoordinates
boolean isSetTextureCoordinates()
isSetTextureType
boolean isSetTextureType()
isSetRepeat
boolean isSetRepeat()
setTextureMap
void setTextureMap(java.lang.String textureMap)
setTextureCoordinates
void setTextureCoordinates(java.util.List<java.lang.Double> textureCoordinates)
setTextureType
void setTextureType(_TextureType _textureType)
setRepeat
void setRepeat(java.lang.Boolean repeat)
unsetTextureType
void unsetTextureType()
unsetRepeat
void unsetRepeat()