org.citygml4j.model.citygml.appearance
Interface AbstractSurfaceData
- All Superinterfaces:
- AbstractFeature, AbstractGML, AppearanceModuleComponent, Associable, Child, CityGML, Copyable, GML, ModelObject, StandardObjectProperties
- All Known Subinterfaces:
- AbstractTexture, GeoreferencedTexture, ParameterizedTexture, X3DMaterial
- All Known Implementing Classes:
- AbstractSurfaceDataImpl, AbstractTextureImpl, GeoreferencedTextureImpl, ParameterizedTextureImpl, X3DMaterialImpl
public interface AbstractSurfaceData
- extends AppearanceModuleComponent, AbstractFeature
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 |
getIsFront
java.lang.Boolean getIsFront()
getGenericApplicationPropertyOfSurfaceData
java.util.List<ADEComponent> getGenericApplicationPropertyOfSurfaceData()
isSetIsFront
boolean isSetIsFront()
isSetGenericApplicationPropertyOfSurfaceData
boolean isSetGenericApplicationPropertyOfSurfaceData()
setIsFront
void setIsFront(java.lang.Boolean isFront)
addGenericApplicationPropertyOfSurfaceData
void addGenericApplicationPropertyOfSurfaceData(ADEComponent ade)
setGenericApplicationPropertyOfSurfaceData
void setGenericApplicationPropertyOfSurfaceData(java.util.List<ADEComponent> ade)
unsetIsFront
void unsetIsFront()
unsetGenericApplicationPropertyOfSurfaceData
void unsetGenericApplicationPropertyOfSurfaceData()
unsetGenericApplicationPropertyOfSurfaceData
boolean unsetGenericApplicationPropertyOfSurfaceData(ADEComponent ade)