public class SOSContents extends Contents
Constructor and Description |
---|
SOSContents() |
SOSContents(List<ObservationOffering> observationOfferingList) |
Modifier and Type | Method and Description |
---|---|
void |
addDataIdentication(Dataset dataID)
override this superclass method to avoid adding Dataset objects.
|
ObservationOffering |
getDataIdentification(int i) |
ObservationOffering |
getDataIdentification(String identifier) |
getDataIdentificationCount, getDataIdentificationIDArray, removeDataIdentification, toXML
public SOSContents()
public SOSContents(List<ObservationOffering> observationOfferingList)
public void addDataIdentication(Dataset dataID)
addDataIdentication
in class Contents
public ObservationOffering getDataIdentification(int i)
getDataIdentification
in class Contents
public ObservationOffering getDataIdentification(String identifier)
getDataIdentification
in class Contents
identifier
- ObservationOffering
with the specified identifier/name or null
if
there is no dataset with the specified identifier/name.Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.