org.citygml4j.model.gml.geometry.complexes
Interface GeometricComplex
- All Superinterfaces:
- AbstractGeometry, AbstractGML, Associable, Child, Copyable, GML, ModelObject, SRSInformationGroup, SRSReferenceGroup, StandardObjectProperties
- All Known Implementing Classes:
- GeometricComplexImpl
public interface GeometricComplex
- extends AbstractGeometry
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
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 |
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 |
getElement
java.util.List<GeometricPrimitiveProperty> getElement()
isSetElement
boolean isSetElement()
addElement
void addElement(GeometricPrimitiveProperty element)
setElement
void setElement(java.util.List<GeometricPrimitiveProperty> element)
unsetElement
void unsetElement()
unsetElement
boolean unsetElement(GeometricPrimitiveProperty element)