public class GISType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_COORD_STREAM |
static String |
_CSQUARE_STREAM |
static String |
_GEOTIFF |
static String |
_NETCDF |
static GISType |
COORD_STREAM |
static GISType |
CSQUARE_STREAM |
static GISType |
GEOTIFF |
static GISType |
NETCDF |
| Modifier | Constructor and Description |
|---|---|
protected |
GISType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GISType |
fromString(String value) |
static GISType |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _CSQUARE_STREAM
public static final String _COORD_STREAM
public static final String _NETCDF
public static final String _GEOTIFF
public static final GISType CSQUARE_STREAM
public static final GISType COORD_STREAM
public static final GISType NETCDF
public static final GISType GEOTIFF
protected GISType(String value)
public String getValue()
public static GISType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static GISType fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2015. All Rights Reserved.