diff --git a/geoapi/src/main/java/org/opengis/metadata/Metadata.java b/geoapi/src/main/java/org/opengis/metadata/Metadata.java index 6174702a3..cc194278a 100644 --- a/geoapi/src/main/java/org/opengis/metadata/Metadata.java +++ b/geoapi/src/main/java/org/opengis/metadata/Metadata.java @@ -282,9 +282,11 @@ public interface Metadata { Collection getPortrayalCatalogueInfo(); /** - * Provides restrictions on the access and use of data. + * Provides restrictions on the access and use of metadata. * - * @return Restrictions on the access and use of data. + * @return Restrictions on the access and use of metadata. + * + * @see Identification#getResourceConstraints() */ @UML(identifier="metadataConstraints", obligation=OPTIONAL, specification=ISO_19115) Collection getMetadataConstraints(); @@ -301,6 +303,8 @@ public interface Metadata { * Provides information about the frequency of metadata updates, and the scope of those updates. * * @return The frequency of metadata updates and their scope. + * + * @see Identification#getResourceMaintenances() */ @UML(identifier="metadataMaintenance", obligation=OPTIONAL, specification=ISO_19115) MaintenanceInformation getMetadataMaintenance(); diff --git a/geoapi/src/main/resources/org/opengis/metadata/Descriptions.properties b/geoapi/src/main/resources/org/opengis/metadata/Descriptions.properties index 3a12b44df..3e81b9731 100644 --- a/geoapi/src/main/resources/org/opengis/metadata/Descriptions.properties +++ b/geoapi/src/main/resources/org/opengis/metadata/Descriptions.properties @@ -541,7 +541,7 @@ MD_Metadata.hierarchyLevelName=Name of the hierarchy levels for which the metada MD_Metadata.identificationInfo=Basic information about the resource(s) to which the metadata applies. MD_Metadata.language=Language used for documenting metadata. MD_Metadata.locale=Provides information about an alternatively used localized character string for a linguistic extension. -MD_Metadata.metadataConstraints=Provides restrictions on the access and use of data. +MD_Metadata.metadataConstraints=Provides restrictions on the access and use of metadata. MD_Metadata.metadataExtensionInfo=Information describing metadata extensions. MD_Metadata.metadataMaintenance=Provides information about the frequency of metadata updates, and the scope of those updates. MD_Metadata.metadataStandardName=Name of the metadata standard (including profile name) used.