Loading...
Searching...
No Matches
metadata_fw.h
Go to the documentation of this file.
1/* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2
3 This file is part of the TerraLib - a Framework for building GIS enabled applications.
4
5 TerraLib is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version.
9
10 TerraLib is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with TerraLib. See COPYING. If not, write to
17 TerraLib Team at <terralib-team@terralib.org>.
18 */
19
20/*!
21 \file metadata.h
22
23 \brief This file contains forward declarations for the TerraLib metadata module.
24 */
25
26#ifndef __TERRALIB_FW_INTERNAL_METADATA_FW_H
27#define __TERRALIB_FW_INTERNAL_METADATA_FW_H
28
29namespace te
30{
31 namespace md
32 {
34 class MD_Distribution;
36 class MD_Metadata;
38 class MetadataManager;
39 class CI_Citation;
40 class CI_ReponsibleParty;
41 struct MD_Format;
42 }
43}
44#endif // __TERRALIB_FW_INTERNAL_METADATA_FW_H
Provides a standardized method for citing a resource (dataset, feature, source, publication,...
Definition CI_Citation.h:54
Information required to identify a dataset.
Information about the distributor of and the options for obtaining the resource.
Identification information contains information to uniquely identify the data.
Root entity which defines metadata for a resource or resources.
Definition MD_Metadata.h:59
A class to relate a metadata annotation to a TerraLib element (or entity).
This singleton defines the TerraLib metadata record manager entry.
Namespace for the memory data source of TerraLib.
Definition metadata.h:51
TerraLib.
Format of the data.
Definition MD_Format.h:46