Package | Description |
---|---|
org.apache.sis.feature |
Defines the structure and content of views of real-world phenomenon.
|
org.apache.sis.feature.builder |
Helper classes for creating
FeatureType instances. |
org.apache.sis.util |
Simple data objects and miscellaneous utilities.
|
Modifier and Type | Method and Description |
---|---|
static AbstractOperation |
FeatureOperations.compound(Map<String,?> identification,
String delimiter,
String prefix,
String suffix,
AbstractIdentifiedType... singleAttributes)
Creates an operation concatenating the string representations of the values of multiple properties.
|
Modifier and Type | Method and Description |
---|---|
<N> CharacteristicTypeBuilder<N> |
CharacteristicTypeBuilder.setValueClass(Class<N> type)
Sets the class of characteristic values.
|
<N> AttributeTypeBuilder<N> |
AttributeTypeBuilder.setValueClass(Class<N> type)
Sets the class of attribute values.
|
Modifier and Type | Method and Description |
---|---|
T |
ObjectConverter.apply(S object)
Converts the given object from the source type S to the target type T.
|
static <T> T |
ObjectConverters.convert(Object value,
Class<T> target)
Converts the given value to the given type.
|
static <S,T> ObjectConverter<? super S,? extends T> |
ObjectConverters.find(Class<S> source,
Class<T> target)
Returns a converter for the specified source and target classes.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.