org.geotools.parameter
Class ParameterDescriptorGroup

java.lang.Object
  extended byorg.geotools.referencing.wkt.Formattable
      extended byorg.geotools.referencing.AbstractIdentifiedObject
          extended byorg.geotools.parameter.AbstractParameterDescriptor
              extended byorg.geotools.parameter.DefaultParameterDescriptorGroup
                  extended byorg.geotools.parameter.ParameterDescriptorGroup
All Implemented Interfaces:
org.opengis.parameter.GeneralParameterDescriptor, org.opengis.referencing.IdentifiedObject, org.opengis.parameter.ParameterDescriptorGroup, java.io.Serializable

Deprecated. Renamed as DefaultParameterDescriptorGroup.

public class ParameterDescriptorGroup
extends DefaultParameterDescriptorGroup

The definition of a group of related parameters used by an operation method.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.referencing.AbstractIdentifiedObject
ALIAS_PROPERTY, EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, IDENTIFIERS_PROPERTY, NAME_COMPARATOR, NAME_PROPERTY, REMARKS_COMPARATOR, REMARKS_PROPERTY
 
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Constructor Summary
ParameterDescriptorGroup(java.util.Map properties, org.opengis.parameter.GeneralParameterDescriptor[] parameters)
          Deprecated. Constructs a parameter group from a set of properties.
ParameterDescriptorGroup(java.util.Map properties, int minimumOccurs, int maximumOccurs, org.opengis.parameter.GeneralParameterDescriptor[] parameters)
          Deprecated. Constructs a parameter group from a set of properties.
ParameterDescriptorGroup(java.lang.String name, org.opengis.parameter.GeneralParameterDescriptor[] parameters)
          Deprecated. Constructs a parameter group from a name.
 
Methods inherited from class org.geotools.parameter.DefaultParameterDescriptorGroup
createValue, descriptor, descriptors, equals, getMaximumOccurs, getParameter, hashCode
 
Methods inherited from class org.geotools.parameter.AbstractParameterDescriptor
formatWKT, getMinimumOccurs
 
Methods inherited from class org.geotools.referencing.AbstractIdentifiedObject
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifiers, getName, getProperties, getRemarks, nameMatches, nameMatches
 
Methods inherited from class org.geotools.referencing.wkt.Formattable
toString, toWKT, toWKT, toWKT
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengis.parameter.GeneralParameterDescriptor
getMinimumOccurs
 
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 

Constructor Detail

ParameterDescriptorGroup

public ParameterDescriptorGroup(java.lang.String name,
                                org.opengis.parameter.GeneralParameterDescriptor[] parameters)
Deprecated. 
Constructs a parameter group from a name.


ParameterDescriptorGroup

public ParameterDescriptorGroup(java.util.Map properties,
                                org.opengis.parameter.GeneralParameterDescriptor[] parameters)
Deprecated. 
Constructs a parameter group from a set of properties.


ParameterDescriptorGroup

public ParameterDescriptorGroup(java.util.Map properties,
                                int minimumOccurs,
                                int maximumOccurs,
                                org.opengis.parameter.GeneralParameterDescriptor[] parameters)
Deprecated. 
Constructs a parameter group from a set of properties.



Copyright © GeoTools. All Rights Reserved.