| java.lang.Object org.geotools.util.AbstractInternationalString org.geotools.parameter.ImagingParameterDescription
Constructor Summary | |
public | ImagingParameterDescription(OperationDescriptor operation, int arg) Creates a new international string from the specified operation and argument number. | public | ImagingParameterDescription(OperationDescriptor operation, String key, String prefixKey) Creates a new international string from the specified operation and key. |
Method Summary | |
public boolean | equals(Object object) Compares this international string with the specified object for equality. | public boolean | exists() Tests if the resource exists. | public int | hashCode() Returns a hash code value for this international text. | public String | toString(Locale locale) Returns a string in the specified locale.
Parameters: locale - The locale to look for, or null for the default locale. | static String | trimPrefix(String name, String prefix) If the specified name starts with the specified prefix, removes the prefix from
the name. |
ImagingParameterDescription | public ImagingParameterDescription(OperationDescriptor operation, int arg)(Code) | | Creates a new international string from the specified operation and argument number.
Parameters: operation - The operation to fetch localized resource from. Parameters: arg - The argument number. |
ImagingParameterDescription | public ImagingParameterDescription(OperationDescriptor operation, String key, String prefixKey)(Code) | | Creates a new international string from the specified operation and key.
Parameters: operation - The operation to fetch localized resource from. Parameters: key - The key for the resource to fetch. |
equals | public boolean equals(Object object)(Code) | | Compares this international string with the specified object for equality.
|
exists | public boolean exists()(Code) | | Tests if the resource exists.
|
hashCode | public int hashCode()(Code) | | Returns a hash code value for this international text.
|
toString | public String toString(Locale locale) throws MissingResourceException(Code) | | Returns a string in the specified locale.
Parameters: locale - The locale to look for, or null for the default locale. The string in the specified locale, or in a default locale. throws: MissingResourceException - is the key given to the constructor is invalid. |
trimPrefix | static String trimPrefix(String name, String prefix)(Code) | | If the specified name starts with the specified prefix, removes the prefix from
the name. This is used for removing the "org.geotools" part in operation name
like "org.geotools.NodataFilter" for example.
|
|
|