org.n52.wps.io.data.binding.complex
Class GTVectorDataBinding

java.lang.Object
  extended by org.n52.wps.io.data.binding.complex.GTVectorDataBinding
All Implemented Interfaces:
java.io.Serializable, IComplexData, IData

public class GTVectorDataBinding
extends java.lang.Object
implements IComplexData

See Also:
Serialized Form

Field Summary
protected  org.geotools.feature.FeatureCollection featureCollection
           
 
Constructor Summary
GTVectorDataBinding(org.geotools.feature.FeatureCollection payload)
           
 
Method Summary
 org.geotools.feature.FeatureCollection getPayload()
           
 java.io.File getPayloadAsShpFile()
           
 java.lang.Class<org.geotools.feature.FeatureCollection> getSupportedClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

featureCollection

protected transient org.geotools.feature.FeatureCollection featureCollection
Constructor Detail

GTVectorDataBinding

public GTVectorDataBinding(org.geotools.feature.FeatureCollection payload)
Method Detail

getSupportedClass

public java.lang.Class<org.geotools.feature.FeatureCollection> getSupportedClass()
Specified by:
getSupportedClass in interface IData

getPayload

public org.geotools.feature.FeatureCollection getPayload()
Specified by:
getPayload in interface IData

getPayloadAsShpFile

public java.io.File getPayloadAsShpFile()


Copyright © 2007-2011 52north.org. All Rights Reserved.