org.citygml4j.model.citygml.appearance
Interface AbstractSurfaceData

All Superinterfaces:
AbstractFeature, AbstractGML, AppearanceModuleComponent, Associable, Child, CityGML, Copyable, GML, ModelObject, StandardObjectProperties
All Known Subinterfaces:
AbstractTexture, GeoreferencedTexture, ParameterizedTexture, X3DMaterial
All Known Implementing Classes:
AbstractSurfaceDataImpl, AbstractTextureImpl, GeoreferencedTextureImpl, ParameterizedTextureImpl, X3DMaterialImpl

public interface AbstractSurfaceData
extends AppearanceModuleComponent, AbstractFeature


Method Summary
 void addGenericApplicationPropertyOfSurfaceData(ADEComponent ade)
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfSurfaceData()
           
 java.lang.Boolean getIsFront()
           
 boolean isSetGenericApplicationPropertyOfSurfaceData()
           
 boolean isSetIsFront()
           
 void setGenericApplicationPropertyOfSurfaceData(java.util.List<ADEComponent> ade)
           
 void setIsFront(java.lang.Boolean isFront)
           
 void unsetGenericApplicationPropertyOfSurfaceData()
           
 boolean unsetGenericApplicationPropertyOfSurfaceData(ADEComponent ade)
           
 void 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.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

getIsFront

java.lang.Boolean getIsFront()

getGenericApplicationPropertyOfSurfaceData

java.util.List<ADEComponent> getGenericApplicationPropertyOfSurfaceData()

isSetIsFront

boolean isSetIsFront()

isSetGenericApplicationPropertyOfSurfaceData

boolean isSetGenericApplicationPropertyOfSurfaceData()

setIsFront

void setIsFront(java.lang.Boolean isFront)

addGenericApplicationPropertyOfSurfaceData

void addGenericApplicationPropertyOfSurfaceData(ADEComponent ade)

setGenericApplicationPropertyOfSurfaceData

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

unsetIsFront

void unsetIsFront()

unsetGenericApplicationPropertyOfSurfaceData

void unsetGenericApplicationPropertyOfSurfaceData()

unsetGenericApplicationPropertyOfSurfaceData

boolean unsetGenericApplicationPropertyOfSurfaceData(ADEComponent ade)