org.citygml4j.model.citygml.texturedsurface
Interface _TexturedSurface

All Superinterfaces:
AbstractGeometricPrimitive, AbstractGeometry, AbstractGML, AbstractSurface, Associable, Child, CityGML, Copyable, GML, ModelObject, OrientableSurface, SRSInformationGroup, SRSReferenceGroup, StandardObjectProperties, TexturedSurfaceModuleComponent
All Known Implementing Classes:
_TexturedSurfaceImpl

public interface _TexturedSurface
extends TexturedSurfaceModuleComponent, OrientableSurface


Method Summary
 void addAppearance(_AppearanceProperty appearance)
           
 java.util.List<_AppearanceProperty> getAppearance()
           
 boolean isSetAppearance()
           
 void setAppearance(java.util.List<_AppearanceProperty> appearance)
           
 boolean unsetAppearance(_AppearanceProperty appearance)
           
 void unsetAppearance()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.gml.geometry.primitives.OrientableSurface
getBaseSurface, getOrientation, isSetBaseSurface, isSetOrientation, setBaseSurface, setOrientation, unsetBaseSurface, unsetOrientation
 
Methods inherited from interface org.citygml4j.model.gml.geometry.AbstractGeometry
accept, accept, calcBoundingBox, getGid, isSetGid, setGid, unsetGid
 
Methods inherited from interface org.citygml4j.model.gml.base.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
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.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 
Methods inherited from interface org.citygml4j.model.gml.geometry.SRSReferenceGroup
getSrsDimension, getSrsName, isSetSrsDimension, isSetSrsName, setSrsDimension, setSrsName, unsetSrsDimension, unsetSrsName
 
Methods inherited from interface org.citygml4j.model.gml.geometry.SRSInformationGroup
addAxisLabel, addUomLabel, getAxisLabels, getUomLabels, isSetAxisLabels, isSetUomLabels, setAxisLabels, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetUomLabels, unsetUomLabels
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 

Method Detail

getAppearance

java.util.List<_AppearanceProperty> getAppearance()

isSetAppearance

boolean isSetAppearance()

setAppearance

void setAppearance(java.util.List<_AppearanceProperty> appearance)

addAppearance

void addAppearance(_AppearanceProperty appearance)

unsetAppearance

void unsetAppearance()

unsetAppearance

boolean unsetAppearance(_AppearanceProperty appearance)