Skip to content

Commit

Permalink
Minor formatting (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
floeschau committed Jan 5, 2023
1 parent 18f1bde commit 2ebe89f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
namespace Terradue.OpenSearch.Model.EarthObservation {

class CycleNumberMetadataExtractor : IMetadataExtractor {

#region IMetadataExtractor implementation

public string GetMetadata(IOpenSearchResultItem item, string specifier) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ class IdMetadataExtractor : Terradue.OpenSearch.Model.GeoTime.IdentifierMetadata
{
#region IMetadataExtractor implementation
public override string GetMetadata(Terradue.OpenSearch.Result.IOpenSearchResultItem item, string specifier) {


return item.Id;
}

public override string Description {
get {
return "Id of the dataset within the collection";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
namespace Terradue.OpenSearch.Model.EarthObservation {

class InstrumentDescriptionMetadataExtractor : IMetadataExtractor {

#region IMetadataExtractor implementation

public string GetMetadata(IOpenSearchResultItem item, string specifier) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Terradue.OpenSearch.Model.EarthObservation {

class InstrumentShortNameMetadataExtractor : IMetadataExtractor {

#region IMetadataExtractor implementation

public string GetMetadata(IOpenSearchResultItem item, string specifier) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
namespace Terradue.OpenSearch.Model.EarthObservation {

class InstrumentTypeMetadataExtractor : IMetadataExtractor {

#region IMetadataExtractor implementation

public string GetMetadata(IOpenSearchResultItem item, string specifier) {
Expand Down

0 comments on commit 2ebe89f

Please sign in to comment.