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
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.geometry.SRSInformationGroup |
addAxisLabel, addUomLabel, getAxisLabels, getUomLabels, isSetAxisLabels, isSetUomLabels, setAxisLabels, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetUomLabels, unsetUomLabels |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
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)