org.citygml4j.model.citygml.building
Interface BuildingFurniture
- All Superinterfaces:
- AbstractCityObject, AbstractFeature, AbstractGML, Associable, BuildingModuleComponent, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, StandardObjectProperties
- All Known Implementing Classes:
- BuildingFurnitureImpl
public interface BuildingFurniture
- extends BuildingModuleComponent, AbstractCityObject
Methods inherited from interface org.citygml4j.model.citygml.core.AbstractCityObject |
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getLodRepresentation, getTerminationDate, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetGenericAttribute, isSetTerminationDate, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setGenericAttribute, setTerminationDate, unsetAppearance, unsetAppearance, unsetCreationDate, unsetExternalReference, unsetExternalReference, unsetGeneralizesTo, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject, unsetGenericApplicationPropertyOfCityObject, unsetGenericAttribute, unsetGenericAttribute, unsetTerminationDate |
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.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 |
getClazz
java.lang.String getClazz()
getFunction
java.util.List<java.lang.String> getFunction()
getUsage
java.util.List<java.lang.String> getUsage()
getLod4Geometry
GeometryProperty<? extends AbstractGeometry> getLod4Geometry()
getLod4ImplicitRepresentation
ImplicitRepresentationProperty getLod4ImplicitRepresentation()
getGenericApplicationPropertyOfBuildingFurniture
java.util.List<ADEComponent> getGenericApplicationPropertyOfBuildingFurniture()
isSetClazz
boolean isSetClazz()
isSetFunction
boolean isSetFunction()
isSetUsage
boolean isSetUsage()
isSetLod4Geometry
boolean isSetLod4Geometry()
isSetLod4ImplicitRepresentation
boolean isSetLod4ImplicitRepresentation()
isSetGenericApplicationPropertyOfBuildingFurniture
boolean isSetGenericApplicationPropertyOfBuildingFurniture()
setClazz
void setClazz(java.lang.String clazz)
setFunction
void setFunction(java.util.List<java.lang.String> function)
addFunction
void addFunction(java.lang.String function)
setUsage
void setUsage(java.util.List<java.lang.String> usage)
addUsage
void addUsage(java.lang.String usage)
setLod4Geometry
void setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
setLod4ImplicitRepresentation
void setLod4ImplicitRepresentation(ImplicitRepresentationProperty lod4ImplicitRepresentation)
addGenericApplicationPropertyOfBuildingFurniture
void addGenericApplicationPropertyOfBuildingFurniture(ADEComponent ade)
setGenericApplicationPropertyOfBuildingFurniture
void setGenericApplicationPropertyOfBuildingFurniture(java.util.List<ADEComponent> ade)
unsetClazz
void unsetClazz()
unsetFunction
void unsetFunction()
unsetFunction
boolean unsetFunction(java.lang.String function)
unsetUsage
void unsetUsage()
unsetUsage
boolean unsetUsage(java.lang.String usage)
unsetLod4Geometry
void unsetLod4Geometry()
unsetLod4ImplicitRepresentation
void unsetLod4ImplicitRepresentation()
unsetGenericApplicationPropertyOfBuildingFurniture
void unsetGenericApplicationPropertyOfBuildingFurniture()
unsetGenericApplicationPropertyOfBuildingFurniture
boolean unsetGenericApplicationPropertyOfBuildingFurniture(ADEComponent ade)