org.citygml4j.model.gml.geometry.primitives
Interface Solid
- All Superinterfaces:
- AbstractGeometricPrimitive, AbstractGeometry, AbstractGML, AbstractSolid, Associable, Child, Copyable, GML, ModelObject, SRSInformationGroup, SRSReferenceGroup, StandardObjectProperties
- All Known Implementing Classes:
- SolidImpl
public interface Solid
- extends AbstractSolid
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.geometry.SRSInformationGroup |
addAxisLabel, addUomLabel, getAxisLabels, getUomLabels, isSetAxisLabels, isSetUomLabels, setAxisLabels, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetUomLabels, unsetUomLabels |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getExterior
SurfaceProperty getExterior()
getInterior
java.util.List<SurfaceProperty> getInterior()
isSetExterior
boolean isSetExterior()
isSetInterior
boolean isSetInterior()
setExterior
void setExterior(SurfaceProperty exterior)
addInterior
void addInterior(SurfaceProperty interior)
setInterior
void setInterior(java.util.List<SurfaceProperty> interior)
unsetExterior
void unsetExterior()
unsetInterior
void unsetInterior()
unsetInterior
boolean unsetInterior(SurfaceProperty interior)