Class SolitaryVegetationObjectType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.feature.AbstractCityObjectType
-
- org.citygml4j.binding.cityjson.feature.AbstractVegetationObjectType
-
- org.citygml4j.binding.cityjson.feature.SolitaryVegetationObjectType
-
- All Implemented Interfaces:
ExtensibleType
,Extension
public class SolitaryVegetationObjectType extends AbstractVegetationObjectType
-
-
Constructor Summary
Constructors Constructor Description SolitaryVegetationObjectType()
SolitaryVegetationObjectType(java.lang.String gmlId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolitaryVegetationObjectAttributes
getAttributes()
boolean
isValidGeometryType(GeometryTypeName type)
SolitaryVegetationObjectAttributes
newAttributes()
-
Methods inherited from class org.citygml4j.binding.cityjson.feature.AbstractCityObjectType
addChild, addChild, addExtensionProperty, addGeometry, addParent, addParent, getChildren, getExtensionProperties, getGeographicalExtent, getGeometry, getGmlId, getLocalProperty, getParents, getType, hasLocalProperty, isSetAttributes, isSetChildren, isSetExtensionProperties, isSetGeographicalExtent, isSetGmlId, isSetParent, newAttributes, removeExtensionProperty, removeGeometry, setChildren, setExtensionProperties, setGeographicalExtent, setGeometry, setGmlId, setLocalProperty, setParents, unsetAttributes, unsetChildren, unsetExtensionProperties, unsetGeographicalExtent, unsetGeometry, unsetLocalProperty, unsetParents
-
-
-
-
Method Detail
-
newAttributes
public SolitaryVegetationObjectAttributes newAttributes()
- Specified by:
newAttributes
in classAbstractCityObjectType
-
getAttributes
public SolitaryVegetationObjectAttributes getAttributes()
- Overrides:
getAttributes
in classAbstractCityObjectType
-
isValidGeometryType
public boolean isValidGeometryType(GeometryTypeName type)
- Specified by:
isValidGeometryType
in classAbstractCityObjectType
-
-