Modifier and Type | Method and Description |
---|---|
Feature |
AppSchemaFeatureFactoryImpl.createFeature(Collection value,
FeatureType type,
String id)
Create a new feature, even for null value or id.
|
Modifier and Type | Field and Description |
---|---|
static FeatureType |
SampleDataAccessData.GEOLOGICUNIT_TYPE |
static FeatureType |
SampleDataAccessData.MAPPEDFEATURE_TYPE
The type of the sample feature.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
SampleDataAccessFeatureCollection.getSchema()
Return type of features.
|
FeatureType |
SampleDataAccessFeatureSource.getSchema()
Return feature type.
|
FeatureType |
SampleDataAccess.getSchema(Name name)
Return the feature type for supported type name.
|
Modifier and Type | Method and Description |
---|---|
DataAccess<? extends FeatureType,? extends Feature> |
SampleDataAccessFactory.createDataStore(Map<String,?> params)
Create a
SampleDataAccess . |
DataAccess<FeatureType,Feature> |
SampleDataAccessFeatureSource.getDataStore()
Not yet implemented.
|
FeatureCollection<FeatureType,Feature> |
SampleDataAccessFeatureSource.getFeatures()
Return a
FeatureCollection containing the sample features. |
FeatureCollection<FeatureType,Feature> |
SampleDataAccessFeatureSource.getFeatures(Filter filter)
Not yet implemented.
|
FeatureCollection<FeatureType,Feature> |
SampleDataAccessFeatureSource.getFeatures(Query query)
Not yet implemented.
|
FeatureSource<FeatureType,Feature> |
SampleDataAccess.getFeatureSource(Name typeName) |
FeatureCollection<FeatureType,Feature> |
SampleDataAccessFeatureCollection.sort(SortBy order)
Unsupported operation.
|
FeatureCollection<FeatureType,Feature> |
SampleDataAccessFeatureCollection.subCollection(Filter filter)
Unsupported operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleDataAccess.createSchema(FeatureType featureType)
Unsupported operation.
|
void |
SampleDataAccess.updateSchema(Name typeName,
FeatureType featureType)
Unsupported operation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataAccess<T extends FeatureType,F extends Feature>
This is the top-level interface for access to
FeatureData . |
interface |
DelegatingFeatureReader<T extends FeatureType,F extends Feature>
Interface for wrapping feature readers which delegate to another feature reader.
|
interface |
DelegatingFeatureWriter<T extends FeatureType,F extends Feature>
Interface for wrapping feature writers which delegate to another feature writer.
|
class |
DiffFeatureReader<T extends FeatureType,F extends Feature>
A FeatureReader that considers differences.
|
class |
EmptyFeatureReader<T extends FeatureType,F extends Feature>
Represents an Empty, Typed, FeatureReader.
|
interface |
FeatureLocking<T extends FeatureType,F extends Feature>
Provides Feature based locking.
|
interface |
FeatureReader<T extends FeatureType,F extends Feature>
The low-level interface for reading Features.
|
interface |
FeatureSource<T extends FeatureType,F extends Feature>
This class provides a high-level API for operations on feature data.
|
interface |
FeatureStore<T extends FeatureType,F extends Feature>
This interface extends
FeatureSource , adding methods to add and remove features and to
modify existing features. |
interface |
FeatureWriter<T extends FeatureType,F extends Feature>
Provides the ability to write Features information.
|
class |
FilteringFeatureReader<T extends FeatureType,F extends Feature>
Basic support for a FeatureReader
|
class |
MaxFeatureReader<T extends FeatureType,F extends Feature>
Basic support for a FeatureReader
|
Modifier and Type | Method and Description |
---|---|
DataAccess<? extends FeatureType,? extends Feature> |
DataAccessFactory.createDataStore(Map<String,?> params)
Construct a live DataAccess using the connection parameters provided.
|
static DataAccess<FeatureType,Feature> |
DataAccessFinder.getDataStore(Map<String,?> params)
Checks each available datasource implementation in turn and returns the first one which
claims to support the resource identified by the params object.
|
FeatureSource<? extends FeatureType,? extends Feature> |
FeatureEvent.getFeatureSource()
Provides access to the SimpleFeatureSource which fired the event.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureType |
DataUtilities.simple(FeatureType featureType)
Go through FeatureType description and convert to a SimpleFeatureType.
|
static Feature |
DataUtilities.templateFeature(FeatureType schema)
Create a non-simple template feature from feature type schema
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureListenerManager.addFeatureListener(FeatureSource<? extends FeatureType,? extends Feature> featureSource,
FeatureListener featureListener)
Used by FeaureSource implementations to provide listener support.
|
static ReferencedEnvelope |
DataUtilities.bounds(FeatureCollection<? extends FeatureType,? extends Feature> collection)
Manually calculates the bounds of a feature collection using
FeatureCollection.features() . |
void |
FeatureListenerManager.cleanListenerList(FeatureSource<? extends FeatureType,? extends Feature> featureSource) |
static int |
DataUtilities.count(FeatureCollection<? extends FeatureType,? extends Feature> collection)
Manually count the number of features in a feature collection using using
FeatureCollection.features() . |
void |
FeatureListenerManager.removeFeatureListener(FeatureSource<? extends FeatureType,? extends Feature> featureSource,
FeatureListener featureListener)
Used by SimpleFeatureSource implementations to provide listener support.
|
Constructor and Description |
---|
BatchFeatureEvent(FeatureSource<? extends FeatureType,? extends Feature> featureSource) |
BatchFeatureEvent(FeatureSource<? extends FeatureType,? extends Feature> featureSource,
ReferencedEnvelope bounds,
Filter filter) |
Modifier and Type | Class and Description |
---|---|
class |
DelegateFeatureReader<T extends FeatureType,F extends Feature>
A FeatureReader that wraps up a normal FeatureIterator.
|
Modifier and Type | Field and Description |
---|---|
protected FeatureSource<? extends FeatureType,? extends Feature> |
DataAccessMappingFeatureIterator.mappedSource |
protected List<DataAccess<FeatureType,Feature>> |
DataAccessRegistry.registry
Data Access Resources
|
protected FeatureCollection<? extends FeatureType,? extends Feature> |
DataAccessMappingFeatureIterator.sourceFeatures |
Modifier and Type | Method and Description |
---|---|
FeatureType |
MappingFeatureSource.getSchema() |
FeatureType |
MappingFeatureCollection.getSchema() |
FeatureType |
AppSchemaDataAccess.getSchema(Name typeName)
Finds the target FeatureType named
typeName in this ComplexDatastore's internal
list of FeatureType mappings and returns it. |
Modifier and Type | Method and Description |
---|---|
DataAccess<FeatureType,Feature> |
DataAccessRegistry.access(Name name) |
DataAccess<FeatureType,Feature> |
AppSchemaDataAccessFactory.createDataStore(Map<String,?> params) |
DataAccess<FeatureType,Feature> |
AppSchemaDataAccessFactory.createDataStore(Map<String,?> params,
boolean hidden,
DataAccessMap sourceDataStoreMap,
Set<AppSchemaDataAccess> registeredAppSchemaStores,
URL parentUrl) |
FeatureSource<FeatureType,Feature> |
DataAccessRegistry.featureSource(Name name)
Get a feature source for built features with supplied feature type name.
|
static DataAccess<FeatureType,Feature> |
DataAccessRegistry.getDataAccess(Name featureTypeName) |
DataAccess<FeatureType,Feature> |
MappingFeatureSource.getDataStore() |
FeatureCollection<FeatureType,Feature> |
MappingFeatureSource.getFeatures() |
FeatureCollection<FeatureType,Feature> |
MappingFeatureSource.getFeatures(Filter filter) |
FeatureCollection<FeatureType,Feature> |
MappingFeatureSource.getFeatures(Filter filter,
Hints hints) |
FeatureCollection<FeatureType,Feature> |
MappingFeatureSource.getFeatures(Query query) |
static FeatureSource<FeatureType,Feature> |
DataAccessRegistry.getFeatureSource(Name featureTypeName)
Get a feature source for built features with supplied feature type name.
|
FeatureSource<FeatureType,Feature> |
AppSchemaDataAccess.getFeatureSource(Name typeName)
Return a feature source that can be used to obtain features of a particular type.
|
FeatureSource<FeatureType,Feature> |
AppSchemaDataAccess.getFeatureSourceByName(Name typeName)
Return a feature source that can be used to obtain features of a particular name.
|
FeatureSource<? extends FeatureType,? extends Feature> |
DataAccessMappingFeatureIterator.getMappedSource()
For testing purposes.
|
protected FeatureSource<? extends FeatureType,? extends Feature> |
NestedAttributeMapping.getMappingSource(Object feature) |
static FeatureSource<? extends FeatureType,? extends Feature> |
AppSchemaDataAccessRegistry.getSimpleFeatureSource(Name featureTypeName)
Get a feature source for simple features with supplied feature type name.
|
FeatureSource<? extends FeatureType,? extends Feature> |
FeatureTypeMapping.getSource() |
FeatureCollection<FeatureType,Feature> |
MappingFeatureCollection.sort(SortBy order) |
FeatureCollection<FeatureType,Feature> |
MappingFeatureCollection.subCollection(Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
AppSchemaDataAccess.createSchema(FeatureType featureType)
Not a supported operation.
|
void |
AppSchemaDataAccess.updateSchema(Name typeName,
FeatureType featureType)
Not a supported operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MappingFeatureCollection.addAll(FeatureCollection<? extends FeatureType,? extends Feature> resource) |
Query |
IndexQueryManager.PartialIndexQueryManager.buildCombinedQuery(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection) |
static FeatureTypeMapping |
FeatureTypeMappingFactory.getInstance(FeatureSource<? extends FeatureType,? extends Feature> source,
FeatureSource<SimpleFeatureType,SimpleFeature> indexSource,
AttributeDescriptor target,
String defaultGeometryXPath,
List<AttributeMapping> mappings,
NamespaceSupport namespaces,
String itemXpath,
boolean isXmlDataStore,
boolean isDenormalised) |
static FeatureTypeMapping |
FeatureTypeMappingFactory.getInstance(FeatureSource<? extends FeatureType,? extends Feature> source,
FeatureSource<SimpleFeatureType,SimpleFeature> indexSource,
AttributeDescriptor target,
String defaultGeometryXPath,
List<AttributeMapping> mappings,
NamespaceSupport namespaces,
String itemXpath,
boolean isXmlDataStore,
boolean isDenormalised,
String sourceDatastoreId) |
static void |
DataAccessRegistry.register(DataAccess<FeatureType,Feature> dataAccess)
Registers a data access
|
void |
DataAccessRegistry.registerAccess(DataAccess<FeatureType,Feature> dataAccess)
Registers a data access
|
void |
FeatureTypeMapping.setSource(FeatureSource<? extends FeatureType,? extends Feature> source) |
static void |
DataAccessRegistry.unregister(DataAccess<FeatureType,Feature> dataAccess)
Unregister a data access.
|
void |
DataAccessRegistry.unregisterAccess(DataAccess<FeatureType,Feature> dataAccess)
Unregister a data access.
|
Constructor and Description |
---|
FeatureTypeMapping(FeatureSource<? extends FeatureType,? extends Feature> source,
AttributeDescriptor target,
List<AttributeMapping> mappings,
NamespaceSupport namespaces) |
FeatureTypeMapping(FeatureSource<? extends FeatureType,? extends Feature> source,
AttributeDescriptor target,
String defaultGeometryXPath,
List<AttributeMapping> mappings,
NamespaceSupport namespaces,
boolean isDenormalised) |
FeatureTypeMapping(FeatureSource<? extends FeatureType,? extends Feature> source,
FeatureSource<SimpleFeatureType,SimpleFeature> indexSource,
AttributeDescriptor target,
String defaultGeometryXPath,
List<AttributeMapping> mappings,
NamespaceSupport namespaces,
boolean isDenormalised) |
XmlFeatureTypeMapping(FeatureSource<? extends FeatureType,? extends Feature> source,
AttributeDescriptor target,
List<AttributeMapping> mappings,
NamespaceSupport namespaces,
String itemXpath) |
Modifier and Type | Class and Description |
---|---|
class |
NonFeatureTypeProxy
This class represents the fake feature type needed for feature chaining for properties that are
not features.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexFeatureTypeImpl
This is a specialization of complex feature type that can be nested inside another feature type.
|
class |
FeatureTypeProxy |
class |
UniqueNameFeatureTypeImpl
A specialisation of
FeatureTypeImpl that avoids equality tests on feature types with
cyclic definitions by considering features types to be equal if and only if their names are
equal. |
Modifier and Type | Method and Description |
---|---|
FeatureType |
ComplexFeatureTypeFactoryImpl.createFeatureType(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description) |
FeatureType |
UniqueNameFeatureTypeFactoryImpl.createFeatureType(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Override superclass to return
UniqueNameFeatureTypeImpl instead of FeatureTypeImpl . |
Modifier and Type | Method and Description |
---|---|
DataAccess<? extends FeatureType,? extends Feature> |
CustomSourceDataStore.buildDataStore(SourceDataStore dataStoreConfig,
AppSchemaDataAccessDTO appSchemaConfig)
Builds a data store based on the provided App-Schema data store configuration.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
GeoJSONReader.getSchema()
Returns the current feature type, with the structure discovered so far while parsing features
(parse them all in order to get a final, stable feature type):
|
Modifier and Type | Method and Description |
---|---|
DataAccess<? extends FeatureType,? extends Feature> |
MongoComplexDataSource.buildDataStore(SourceDataStore dataStoreConfig,
AppSchemaDataAccessDTO appSchemaConfig) |
Modifier and Type | Class and Description |
---|---|
class |
FilteringFeatureCollection<T extends FeatureType,F extends Feature>
Decorates a feature collection with one that filters content.
|
class |
MaxFeaturesFeatureCollection<T extends FeatureType,F extends Feature>
SimpleFeatureCollection wrapper which limits the number of features returned.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Feature,K extends FeatureType> |
FeatureStreams.toFeatureStream(FeatureCollection<K,T> fc)
Converts FeatureCollection to Stream of Features Use with try-with-resources clause for auto
closing
|
Modifier and Type | Class and Description |
---|---|
class |
VPFFeatureClass
A VPF feature class.
|
class |
VPFFeatureType
A VPF feature type.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
WFSDataStore.getRemoteFeatureType(QName remoteTypeName) |
Modifier and Type | Method and Description |
---|---|
FeatureType |
WFSContentComplexFeatureSource.getSchema() |
FeatureType |
WFSContentDataAccess.getSchema(Name name) |
Modifier and Type | Method and Description |
---|---|
DataAccess<? extends FeatureType,? extends Feature> |
WFSDataAccessFactory.createDataStore(Map<String,?> params) |
DataAccess<FeatureType,Feature> |
WFSContentComplexFeatureSource.getDataStore() |
FeatureCollection<FeatureType,Feature> |
WFSContentComplexFeatureSource.getFeatures()
Get features using the default Query.ALL.
|
FeatureCollection<FeatureType,Feature> |
WFSContentComplexFeatureSource.getFeatures(Filter filter)
Get features based on the specified filter.
|
FeatureCollection<FeatureType,Feature> |
WFSContentComplexFeatureSource.getFeatures(Query query)
Get features based on the query specified.
|
FeatureSource<FeatureType,Feature> |
WFSContentDataAccess.getFeatureSource(Name typeName) |
Modifier and Type | Method and Description |
---|---|
void |
WFSContentDataAccess.createSchema(FeatureType featureType) |
void |
WFSContentDataAccess.updateSchema(Name typeName,
FeatureType featureType) |
Modifier and Type | Method and Description |
---|---|
FeatureType |
GetParser.getFeatureType()
Get the feature type that the parser is targeting.
|
FeatureType |
DescribeFeatureTypeResponse.getFeatureType() |
FeatureType |
GetFeatureRequest.getFullType() |
FeatureType |
GetFeatureRequest.getQueryType() |
FeatureType |
WFSContentComplexFeatureCollection.getSchema() |
Modifier and Type | Method and Description |
---|---|
FeatureCollection<FeatureType,Feature> |
WFSContentComplexFeatureCollection.subCollection(Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
GetFeatureRequest.setFullType(FeatureType fullType) |
void |
GetFeatureRequest.setQueryType(FeatureType queryType) |
Constructor and Description |
---|
WFSContentComplexFeatureCollection(GetFeatureRequest request,
FeatureType schema,
QName name) |
WFSContentComplexFeatureCollection(GetFeatureRequest request,
FeatureType schema,
QName name,
Filter filter) |
Modifier and Type | Class and Description |
---|---|
class |
XmlFeatureParser<FT extends FeatureType,F extends Feature>
Abstract form of XmlFeatureParser.
|
Modifier and Type | Field and Description |
---|---|
protected FT |
XmlFeatureParser.targetType |
Modifier and Type | Method and Description |
---|---|
FeatureType |
PullParserFeatureReader.getFeatureType() |
FeatureType |
XmlSimpleFeatureParser.getFeatureType() |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureType |
EmfAppSchemaParser.toSimpleFeatureType(FeatureType realType)
Go through FeatureType description and convert to a SimpleFeatureType.
|
Constructor and Description |
---|
PullParserFeatureReader(Configuration wfsConfiguration,
InputStream getFeatureResponseStream,
FeatureType featureType,
String axisOrder) |
XmlComplexFeatureParser(InputStream getFeatureResponseStream,
FeatureType targetType,
QName featureDescriptorName)
Initialises a new instance of the XmlComplexFeature class.
|
XmlComplexFeatureParser(InputStream getFeatureResponseStream,
FeatureType targetType,
QName featureDescriptorName,
Filter filter)
Initialises a new instance of the XmlComplexFeature class.
|
XmlComplexFeatureParser(InputStream getFeatureResponseStream,
FeatureType targetType,
QName featureDescriptorName,
Filter filter,
WFSStrategy strategy)
Initialises a new instance of the XmlComplexFeature class.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureBuilder<FT extends FeatureType,F extends Feature>
This class provides some common functionality for builders and defines an abstraction for Feature
builders' public interfaces.
|
interface |
FeatureCollection<T extends FeatureType,F extends Feature>
Collection of features, often handled as a result set.
|
Modifier and Type | Field and Description |
---|---|
protected FT |
FeatureBuilder.featureType
the feature type
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
TypeBuilder.feature()
Create feature.
|
FeatureType |
FeatureImpl.getType() |
Modifier and Type | Method and Description |
---|---|
static Set<FeatureType> |
FeatureTypes.ancestors(SimpleFeatureType featureType) |
static List<FeatureType> |
FeatureTypes.getAncestors(FeatureType featureType)
Walks up the type hierarchy of the feature returning all super types of the specified feature
type.
|
FeatureCollection<? extends FeatureType,? extends Feature> |
CollectionEvent.getCollection()
provides access to the SimpleFeatureCollection which fired the event
|
Modifier and Type | Method and Description |
---|---|
Feature |
AbstractFeatureFactoryImpl.createFeature(Collection<Property> value,
FeatureType type,
String id) |
static List<FeatureType> |
FeatureTypes.getAncestors(FeatureType featureType)
Walks up the type hierarchy of the feature returning all super types of the specified feature
type.
|
static boolean |
FeatureTypes.isDecendedFrom(FeatureType featureType,
FeatureType isParentType) |
static boolean |
FeatureTypes.isDecendedFrom(FeatureType featureType,
URI namespace,
String typeName)
A query of the the types ancestor information.
|
static boolean |
FeatureTypes.matches(FeatureType featureType,
Name name)
Whether the feature type has the specified name, or is a descendent from it
|
Constructor and Description |
---|
ComplexFeatureBuilder(FeatureType featureType) |
ComplexFeatureBuilder(FeatureType featureType,
FeatureFactory factory) |
FeatureImpl(Collection<Property> properties,
FeatureType type,
FeatureId id)
Create a Feature with the following content.
|
Constructor and Description |
---|
CollectionEvent(FeatureCollection<? extends FeatureType,? extends Feature> collection,
FeatureEvent event) |
CollectionEvent(FeatureCollection<? extends FeatureType,? extends Feature> source,
SimpleFeature[] involvedFeatures,
int type)
Constructs a new CollectionEvent.
|
FeatureReaderIterator(FeatureReader<? extends FeatureType,F> reader) |
Modifier and Type | Class and Description |
---|---|
class |
BaseFeatureCollection<T extends FeatureType,F extends Feature>
Implement a feature collection just based on provision of a
FeatureIterator . |
class |
DecoratingFeatureCollection<T extends FeatureType,F extends Feature>
A FeatureCollection which completely delegates to another FeatureCollection.
|
Modifier and Type | Field and Description |
---|---|
protected T |
BaseFeatureCollection.schema |
Modifier and Type | Class and Description |
---|---|
class |
SimpleFeatureTypeImpl
Implementation fo SimpleFeatureType, subtypes must be atomic and are stored in a list.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureTypeImpl
Base implementation of FeatureType.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
FeatureTypeFactoryImpl.createFeatureType(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description) |
Modifier and Type | Method and Description |
---|---|
static void |
Types.assertNameAssignable(FeatureType expected,
FeatureType actual)
FeatureType comparison indicating if the description provided by two FeatureTypes is similar
to the point data can be exchanged.
|
Constructor and Description |
---|
ReprojectingFilterVisitor(FilterFactory2 factory,
FeatureType featureType) |
ReprojectingFilterVisitor(FilterFactory2 factory,
FeatureType featureType,
CoordinateReferenceSystem targetCrs) |
Modifier and Type | Field and Description |
---|---|
protected FeatureType |
SimplifyingFilterVisitor.featureType |
Modifier and Type | Method and Description |
---|---|
void |
SimplifyingFilterVisitor.setFeatureType(FeatureType featureType) |
static Filter |
SimplifyingFilterVisitor.simplify(Filter filter,
FeatureType featureType)
Tries to simplify the filter if it's not already a simple one
|
Constructor and Description |
---|
BindingFilterVisitor(FeatureType schema)
Evaluates the
|
CapabilitiesFilterSplitter(Capabilities fcs,
FeatureType parent,
ClientTransactionAccessor transactionAccessor)
Create a new instance.
|
ExpressionTypeVisitor(FeatureType featureType) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureTransformer.FeatureTypeNamespaces.declareNamespace(FeatureType type,
String prefix,
String nsURI) |
String |
FeatureTransformer.FeatureTypeNamespaces.findPrefix(FeatureType type) |
Modifier and Type | Field and Description |
---|---|
static FeatureType |
GMLSchema.ABSTRACTFEATURECOLLECTIONBASETYPE_TYPE |
static FeatureType |
GMLSchema.ABSTRACTFEATURECOLLECTIONTYPE_TYPE |
static FeatureType |
GMLSchema.ABSTRACTFEATURETYPE_TYPE |
Modifier and Type | Method and Description |
---|---|
FeatureType |
FeatureTypeCache.get(Name name) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureTypeCache.put(FeatureType type) |
Modifier and Type | Method and Description |
---|---|
protected Attributes |
FeatureCollectionEncoderDelegate.getPropertyAttributes(QualifiedName name,
FeatureType featureType,
AttributeDescriptor attribute,
Object value)
Allows subclasses to generate a list of attributes for the property being encoded.
|
Modifier and Type | Method and Description |
---|---|
protected Attributes |
GML32FeatureCollectionEncoderDelegate.getPropertyAttributes(QualifiedName name,
FeatureType featureType,
AttributeDescriptor attribute,
Object value) |
Modifier and Type | Field and Description |
---|---|
protected FeatureSource<? extends FeatureType,? extends Feature> |
FeatureLayer.featureSource
FeatureSource offering content for display
|
Modifier and Type | Method and Description |
---|---|
Set<FeatureType> |
ScopeDescriptionImpl.getFeatureInstances()
Returns the feature instances to which the information applies.
|
Set<FeatureType> |
ScopeDescriptionImpl.getFeatures()
Returns the features to which the information applies.
|
Modifier and Type | Method and Description |
---|---|
void |
ScopeDescriptionImpl.setFeatureInstances(Set<? extends FeatureType> newValues)
Set the feature instances to which the information applies.
|
void |
ScopeDescriptionImpl.setFeatures(Set<? extends FeatureType> newValues)
Set the features to which the information applies.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessingCollection<T extends FeatureType,F extends Feature>
Abstract base class to ease the implementation of a streaming processing collection, that is, one
that tries to compute the results on the fly as the iterator is traversed.
|
Modifier and Type | Method and Description |
---|---|
FeatureCollection<? extends FeatureType,? extends Feature> |
LRSGeocodeProcess.execute(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection,
String fromMeasureAttb,
String toMeasureAttb,
Double measure)
Process the input data set.
|
FeatureCollection<? extends FeatureType,? extends Feature> |
LRSSegmentProcess.execute(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection,
String fromMeasureAttb,
String toMeasureAttb,
Double fromMeasure,
Double toMeasure)
Process the input data set.
|
FeatureCollection<? extends FeatureType,? extends Feature> |
LRSMeasureProcess.execute(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection,
String fromMeasureAttb,
String toMeasureAttb,
Point point,
CoordinateReferenceSystem crs)
Process the input data set.
|
Modifier and Type | Method and Description |
---|---|
FeatureCollection<? extends FeatureType,? extends Feature> |
LRSGeocodeProcess.execute(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection,
String fromMeasureAttb,
String toMeasureAttb,
Double measure)
Process the input data set.
|
FeatureCollection<? extends FeatureType,? extends Feature> |
LRSSegmentProcess.execute(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection,
String fromMeasureAttb,
String toMeasureAttb,
Double fromMeasure,
Double toMeasure)
Process the input data set.
|
FeatureCollection |
GroupCandidateSelectionProcess.execute(FeatureCollection<? extends FeatureType,? extends Feature> features,
String aggregation,
String operationAttribute,
List<String> groupingAttributes) |
FeatureCollection<? extends FeatureType,? extends Feature> |
LRSMeasureProcess.execute(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection,
String fromMeasureAttb,
String toMeasureAttb,
Point point,
CoordinateReferenceSystem crs)
Process the input data set.
|
Modifier and Type | Method and Description |
---|---|
void |
Renderer.render(FeatureCollection<? extends FeatureType,? extends Feature> fc,
Envelope viewport,
Style style)
Renders the provided features using the specified style.
|
Modifier and Type | Method and Description |
---|---|
static Style |
SLD.createSimpleStyle(FeatureType type)
Create a minimal style to render features of type
type . |
static Style |
SLD.createSimpleStyle(FeatureType type,
Color color)
Create a minimal style to render features of type
type |
Modifier and Type | Method and Description |
---|---|
static FeatureType |
GTXML.parseFeatureType(Configuration configuration,
QName name,
CoordinateReferenceSystem crs)
Parse a feature type; using the provided configuration.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
Feature.getType()
Override and type narrow to FeatureType.
|
Modifier and Type | Method and Description |
---|---|
Feature |
FeatureFactory.createFeature(Collection<Property> value,
FeatureType type,
String id)
Creates a feature.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleFeatureType
The type of a SimpleFeature.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
FeatureTypeFactory.createFeatureType(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a feature type.
|
Modifier and Type | Method and Description |
---|---|
Set<? extends FeatureType> |
ScopeDescription.getFeatureInstances()
Feature instances to which the information applies.
|
Set<? extends FeatureType> |
ScopeDescription.getFeatures()
Features to which the information applies.
|
Copyright © 1996–2022 Geotools. All rights reserved.