| Package | Description |
|---|---|
| org.bimserver.interfaces.objects | |
| org.bimserver.plugins.serializers | |
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
SBounds |
SRevision.getBounds() |
SBounds |
SConcreteRevision.getBounds() |
SBounds |
SGeometryInfo.getBounds() |
SBounds |
SGeometryData.getBoundsMm() |
SBounds |
SRevision.getBoundsMm() |
SBounds |
SGeometryInfo.getBoundsMm() |
SBounds |
SRevision.getBoundsUntransformed() |
SBounds |
SConcreteRevision.getBoundsUntransformed() |
SBounds |
SGeometryInfo.getBoundsUntransformed() |
SBounds |
SRevision.getBoundsUntransformedMm() |
SBounds |
SGeometryInfo.getBoundsUntransformedMm() |
| Modifier and Type | Method and Description |
|---|---|
void |
SRevision.setBounds(SBounds bounds) |
void |
SConcreteRevision.setBounds(SBounds bounds) |
void |
SGeometryInfo.setBounds(SBounds bounds) |
void |
SGeometryData.setBoundsMm(SBounds boundsMm) |
void |
SRevision.setBoundsMm(SBounds boundsMm) |
void |
SGeometryInfo.setBoundsMm(SBounds boundsMm) |
void |
SRevision.setBoundsUntransformed(SBounds boundsUntransformed) |
void |
SConcreteRevision.setBoundsUntransformed(SBounds boundsUntransformed) |
void |
SGeometryInfo.setBoundsUntransformed(SBounds boundsUntransformed) |
void |
SRevision.setBoundsUntransformedMm(SBounds boundsUntransformedMm) |
void |
SGeometryInfo.setBoundsUntransformedMm(SBounds boundsUntransformedMm) |
| Modifier and Type | Method and Description |
|---|---|
SBounds |
ProjectInfo.getBounds() |
SBounds |
ProjectInfo.getBoundsUntranslated() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectInfo.setBounds(SBounds bounds) |
void |
ProjectInfo.setBoundsUntranslated(SBounds boundsUntranslated) |
| Modifier and Type | Method and Description |
|---|---|
SBounds |
ServiceInterfaceAdaptor.getModelBounds(Long roid) |
SBounds |
ServiceInterface.getModelBounds(Long roid) |
SBounds |
ServiceInterfaceAdaptor.getModelBoundsForConcreteRevision(Long croid) |
SBounds |
ServiceInterface.getModelBoundsForConcreteRevision(Long croid) |
SBounds |
ServiceInterfaceAdaptor.getModelBoundsUntransformed(Long roid) |
SBounds |
ServiceInterface.getModelBoundsUntransformed(Long roid) |
SBounds |
ServiceInterfaceAdaptor.getModelBoundsUntransformedForConcreteRevision(Long croid) |
SBounds |
ServiceInterface.getModelBoundsUntransformedForConcreteRevision(Long croid) |
SBounds |
ServiceInterfaceAdaptor.getTotalBounds(Set<Long> roids) |
SBounds |
ServiceInterface.getTotalBounds(Set<Long> roids) |
SBounds |
ServiceInterfaceAdaptor.getTotalUntransformedBounds(Set<Long> roids) |
SBounds |
ServiceInterface.getTotalUntransformedBounds(Set<Long> roids) |
| Modifier and Type | Method and Description |
|---|---|
List<SBounds> |
ServiceInterfaceAdaptor.listBoundingBoxes(Set<Long> roids) |
List<SBounds> |
ServiceInterface.listBoundingBoxes(Set<Long> roids) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.GetModelBoundsCallback.success(SBounds result) |
void |
AsyncServiceInterface.GetModelBoundsForConcreteRevisionCallback.success(SBounds result) |
void |
AsyncServiceInterface.GetModelBoundsUntransformedCallback.success(SBounds result) |
void |
AsyncServiceInterface.GetModelBoundsUntransformedForConcreteRevisionCallback.success(SBounds result) |
void |
AsyncServiceInterface.GetTotalBoundsCallback.success(SBounds result) |
void |
AsyncServiceInterface.GetTotalUntransformedBoundsCallback.success(SBounds result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.ListBoundingBoxesCallback.success(List<SBounds> result) |
Copyright © 2018 OpenSource BIM. All rights reserved.