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


Method Summary
 java.lang.Boolean getRepeat()
           
 java.util.List<java.lang.Double> getTextureCoordinates()
           
 java.lang.String getTextureMap()
           
 _TextureType getTextureType()
           
 boolean isSetRepeat()
           
 boolean isSetTextureCoordinates()
           
 boolean isSetTextureMap()
           
 boolean isSetTextureType()
           
 void setRepeat(java.lang.Boolean repeat)
           
 void setTextureCoordinates(java.util.List<java.lang.Double> textureCoordinates)
           
 void setTextureMap(java.lang.String textureMap)
           
 void setTextureType(_TextureType _textureType)
           
 void unsetRepeat()
           
 void unsetTextureType()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
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.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
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

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()