|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvProperty | |
---|---|
thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
Uses of InvProperty in thredds.catalog |
---|
Methods in thredds.catalog that return types with arguments of type InvProperty | |
---|---|
java.util.List<InvProperty> |
InvCatalogImpl.getDatasetRoots()
Get dataset roots. |
java.util.List<InvProperty> |
InvService.getDatasetRoots()
Get dataset roots. |
java.util.List<InvProperty> |
InvCatalog.getProperties()
Get catalog properties. |
java.util.List<InvProperty> |
InvCatalogRef.getProperties()
|
java.util.List<InvProperty> |
InvDataset.getProperties()
Get all properties for this dataset. |
java.util.List<InvProperty> |
InvDatasetImplProxy.getProperties()
|
java.util.List<InvProperty> |
InvService.getProperties()
Get properties for this service. |
java.util.List<InvProperty> |
ThreddsMetadata.getProperties()
|
Methods in thredds.catalog with parameters of type InvProperty | |
---|---|
void |
InvCatalogImpl.addDatasetRoot(InvProperty root)
Add Dataset Root, key = path, value = location. |
void |
InvService.addDatasetRoot(InvProperty root)
Deprecated. use InvCatalogImpl |
void |
InvCatalogImpl.addProperty(InvProperty p)
Add Property (1.0) |
void |
InvDatasetImpl.addProperty(InvProperty p)
Add a property to this dataset |
void |
InvDatasetImplProxy.addProperty(InvProperty p0)
|
void |
InvService.addProperty(InvProperty p)
Add a property |
void |
ThreddsMetadata.addProperty(InvProperty p)
Add a property |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |