|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FeatureCollection in org.deegree.framework.util |
---|
Methods in org.deegree.framework.util that return FeatureCollection | |
---|---|
static FeatureCollection[] |
FeatureUtils.separateFeaturesForShapes(FeatureCollection fc)
This method separates the features in the given FeatureCollection according to their geometry type into Points, MulitPoints, (Multi-)Curves, (Multi-)Surfaces. features with geometries that do not match these geometry types are collected in a five group (others). |
Methods in org.deegree.framework.util with parameters of type FeatureCollection | |
---|---|
static FeatureCollection[] |
FeatureUtils.separateFeaturesForShapes(FeatureCollection fc)
This method separates the features in the given FeatureCollection according to their geometry type into Points, MulitPoints, (Multi-)Curves, (Multi-)Surfaces. features with geometries that do not match these geometry types are collected in a five group (others). |
Uses of FeatureCollection in org.deegree.graphics |
---|
Fields in org.deegree.graphics declared as FeatureCollection | |
---|---|
protected FeatureCollection |
FeatureLayer.fc
|
Methods in org.deegree.graphics with parameters of type FeatureCollection | |
---|---|
void |
FeatureLayer.addFeatureCollection(FeatureCollection featureCollection)
adds a feature collection to the layer |
static Layer |
MapFactory.createFeatureLayer(java.lang.String name,
CoordinateSystem crs,
FeatureCollection fc)
creates a complete feature layer. |
Constructors in org.deegree.graphics with parameters of type FeatureCollection | |
---|---|
FeatureLayer(java.lang.String name,
CoordinateSystem crs,
FeatureCollection fc)
Creates a new AbstractLayer object. |
Uses of FeatureCollection in org.deegree.io.csv |
---|
Methods in org.deegree.io.csv that return FeatureCollection | |
---|---|
FeatureCollection |
CSVReader.parseFeatureCollection()
|
Uses of FeatureCollection in org.deegree.io.databaseloader |
---|
Methods in org.deegree.io.databaseloader that return FeatureCollection | |
---|---|
static FeatureCollection |
PostgisDataLoader.load(DatabaseDataSource datasource,
Envelope envelope)
|
static FeatureCollection |
OracleDataLoader.load(DatabaseDataSource datasource,
Envelope envelope)
|
static FeatureCollection |
MySQLDataLoader.load(DatabaseDataSource datasource,
Envelope envelope)
|
static FeatureCollection |
PostgisDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql)
|
static FeatureCollection |
OracleDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql)
|
static FeatureCollection |
MySQLDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql)
|
static FeatureCollection |
PostgisDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql,
java.lang.String extraClauses)
|
static FeatureCollection |
OracleDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql,
java.lang.String extraClauses)
|
static FeatureCollection |
MySQLDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql,
java.lang.String extraClauses)
|
Uses of FeatureCollection in org.deegree.io.datastore |
---|
Methods in org.deegree.io.datastore that return FeatureCollection | |
---|---|
abstract FeatureCollection |
Datastore.performQuery(Query query,
MappedFeatureType[] rootFts)
Performs a query against the datastore. |
abstract FeatureCollection |
Datastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
Performs a query against the datastore (in the given transaction context). |
protected FeatureCollection |
Datastore.transformResult(FeatureCollection fc,
java.lang.String targetSRS)
Transforms the FeatureCollection so that the geometries of all contained geometry
properties use the requested SRS. |
Methods in org.deegree.io.datastore with parameters of type FeatureCollection | |
---|---|
protected FeatureCollection |
Datastore.transformResult(FeatureCollection fc,
java.lang.String targetSRS)
Transforms the FeatureCollection so that the geometries of all contained geometry
properties use the requested SRS. |
Uses of FeatureCollection in org.deegree.io.datastore.cached |
---|
Methods in org.deegree.io.datastore.cached that return FeatureCollection | |
---|---|
FeatureCollection |
CachedWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
FeatureCollection |
CachedWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of FeatureCollection in org.deegree.io.datastore.schema |
---|
Methods in org.deegree.io.datastore.schema that return FeatureCollection | |
---|---|
FeatureCollection |
MappedFeatureType.performQuery(Query query)
Performs the given Query . |
FeatureCollection |
MappedFeatureType.performQuery(Query query,
DatastoreTransaction context)
Performs the given Query inside the given transaction context. |
Uses of FeatureCollection in org.deegree.io.datastore.sde |
---|
Methods in org.deegree.io.datastore.sde that return FeatureCollection | |
---|---|
FeatureCollection |
SDEQueryHandler.performQuery()
Performs the associated Query against the datastore. |
FeatureCollection |
SDEDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
FeatureCollection |
SDEDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of FeatureCollection in org.deegree.io.datastore.shape |
---|
Methods in org.deegree.io.datastore.shape that return FeatureCollection | |
---|---|
FeatureCollection |
ShapeDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
FeatureCollection |
ShapeDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of FeatureCollection in org.deegree.io.datastore.sql |
---|
Methods in org.deegree.io.datastore.sql that return FeatureCollection | |
---|---|
FeatureCollection |
QueryHandler.performQuery()
Performs the associated Query against the datastore. |
FeatureCollection |
AbstractSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
protected FeatureCollection |
AbstractSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
java.sql.Connection conn)
Performs a Query against the datastore. |
FeatureCollection |
AbstractSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of FeatureCollection in org.deegree.io.datastore.sql.generic |
---|
Methods in org.deegree.io.datastore.sql.generic that return FeatureCollection | |
---|---|
protected FeatureCollection |
GenericSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
java.sql.Connection conn)
|
Uses of FeatureCollection in org.deegree.io.datastore.sql.oracle |
---|
Methods in org.deegree.io.datastore.sql.oracle that return FeatureCollection | |
---|---|
protected FeatureCollection |
OracleDatastore.transformResult(FeatureCollection fc,
java.lang.String targetSRS)
Transforms the FeatureCollection so that the geometries of all contained geometry properties use the
requested SRS. |
Methods in org.deegree.io.datastore.sql.oracle with parameters of type FeatureCollection | |
---|---|
protected FeatureCollection |
OracleDatastore.transformResult(FeatureCollection fc,
java.lang.String targetSRS)
Transforms the FeatureCollection so that the geometries of all contained geometry properties use the
requested SRS. |
Uses of FeatureCollection in org.deegree.io.datastore.wfs |
---|
Methods in org.deegree.io.datastore.wfs that return FeatureCollection | |
---|---|
FeatureCollection |
CascadingWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
FeatureCollection |
CascadingWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of FeatureCollection in org.deegree.io.gpx |
---|
Methods in org.deegree.io.gpx that return FeatureCollection | |
---|---|
static FeatureCollection |
GPXReader.read(java.io.InputStream in)
|
Uses of FeatureCollection in org.deegree.io.mapinfoapi |
---|
Methods in org.deegree.io.mapinfoapi that return FeatureCollection | |
---|---|
FeatureCollection |
MapInfoReader.getFeatureCollection()
|
Methods in org.deegree.io.mapinfoapi with parameters of type FeatureCollection | |
---|---|
void |
MapInfoDataSource.getFeatures(FeatureCollection collection,
Query query)
Loads features from the datasource into the passed collection, based on the passed filter. |
Uses of FeatureCollection in org.deegree.io.shpapi |
---|
Methods in org.deegree.io.shpapi with parameters of type FeatureCollection | |
---|---|
FeatureProperty[] |
ShapeFile.getFeatureProperties(FeatureCollection fc,
int n)
Copies the feature properties of a feature. |
void |
ShapeFile.writeShape(FeatureCollection fc)
writes a OGC FeatureCollection to a ESRI shape file. |
Uses of FeatureCollection in org.deegree.io.shpapi.shape_new |
---|
Methods in org.deegree.io.shpapi.shape_new that return FeatureCollection | |
---|---|
FeatureCollection |
ShapeFile.getFeatureCollection()
This method destroys the internal list of shapes and the associated .dbf structure! |
Constructors in org.deegree.io.shpapi.shape_new with parameters of type FeatureCollection | |
---|---|
ShapeFile(FeatureCollection fc,
java.lang.String baseName)
Creates shapefile datastructures from the feature collection. |
Uses of FeatureCollection in org.deegree.model.crs |
---|
Methods in org.deegree.model.crs that return FeatureCollection | |
---|---|
FeatureCollection |
GeoTransformer.transform(FeatureCollection fc)
transforms all geometries contained within the passed FeatureCollection into the target CRS of a
GeoTransformer instance. |
Methods in org.deegree.model.crs with parameters of type FeatureCollection | |
---|---|
FeatureCollection |
GeoTransformer.transform(FeatureCollection fc)
transforms all geometries contained within the passed FeatureCollection into the target CRS of a
GeoTransformer instance. |
Uses of FeatureCollection in org.deegree.model.feature |
---|
Classes in org.deegree.model.feature that implement FeatureCollection | |
---|---|
class |
AbstractFeatureCollection
|
(package private) class |
DefaultFeatureCollection
This interface provides services for the management of groups of features. |
class |
FeatureTupleCollection
Represents a FeatureCollection that only contains wfs:featureTuple elements (as introduced by
the draft WFS 1.2 spec). |
Methods in org.deegree.model.feature that return FeatureCollection | |
---|---|
static FeatureCollection |
FeatureFactory.createFeatureCollection(java.lang.String id,
Feature[] features)
creates an instance of a FeatureCollection from an array of Features. |
static FeatureCollection |
FeatureFactory.createFeatureCollection(java.lang.String id,
Feature[] features,
QualifiedName qName)
creates an instance of a FeatureCollection from an array of Features. |
static FeatureCollection |
FeatureFactory.createFeatureCollection(java.lang.String id,
int initialCapacity)
creates an instance of a FeatureCollection with an initial capacity. |
FeatureCollection |
GMLFeatureCollectionDocument.parse()
Returns the object representation of the underlying feature collection document. |
Methods in org.deegree.model.feature with parameters of type FeatureCollection | |
---|---|
void |
AbstractFeatureCollection.addAll(FeatureCollection fc)
Deprecated. |
void |
FeatureCollection.addAll(FeatureCollection featureCollection)
Deprecated. use addAllUncontained(org.deegree.model.feature.Feature[]) instead, and note that the method behaves slightly different |
void |
AbstractFeatureCollection.addAllUncontained(FeatureCollection fc)
|
void |
FeatureCollection.addAllUncontained(FeatureCollection featureCollection)
Adds the features to the collection, if they're not already contained. |
void |
GMLFeatureAdapter.append(org.w3c.dom.Element root,
FeatureCollection fc)
Appends the DOM representation of the given FeatureCollection to the also given Node . |
GMLFeatureCollectionDocument |
GMLFeatureAdapter.export(FeatureCollection fc)
Export a FeatureCollection to it's XML representation. |
void |
GMLFeatureAdapter.export(FeatureCollection fc,
java.io.OutputStream os)
Exports an instance of a FeatureCollection to the passed OutputStream formatted as GML. |
void |
GMLFeatureAdapter.export(FeatureCollection fc,
java.io.OutputStream os,
java.lang.String charsetName)
Exports a FeatureCollection instance to the passed OutputStream formatted as GML. |
Uses of FeatureCollection in org.deegree.ogcwebservices.wcts.data |
---|
Methods in org.deegree.ogcwebservices.wcts.data that return types with arguments of type FeatureCollection | |
---|---|
java.util.List<FeatureCollection> |
FeatureCollectionData.getTransformedData()
|
Constructor parameters in org.deegree.ogcwebservices.wcts.data with type arguments of type FeatureCollection | |
---|---|
FeatureCollectionData(java.util.List<FeatureCollection> transformableData)
Creates a data instance which handles feature collections. |
Uses of FeatureCollection in org.deegree.ogcwebservices.wfs |
---|
Methods in org.deegree.ogcwebservices.wfs that return FeatureCollection | |
---|---|
(package private) FeatureCollection |
FeatureDisambiguator.mergeFeatures()
Merges all "equal" feature (and subfeature) instances in the associated feature collection that do not have a feature id. |
Constructors in org.deegree.ogcwebservices.wfs with parameters of type FeatureCollection | |
---|---|
FeatureDisambiguator(FeatureCollection fc)
Creates a new FeatureDisambiguator to disambiguate the given feature collection. |
Uses of FeatureCollection in org.deegree.ogcwebservices.wfs.operation |
---|
Constructors in org.deegree.ogcwebservices.wfs.operation with parameters of type FeatureCollection | |
---|---|
FeatureResult(AbstractOGCWebServiceRequest request,
FeatureCollection featureCollection)
Creates a new instance of FeatureResult . |
|
FeatureWithLockResult(AbstractOGCWebServiceRequest request,
java.lang.String lockId,
FeatureCollection featureCollection)
Creates a new instance of FeatureWithLockResult . |
Uses of FeatureCollection in org.deegree.ogcwebservices.wfs.operation.transaction |
---|
Methods in org.deegree.ogcwebservices.wfs.operation.transaction that return FeatureCollection | |
---|---|
FeatureCollection |
Insert.getFeatures()
Returns the feature instances to be inserted. |
Methods in org.deegree.ogcwebservices.wfs.operation.transaction with parameters of type FeatureCollection | |
---|---|
void |
Insert.setFeatureCollection(FeatureCollection fc)
Sets the feature instances to be inserted. |
Constructors in org.deegree.ogcwebservices.wfs.operation.transaction with parameters of type FeatureCollection | |
---|---|
Insert(java.lang.String handle,
Insert.ID_GEN idGenMode,
java.net.URI srsName,
FeatureCollection fc)
Creates a new Insert instance. |
Uses of FeatureCollection in org.deegree.ogcwebservices.wpvs.j3d |
---|
Methods in org.deegree.ogcwebservices.wpvs.j3d with parameters of type FeatureCollection | |
---|---|
java.util.List<javax.vecmath.Point3d> |
PointsToPointListFactory.createFromFeatureCollection(FeatureCollection fc)
Builds a point list from the Point s in the
FeatureCollection fc. |
Uses of FeatureCollection in org.deegree.portal.standard.gazetteer |
---|
Methods in org.deegree.portal.standard.gazetteer that return FeatureCollection | |
---|---|
protected FeatureCollection |
AbstractGazetteerCommand.performGetFeature(WFSCapabilities capabilities,
GetFeature getFeature)
|
Methods in org.deegree.portal.standard.gazetteer with parameters of type FeatureCollection | |
---|---|
protected void |
AbstractGazetteerCommand.createItemsList(FeatureCollection fc)
|
Uses of FeatureCollection in org.deegree.tools.raster |
---|
Methods in org.deegree.tools.raster that return FeatureCollection | |
---|---|
FeatureCollection |
WorldFiles2GML.perform()
|
Uses of FeatureCollection in org.deegree.tools.shape |
---|
Methods in org.deegree.tools.shape that return FeatureCollection | |
---|---|
FeatureCollection |
ShapefileMerger.getMergedFeatures()
|
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org