public interface Project extends Project
FILE_EXTENSION, PROJECT_PROPERTIES_PAGE_GROUP
Modifier and Type | Method and Description |
---|---|
Document |
__getitem__(int index) |
Iterator<Document> |
__iter__() |
int |
__len__() |
String |
getProjectionCode() |
TableDocument |
getTable(String name) |
ViewDocument |
getView(String name) |
add, addExtent, addPropertyChangeListener, canImportDocuments, exportDocumentsAsText, getComments, getCreationDate, getExtents, getFile, getModificationDate, getName, getOwner, getProjection, getSelectionColor, getUnloadedObjects, getViewName, hasChanged, importDocuments, loadState, loadState, remove, removeExtent, saveState, saveState, setComments, setModified, setName, setOwner, setProjection, setSelectionColor, setSelectionColor
addDocument, createDocument, getActiveDocument, getActiveDocument, getActiveDocument, getDocument, getDocument, getDocuments, getDocuments, isEmpty, iterator, removeDocument
addObserver, deleteObserver, deleteObservers
loadFromState, saveToState
getExtendedProperties, getProperty, setProperty
int __len__()
Document __getitem__(int index)
index
- ViewDocument getView(String name)
name,
- name of the view to retrieve, is optional
if name is not passed, return te current view.TableDocument getTable(String name)
name,
- optionalString getProjectionCode()