org.citygml4j.model.citygml.building
Interface Window
- All Superinterfaces:
- AbstractCityObject, AbstractFeature, AbstractGML, AbstractOpening, Associable, BuildingModuleComponent, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, StandardObjectProperties
- All Known Implementing Classes:
- WindowImpl
public interface Window
- extends AbstractOpening
Methods inherited from interface org.citygml4j.model.citygml.building.AbstractOpening |
addGenericApplicationPropertyOfOpening, getGenericApplicationPropertyOfOpening, getLod3MultiSurface, getLod4MultiSurface, isSetGenericApplicationPropertyOfOpening, isSetLod3MultiSurface, isSetLod4MultiSurface, setGenericApplicationPropertyOfOpening, setLod3MultiSurface, setLod4MultiSurface, unsetGenericApplicationPropertyOfOpening, unsetGenericApplicationPropertyOfOpening, unsetLod3MultiSurface, unsetLod4MultiSurface |
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 |
getGenericApplicationPropertyOfWindow
java.util.List<ADEComponent> getGenericApplicationPropertyOfWindow()
isSetGenericApplicationPropertyOfWindow
boolean isSetGenericApplicationPropertyOfWindow()
addGenericApplicationPropertyOfWindow
void addGenericApplicationPropertyOfWindow(ADEComponent ade)
setGenericApplicationPropertyOfWindow
void setGenericApplicationPropertyOfWindow(java.util.List<ADEComponent> ade)
unsetGenericApplicationPropertyOfWindow
void unsetGenericApplicationPropertyOfWindow()
unsetGenericApplicationPropertyOfWindow
boolean unsetGenericApplicationPropertyOfWindow(ADEComponent ade)