org.citygml4j.model.citygml.core
Interface AbstractSite
- All Superinterfaces:
- AbstractCityObject, AbstractFeature, AbstractGML, Associable, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, StandardObjectProperties
- All Known Subinterfaces:
- AbstractBuilding, Building, BuildingPart
- All Known Implementing Classes:
- AbstractBuildingImpl, AbstractSiteImpl, BuildingImpl, BuildingPartImpl
public interface AbstractSite
- extends 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 |
getGenericApplicationPropertyOfSite
java.util.List<ADEComponent> getGenericApplicationPropertyOfSite()
isSetGenericApplicationPropertyOfSite
boolean isSetGenericApplicationPropertyOfSite()
addGenericApplicationPropertyOfSite
void addGenericApplicationPropertyOfSite(ADEComponent ade)
setGenericApplicationPropertyOfSite
void setGenericApplicationPropertyOfSite(java.util.List<ADEComponent> ade)
unsetGenericApplicationPropertyOfSite
void unsetGenericApplicationPropertyOfSite()
unsetGenericApplicationPropertyOfSite
boolean unsetGenericApplicationPropertyOfSite(ADEComponent ade)