org.citygml4j.model.gml.geometry.aggregates
Interface MultiPolygonProperty

All Superinterfaces:
Association<MultiPolygon>, AssociationAttributeGroup, AssociationByRep<MultiPolygon>, AssociationByRepOrRef<MultiPolygon>, Child, Copyable, GeometryProperty<MultiPolygon>, GML, ModelObject
All Known Implementing Classes:
MultiPolygonPropertyImpl

public interface MultiPolygonProperty
extends GeometryProperty<MultiPolygon>


Method Summary
 MultiPolygon getMultiPolygon()
           
 boolean isSetMultiPolygon()
           
 void setMultiPolygon(MultiPolygon multiPolygon)
           
 void unsetMultiPolygon()
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.GeometryProperty
getGeometry, isSetGeometry, setGeometry, unsetGeometry
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getMultiPolygon

MultiPolygon getMultiPolygon()

isSetMultiPolygon

boolean isSetMultiPolygon()

setMultiPolygon

void setMultiPolygon(MultiPolygon multiPolygon)

unsetMultiPolygon

void unsetMultiPolygon()