org.deegree.tools.crs.georeferencing.model.points
Enum AbstractGRPoint.PointType

java.lang.Object
  extended by java.lang.Enum<AbstractGRPoint.PointType>
      extended by org.deegree.tools.crs.georeferencing.model.points.AbstractGRPoint.PointType
All Implemented Interfaces:
Serializable, Comparable<AbstractGRPoint.PointType>
Enclosing class:
AbstractGRPoint

public static enum AbstractGRPoint.PointType
extends Enum<AbstractGRPoint.PointType>

Enumeration for the specified types that are used in this component.

Version:
$Revision: 28895 $, $Date: 2010-12-17 14:28:11 +0100 (Fri, 17 Dec 2010) $
Author:
Steffen Thomas, last edited by: $Author: aschmitz $

Enum Constant Summary
FootprintPoint
          points that are identified as footprint
GeoreferencedPoint
          points that are identified as georeference
ResidualPoint
           
 
Method Summary
static AbstractGRPoint.PointType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractGRPoint.PointType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FootprintPoint

public static final AbstractGRPoint.PointType FootprintPoint
points that are identified as footprint


GeoreferencedPoint

public static final AbstractGRPoint.PointType GeoreferencedPoint
points that are identified as georeference


ResidualPoint

public static final AbstractGRPoint.PointType ResidualPoint
Method Detail

values

public static AbstractGRPoint.PointType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AbstractGRPoint.PointType c : AbstractGRPoint.PointType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AbstractGRPoint.PointType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2011. All Rights Reserved.