| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.clients.wcasclient.model.ModelList
org.deegree_impl.clients.wcasclient.model.MetadataList
| Nested Class Summary | |
| protected  class | MetadataList.BMComparatorImpl | 
| Nested classes inherited from class org.deegree_impl.clients.wcasclient.model.ModelList | 
| ModelList.ComparatorImpl | 
| Field Summary | |
| protected  GM_Envelope | bbox | 
| protected  java.lang.String | catalog | 
| Fields inherited from class org.deegree_impl.clients.wcasclient.model.ModelList | 
| list | 
| Constructor Summary | |
| MetadataList(GM_Envelope bbox,
             java.lang.String catalog)Creates a new instance of EntryList | |
| MetadataList(GM_Envelope bbox,
             java.lang.String catalog,
             int initialSize)Creates a new CatalogEntryList object with an initial size | |
| Method Summary | |
|  void | addEntry(BaseMetadata entry)adds an entry (MD_Metadata) to the list | 
|  BaseMetadata[] | getAll()returns all base MD_Metadata objects | 
|  BaseMetadata[] | getAllSortedByName()returns all base MD_Metadata objects sorted by their names | 
|  GM_Envelope | getBoundingBox()returns the boundingbox that had limited the spatial extent of the request the list bases on | 
|  java.lang.String | getCatalog()returns the name of the catalog the list of MD_Metadata objects came from | 
|  BaseMetadata | getMetadataEntry(java.lang.String fileIdentifier)returns an entry (MD_Metadata object) identified by the passed fileIdentifier | 
|  BaseMetadata | removeMetadataEntry(java.lang.String fileIdentifier)removes an entry identified by its fileIdentifier from the list | 
| Methods inherited from class org.deegree_impl.clients.wcasclient.model.ModelList | 
| clear, getAll, getAllSortedByName, getEntry, removeEntry | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected GM_Envelope bbox
protected java.lang.String catalog
| Constructor Detail | 
public MetadataList(GM_Envelope bbox,
                    java.lang.String catalog)
bbox - boundingbox that had limited the spatial extent of the
             request the list bases oncatalog - name of the catalog the list of MD_Metadata objects came from
public MetadataList(GM_Envelope bbox,
                    java.lang.String catalog,
                    int initialSize)
initialSize - bbox - boundingbox that had limited the spatial extent of the
             request the list bases oncatalog - name of the catalog the list of MD_Metadata objects came from| Method Detail | 
public void addEntry(BaseMetadata entry)
addEntry in class ModelListentry - a base MD_Metadata descriptionpublic BaseMetadata getMetadataEntry(java.lang.String fileIdentifier)
fileIdentifier - 
public BaseMetadata[] getAll()
public BaseMetadata[] getAllSortedByName()
public BaseMetadata removeMetadataEntry(java.lang.String fileIdentifier)
fileIdentifier - 
public java.lang.String getCatalog()
public GM_Envelope getBoundingBox()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||