|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.gc.GC_ParameterType
Specifies the type of a parameter value.
A sequence of parameters is used to pass a variable number of arguments to
an operation and each of these parameters can have a different parameter type.
An operation requiring a string and grid coverage would use two parameters for
type GC_StringType
and GC_GridCoverageType
.
Field Summary | |
static int |
CS_CoordinateSystemType
Coordinate system instance. |
static int |
CT_MathTransformType
Math transform instance. |
static int |
GC_ByteInValuePackingType
Byte in value packing enumeration GC_ByteInValuePacking . |
static int |
GC_FloatingPointType
Floating point parameter. |
static int |
GC_GridCoverageType
Grid coverage instance. |
static int |
GC_GridGeometryType
Grid geometry instance. |
static int |
GC_IntegerType
Integer parameter. |
static int |
GC_StringType
String parameter. |
static int |
GC_ValueInBytePackingType
Value in byte packing enumeration GC_ValueInBytePacking . |
static int |
GC_VectorType
Sequence of numbers. |
private static long |
serialVersionUID
Use serialVersionUID from first
draft for interoperability with GCS 1.00. |
int |
value
The enum value. |
Constructor Summary | |
GC_ParameterType(int value)
Construct a new enum value. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares the specified object with this enum for equality. |
int |
hashCode()
Returns the enum value. |
java.lang.String |
toString()
Returns a string representation of this enum. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
serialVersionUID
from first
draft for interoperability with GCS 1.00.
public final int value
public static final int GC_IntegerType
public static final int GC_FloatingPointType
public static final int GC_StringType
public static final int GC_VectorType
public static final int GC_GridCoverageType
public static final int CT_MathTransformType
public static final int CS_CoordinateSystemType
public static final int GC_GridGeometryType
public static final int GC_ByteInValuePackingType
GC_ByteInValuePacking
.
public static final int GC_ValueInBytePackingType
GC_ValueInBytePacking
.
Constructor Detail |
public GC_ParameterType(int value)
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |