|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.catalog.ui.export.Data
public class Data
A data object that is the values in the tree items in the ExportResourceSelectionPage
viewer.
Constructor Summary | |
---|---|
Data(IGeoResource resource)
new instance |
|
Data(IGeoResource resource,
Query query)
new instance |
Method Summary | |
---|---|
void |
addNewResource(IGeoResource exportedResource)
Adds a collection of resources to the set of exported resources. |
CoordinateReferenceSystem |
getCRS()
|
java.util.Collection<IGeoResource> |
getExportedResources()
|
Query |
getQuery()
|
IGeoResource |
getResource()
|
void |
setCRS(CoordinateReferenceSystem newCRS)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Data(IGeoResource resource, Query query)
resource
- the resource to exportquery
- the query to restrict the export, may be nullpublic Data(IGeoResource resource)
resource
- the resource to export from.Method Detail |
---|
public CoordinateReferenceSystem getCRS()
public IGeoResource getResource()
public void setCRS(CoordinateReferenceSystem newCRS)
public void addNewResource(IGeoResource exportedResource)
exportedResource
- the newly exported resourcespublic java.util.Collection<IGeoResource> getExportedResources()
public Query getQuery()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |