|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundarySurfaceProperty | |
---|---|
org.citygml4j.builder.jaxb.marshal.citygml.building | |
org.citygml4j.builder.jaxb.unmarshal.citygml.building | |
org.citygml4j.model.citygml.building |
Uses of BoundarySurfaceProperty in org.citygml4j.builder.jaxb.marshal.citygml.building |
---|
Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BoundarySurfaceProperty | |
---|---|
BoundarySurfacePropertyType |
Building200Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
|
BoundarySurfacePropertyType |
Building100Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
|
Uses of BoundarySurfaceProperty in org.citygml4j.builder.jaxb.unmarshal.citygml.building |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return BoundarySurfaceProperty | |
---|---|
BoundarySurfaceProperty |
Building200Unmarshaller.unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
|
BoundarySurfaceProperty |
Building100Unmarshaller.unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
|
Uses of BoundarySurfaceProperty in org.citygml4j.model.citygml.building |
---|
Methods in org.citygml4j.model.citygml.building that return types with arguments of type BoundarySurfaceProperty | |
---|---|
java.util.List<BoundarySurfaceProperty> |
Room.getBoundedBySurface()
|
java.util.List<BoundarySurfaceProperty> |
IntBuildingInstallation.getBoundedBySurface()
|
java.util.List<BoundarySurfaceProperty> |
BuildingInstallation.getBoundedBySurface()
|
java.util.List<BoundarySurfaceProperty> |
AbstractBuilding.getBoundedBySurface()
|
Methods in org.citygml4j.model.citygml.building with parameters of type BoundarySurfaceProperty | |
---|---|
void |
Room.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
|
void |
IntBuildingInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
|
void |
BuildingInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
|
void |
AbstractBuilding.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
|
boolean |
Room.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
|
boolean |
IntBuildingInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
|
boolean |
BuildingInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
|
boolean |
AbstractBuilding.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
|
Method parameters in org.citygml4j.model.citygml.building with type arguments of type BoundarySurfaceProperty | |
---|---|
void |
Room.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
|
void |
IntBuildingInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
|
void |
BuildingInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
|
void |
AbstractBuilding.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |