public enum MapProjection extends java.lang.Enum<MapProjection>
Note: The integer values for this enumeration cannot be arbitrarily assigned. They must match the values expected by other parts of the SSC software.
Enum Constant and Description |
---|
AZIMUTHAL
Azimuthal projection.
|
CYLINDRICAL
Cylindrical projection.
|
MERCATOR
Mercator projection.
|
MOLLEWEIDE
Molleweide projection.
|
ORTHOGRAPHIC
Orthographic projection.
|
STEREOGRAPHIC
Stereographic projection.
|
Modifier and Type | Method and Description |
---|---|
static MapProjection |
fromValue(int value)
Provides the PolarMapOrientation corresponding to the given
integer value.
|
java.lang.String |
toString()
Provides a string representation of this projection.
|
int |
value()
Provides the integer value corresponding to this projection.
|
static MapProjection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapProjection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapProjection CYLINDRICAL
public static final MapProjection MERCATOR
public static final MapProjection MOLLEWEIDE
public static final MapProjection STEREOGRAPHIC
public static final MapProjection ORTHOGRAPHIC
public static final MapProjection AZIMUTHAL
public static MapProjection[] values()
for (MapProjection c : MapProjection.values()) System.out.println(c);
public static MapProjection 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 int value()
public static MapProjection fromValue(int value)
value
- integer value corresponding to a projectionjava.lang.IllegalArgumentException
- if the given value does not
correspond to any projectionpublic java.lang.String toString()
toString
in class java.lang.Enum<MapProjection>
SSC 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.