public class MultiPolygonProperty extends GeometryProperty<MultiPolygon>
Constructor and Description |
---|
MultiPolygonProperty() |
MultiPolygonProperty(MultiPolygon multiPolygon) |
MultiPolygonProperty(java.lang.String href) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Class<MultiPolygon> |
getAssociableClass() |
GMLClass |
getGMLClass() |
MultiPolygon |
getMultiPolygon() |
boolean |
isSetMultiPolygon() |
void |
setMultiPolygon(MultiPolygon multiPolygon) |
void |
unsetMultiPolygon() |
getGeometry, isSetGeometry, setGeometry, unsetGeometry
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
getLocalProperty, getModelType, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModelType
public MultiPolygonProperty()
public MultiPolygonProperty(MultiPolygon multiPolygon)
public MultiPolygonProperty(java.lang.String href)
public MultiPolygon getMultiPolygon()
public boolean isSetMultiPolygon()
public void setMultiPolygon(MultiPolygon multiPolygon)
public void unsetMultiPolygon()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class GeometryProperty<MultiPolygon>
public java.lang.Class<MultiPolygon> getAssociableClass()
getAssociableClass
in interface Association<MultiPolygon>
getAssociableClass
in class GeometryProperty<MultiPolygon>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class GeometryProperty<MultiPolygon>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class GeometryProperty<MultiPolygon>