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.data.gen | |
org.geotools.data.memory | |
org.geotools.data.vpf | |
org.geotools.data.vpf.file | |
org.geotools.data.vpf.readers | |
org.geotools.feature | |
org.geotools.feature.type | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
org.opengis.feature |
Representation a features on a map.
|
Modifier and Type | Method and Description |
---|---|
F |
MaxFeatureReader.next() |
F |
FilteringFeatureReader.next() |
SimpleFeature |
DefaultFeatureReader.next() |
SimpleFeature |
CollectionFeatureReader.next() |
SimpleFeature |
FIDFeatureReader.next() |
F |
DiffFeatureReader.next() |
SimpleFeature |
ReTypeFeatureReader.next() |
static SimpleFeature |
DataUtilities.parse(SimpleFeatureType type,
String fid,
String... text)
Uses
Converters to parse the provided text into the correct values to create a
feature. |
protected SimpleFeature |
DefaultFeatureReader.readFeature(AttributeReader atts) |
protected SimpleFeature |
FIDFeatureReader.readFeature(AttributeReader atts) |
static SimpleFeature |
DataUtilities.reType(SimpleFeatureType featureType,
SimpleFeature feature)
Creates duplicate of feature adjusted to the provided featureType.
|
static SimpleFeature |
DataUtilities.reType(SimpleFeatureType featureType,
SimpleFeature feature,
boolean duplicate)
Retypes the feature to match the provided featureType.
|
static SimpleFeature |
DataUtilities.template(SimpleFeatureType featureType)
Constructs an empty feature to use as a Template for new content.
|
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 |
---|---|
void |
PreGeneralizedSimpleFeature.validate() |
Modifier and Type | Method and Description |
---|---|
SimpleFeature |
MemoryFeatureReader.next() |
Modifier and Type | Method and Description |
---|---|
SimpleFeature |
VPFFeatureReader.next() |
Modifier and Type | Method and Description |
---|---|
SimpleFeature |
VPFFile.readFeature()
Retrieves a feature from the file
|
Modifier and Type | Method and Description |
---|---|
Geometry |
ConnectedNodeGeometryFactory.buildGeometry(VPFFeatureClass featureClass,
SimpleFeature values) |
Geometry |
EntityNodeGeometryFactory.buildGeometry(VPFFeatureClass featureClass,
SimpleFeature values) |
Geometry |
TextGeometryFactory.buildGeometry(VPFFeatureClass featureClass,
SimpleFeature values) |
Geometry |
LineGeometryFactory.buildGeometry(VPFFeatureClass featureClass,
SimpleFeature values) |
abstract Geometry |
VPFGeometryFactory.buildGeometry(VPFFeatureClass featureClass,
SimpleFeature values) |
Geometry |
AreaGeometryFactory.buildGeometry(VPFFeatureClass featureClass,
SimpleFeature values) |
void |
ConnectedNodeGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values) |
void |
EntityNodeGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values) |
void |
TextGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values) |
void |
LineGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values) |
abstract void |
VPFGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values)
Constructs a geometry for the appropriate feature type based on values currently on the
object, retrieving values as needed from the various VPFFile objects
|
void |
AreaGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values) |
Modifier and Type | Method and Description |
---|---|
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<Attribute> content) |
Constructor and Description |
---|
IndexedFeatureResults(SimpleFeatureCollection results) |
Modifier and Type | Method and Description |
---|---|
void |
ComplexAttribute.validate()
Check the properties against the constraints provided by their AttributeDescriptors.
|
void |
Attribute.validate()
Check the attribute value against the constraints provided by the AttributeDescriptor.
|
Copyright © 1996–2022 Geotools. All rights reserved.