📄 defaultparameterdescriptorgroup.html
字号:
<A NAME="DefaultParameterDescriptorGroup(java.util.Map, int, int, org.opengis.parameter.GeneralParameterDescriptor[])"><!-- --></A><H3>DefaultParameterDescriptorGroup</H3><PRE>public <B>DefaultParameterDescriptorGroup</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> properties, int minimumOccurs, int maximumOccurs, GeneralParameterDescriptor[] parameters)</PRE><DL><DD>Constructs a parameter group from a set of properties. The properties map is given unchanged to the <A HREF="../../../org/geotools/referencing/AbstractIdentifiedObject.html#AbstractIdentifiedObject(java.util.Map)">super-class constructor</A>.<P><DT><B>Parameters:</B><DD><CODE>properties</CODE> - Set of properties. Should contains at least .<DD><CODE>minimumOccurs</CODE> - The <A HREF="../../../org/geotools/parameter/AbstractParameterDescriptor.html#getMinimumOccurs()">minimum number of times</A> that values for this parameter group are required.<DD><CODE>maximumOccurs</CODE> - The <A HREF="../../../org/geotools/parameter/DefaultParameterDescriptorGroup.html#getMaximumOccurs()">maximum number of times</A> that values for this parameter group are required.<DD><CODE>parameters</CODE> - The <A HREF="../../../org/geotools/parameter/DefaultParameterDescriptorGroup.html#descriptors()">parameter descriptors</A> for this group.</DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getMaximumOccurs()"><!-- --></A><H3>getMaximumOccurs</H3><PRE>public int <B>getMaximumOccurs</B>()</PRE><DL><DD>The maximum number of times that values for this parameter group are required.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>getMaximumOccurs</CODE> in interface <CODE>GeneralParameterDescriptor</CODE><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/parameter/AbstractParameterDescriptor.html#getMaximumOccurs()">getMaximumOccurs</A></CODE> in class <CODE><A HREF="../../../org/geotools/parameter/AbstractParameterDescriptor.html" title="class in org.geotools.parameter">AbstractParameterDescriptor</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../org/geotools/parameter/AbstractParameterDescriptor.html#getMinimumOccurs()"><CODE>AbstractParameterDescriptor.getMinimumOccurs()</CODE></A></DL></DD></DL><HR><A NAME="createValue()"><!-- --></A><H3>createValue</H3><PRE>public GeneralParameterValue <B>createValue</B>()</PRE><DL><DD>Creates a new instance of <A HREF="../../../org/geotools/parameter/ParameterGroup.html" title="class in org.geotools.parameter">parameter value group</A> initialized with the default values. The parameter value descriptor for the created group will be object.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>createValue</CODE> in interface <CODE>GeneralParameterDescriptor</CODE><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/parameter/AbstractParameterDescriptor.html#createValue()">createValue</A></CODE> in class <CODE><A HREF="../../../org/geotools/parameter/AbstractParameterDescriptor.html" title="class in org.geotools.parameter">AbstractParameterDescriptor</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="descriptors()"><!-- --></A><H3>descriptors</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>descriptors</B>()</PRE><DL><DD>Returns the parameters in this group.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>descriptors</CODE> in interface <CODE>ParameterDescriptorGroup</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="descriptor(java.lang.String)"><!-- --></A><H3>descriptor</H3><PRE>public GeneralParameterDescriptor <B>descriptor</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) throws ParameterNotFoundException</PRE><DL><DD>Returns the first parameter in this group for the specified identifier code.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>descriptor</CODE> in interface <CODE>ParameterDescriptorGroup</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - The case insensitive identifier code of the parameter to search for.<DT><B>Returns:</B><DD>The parameter for the given identifier code.<DT><B>Throws:</B><DD><CODE>ParameterNotFoundException</CODE> - if there is no parameter for the given identifier code.</DL></DD></DL><HR><A NAME="equals(org.geotools.referencing.AbstractIdentifiedObject, boolean)"><!-- --></A><H3>equals</H3><PRE>public boolean <B>equals</B>(<A HREF="../../../org/geotools/referencing/AbstractIdentifiedObject.html" title="class in org.geotools.referencing">AbstractIdentifiedObject</A> object, boolean compareMetadata)</PRE><DL><DD>Compares the specified object with this parameter group for equality.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/geotools/parameter/AbstractParameterDescriptor.html#equals(org.geotools.referencing.AbstractIdentifiedObject, boolean)">equals</A></CODE> in class <CODE><A HREF="../../../org/geotools/parameter/AbstractParameterDescriptor.html" title="class in org.geotools.parameter">AbstractParameterDescriptor</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>object</CODE> - The object to compare to .<DD><CODE>compareMetadata</CODE> - for performing a strict comparaison, or for comparing only properties relevant to transformations.<DT><B>Returns:</B><DD> if both objects are equal.</DL></DD></DL><HR><A NAME="hashCode()"><!-- --></A><H3>hashCode</H3><PRE>public int <B>hashCode</B>()</PRE><DL><DD>Returns a hash value for this parameter.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/geotools/parameter/AbstractParameterDescriptor.html#hashCode()">hashCode</A></CODE> in class <CODE><A HREF="../../../org/geotools/parameter/AbstractParameterDescriptor.html" title="class in org.geotools.parameter">AbstractParameterDescriptor</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The hash code value. This value doesn't need to be the same in past or future versions of this class.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DefaultParameterDescriptorGroup.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../org/geotools/parameter/DefaultParameterDescriptor.html" title="class in org.geotools.parameter"><B>PREV CLASS</B></A> <A HREF="../../../org/geotools/parameter/FloatParameter.html" title="class in org.geotools.parameter"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="DefaultParameterDescriptorGroup.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_AbstractIdentifiedObject">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 1996-2007 <a href="http://www.geotools.org">Geotools</a>. All Rights Reserved.</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -