org.citygml4j.model.citygml.building
Interface Door
- All Superinterfaces:
- AbstractCityObject, AbstractFeature, AbstractGML, AbstractOpening, Associable, BuildingModuleComponent, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, StandardObjectProperties
- All Known Implementing Classes:
- DoorImpl
public interface Door
- 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 |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getAddress
java.util.List<AddressProperty> getAddress()
getGenericApplicationPropertyOfDoor
java.util.List<ADEComponent> getGenericApplicationPropertyOfDoor()
isSetAddress
boolean isSetAddress()
isSetGenericApplicationPropertyOfDoor
boolean isSetGenericApplicationPropertyOfDoor()
setAddress
void setAddress(java.util.List<AddressProperty> address)
addAddress
void addAddress(AddressProperty address)
addGenericApplicationPropertyOfDoor
void addGenericApplicationPropertyOfDoor(ADEComponent ade)
setGenericApplicationPropertyOfDoor
void setGenericApplicationPropertyOfDoor(java.util.List<ADEComponent> ade)
unsetAddress
void unsetAddress()
unsetAddress
boolean unsetAddress(AddressProperty address)
unsetGenericApplicationPropertyOfDoor
void unsetGenericApplicationPropertyOfDoor()
unsetGenericApplicationPropertyOfDoor
boolean unsetGenericApplicationPropertyOfDoor(ADEComponent ade)