public enum ProjectionCoordinateSystem extends java.lang.Enum<ProjectionCoordinateSystem>
Enum Constant and Description |
---|
GEO
Geographic coordinate system (see
Description of Selected Coordinate Systems Used in SSC
Programs).
|
GM
Geomagnetic coordinate system (see
Description of Selected Coordinate Systems Used in SSC
Programs).
|
SM
Solar Magnetic coordinates (see
Description of Selected Coordinate Systems Used in SSC
Programs).
|
Modifier and Type | Method and Description |
---|---|
static ProjectionCoordinateSystem |
fromValue(java.lang.String name)
Provides the ProjectionCoordinateSystem corresponding to the
given String value.
|
java.lang.String |
value()
Provides a String value corresponding to this coordinate system.
|
static ProjectionCoordinateSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionCoordinateSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectionCoordinateSystem GEO
public static final ProjectionCoordinateSystem GM
public static final ProjectionCoordinateSystem SM
public static ProjectionCoordinateSystem[] values()
for (ProjectionCoordinateSystem c : ProjectionCoordinateSystem.values()) System.out.println(c);
public static ProjectionCoordinateSystem valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static ProjectionCoordinateSystem fromValue(java.lang.String name)
name
- String value corresponding to a
ProjectionCoordinateSystemjava.lang.IllegalArgumentException
- if the given name does not
correspond to any ProjectionCoordinateSystemSSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.