org.citygml4j.impl.citygml.building
Class WindowImpl
java.lang.Object
org.citygml4j.impl.gml.base.AbstractGMLImpl
org.citygml4j.impl.gml.feature.AbstractFeatureImpl
org.citygml4j.impl.citygml.core.AbstractCityObjectImpl
org.citygml4j.impl.citygml.building.AbstractOpeningImpl
org.citygml4j.impl.citygml.building.WindowImpl
- All Implemented Interfaces:
- AbstractOpening, BuildingModuleComponent, Window, CityGML, AbstractCityObject, CoreModuleComponent, Associable, ModelObject, Child, Copyable, AbstractGML, StandardObjectProperties, AbstractFeature, GML
public class WindowImpl
- extends AbstractOpeningImpl
- implements Window
Methods inherited from class org.citygml4j.impl.citygml.building.AbstractOpeningImpl |
addGenericApplicationPropertyOfOpening, calcBoundedBy, getCityGMLModule, getGenericApplicationPropertyOfOpening, getLod3MultiSurface, getLod4MultiSurface, getLodRepresentation, isSetCityGMLModule, isSetGenericApplicationPropertyOfOpening, isSetLod3MultiSurface, isSetLod4MultiSurface, setGenericApplicationPropertyOfOpening, setLod3MultiSurface, setLod4MultiSurface, unsetGenericApplicationPropertyOfOpening, unsetGenericApplicationPropertyOfOpening, unsetLod3MultiSurface, unsetLod4MultiSurface |
Methods inherited from class org.citygml4j.impl.citygml.core.AbstractCityObjectImpl |
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getModelType, 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 class org.citygml4j.impl.gml.feature.AbstractFeatureImpl |
addGenericADEComponent, getBoundedBy, getGenericADEComponent, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation |
Methods inherited from class org.citygml4j.impl.gml.base.AbstractGMLImpl |
addMetaDataProperty, addName, getDescription, getId, getMetaDataProperty, getName, getParent, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
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 |
WindowImpl
public WindowImpl()
WindowImpl
public WindowImpl(BuildingModule module)
addGenericApplicationPropertyOfWindow
public void addGenericApplicationPropertyOfWindow(ADEComponent ade)
- Specified by:
addGenericApplicationPropertyOfWindow
in interface Window
getGenericApplicationPropertyOfWindow
public java.util.List<ADEComponent> getGenericApplicationPropertyOfWindow()
- Specified by:
getGenericApplicationPropertyOfWindow
in interface Window
isSetGenericApplicationPropertyOfWindow
public boolean isSetGenericApplicationPropertyOfWindow()
- Specified by:
isSetGenericApplicationPropertyOfWindow
in interface Window
setGenericApplicationPropertyOfWindow
public void setGenericApplicationPropertyOfWindow(java.util.List<ADEComponent> ade)
- Specified by:
setGenericApplicationPropertyOfWindow
in interface Window
unsetGenericApplicationPropertyOfWindow
public void unsetGenericApplicationPropertyOfWindow()
- Specified by:
unsetGenericApplicationPropertyOfWindow
in interface Window
unsetGenericApplicationPropertyOfWindow
public boolean unsetGenericApplicationPropertyOfWindow(ADEComponent ade)
- Specified by:
unsetGenericApplicationPropertyOfWindow
in interface Window
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interface CityGML
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class AbstractOpeningImpl
accept
public void accept(FeatureVisitor visitor)
- Specified by:
accept
in interface AbstractFeature
accept
public <T> T accept(FeatureFunctor<T> visitor)
- Specified by:
accept
in interface AbstractFeature
accept
public void accept(GMLVisitor visitor)
- Specified by:
accept
in interface AbstractGML
accept
public <T> T accept(GMLFunctor<T> visitor)
- Specified by:
accept
in interface AbstractGML