org.opengis.metadata.constraint.package-info Maven / Gradle / Ivy
Show all versions of gt-opengis Show documentation
/*
* 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;