Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.collection |
Implementations of FeatureCollection for different purposes.
|
org.geotools.data.crs |
Provides support for the OGC Catalog Specification.
|
org.geotools.feature | |
org.geotools.feature.type | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
Modifier and Type | Method and Description |
---|---|
F |
FilteringFeatureReader.next() |
SimpleFeature |
DefaultFeatureReader.next() |
SimpleFeature |
FIDFeatureReader.next() |
F |
MaxFeatureReader.next() |
SimpleFeature |
CollectionFeatureReader.next() |
protected SimpleFeature |
DefaultFeatureReader.readFeature(AttributeReader atts) |
protected SimpleFeature |
FIDFeatureReader.readFeature(AttributeReader atts) |
Modifier and Type | Method and Description |
---|---|
F |
DelegateFeatureReader.next() |
Modifier and Type | Method and Description |
---|---|
SimpleFeature |
ForceCoordinateSystemFeatureReader.next() |
SimpleFeature |
ReprojectFeatureReader.next()
Implement next.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeature |
FeatureFactory.create(Object[] attributes)
Deprecated.
Schema information is required
|
SimpleFeature |
FeatureFactory.create(Object[] attributes,
String featureID)
Deprecated.
Schema information is required
|
void |
DecoratingFeature.setDefaultGeometry(Geometry geometry) |
static SimpleFeature |
FeatureTypes.transform(SimpleFeature feature,
SimpleFeatureType schema,
MathTransform transform)
Applies transform to all geometry attribute.
|
Modifier and Type | Method and Description |
---|---|
static void |
Types.validate(Attribute attribute)
Validates anattribute.
|
static void |
Types.validate(AttributeDescriptor descriptor,
Object value)
Ensure that attributeContent is a good value for descriptor.
|
static void |
Types.validate(Attribute attribute,
Object attributeContent)
Validates content against an attribute.
|
static void |
Types.validate(AttributeType type,
Attribute attribute,
Object attributeContent) |
protected static void |
Types.validate(AttributeType type,
Attribute attribute,
Object attributeContent,
boolean isSuper) |
protected static void |
Types.validate(AttributeType type,
Object value,
boolean isSuper) |
protected static void |
Types.validate(ComplexType type,
ComplexAttribute attribute,
Collection content) |
Constructor and Description |
---|
IndexedFeatureResults(SimpleFeatureCollection results) |
Copyright © 1996–2019 Geotools. All rights reserved.