All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opengis.metadata.content.package-info Maven / Gradle / Ivy

There is a newer version: 24.2-oss84-1
Show newest version
/*
 *    GeoTools - The Open Source Java GIS Toolkit
 *    http://geotools.org
 *
 *    (C) 2011, Open Source Geospatial Foundation (OSGeo)
 *    (C) 2004-2005, Open Geospatial Consortium Inc.
 *
 *    All Rights Reserved. http://www.opengis.org/legal/
 */

/**
 * {@linkplain org.opengis.metadata.content.ContentInformation Content information} (includes
 * Feature catalogue and Coverage descriptions). The following is adapted from OpenGIS® Metadata (Topic 11) specification.
 *
 * 

This package contains information identifying the feature catalogue used * ({@linkplain org.opengis.metadata.content.FeatureCatalogueDescription feature catalogue * description}) and/or information describing the content of a coverage dataset ({@linkplain * org.opengis.metadata.content.CoverageDescription coverage description}). Both description * entities are subclasses of the {@linkplain org.opengis.metadata.content.ContentInformation * content information} entity. {@linkplain org.opengis.metadata.content.CoverageDescription * Coverage description} may be subclassed as {@linkplain * org.opengis.metadata.content.ImageDescription image description}. * * @version ISO 19115 * @since GeoAPI 2.0 */ package org.opengis.metadata.content;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy