|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CC_OperationParameterGroup",
specification=ISO_19111)
public interface ParameterDescriptorGroupThe definition of a group of related parameters used by an operation method.
ParameterValueGroup,
ParameterDescriptor| Field Summary |
|---|
| Fields inherited from interface IdentifiedObject |
|---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
| Method Summary | |
|---|---|
ParameterValueGroup |
createValue()
Creates a new instance of parameter value group initialized with the default values. |
GeneralParameterDescriptor |
descriptor(String name)
Returns the parameter descriptor in this group for the specified identifier code. |
List<GeneralParameterDescriptor> |
descriptors()
Returns the parameters in this group. |
| Methods inherited from interface GeneralParameterDescriptor |
|---|
getMaximumOccurs, getMinimumOccurs |
| Methods inherited from interface IdentifiedObject |
|---|
getAlias, getIdentifiers, getName, getRemarks, toWKT |
| Method Detail |
|---|
@Extension ParameterValueGroup createValue()
this object.
The number of ParameterValue objects included must be between the
minimum and
maximum occurences required.
For example:
ParameterDescriptor with cardinality 1:* a ParameterValue will
be included with the default value
(even if this default value is null).ParameterDescriptor with cardinality 0:* no entry is required.
ParameterValue entries may be created only as needed.
createValue in interface GeneralParameterDescriptor
@UML(identifier="includesParameter",
obligation=MANDATORY,
specification=ISO_19111)
List<GeneralParameterDescriptor> descriptors()
@Extension
GeneralParameterDescriptor descriptor(String name)
throws ParameterNotFoundException
name - The case insensitive identifier code of the
parameter to search for.
ParameterNotFoundException - if there is no parameter for the given identifier code.
|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |