org.geotools.parameter
Class ParameterDescriptorGroup
java.lang.Object
org.geotools.referencing.wkt.Formattable
org.geotools.referencing.AbstractIdentifiedObject
org.geotools.parameter.AbstractParameterDescriptor
org.geotools.parameter.DefaultParameterDescriptorGroup
org.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
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.referencing.AbstractIdentifiedObject |
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifiers, getName, getProperties, getRemarks, nameMatches, nameMatches |
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 |
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.