public class DefaultSourceProductsDescriptor extends Object implements SourceProductsDescriptor
SourceProductsDescriptor interface.| Constructor and Description |
|---|
DefaultSourceProductsDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
String[] |
getBands() |
int |
getCount() |
Class<? extends Product[]> |
getDataType() |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
String |
getProductType() |
public String getName()
getName in interface ElementDescriptorpublic int getCount()
getCount in interface SourceProductsDescriptor-1 means any number but at least one source product.
Defaults to 0 (= not set).public String getAlias()
getAlias in interface ElementDescriptornull if not declared.public String getLabel()
getLabel in interface ElementDescriptornull if not declared.public String getDescription()
getDescription in interface ElementDescriptornull if not declared.public String getProductType()
getProductType in interface SourceProductsDescriptorPatternpublic String[] getBands()
getBands in interface SourceProductsDescriptorpublic Class<? extends Product[]> getDataType()
getDataType in interface DataElementDescriptorgetDataType in interface SourceProductsDescriptorProduct[].Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.