Uses of Enum Class
com.openinventor.inventor.projection.SbProj4Projection.CoordinateSystems
Packages that use SbProj4Projection.CoordinateSystems
-
Uses of SbProj4Projection.CoordinateSystems in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SbProj4Projection.CoordinateSystems -
Uses of SbProj4Projection.CoordinateSystems in com.openinventor.inventor.projection
Methods in com.openinventor.inventor.projection that return SbProj4Projection.CoordinateSystemsModifier and TypeMethodDescriptionSbProj4Projection.getCoordinateSystem()Get current coordinate system.SbProj4Projection.CoordinateSystems.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.CoordinateSystems[]SbProj4Projection.CoordinateSystems.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.CoordinateSystemsModifier and TypeMethodDescriptionvoidSbProj4Projection.setCoordinateSystem(SbProj4Projection.CoordinateSystems coordinateSystem) Set current coordinate system.