public abstract class AbstractBuildingType extends AbstractCityObjectType
gmlId
Constructor and Description |
---|
AbstractBuildingType(java.lang.String gmlId) |
Modifier and Type | Method and Description |
---|---|
void |
addInstallation(java.lang.String installation) |
AddressType |
getAddress() |
BuildingAttributes |
getAttributes() |
java.util.List<java.lang.String> |
getInstallations() |
boolean |
isSetAddress() |
boolean |
isSetAttributes() |
boolean |
isSetInstallations() |
boolean |
isValidGeometryType(GeometryTypeName type) |
BuildingAttributes |
newAttributes() |
void |
setAddress(AddressType address) |
void |
setAttributes(BuildingAttributes attributes) |
void |
setInstallations(java.util.List<java.lang.String> installations) |
void |
unsetAttributes() |
void |
unsetInstallations() |
addGeometry, getBBox, getGeometry, getGmlId, getLocalProperty, getType, hasLocalProperty, isSetBBox, removeGeometry, setBBox, setGeometry, setLocalProperty, unsetBBox, unsetGeometry, unsetLocalProperty
public BuildingAttributes newAttributes()
newAttributes
in class AbstractCityObjectType
public boolean isSetAttributes()
isSetAttributes
in class AbstractCityObjectType
public BuildingAttributes getAttributes()
getAttributes
in class AbstractCityObjectType
public void setAttributes(BuildingAttributes attributes)
public void unsetAttributes()
unsetAttributes
in class AbstractCityObjectType
public boolean isSetAddress()
public AddressType getAddress()
public void setAddress(AddressType address)
public boolean isSetInstallations()
public void addInstallation(java.lang.String installation)
public java.util.List<java.lang.String> getInstallations()
public void setInstallations(java.util.List<java.lang.String> installations)
public void unsetInstallations()
public boolean isValidGeometryType(GeometryTypeName type)
isValidGeometryType
in class AbstractCityObjectType