Class Bridge
- java.lang.Object
-
- All Implemented Interfaces:
java.io.Serializable
,BridgeModuleComponent
,CityGML
,CityGMLModuleComponent
,CoreModuleComponent
,StandardObjectClassifier
,Associable
,ModelObject
,Child
,Copyable
,StandardObjectProperties
,GML
public class Bridge extends AbstractBridge
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(FeatureFunctor<T> visitor)
void
accept(FeatureVisitor visitor)
<T> T
accept(GMLFunctor<T> visitor)
void
accept(GMLVisitor visitor)
void
addGenericApplicationPropertyOfBridge(ADEComponent ade)
BoundingShape
calcBoundedBy(BoundingBoxOptions options)
java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
CityGMLClass
getCityGMLClass()
java.util.List<ADEComponent>
getGenericApplicationPropertyOfBridge()
boolean
isSetGenericApplicationPropertyOfBridge()
void
setGenericApplicationPropertyOfBridge(java.util.List<ADEComponent> ade)
void
unsetGenericApplicationPropertyOfBridge()
boolean
unsetGenericApplicationPropertyOfBridge(ADEComponent ade)
-
Methods inherited from class org.citygml4j.model.citygml.bridge.AbstractBridge
addAddress, addBoundedBySurface, addConsistsOfBridgePart, addFunction, addGenericApplicationPropertyOfAbstractBridge, addInteriorBridgeInstallation, addInteriorBridgeRoom, addOuterBridgeConstructionElement, addOuterBridgeInstallation, addUsage, getAddress, getBoundedBySurface, getClazz, getConsistsOfBridgePart, getFunction, getGenericApplicationPropertyOfAbstractBridge, getInteriorBridgeInstallation, getInteriorBridgeRoom, getIsMovable, getLod1MultiSurface, getLod1Solid, getLod1TerrainIntersection, getLod2MultiCurve, getLod2MultiSurface, getLod2Solid, getLod2TerrainIntersection, getLod3MultiCurve, getLod3MultiSurface, getLod3Solid, getLod3TerrainIntersection, getLod4MultiCurve, getLod4MultiSurface, getLod4Solid, getLod4TerrainIntersection, getLodRepresentation, getOuterBridgeConstructionElement, getOuterBridgeInstallation, getUsage, getYearOfConstruction, getYearOfDemolition, isSetAddress, isSetBoundedBySurface, isSetClazz, isSetConsistsOfBridgePart, isSetFunction, isSetGenericApplicationPropertyOfAbstractBridge, isSetInteriorBridgeInstallation, isSetInteriorBridgeRoom, isSetIsMovable, isSetLod1MultiSurface, isSetLod1Solid, isSetLod1TerrainIntersection, isSetLod2MultiCurve, isSetLod2MultiSurface, isSetLod2Solid, isSetLod2TerrainIntersection, isSetLod3MultiCurve, isSetLod3MultiSurface, isSetLod3Solid, isSetLod3TerrainIntersection, isSetLod4MultiCurve, isSetLod4MultiSurface, isSetLod4Solid, isSetLod4TerrainIntersection, isSetOuterBridgeConstructionElement, isSetOuterBridgeInstallation, isSetUsage, isSetYearOfConstruction, isSetYearOfDemolition, setAddress, setBoundedBySurface, setClazz, setConsistsOfBridgePart, setFunction, setGenericApplicationPropertyOfAbstractBridge, setInteriorBridgeInstallation, setInteriorBridgeRoom, setIsMovable, setLod1MultiSurface, setLod1Solid, setLod1TerrainIntersection, setLod2MultiCurve, setLod2MultiSurface, setLod2Solid, setLod2TerrainIntersection, setLod3MultiCurve, setLod3MultiSurface, setLod3Solid, setLod3TerrainIntersection, setLod4MultiCurve, setLod4MultiSurface, setLod4Solid, setLod4TerrainIntersection, setOuterBridgeConstructionElement, setOuterBridgeInstallation, setUsage, setYearOfConstruction, setYearOfConstruction, setYearOfDemolition, setYearOfDemolition, unsetAddress, unsetAddress, unsetBoundedBySurface, unsetBoundedBySurface, unsetClazz, unsetConsistsOfBridgePart, unsetConsistsOfBridgePart, unsetFunction, unsetFunction, unsetGenericApplicationPropertyOfAbstractBridge, unsetGenericApplicationPropertyOfAbstractBridge, unsetInteriorBridgeInstallation, unsetInteriorBridgeInstallation, unsetInteriorBridgeRoom, unsetInteriorBridgeRoom, unsetIsMovable, unsetLod1MultiSurface, unsetLod1Solid, unsetLod1TerrainIntersection, unsetLod2MultiCurve, unsetLod2MultiSurface, unsetLod2Solid, unsetLod2TerrainIntersection, unsetLod3MultiCurve, unsetLod3MultiSurface, unsetLod3Solid, unsetLod3TerrainIntersection, unsetLod4MultiCurve, unsetLod4MultiSurface, unsetLod4Solid, unsetLod4TerrainIntersection, unsetOuterBridgeConstructionElement, unsetOuterBridgeConstructionElement, unsetOuterBridgeInstallation, unsetOuterBridgeInstallation, unsetUsage, unsetUsage, unsetYearOfConstruction, unsetYearOfDemolition
-
Methods inherited from class org.citygml4j.model.citygml.core.AbstractSite
addGenericApplicationPropertyOfSite, getGenericApplicationPropertyOfSite, isSetGenericApplicationPropertyOfSite, setGenericApplicationPropertyOfSite, unsetGenericApplicationPropertyOfSite, unsetGenericApplicationPropertyOfSite
-
Methods inherited from class org.citygml4j.model.citygml.core.AbstractCityObject
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetGenericAttribute, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setAppearance, setCreationDate, setCreationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setGenericAttribute, setRelativeToTerrain, setRelativeToWater, setTerminationDate, setTerminationDate, setTerminationDate, unsetAppearance, unsetAppearance, unsetCreationDate, unsetExternalReference, unsetExternalReference, unsetGeneralizesTo, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject, unsetGenericApplicationPropertyOfCityObject, unsetGenericAttribute, unsetGenericAttribute, unsetRelativeToTerrain, unsetRelativeToWater, unsetTerminationDate
-
Methods inherited from class org.citygml4j.model.gml.feature.AbstractFeature
addGenericADEElement, getBoundedBy, getGenericADEElement, getGMLClass, getLocation, getModule, isSetBoundedBy, isSetGenericADEElement, isSetLocation, isSetModule, setBoundedBy, setGenericADEElement, setLocation, setModule, unsetBoundedBy, unsetGenericADEElement, unsetGenericADEElement, unsetLocation
-
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML
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
-
-
-
-
Constructor Detail
-
Bridge
public Bridge()
-
Bridge
public Bridge(Module module)
-
-
Method Detail
-
addGenericApplicationPropertyOfBridge
public void addGenericApplicationPropertyOfBridge(ADEComponent ade)
-
getGenericApplicationPropertyOfBridge
public java.util.List<ADEComponent> getGenericApplicationPropertyOfBridge()
-
isSetGenericApplicationPropertyOfBridge
public boolean isSetGenericApplicationPropertyOfBridge()
-
setGenericApplicationPropertyOfBridge
public void setGenericApplicationPropertyOfBridge(java.util.List<ADEComponent> ade)
-
unsetGenericApplicationPropertyOfBridge
public void unsetGenericApplicationPropertyOfBridge()
-
unsetGenericApplicationPropertyOfBridge
public boolean unsetGenericApplicationPropertyOfBridge(ADEComponent ade)
-
getCityGMLClass
public CityGMLClass getCityGMLClass()
-
calcBoundedBy
public BoundingShape calcBoundedBy(BoundingBoxOptions options)
- Overrides:
calcBoundedBy
in classAbstractBridge
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classAbstractBridge
-
accept
public void accept(FeatureVisitor visitor)
- Specified by:
accept
in classAbstractFeature
-
accept
public <T> T accept(FeatureFunctor<T> visitor)
- Specified by:
accept
in classAbstractFeature
-
accept
public void accept(GMLVisitor visitor)
- Specified by:
accept
in classAbstractGML
-
accept
public <T> T accept(GMLFunctor<T> visitor)
- Specified by:
accept
in classAbstractGML
-
-