org.citygml4j.model.citygml.waterbody
Interface AbstractWaterBoundarySurface
- All Superinterfaces:
- AbstractCityObject, AbstractFeature, AbstractGML, Associable, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, StandardObjectProperties, WaterBodyModuleComponent
- All Known Subinterfaces:
- WaterClosureSurface, WaterGroundSurface, WaterSurface
- All Known Implementing Classes:
- AbstractWaterBoundarySurfaceImpl, WaterClosureSurfaceImpl, WaterGroundSurfaceImpl, WaterSurfaceImpl
public interface AbstractWaterBoundarySurface
- extends WaterBodyModuleComponent, 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 |
getLod2Surface
SurfaceProperty getLod2Surface()
getLod3Surface
SurfaceProperty getLod3Surface()
getLod4Surface
SurfaceProperty getLod4Surface()
getGenericApplicationPropertyOfWaterBoundarySurface
java.util.List<ADEComponent> getGenericApplicationPropertyOfWaterBoundarySurface()
isSetLod2Surface
boolean isSetLod2Surface()
isSetLod3Surface
boolean isSetLod3Surface()
isSetLod4Surface
boolean isSetLod4Surface()
isSetGenericApplicationPropertyOfWaterBoundarySurface
boolean isSetGenericApplicationPropertyOfWaterBoundarySurface()
setLod2Surface
void setLod2Surface(SurfaceProperty lod2Surface)
setLod3Surface
void setLod3Surface(SurfaceProperty lod3Surface)
setLod4Surface
void setLod4Surface(SurfaceProperty lod4Surface)
addGenericApplicationPropertyOfWaterBoundarySurface
void addGenericApplicationPropertyOfWaterBoundarySurface(ADEComponent ade)
setGenericApplicationPropertyOfWaterBoundarySurface
void setGenericApplicationPropertyOfWaterBoundarySurface(java.util.List<ADEComponent> ade)
unsetLod2Surface
void unsetLod2Surface()
unsetLod3Surface
void unsetLod3Surface()
unsetLod4Surface
void unsetLod4Surface()
unsetGenericApplicationPropertyOfWaterBoundarySurface
void unsetGenericApplicationPropertyOfWaterBoundarySurface()
unsetGenericApplicationPropertyOfWaterBoundarySurface
boolean unsetGenericApplicationPropertyOfWaterBoundarySurface(ADEComponent ade)