Package | Description |
---|---|
org.geotools.appschema.feature | |
org.geotools.data.complex.feature.wrapper | |
org.geotools.data.gen | |
org.geotools.data.mongodb | |
org.geotools.feature | |
org.geotools.feature.simple | |
org.geotools.feature.type | |
org.geotools.gml3.bindings | |
org.geotools.jdbc | |
org.opengis.feature |
Representation a features on a map.
|
org.opengis.feature.simple |
Profile of the general ISO 19107 feature model built around the idea of a simple feature
composed of a list of values.
|
Modifier and Type | Method and Description |
---|---|
ComplexAttribute |
AppSchemaFeatureFactoryImpl.createComplexAttribute(Collection value,
AttributeDescriptor descriptor,
String id)
Create a new complex attribute, even for null value or id.
|
ComplexAttribute |
AppSchemaFeatureFactoryImpl.createComplexAttribute(Collection value,
ComplexType type,
String id)
Create a new complex attribute, even for null value or id.
|
Modifier and Type | Method and Description |
---|---|
ComplexAttribute |
FeatureWrapper.getUnderlyingComplexAttribute()
Gets the underlying complex attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureWrapper.setUnderlyingComplexAttribute(ComplexAttribute underlyingComplexAttribute)
Sets the underlying complex attribute.
|
static <T extends FeatureWrapper> |
FeatureWrapper.wrap(ComplexAttribute complexAttribute,
Class<T> clazz)
Attempt to wrap the feature in a FeatureWrapper class.
|
Modifier and Type | Class and Description |
---|---|
class |
PreGeneralizedSimpleFeature |
Modifier and Type | Class and Description |
---|---|
class |
MongoDBObjectFeature |
class |
MongoFeature |
Modifier and Type | Class and Description |
---|---|
class |
ComplexAttributeImpl |
class |
DecoratingFeature
Base class for feature decorators.
|
class |
FeatureImpl
Temptative implementation of Feature.
|
Modifier and Type | Method and Description |
---|---|
ComplexAttribute |
AbstractFeatureFactoryImpl.createComplexAttribute(Collection<Property> value,
AttributeDescriptor descriptor,
String id) |
ComplexAttribute |
AbstractFeatureFactoryImpl.createComplexAttribute(Collection<Property> value,
ComplexType type,
String id) |
ComplexAttribute |
AttributeBuilder.createComplexAttribute(Object value,
ComplexType type,
AttributeDescriptor descriptor,
String id)
Create complex attribute
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFeatureImpl
An implementation of
SimpleFeature geared towards speed and backed by an Object[]. |
Modifier and Type | Method and Description |
---|---|
static void |
Types.validate(ComplexAttribute attribute) |
static void |
Types.validate(ComplexAttribute attribute,
Collection content) |
protected static void |
Types.validate(ComplexType type,
ComplexAttribute attribute,
Collection<Attribute> content) |
Modifier and Type | Method and Description |
---|---|
static void |
GML3EncodingUtils.encodeSimpleContent(ComplexAttribute complex,
Document document,
Element element)
Encode the simpleContent property of a ComplexAttribute (if any) as an XML text node.
|
static Object |
GML3EncodingUtils.getSimpleContent(ComplexAttribute complex)
Return the simple content of a
ComplexAttribute if it represents a complexType with
simpleContent, otherwise null. |
Modifier and Type | Class and Description |
---|---|
protected class |
JDBCFeatureReader.ResultSetFeature
Feature wrapper around a result set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Feature
An instance of
FeatureType representing a geographic feature composed of geometric and
non-geometric properties. |
Modifier and Type | Method and Description |
---|---|
ComplexAttribute |
FeatureFactory.createComplexAttribute(Collection<Property> value,
AttributeDescriptor descriptor,
String id)
Creates a complex attribute.
|
ComplexAttribute |
FeatureFactory.createComplexAttribute(Collection<Property> value,
ComplexType type,
String id)
Creates a complex attribute.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleFeature
An instance of
SimpleFeatureType composed of fixed list values in a known order. |
Copyright © 1996–2022 Geotools. All rights reserved.