📄 operationjai.html
字号:
int primarySourceIndex, <A HREF="../../../../org/geotools/coverage/processing/OperationJAI.Parameters.html" title="class in org.geotools.coverage.processing">OperationJAI.Parameters</A> parameters)</CODE><BR> Returns a name for the target <A HREF="../../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">grid coverage</A> based on the given sources. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../../org/geotools/util/NumberRange.html" title="class in org.geotools.util">NumberRange</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#deriveRange(org.geotools.util.NumberRange[], org.geotools.coverage.processing.OperationJAI.Parameters)">deriveRange</A></B>(<A HREF="../../../../org/geotools/util/NumberRange.html" title="class in org.geotools.util">NumberRange</A>[] ranges, <A HREF="../../../../org/geotools/coverage/processing/OperationJAI.Parameters.html" title="class in org.geotools.coverage.processing">OperationJAI.Parameters</A> parameters)</CODE><BR> Returns the range of value for a single <A HREF="../../../../org/geotools/coverage/GridSampleDimension.html" title="class in org.geotools.coverage">sample dimension</A> in the target <A HREF="../../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">grid coverage</A>. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../../org/geotools/coverage/GridSampleDimension.html" title="class in org.geotools.coverage">GridSampleDimension</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#deriveSampleDimension(org.geotools.coverage.GridSampleDimension[][], org.geotools.coverage.processing.OperationJAI.Parameters)">deriveSampleDimension</A></B>(<A HREF="../../../../org/geotools/coverage/GridSampleDimension.html" title="class in org.geotools.coverage">GridSampleDimension</A>[][] bandLists, <A HREF="../../../../org/geotools/coverage/processing/OperationJAI.Parameters.html" title="class in org.geotools.coverage.processing">OperationJAI.Parameters</A> parameters)</CODE><BR> Returns the <A HREF="../../../../org/geotools/coverage/GridSampleDimension.html" title="class in org.geotools.coverage">sample dimensions</A> for the target <A HREF="../../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">grid coverage</A>. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="http://jsr-108.sourceforge.net/javadoc/javax/units/Unit.html" title="class or interface in javax.units">Unit</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#deriveUnit(javax.units.Unit[], org.geotools.coverage.processing.OperationJAI.Parameters)">deriveUnit</A></B>(<A HREF="http://jsr-108.sourceforge.net/javadoc/javax/units/Unit.html" title="class or interface in javax.units">Unit</A>[] units, <A HREF="../../../../org/geotools/coverage/processing/OperationJAI.Parameters.html" title="class in org.geotools.coverage.processing">OperationJAI.Parameters</A> parameters)</CODE><BR> Returns the unit of data for a single <A HREF="../../../../org/geotools/coverage/GridSampleDimension.html" title="class in org.geotools.coverage">sample dimension</A> in the target <A HREF="../../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">grid coverage</A>. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Coverage</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#doOperation(org.opengis.parameter.ParameterValueGroup, org.geotools.factory.Hints)">doOperation</A></B>(ParameterValueGroup parameters, <A HREF="../../../../org/geotools/factory/Hints.html" title="class in org.geotools.factory">Hints</A> hints)</CODE><BR> Applies a process operation to a grid coverage. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> object)</CODE><BR> Compares the specified object with this operation for equality.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Boolean.html" title="class or interface in java.lang">Boolean</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#extractSources(org.opengis.parameter.ParameterValueGroup, java.lang.String[], org.geotools.coverage.grid.GridCoverage2D[])">extractSources</A></B>(ParameterValueGroup parameters, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] sourceNames, <A HREF="../../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">GridCoverage2D</A>[] sources)</CODE><BR> Extracts and prepares ths sources for this <A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html" title="class in org.geotools.coverage.processing"><CODE>OperationJAI</CODE></A>, taking into account the ned for going to the geophysics view of the data in case this operation requires so. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/JAI.html" title="class or interface in javax.media.jai">JAI</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#getJAI(java.awt.RenderingHints)">getJAI</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/RenderingHints.html" title="class or interface in java.awt">RenderingHints</A> hints)</CODE><BR> Returns the <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/JAI.html" title="class or interface in javax.media.jai"><CODE>JAI</CODE></A> instance to use for operations on <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/RenderedImage.html" title="class or interface in java.awt.image"><CODE>RenderedImage</CODE></A>. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationDescriptor.html" title="class or interface in javax.media.jai">OperationDescriptor</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#getOperationDescriptor(java.lang.String)">getOperationDescriptor</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> name)</CODE><BR> Returns the operation descriptor for the specified JAI operation name. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#getProperties(java.awt.image.RenderedImage, org.opengis.referencing.crs.CoordinateReferenceSystem, org.opengis.util.InternationalString, org.opengis.referencing.operation.MathTransform, org.geotools.coverage.grid.GridCoverage2D[], org.geotools.coverage.processing.OperationJAI.Parameters)">getProperties</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/RenderedImage.html" title="class or interface in java.awt.image">RenderedImage</A> data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, <A HREF="../../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">GridCoverage2D</A>[] sources, <A HREF="../../../../org/geotools/coverage/processing/OperationJAI.Parameters.html" title="class in org.geotools.coverage.processing">OperationJAI.Parameters</A> parameters)</CODE><BR> This method provides a hook for subclasses to set properties on the <A HREF="../../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid"><CODE>GridCoverage2D</CODE></A> we create during the <A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#doOperation(org.opengis.parameter.ParameterValueGroup, org.geotools.factory.Hints)"><CODE>doOperation(ParameterValueGroup, Hints)</CODE></A> method. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">GridCoverage2D</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#postProcessResult(java.lang.Boolean, org.geotools.coverage.grid.GridCoverage2D)">postProcessResult</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Boolean.html" title="class or interface in java.lang">Boolean</A> requireGeophysicsType, <A HREF="../../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">GridCoverage2D</A> coverage)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#resampleToCommonGeometry(org.geotools.coverage.grid.GridCoverage2D[], org.opengis.referencing.crs.CoordinateReferenceSystem, org.opengis.referencing.operation.MathTransform2D, org.geotools.factory.Hints)">resampleToCommonGeometry</A></B>(<A HREF="../../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">GridCoverage2D</A>[] sources, CoordinateReferenceSystem crs2D, MathTransform2D gridToCrs2D, <A HREF="../../../../org/geotools/factory/Hints.html" title="class in org.geotools.factory">Hints</A> hints)</CODE><BR> Resamples all sources grid coverages to the same <A HREF="../../../../org/geotools/coverage/grid/GridGeometry2D.html" title="class in org.geotools.coverage.grid">two-dimensional geometry</A> before to apply the <A HREF="../../../../org/geotools/coverage/processing/OperationJAI.html#operation">operation</A>. </TD></TR></TABLE> <A NAME="methods_inherited_from_class_Operation2D"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="../../../../org/geotools/coverage/processing/Operation2D.html" title="class in org.geotools.coverage.processing">Operation2D</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/coverage/processing/Operation2D.html#getFactory(org.geotools.factory.Hints)">getFactory</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_AbstractOperation"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html" title="class in org.geotools.coverage.processing">AbstractOperation</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#ensureNonNull(java.lang.String, java.lang.Object)">ensureNonNull</A>, <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#getDescription()">getDescription</A>, <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#getDocURL()">getDocURL</A>, <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#getName()">getName</A>, <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#getNumSources()">getNumSources</A>, <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#getParameters()">getParameters</A>, <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#getProcessor(java.awt.RenderingHints)">getProcessor</A>, <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#getVendor()">getVendor</A>, <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#getVersion()">getVersion</A>, <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#hashCode()">hashCode</A>, <A HREF="../../../../org/geotools/coverage/processing/AbstractOperation.html#toString()">toString</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -