org.citygml4j.model.citygml.building
Interface ClosureSurface

All Superinterfaces:
AbstractBoundarySurface, AbstractCityObject, AbstractFeature, AbstractGML, Associable, BuildingModuleComponent, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, StandardObjectProperties
All Known Implementing Classes:
ClosureSurfaceImpl

public interface ClosureSurface
extends AbstractBoundarySurface


Method Summary
 void addGenericApplicationPropertyOfClosureSurface(ADEComponent ade)
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfClosureSurface()
           
 boolean isSetGenericApplicationPropertyOfClosureSurface()
           
 void setGenericApplicationPropertyOfClosureSurface(java.util.List<ADEComponent> ade)
           
 void unsetGenericApplicationPropertyOfClosureSurface()
           
 boolean unsetGenericApplicationPropertyOfClosureSurface(ADEComponent ade)
           
 
Methods inherited from interface org.citygml4j.model.citygml.building.AbstractBoundarySurface
addGenericApplicationPropertyOfBoundarySurface, addOpening, getGenericApplicationPropertyOfBoundarySurface, getLod2MultiSurface, getLod3MultiSurface, getLod4MultiSurface, getOpening, isSetGenericApplicationPropertyOfBoundarySurface, isSetLod2MultiSurface, isSetLod3MultiSurface, isSetLod4MultiSurface, isSetOpening, setGenericApplicationPropertyOfBoundarySurface, setLod2MultiSurface, setLod3MultiSurface, setLod4MultiSurface, setOpening, unsetGenericApplicationPropertyOfBoundarySurface, unsetGenericApplicationPropertyOfBoundarySurface, unsetLod2MultiSurface, unsetLod3MultiSurface, unsetLod4MultiSurface, unsetOpening, unsetOpening
 
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.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
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.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getGenericApplicationPropertyOfClosureSurface

java.util.List<ADEComponent> getGenericApplicationPropertyOfClosureSurface()

isSetGenericApplicationPropertyOfClosureSurface

boolean isSetGenericApplicationPropertyOfClosureSurface()

addGenericApplicationPropertyOfClosureSurface

void addGenericApplicationPropertyOfClosureSurface(ADEComponent ade)

setGenericApplicationPropertyOfClosureSurface

void setGenericApplicationPropertyOfClosureSurface(java.util.List<ADEComponent> ade)

unsetGenericApplicationPropertyOfClosureSurface

void unsetGenericApplicationPropertyOfClosureSurface()

unsetGenericApplicationPropertyOfClosureSurface

boolean unsetGenericApplicationPropertyOfClosureSurface(ADEComponent ade)