2 |
|
|
3 |
import java.util.HashSet; |
import java.util.HashSet; |
4 |
|
|
5 |
|
import org.geotools.feature.NameImpl; |
6 |
import org.opengis.feature.type.Name; |
import org.opengis.feature.type.Name; |
7 |
|
|
8 |
import skrueger.geotools.Copyable; |
import skrueger.geotools.Copyable; |
47 |
* {@link #getLocalName()} value. The first may be <code>null</code> or |
* {@link #getLocalName()} value. The first may be <code>null</code> or |
48 |
* represent the layer name. |
* represent the layer name. |
49 |
*/ |
*/ |
50 |
public Name getName(); |
public NameImpl getName(); |
51 |
|
|
52 |
/** |
/** |
53 |
* set the fully qualified {@link Name} of this attribute. |
* set the fully qualified {@link Name} of this attribute. |
54 |
*/ |
*/ |
55 |
public void setName(Name name); |
public void setName(NameImpl name); |
56 |
|
|
57 |
/** |
/** |
58 |
* A list og objects that represent NODATA-values for this attribute. The |
* A list og objects that represent NODATA-values for this attribute. The |