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

org.opengis.metadata.constraint.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.constraint.Constraints} information (includes legal and
 * security). The following is adapted from OpenGIS® Metadata (Topic 11) specification.
 *
 * 

This package contains information concerning the restrictions placed on data. * The {@linkplain org.opengis.metadata.constraint.Constraints constraints} entity is optional and * may be specified as {@linkplain org.opengis.metadata.constraint.LegalConstraints legal * constraints} and/or {@linkplain org.opengis.metadata.constraint.SecurityConstraints security * constraints}. The {@linkplain * org.opengis.metadata.constraint.LegalConstraints#getOtherConstraints other constraint} element * shall be non-null (used) only if {@linkplain * org.opengis.metadata.constraint.LegalConstraints#getAccessConstraints access constraints} and/or * {@linkplain org.opengis.metadata.constraint.LegalConstraints#getUseConstraints use constraints} * elements have a value of "{@linkplain * org.opengis.metadata.constraint.Restriction#OTHER_RESTRICTIONS other restrictions}". * * @version ISO 19115 * @since GeoAPI 2.0 */ package org.opengis.metadata.constraint;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy