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> DefaultAttributeType<V> |
Features.cast(DefaultAttributeType<?> type,
Class<V> valueClass)
Casts the given attribute type to the given parameterized type.
|
DefaultAttributeType<V> |
AbstractAttribute.getType()
Returns information about the attribute (base Java class, domain of values, etc.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DefaultAttributeType<?>> |
DefaultAttributeType.characteristics()
Other attribute types that describes this attribute type.
|
Modifier and Type | Method and Description |
---|---|
static <V> DefaultAttributeType<V> |
Features.cast(DefaultAttributeType<?> type,
Class<V> valueClass)
Casts the given attribute type to the given parameterized type.
|
static <V> AbstractAttribute<V> |
AbstractAttribute.create(DefaultAttributeType<V> type)
Creates a new attribute of the given type initialized to the
default value.
|
Constructor and Description |
---|
AbstractAttribute(DefaultAttributeType<V> type)
Creates a new attribute of the given type.
|
DefaultAttributeType(Map<String,?> identification,
Class<V> valueClass,
int minimumOccurs,
int maximumOccurs,
V defaultValue,
DefaultAttributeType<?>... characterizedBy)
Constructs an attribute type from the given properties.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.