Class DataSampler
java.lang.Object
org.opengis.cite.cat20.dgiwg10.util.DataSampler
- Author:
- Lyn Goltz
-
Constructor Summary
ConstructorsConstructorDescriptionDataSampler
(Document capabilitiesDocument) Instantiates a new DataSampler, call #acquireRecords() to collection records -
Method Summary
Modifier and TypeMethodDescriptionvoid
Requests 10 records in dublin core (full) from the CSW.
-
Constructor Details
-
DataSampler
Instantiates a new DataSampler, call #acquireRecords() to collection records- Parameters:
capabilitiesDocument
- nevernul
-
-
Method Details
-
acquireRecords
public void acquireRecords()Requests 10 records in dublin core (full) from the CSW. -
getRecords
- Returns:
- the requested records, may be
null
if the service does not provide any records, an error occurred during requesting the records or #acquireRecords() was not invoked before
-
findSampleIdentifier
- Returns:
- an existing identifier if available,
null
if no identifier is available
-