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

org.opengis.metadata.extent.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.extent.Extent} information. The following is adapted from OpenGIS® Metadata (Topic 11) specification.
 *
 * 

The datatype in this package is an aggregate of the metadata elements that * describe the spatial and temporal extent of the referring entity. The {@linkplain * org.opengis.metadata.extent.Extent extent} entity contains information about the {@linkplain * org.opengis.metadata.extent.GeographicExtent geographic}, {@linkplain * org.opengis.metadata.extent.TemporalExtent temporal} and the {@linkplain * org.opengis.metadata.extent.VerticalExtent vertical} extent of the referring entity. * *

The {@linkplain org.opengis.metadata.extent.GeographicExtent geographic extent} can be * subclassed as {@linkplain org.opengis.metadata.extent.BoundingPolygon bounding polygon}, * {@linkplain org.opengis.metadata.extent.GeographicBoundingBox geographic bounding box} and * {@linkplain org.opengis.metadata.extent.GeographicDescription geographic description}. * * @version ISO 19115 * @since GeoAPI 1.0 */ package org.opengis.metadata.extent;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy