Package | Description |
---|---|
org.apache.sis.feature |
Defines the structure and content of views of real-world phenomenon.
|
Modifier and Type | Method and Description |
---|---|
static <V> AbstractAttribute<V> |
Features.cast(AbstractAttribute<?> attribute,
Class<V> valueClass)
Casts the given attribute instance to the given parameterized type.
|
AbstractAttribute<V> |
AbstractAttribute.clone()
Returns a copy of this attribute if cloning is supported.
|
static <V> AbstractAttribute<V> |
AbstractAttribute.create(DefaultAttributeType<V> type)
Creates a new attribute of the given type initialized to the
default value.
|
AbstractAttribute<V> |
DefaultAttributeType.newInstance()
Creates a new attribute instance of this type initialized to the default value.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AbstractAttribute<?>> |
AbstractAttribute.characteristics()
Other attributes that describes this attribute.
|
Modifier and Type | Method and Description |
---|---|
static <V> AbstractAttribute<V> |
Features.cast(AbstractAttribute<?> attribute,
Class<V> valueClass)
Casts the given attribute instance to the given parameterized type.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.