Uses of Class
org.geotools.metadata.UnmodifiableMetadataException

Packages that use UnmodifiableMetadataException
org.geotools.metadata Root package for various metadata implementations. 
 

Uses of UnmodifiableMetadataException in org.geotools.metadata
 

Methods in org.geotools.metadata that throw UnmodifiableMetadataException
protected  void ModifiableMetadata.checkWritePermission()
          Checks if changes in the metadata are allowed.
protected
<E> java.util.Collection<E>
ModifiableMetadata.copyCollection(java.util.Collection<? extends E> source, java.util.Collection<E> target, java.lang.Class<E> elementType)
          Copies the content of one collection (source) into an other (target).
protected
<E> java.util.List<E>
ModifiableMetadata.copyList(java.util.Collection<? extends E> source, java.util.List<E> target, java.lang.Class<E> elementType)
          Copies the content of one list (source) into an other (target).
 void MetadataStandard.shallowCopy(java.lang.Object source, java.lang.Object target, boolean skipNulls)
          Copies all metadata from source to target.
 

Constructors in org.geotools.metadata that throw UnmodifiableMetadataException
AbstractMetadata(java.lang.Object source)
          Constructs a metadata entity initialized with the values from the specified metadata.
ModifiableMetadata(java.lang.Object source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.