Uses of Enum Class
com.openinventor.inventor.projection.SbProj4Projection.Projections
Packages that use SbProj4Projection.Projections
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SbProj4Projection.Projections in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SbProj4Projection.ProjectionsModifier and TypeMethodDescriptionReturns current render mode in the state.SoGeoRenderElement.getDefault()Returns the default render mode.Methods in com.openinventor.inventor.elements with parameters of type SbProj4Projection.ProjectionsModifier and TypeMethodDescriptionstatic voidSoGeoRenderElement.set(SoState state, SoNode name_12106, SbProj4Projection.Projections renderProjection) Sets the current render mode in the state.static voidSoGeoRenderElement.set(SoState state, SbProj4Projection.Projections renderProjection) Sets the current render mode in the state. -
Uses of SbProj4Projection.Projections in com.openinventor.inventor.geo
Fields in com.openinventor.inventor.geo with type parameters of type SbProj4Projection.Projections -
Uses of SbProj4Projection.Projections in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SbProj4Projection.Projections -
Uses of SbProj4Projection.Projections in com.openinventor.inventor.projection
Methods in com.openinventor.inventor.projection that return SbProj4Projection.ProjectionsModifier and TypeMethodDescriptionSbProj4Projection.getProjection()Get current projection .SbProj4Projection.getProjectionIn()Get current input projection .SbProj4Projection.Projections.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SbProj4Projection.Projections[]SbProj4Projection.Projections.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.projection with parameters of type SbProj4Projection.ProjectionsModifier and TypeMethodDescriptionstatic StringSbProj4Projection.getProjectionName(SbProj4Projection.Projections proj) Get projection name description.static StringSbProj4Projection.getProjectionString(SbProj4Projection.Projections proj) Get internal PROJ.4 projection string.voidSbProj4Projection.setProjection(SbProj4Projection.Projections proj) Set current projection.voidSbProj4Projection.setProjectionIn(SbProj4Projection.Projections proj) Set current input projection.