|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AtmosphericCondition | |
org.deegree_impl.services.wts | |
org.deegree.services.wts |
Uses of AtmosphericCondition in org.deegree_impl.services.wts |
Methods in org.deegree_impl.services.wts that return AtmosphericCondition | |
AtmosphericCondition[] |
WTSScene_Impl.getAtmosphericConditions()
gets the atmospheric conditions for the rendering. |
Methods in org.deegree_impl.services.wts with parameters of type AtmosphericCondition | |
void |
WTSScene_Impl.setAtmosphericConditions(AtmosphericCondition[] conditions)
sets the atmospheric conditions for the rendering. e.g. if a clear day (maybe summer late morning) is assumed there will be very sharp shadows. if vice versa a cloudy day (let's say autumn late afternoon) with some poor rain and a bit fog is assumed there won't be sharp shadows but some kind of 'gray curtain' over the scene. |
void |
WTSScene_Impl.addAtmosphericCondition(AtmosphericCondition condition)
adds a atmospheric condition to the scene. |
static WTSScene |
WTSFactory.createWTSScene(Shape3D[] terrain,
Group[] feature,
ViewPoint viewPoint,
java.util.Calendar calendar,
AtmosphericCondition[] conditions,
Light[] lights,
java.lang.Object background)
creates a WTS scene from its components |
Constructors in org.deegree_impl.services.wts with parameters of type AtmosphericCondition | |
WTSScene_Impl(Shape3D[] terrain,
Group[] feature,
ViewPoint viewPoint,
java.util.Calendar calendar,
AtmosphericCondition[] conditions)
Creates a new instance of WTSScene_Impl |
|
WTSScene_Impl(Shape3D[] terrain,
Group[] feature,
ViewPoint viewPoint,
java.util.Calendar calendar,
AtmosphericCondition[] conditions,
Light[] lights)
Creates a new instance of WTSScene_Impl |
|
WTSScene_Impl(Shape3D[] terrain,
Group[] feature,
ViewPoint viewPoint,
java.util.Calendar calendar,
AtmosphericCondition[] conditions,
Light[] lights,
java.lang.Object background)
Creates a new instance of WTSScene_Impl |
Uses of AtmosphericCondition in org.deegree.services.wts |
Methods in org.deegree.services.wts that return AtmosphericCondition | |
AtmosphericCondition[] |
WTSScene.getAtmosphericConditions()
returns the athmospheric conditions of the scene |
Methods in org.deegree.services.wts with parameters of type AtmosphericCondition | |
void |
WTSScene.setAtmosphericConditions(AtmosphericCondition[] conditions)
sets the atmospheric conditions for the rendering. e.g. if a clear day (maybe summer late morning) is assumed there will be very sharp shadows. if vice versa a cloudy day (let's say autumn late afternoon) with some poor rain and a bit fog is assumed there won't be sharp shadows but some kind of 'gray curtain' over the scene. |
void |
WTSScene.addAtmosphericCondition(AtmosphericCondition conditions)
adds a atmospheric condition to the scene. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |