Package nz.org.riskscape.engine.output
Class ShapefileGeotoolsFormat
java.lang.Object
nz.org.riskscape.engine.output.BaseFormat<T>
nz.org.riskscape.engine.output.BaseShapefileFormat<Object>
nz.org.riskscape.engine.output.ShapefileGeotoolsFormat
- All Implemented Interfaces:
nz.org.riskscape.engine.Identified,nz.org.riskscape.engine.output.Format
-
Nested Class Summary
Nested classes/interfaces inherited from interface nz.org.riskscape.engine.output.Format
nz.org.riskscape.engine.output.Format.Characteristics, nz.org.riskscape.engine.output.Format.WriterOptions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nz.org.riskscape.engine.output.BaseShapefileFormat
newWriterMethods inherited from class nz.org.riskscape.engine.output.BaseFormat
bindWriterOptions, canEqual, containsGeometry, equals, getCharacteristics, getExtension, getId, getMediaType, getParameterClass, getWriterConstructor, getWriterParameters, hashCode, toString, validateWriterOptionsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClass
-
Constructor Details
-
ShapefileGeotoolsFormat
public ShapefileGeotoolsFormat()
-
-
Method Details
-
getWriter
protected nz.org.riskscape.engine.output.RiskscapeWriter getWriter(nz.org.riskscape.engine.types.Struct type, File saveTo, nz.org.riskscape.engine.pipeline.ExecutionContext context) throws IOException - Specified by:
getWriterin classBaseShapefileFormat<Object>- Throws:
IOException
-