public class GmlWarningInfo extends Object
Constructor and Description |
---|
GmlWarningInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
areWarnings()
This method return true if there aren't warnings else returns false
|
BaseException |
getElement(int index,
ListBaseException war)
This method returns a warning from the list
|
ListBaseException |
getGMLWarningList()
This method return the list of warnings parsing the GML
|
void |
setElement(BaseException war)
This method inserts a new warning into the list
|
void |
setGMLWarningList(ListBaseException war)
This method inserts a new warning list
|
public boolean areWarnings()
public ListBaseException getGMLWarningList()
public void setElement(BaseException war)
public BaseException getElement(int index, ListBaseException war)
public void setGMLWarningList(ListBaseException war)