Uses of Class
com.openinventor.inventor.projection.SbProj4Projection.CoordinateSystems
-
Packages that use SbProj4Projection.CoordinateSystems Package Description com.openinventor.inventor.nodes com.openinventor.inventor.projection -
-
Uses of SbProj4Projection.CoordinateSystems in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SbProj4Projection.CoordinateSystems Modifier and Type Field Description SoSFEnum<SbProj4Projection.CoordinateSystems>SoGeoProjection. coordinateSystemCurrent coordinate system. -
Uses of SbProj4Projection.CoordinateSystems in com.openinventor.inventor.projection
Methods in com.openinventor.inventor.projection that return SbProj4Projection.CoordinateSystems Modifier and Type Method Description SbProj4Projection.CoordinateSystemsSbProj4Projection. getCoordinateSystem()Get current coordinate system.static SbProj4Projection.CoordinateSystemsSbProj4Projection.CoordinateSystems. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SbProj4Projection.CoordinateSystemsSbProj4Projection.CoordinateSystems. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SbProj4Projection.CoordinateSystems[]SbProj4Projection.CoordinateSystems. 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.CoordinateSystems Modifier and Type Method Description voidSbProj4Projection. setCoordinateSystem(SbProj4Projection.CoordinateSystems coordinateSystem)Set current coordinate system.
-