/[schmitzm]/branches/2.4.x/src/skrueger/AttributeMetadataInterface.java
ViewVC logotype

Diff of /branches/2.4.x/src/skrueger/AttributeMetadataInterface.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 772 by alfonx, Sun Mar 21 14:05:26 2010 UTC revision 800 by alfonx, Wed Apr 14 16:33:30 2010 UTC
# Line 1  Line 1 
1  package skrueger;  package skrueger;
2    
 import java.io.Serializable;  
3  import java.util.HashSet;  import java.util.HashSet;
 import java.util.Set;  
4    
 import org.geotools.feature.NameImpl;  
5  import org.opengis.feature.type.Name;  import org.opengis.feature.type.Name;
6    
7  import skrueger.geotools.Copyable;  import skrueger.geotools.Copyable;
# Line 60  public interface AttributeMetadataInterf Line 57  public interface AttributeMetadataInterf
57           * {@link #getLocalName()} value. The first may be <code>null</code> or           * {@link #getLocalName()} value. The first may be <code>null</code> or
58           * represent the layer name.           * represent the layer name.
59           */           */
60          public NameImpl getName();          public Name getName();
61    
62          /**          /**
63           * set the fully qualified {@link Name} of this attribute.           * set the fully qualified {@link Name} of this attribute.
64           */           */
65          public void setName(NameImpl name);          public void setName(Name name);
66    
67          /**          /**
68           * A list og objects that represent NODATA-values for this attribute. The           * A list og objects that represent NODATA-values for this attribute. The

Legend:
Removed from v.772  
changed lines
  Added in v.800

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26