@UML(identifier="CC_GeneralOperationParameter", specification=ISO_19111) public interface GeneralParameterDescriptor extends IdentifiedObject
GeneralParameterValueDeparture from OGC/ISO specification:
GeoAPI uses a name which contains the "Descriptor" word for consistency with other libraries in Java (e.g.ParameterListDescriptorin Java Advanced Imaging).
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY| Modifier and Type | Method and Description |
|---|---|
GeneralParameterValue |
createValue()
Creates a new instance of parameter value or group
initialized with the default value(s).
|
int |
getMaximumOccurs()
The maximum number of times that values for this parameter group or
parameter can be included.
|
int |
getMinimumOccurs()
The minimum number of times that values for this parameter group or
parameter are required.
|
getAlias, getIdentifiers, getName, getRemarks, toWKTGeneralParameterValue createValue()
this object.Departure from OGC/ISO specification:
This method is not part of the ISO specification. It is provided in GeoAPI as a kind of factory method.
@UML(identifier="minimumOccurs", obligation=OPTIONAL, specification=ISO_19111) int getMinimumOccurs()
getMaximumOccurs()@UML(identifier="CC_OperationParameterGroup.maximumOccurs", obligation=OPTIONAL, specification=ISO_19111) int getMaximumOccurs()
getMinimumOccurs()Departure from OGC/ISO specification:
Moved up (in the interface hierarchy) themaximumOccursmethod fromParameterDescriptorGroupinto this super-interface, for parallelism with theminimumOccursmethod.
Copyright © 1994–2019 Open Geospatial Consortium. All rights reserved.