Package | Description |
---|---|
org.apache.sis.feature |
Defines the structure and content of views of real-world phenomenon.
|
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.
|
static AbstractOperation |
FeatureOperations.envelope(Map<String,?> identification,
CoordinateReferenceSystem crs,
AbstractIdentifiedType... geometryAttributes)
Creates an operation computing the envelope that encompass all geometries found in the given attributes.
|
static AbstractOperation |
FeatureOperations.link(Map<String,?> identification,
AbstractIdentifiedType referent)
Creates an operation which is only an alias for another property.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.