|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataObject
Interface for data objects (layers and tables). This interface should be used to wrap other data objects, so they are compatible with SEXTANTE and thus can be used as inputs to geoalgorithms
Method Summary | |
---|---|
void |
close()
This method closes the data object, which was opened using the open() method. |
java.lang.Object |
getBaseDataObject()
Returns the base data object (i.e. the object that this class wraps, which contains the data itself) |
java.lang.String |
getFilename()
Returns the filename associated to this data object. |
java.lang.String |
getName()
Returns the name of this data object |
void |
open()
This methods initialize the data object, so it is ready to be accessed |
void |
postProcess()
This method post-processes the object after it has been created. |
void |
setName(java.lang.String sName)
Sets a new name for this object |
Method Detail |
---|
java.lang.Object getBaseDataObject()
java.lang.String getName()
void setName(java.lang.String sName)
sName
- the new namejava.lang.String getFilename()
void postProcess() throws java.lang.Exception
java.lang.Exception
void open()
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |