|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.ogcwebservices.wcts.data.TransformableData<FeatureCollection> org.deegree.ogcwebservices.wcts.data.FeatureCollectionData
public class FeatureCollectionData
FeatureCollectionData
encapsulates a list of FeatureCollections which can be transformed using the
doTransform(Transformation, boolean)
or doTransform(CoordinateSystem, CoordinateSystem, boolean)
methods.
Constructor Summary | |
---|---|
FeatureCollectionData(java.util.List<FeatureCollection> transformableData)
Creates a data instance which handles feature collections. |
Method Summary | |
---|---|
void |
doTransform(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS,
boolean enableLogging)
This function should implement the transforming of the underlying data. |
void |
doTransform(Transformation transformation,
boolean enableLogging)
This function should implement the transforming of the underlying data. |
java.util.List<FeatureCollection> |
getTransformedData()
|
static FeatureCollectionData |
parseFeatureCollection(java.lang.String url)
Try to load the featureCollection from a given url, and puts the result into a FeatureCollectionData object. |
Methods inherited from class org.deegree.ogcwebservices.wcts.data.TransformableData |
---|
getGeotransformer, getGeotransformer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureCollectionData(java.util.List<FeatureCollection> transformableData) throws java.lang.IllegalArgumentException
transformableData
- to transform
java.lang.IllegalArgumentException
- if either one of the crs's are null
.Method Detail |
---|
public void doTransform(CoordinateSystem sourceCRS, CoordinateSystem targetCRS, boolean enableLogging) throws OGCWebServiceException
TransformableData
doTransform
in class TransformableData<FeatureCollection>
sourceCRS
- of the incoming pointstargetCRS
- of the outgoing pointsenableLogging
- if true the implementing class should log all transformations.
OGCWebServiceException
- if an exception occurs while transforming.public void doTransform(Transformation transformation, boolean enableLogging) throws OGCWebServiceException
TransformableData
doTransform
in class TransformableData<FeatureCollection>
transformation
- to use for the transform.enableLogging
- if true the implementing class should log all transformations.
OGCWebServiceException
- if an exception occurs while transforming.public java.util.List<FeatureCollection> getTransformedData()
getTransformedData
in class TransformableData<FeatureCollection>
Geometry
(GeometyData), or Point3d
(SimpleData).public static FeatureCollectionData parseFeatureCollection(java.lang.String url)
url
- to load the data from.
null
if no file could be loaded.
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org