org.citygml4j.model.gml.feature
Interface FeatureArrayProperty
- All Superinterfaces:
- ArrayAssociation<AbstractFeature>, Association<AbstractFeature>, Child, Copyable, GML, ModelObject
- All Known Implementing Classes:
- FeatureArrayPropertyImpl
public interface FeatureArrayProperty
- extends ArrayAssociation<AbstractFeature>
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getFeature
java.util.List<? extends AbstractFeature> getFeature()
getGenericADEComponent
java.util.List<ADEComponent> getGenericADEComponent()
isSetFeature
boolean isSetFeature()
isSetGenericADEComponent
boolean isSetGenericADEComponent()
setFeature
void setFeature(java.util.List<? extends AbstractFeature> feature)
setGenericADEComponent
void setGenericADEComponent(java.util.List<ADEComponent> genericADEComponent)
addFeature
void addFeature(AbstractFeature feature)
addGenericADEComponent
void addGenericADEComponent(ADEComponent genericADEComponent)
unsetFeature
void unsetFeature()
unsetGenericADEComponent
void unsetGenericADEComponent()
unsetFeature
boolean unsetFeature(AbstractFeature feature)
unsetGenericADEComponent
boolean unsetGenericADEComponent(ADEComponent genericADEComponent)