public class CityModel extends AbstractFeatureCollection implements CoreModuleComponent
isSetMetaDataProperty
Constructor and Description |
---|
CityModel() |
CityModel(CoreModule module) |
addFeatureMember, getFeatureMember, getFeatureMembers, getGMLClass, isSetFeatureMember, isSetFeatureMembers, setFeatureMember, setFeatureMembers, unsetFeatureMember, unsetFeatureMember, unsetFeatureMembers
addGenericADEElement, getBoundedBy, getGenericADEElement, getLocation, isSetBoundedBy, isSetGenericADEElement, isSetLocation, setBoundedBy, setGenericADEElement, setLocation, unsetBoundedBy, unsetGenericADEElement, unsetGenericADEElement, unsetLocation
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
public CityModel()
public CityModel(CoreModule module)
public void addAppearanceMember(AppearanceMember appearanceMember)
public void addCityObjectMember(CityObjectMember cityObjectMember)
public void addGenericApplicationPropertyOfCityModel(ADEComponent ade)
public java.util.List<AppearanceMember> getAppearanceMember()
public java.util.List<CityObjectMember> getCityObjectMember()
public java.util.List<ADEComponent> getGenericApplicationPropertyOfCityModel()
public boolean isSetAppearanceMember()
public boolean isSetCityObjectMember()
public boolean isSetGenericApplicationPropertyOfCityModel()
public void setAppearanceMember(java.util.List<AppearanceMember> appearanceMember)
public void setCityObjectMember(java.util.List<CityObjectMember> cityObjectMember)
public void setGenericApplicationPropertyOfCityModel(java.util.List<ADEComponent> ade)
public void unsetAppearanceMember()
public boolean unsetAppearanceMember(AppearanceMember appearanceMember)
public void unsetCityObjectMember()
public boolean unsetCityObjectMember(CityObjectMember cityObjectMember)
public void unsetGenericApplicationPropertyOfCityModel()
public boolean unsetGenericApplicationPropertyOfCityModel(ADEComponent ade)
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final CoreModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
public BoundingShape calcBoundedBy(BoundingBoxOptions options)
calcBoundedBy
in class AbstractFeature
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractFeatureCollection
public void accept(FeatureVisitor visitor)
accept
in class AbstractFeature
public <T> T accept(FeatureFunctor<T> visitor)
accept
in class AbstractFeature
public void accept(GMLVisitor visitor)
accept
in class AbstractGML
public <T> T accept(GMLFunctor<T> visitor)
accept
in class AbstractGML