|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FeatureCollection in org.deegree_impl.clients.wcasclient.control |
Methods in org.deegree_impl.clients.wcasclient.control with parameters of type FeatureCollection | |
private java.lang.String |
DownloadListener.LoadController.storeFC(FeatureCollection fc,
java.lang.String typeName)
stores the passed feature collection as zipped shape and returns the file name |
Uses of FeatureCollection in org.deegree_impl.clients.wmsclient2.control |
Methods in org.deegree_impl.clients.wmsclient2.control that return FeatureCollection | |
private FeatureCollection |
HighlightingInfoListener.performGetFeature(java.lang.String request,
java.net.URL wfsURL)
performs a GetFeature request against the responsible WFS |
Uses of FeatureCollection in org.deegree_impl.graphics |
Fields in org.deegree_impl.graphics declared as FeatureCollection | |
protected FeatureCollection |
FeatureLayer_Impl.fc
|
Methods in org.deegree_impl.graphics with parameters of type FeatureCollection | |
static Layer |
MapFactory.createFeatureLayer(java.lang.String name,
CS_CoordinateSystem crs,
FeatureCollection fc)
creates a complete feature layer. |
private void |
FeatureLayer_Impl.init(FeatureCollection feature)
initializes serveral parameters of the layer and homogenizes the coordinate reference systems of the features |
void |
FeatureLayer_Impl.addFeatureCollection(FeatureCollection featureCollection)
adds a feature collection to the layer |
Constructors in org.deegree_impl.graphics with parameters of type FeatureCollection | |
FeatureLayer_Impl(java.lang.String name,
CS_CoordinateSystem crs,
FeatureCollection fc)
Creates a new Layer_Impl object. |
Uses of FeatureCollection in org.deegree_impl.io.mapinfo |
Methods in org.deegree_impl.io.mapinfo with parameters of type FeatureCollection | |
void |
MapInfoDataSource.getFeatures(FeatureCollection collection,
WFSQuery query)
Loads features from the datasource into the passed collection, based on the passed filter. |
Uses of FeatureCollection in org.deegree_impl.io.shpapi |
Methods in org.deegree_impl.io.shpapi with parameters of type FeatureCollection | |
private int |
ShapeFile.getGeometryCount(FeatureCollection fc)
returns the number of geometries within a feature collection |
private int |
ShapeFile.getGeometryType(FeatureCollection fc,
int n)
returns the type of the n'th feature in a featurecollection |
private GM_Object |
ShapeFile.getFeatureAsGeometry(FeatureCollection fc,
int n)
returns the n'th feature of a featurecollection as a GM_Object |
FeatureProperty[] |
ShapeFile.getFeatureProperties(FeatureCollection fc,
int n)
|
void |
ShapeFile.initDBaseFile(FeatureCollection fc)
|
void |
ShapeFile.writeShape(FeatureCollection fc)
writes a OGC FeatureCollection to a ESRI shape file. |
Uses of FeatureCollection in org.deegree_impl.model.feature |
Classes in org.deegree_impl.model.feature that implement FeatureCollection | |
(package private) class |
FeatureCollection_Impl
This interface provides services for the management of groups of features. |
Methods in org.deegree_impl.model.feature that return FeatureCollection | |
static FeatureCollection |
GMLFeatureAdapter.wrap(java.io.Reader reader)
|
static FeatureCollection |
GMLFeatureAdapter.wrap(org.w3c.dom.Element root)
|
static FeatureCollection |
FeatureFactory.createFeatureCollection(java.lang.String id,
FeatureType featureType,
FeatureProperty[] properties,
int initialCapacity)
creates an instance of a FeatureCollection with an initial capacity and a defined featuretype. |
static FeatureCollection |
FeatureFactory.createFeatureCollection(java.lang.String id,
int initialCapacity)
creates an instance of a FeatureCollection with an initial capacity. |
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(GMLFeatureCollection gmlFc)
creates an instance of a FeatureCollection from a GMLFeatureCollection |
Methods in org.deegree_impl.model.feature with parameters of type FeatureCollection | |
static void |
GMLFeatureAdapter.export(FeatureCollection fc,
java.io.OutputStream os)
exports an instance of a FeatureCollection to the passed OutputStream formatted as GML. |
static void |
GMLFeatureAdapter.export(FeatureCollection fc,
java.util.Map namespaces,
java.util.Map prefixes,
java.util.Map schemaRef,
java.io.OutputStream os)
exports an instance of a FeatureCollection to the passed OutputStream formatted as GML. |
static void |
GMLFeatureAdapter.export(FeatureCollection fc,
java.util.Map namespaces,
java.util.Map prefixes,
java.util.Map schemaRef,
java.io.OutputStream os,
java.lang.String charsetName)
exports an instance of a FeatureCollection to the passed OutputStream formatted as GML. |
private static void |
GMLFeatureAdapter.printFeatureCollection(FeatureCollection fc,
java.util.Map prefixes,
java.io.PrintWriter pw)
prints the passed FeatureCollection to the also passed PrintWriter formatted as GMLs |
void |
FeatureCollection_Impl.appendFeatures(FeatureCollection fc)
|
Uses of FeatureCollection in org.deegree_impl.services.wfs |
Methods in org.deegree_impl.services.wfs that return FeatureCollection | |
private FeatureCollection |
WFSRequestController.formatFC(FeatureCollection fc,
WFSGetFeatureResponse response)
formats the result of a GetFeature request as Features and adds them to the submitted FeatureCollection |
Methods in org.deegree_impl.services.wfs with parameters of type FeatureCollection | |
private FeatureCollection |
WFSRequestController.formatFC(FeatureCollection fc,
WFSGetFeatureResponse response)
formats the result of a GetFeature request as Features and adds them to the submitted FeatureCollection |
Uses of FeatureCollection in org.deegree_impl.services.wfs.db |
Methods in org.deegree_impl.services.wfs.db that return FeatureCollection | |
private FeatureCollection |
PointDBDataStoreOutputFC.tableToFC(Table table,
ParameterList pl,
FeatureCollection fc)
creates a FeatureCollection from a Table. the method is recursivly called to create complex features. |
Methods in org.deegree_impl.services.wfs.db with parameters of type FeatureCollection | |
private FeatureCollection |
PointDBDataStoreOutputFC.tableToFC(Table table,
ParameterList pl,
FeatureCollection fc)
creates a FeatureCollection from a Table. the method is recursivly called to create complex features. |
Uses of FeatureCollection in org.deegree_impl.services.wfs.gml |
Methods in org.deegree_impl.services.wfs.gml that return FeatureCollection | |
private FeatureCollection |
GMLDBDataStoreOutputFC.tableToFC(Table table,
ParameterList pl,
FeatureCollection fc)
creates a FeatureCollection from a Table. the method is recursivly called to create complex features. |
Methods in org.deegree_impl.services.wfs.gml with parameters of type FeatureCollection | |
private FeatureCollection |
GMLDBDataStoreOutputFC.tableToFC(Table table,
ParameterList pl,
FeatureCollection fc)
creates a FeatureCollection from a Table. the method is recursivly called to create complex features. |
Uses of FeatureCollection in org.deegree_impl.services.wfs.mysql |
Methods in org.deegree_impl.services.wfs.mysql that return FeatureCollection | |
private FeatureCollection |
MySQLDataStoreOutputFC.tableToFC(Table table,
ParameterList pl,
FeatureCollection fc)
creates a FeatureCollection from a Table. the method is recursivly called to create complex features. |
Methods in org.deegree_impl.services.wfs.mysql with parameters of type FeatureCollection | |
private FeatureCollection |
MySQLDataStoreOutputFC.tableToFC(Table table,
ParameterList pl,
FeatureCollection fc)
creates a FeatureCollection from a Table. the method is recursivly called to create complex features. |
Uses of FeatureCollection in org.deegree_impl.services.wfs.oracle |
Methods in org.deegree_impl.services.wfs.oracle that return FeatureCollection | |
private FeatureCollection |
DataStoreOutputFC.tableToFC(Table table,
ParameterList pl,
FeatureCollection fc)
creates a FeatureCollection from a Table. the method is recursivly called to create complex features. |
Methods in org.deegree_impl.services.wfs.oracle with parameters of type FeatureCollection | |
private FeatureCollection |
DataStoreOutputFC.tableToFC(Table table,
ParameterList pl,
FeatureCollection fc)
creates a FeatureCollection from a Table. the method is recursivly called to create complex features. |
Uses of FeatureCollection in org.deegree_impl.services.wfs.postgis |
Methods in org.deegree_impl.services.wfs.postgis that return FeatureCollection | |
private FeatureCollection |
PostgisDataStoreOutputFC.tableToFC(Table table,
ParameterList pl,
FeatureCollection fc)
creates a FeatureCollection from a Table. the method is recursivly called to create complex features. |
Methods in org.deegree_impl.services.wfs.postgis with parameters of type FeatureCollection | |
private FeatureCollection |
PostgisDataStoreOutputFC.tableToFC(Table table,
ParameterList pl,
FeatureCollection fc)
creates a FeatureCollection from a Table. the method is recursivly called to create complex features. |
Uses of FeatureCollection in org.deegree_impl.services.wts |
Methods in org.deegree_impl.services.wts with parameters of type FeatureCollection | |
private void |
WTService_Impl.handleWFSTINs(FeatureCollection fc,
double scale,
int[] index)
handles the response to a WFS GetFeature request containing DEM as TINs |
Uses of FeatureCollection in org.deegree_impl.services.wts.util |
Methods in org.deegree_impl.services.wts.util with parameters of type FeatureCollection | |
static GeometryArray |
TINtoTINArrayConverter.convertToArray(FeatureCollection fc,
boolean enableTexture,
float scale)
Converts the geometries of the feature of a feature collection to TINs stored in a javax.media.j3d.TriangleArray |
Uses of FeatureCollection in org.deegree_impl.tools.shape |
Fields in org.deegree_impl.tools.shape declared as FeatureCollection | |
private FeatureCollection |
Shape2GML.fc
|
private FeatureCollection |
GML2Shape.fc
|
Methods in org.deegree_impl.tools.shape that return FeatureCollection | |
private FeatureCollection |
Shape2GML.read()
|
Uses of FeatureCollection in org.deegree.graphics |
Methods in org.deegree.graphics with parameters of type FeatureCollection | |
void |
FeatureLayer.addFeatureCollection(FeatureCollection featureCollection)
adds a feature collection to the layer |
Uses of FeatureCollection in org.deegree.model.feature |
Methods in org.deegree.model.feature with parameters of type FeatureCollection | |
void |
FeatureCollection.appendFeatures(FeatureCollection feature)
adds a list of features to the collection |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |