org.opengis.parameter
Interface GeneralParameterValue

All Known Subinterfaces:
ParameterValue<T>, ParameterValueGroup

@UML(identifier="CC_GeneralParameterValue",
     specification=ISO_19111)
public interface GeneralParameterValue

Abstract parameter value or group of parameter values.

Since:
1.0
See Also:
GeneralParameterDescriptor

Method Summary
 GeneralParameterValue clone()
          Returns a copy of this parameter value or group.
 GeneralParameterDescriptor getDescriptor()
          Returns the abstract definition of this parameter or group of parameters.
 

Method Detail

getDescriptor

@UML(identifier="parameter",
     obligation=MANDATORY,
     specification=ISO_19111)
GeneralParameterDescriptor getDescriptor()
Returns the abstract definition of this parameter or group of parameters.

Returns:
The abstract definition of this parameter or group of parameters.

clone

GeneralParameterValue clone()
Returns a copy of this parameter value or group.

Returns:
A copy of this parameter value or group.


Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.