Enum Class Viewpoint.Type

java.lang.Object
java.lang.Enum<Viewpoint.Type>
com.esri.arcgisruntime.mapping.Viewpoint.Type
All Implemented Interfaces:
Serializable, Comparable<Viewpoint.Type>, Constable
Enclosing class:
Viewpoint

public static enum Viewpoint.Type extends Enum<Viewpoint.Type>
The different types of Viewpoint. Each of different supported viewpoint types. Can get the type by calling Type.
Since:
100.0.0
  • Enum Constant Details

    • CENTER_AND_SCALE

      public static final Viewpoint.Type CENTER_AND_SCALE
      A center point and scale.
      Since:
      100.0.0
    • BOUNDING_GEOMETRY

      public static final Viewpoint.Type BOUNDING_GEOMETRY
      A visible area.
      Since:
      100.0.0
  • Method Details

    • values

      public static Viewpoint.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Viewpoint.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null