org.citygml4j.model.citygml.texturedsurface
Interface _AppearanceProperty
- All Superinterfaces:
- Association<_AbstractAppearance>, AssociationAttributeGroup, AssociationByRep<_AbstractAppearance>, AssociationByRepOrRef<_AbstractAppearance>, Child, CityGML, Copyable, GML, ModelObject, TexturedSurfaceModuleComponent
- All Known Implementing Classes:
- _AppearancePropertyImpl
public interface _AppearanceProperty
- extends TexturedSurfaceModuleComponent, AssociationByRepOrRef<_AbstractAppearance>
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup |
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getOrientation
java.lang.String getOrientation()
getAppearance
_AbstractAppearance getAppearance()
isSetOrientation
boolean isSetOrientation()
isSetAppearance
boolean isSetAppearance()
setOrientation
void setOrientation(java.lang.String orientation)
setAppearance
void setAppearance(_AbstractAppearance _appearance)
unsetAppearance
void unsetAppearance()