public class Contents extends Object
Constructor and Description |
---|
Contents()
initializes a new (empty) ArrayList for dataIdentifications.
|
Contents(List<Dataset> dataIdentificationList) |
Modifier and Type | Method and Description |
---|---|
void |
addDataIdentication(Dataset di) |
Dataset |
getDataIdentification(int i) |
Dataset |
getDataIdentification(String identifier) |
int |
getDataIdentificationCount() |
String[] |
getDataIdentificationIDArray() |
void |
removeDataIdentification(int i) |
String |
toXML() |
public Contents()
public void addDataIdentication(Dataset di)
public String toXML()
public Dataset getDataIdentification(int i)
public Dataset getDataIdentification(String identifier)
identifier
- a Dataset identifiernull
if there is no dataset
with the specified identifier/name.public int getDataIdentificationCount()
public String[] getDataIdentificationIDArray()
public void removeDataIdentification(int i)
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.