Class AbstractOpening
- java.lang.Object
-
- org.citygml4j.model.gml.base.AbstractGML
-
- org.citygml4j.model.gml.feature.AbstractFeature
-
- org.citygml4j.model.citygml.core.AbstractCityObject
-
- org.citygml4j.model.citygml.bridge.AbstractOpening
-
- All Implemented Interfaces:
java.io.Serializable
,BridgeModuleComponent
,CityGML
,CityGMLModuleComponent
,CoreModuleComponent
,Associable
,ModelObject
,Child
,Copyable
,StandardObjectProperties
,GML
public abstract class AbstractOpening extends AbstractCityObject implements BridgeModuleComponent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractOpening()
AbstractOpening(Module module)
-
Method Summary
-
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
accept, accept, 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
accept, accept, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass
-
-
-
-
Constructor Detail
-
AbstractOpening
public AbstractOpening()
-
AbstractOpening
public AbstractOpening(Module module)
-
-
Method Detail
-
getLod3ImplicitRepresentation
public ImplicitRepresentationProperty getLod3ImplicitRepresentation()
-
getLod4ImplicitRepresentation
public ImplicitRepresentationProperty getLod4ImplicitRepresentation()
-
isSetLod3ImplicitRepresentation
public boolean isSetLod3ImplicitRepresentation()
-
isSetLod4ImplicitRepresentation
public boolean isSetLod4ImplicitRepresentation()
-
setLod3ImplicitRepresentation
public void setLod3ImplicitRepresentation(ImplicitRepresentationProperty lod3ImplicitRepresentation)
-
setLod4ImplicitRepresentation
public void setLod4ImplicitRepresentation(ImplicitRepresentationProperty lod4ImplicitRepresentation)
-
unsetLod3ImplicitRepresentation
public void unsetLod3ImplicitRepresentation()
-
unsetLod4ImplicitRepresentation
public void unsetLod4ImplicitRepresentation()
-
addGenericApplicationPropertyOfOpening
public void addGenericApplicationPropertyOfOpening(ADEComponent ade)
-
getGenericApplicationPropertyOfOpening
public java.util.List<ADEComponent> getGenericApplicationPropertyOfOpening()
-
getLod3MultiSurface
public MultiSurfaceProperty getLod3MultiSurface()
-
getLod4MultiSurface
public MultiSurfaceProperty getLod4MultiSurface()
-
isSetGenericApplicationPropertyOfOpening
public boolean isSetGenericApplicationPropertyOfOpening()
-
isSetLod3MultiSurface
public boolean isSetLod3MultiSurface()
-
isSetLod4MultiSurface
public boolean isSetLod4MultiSurface()
-
setGenericApplicationPropertyOfOpening
public void setGenericApplicationPropertyOfOpening(java.util.List<ADEComponent> ade)
-
setLod3MultiSurface
public void setLod3MultiSurface(MultiSurfaceProperty lod3MultiSurface)
-
setLod4MultiSurface
public void setLod4MultiSurface(MultiSurfaceProperty lod4MultiSurface)
-
unsetGenericApplicationPropertyOfOpening
public void unsetGenericApplicationPropertyOfOpening()
-
unsetGenericApplicationPropertyOfOpening
public boolean unsetGenericApplicationPropertyOfOpening(ADEComponent ade)
-
unsetLod3MultiSurface
public void unsetLod3MultiSurface()
-
unsetLod4MultiSurface
public void unsetLod4MultiSurface()
-
calcBoundedBy
public BoundingShape calcBoundedBy(BoundingBoxOptions options)
- Overrides:
calcBoundedBy
in classAbstractCityObject
-
getLodRepresentation
public LodRepresentation getLodRepresentation()
- Overrides:
getLodRepresentation
in classAbstractCityObject
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classAbstractCityObject
-
-