Uses of Class
com.openinventor.inventor.projection.SbProj4Projection.Projections
-
Packages that use SbProj4Projection.Projections Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.geo com.openinventor.inventor.nodes com.openinventor.inventor.projection -
-
Uses of SbProj4Projection.Projections in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SbProj4Projection.Projections Modifier and Type Method Description static SbProj4Projection.Projections
SoGeoRenderElement. get(SoState state)
Returns current render mode in the state.static SbProj4Projection.Projections
SoGeoRenderElement. getDefault()
Returns the default render mode.Methods in com.openinventor.inventor.elements with parameters of type SbProj4Projection.Projections Modifier and Type Method Description static void
SoGeoRenderElement. set(SoState state, SoNode name_12410, SbProj4Projection.Projections renderProjection)
Sets the current render mode in the state.static void
SoGeoRenderElement. 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 Modifier and Type Field Description SoSFEnum<SbProj4Projection.Projections>
SoGeoRender. renderProjection
Geospatial projection. -
Uses of SbProj4Projection.Projections in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SbProj4Projection.Projections Modifier and Type Field Description SoSFEnum<SbProj4Projection.Projections>
SoGeoProjection. projection
Current Projection. -
Uses of SbProj4Projection.Projections in com.openinventor.inventor.projection
Methods in com.openinventor.inventor.projection that return SbProj4Projection.Projections Modifier and Type Method Description SbProj4Projection.Projections
SbProj4Projection. getProjection()
Get current projection .SbProj4Projection.Projections
SbProj4Projection. getProjectionIn()
Get current input projection .static SbProj4Projection.Projections
SbProj4Projection.Projections. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SbProj4Projection.Projections
SbProj4Projection.Projections. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SbProj4Projection.Projections[]
SbProj4Projection.Projections. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.projection with parameters of type SbProj4Projection.Projections Modifier and Type Method Description static java.lang.String
SbProj4Projection. getProjectionName(SbProj4Projection.Projections proj)
Get projection name description.static java.lang.String
SbProj4Projection. getProjectionString(SbProj4Projection.Projections proj)
Get internal PROJ.4 projection string.void
SbProj4Projection. setProjection(SbProj4Projection.Projections proj)
Set current projection.void
SbProj4Projection. setProjectionIn(SbProj4Projection.Projections proj)
Set current input projection.
-