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