|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.KmlLayerStatus
public class KmlLayerStatus
The status returned by
KmlLayer
on the completion of loading a document.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Field Summary | |
---|---|
static KmlLayerStatus |
DOCUMENT_NOT_FOUND
The document could not be found. |
static KmlLayerStatus |
DOCUMENT_TOO_LARGE
The document exceeds the file size limits of KmlLayer. |
static KmlLayerStatus |
FETCH_ERROR
The document could not be fetched. |
static KmlLayerStatus |
INVALID_DOCUMENT
The document is not a valid KML, KMZ or GeoRSS document. |
static KmlLayerStatus |
INVALID_REQUEST
The KmlLayer
is invalid. |
static KmlLayerStatus |
LIMITS_EXCEEDED
The document exceeds the feature limits of KmlLayer. |
static KmlLayerStatus |
OK
The request was successful. |
static KmlLayerStatus |
TIMED_OUT
The document could not be loaded within a reasonable amount of time. |
static KmlLayerStatus |
UNKNOWN
The document failed to load for an unknown reason. |
Constructor Summary | |
---|---|
protected |
KmlLayerStatus()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static KmlLayerStatus |
fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type. |
java.lang.String |
getValue()
Access the underlying value of the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final KmlLayerStatus DOCUMENT_NOT_FOUND
public static final KmlLayerStatus DOCUMENT_TOO_LARGE
public static final KmlLayerStatus FETCH_ERROR
public static final KmlLayerStatus INVALID_DOCUMENT
public static final KmlLayerStatus INVALID_REQUEST
KmlLayer
is invalid.
public static final KmlLayerStatus LIMITS_EXCEEDED
public static final KmlLayerStatus OK
public static final KmlLayerStatus TIMED_OUT
public static final KmlLayerStatus UNKNOWN
Constructor Detail |
---|
protected KmlLayerStatus()
Method Detail |
---|
public static final KmlLayerStatus fromValue(java.lang.String value)
public final java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |