Package | Description |
---|---|
org.geotools.coverage.processing |
Coverage processing
implementations.
|
org.geotools.coverageio.gdal |
Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project.
|
org.geotools.parameter |
Parameter implementation.
|
org.geotools.referencing.operation |
Coordinate operation implementation.
|
org.geotools.referencing.operation.projection |
Basic implementations of map projections.
|
org.opengis.parameter |
Description and storage of parameter values.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedImagingParameterDescriptors
Extension of the
ImagingParameterDescriptors class used for setting the right operation
name for the operation associated to the input RegistryElementDescriptor . |
Modifier and Type | Field and Description |
---|---|
protected static GeneralParameterDescriptor[] |
BaseGDALGridFormat.PARAM_DESCRIPTOR
Base Parameter Descriptor
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameterDescriptor
Abstract definition of a parameter or group of parameters used by an operation method.
|
class |
DefaultParameterDescriptor<T>
The definition of a parameter used by an operation method.
|
class |
DefaultParameterDescriptorGroup
The definition of a group of related parameters used by an operation method.
|
class |
ImagingParameterDescriptors
Wraps a JAI's
ParameterListDescriptor . |
class |
MatrixParameterDescriptors
A parameter group for matrix elements.
|
class |
MatrixParameters
The values for a group of matrix parameters.
|
Modifier and Type | Method and Description |
---|---|
GeneralParameterDescriptor |
MatrixParameterDescriptors.descriptor(String name)
Returns the parameter in this group for the specified name.
|
GeneralParameterDescriptor |
MatrixParameters.descriptor(String name)
Returns the parameter in this group for the specified name.
|
GeneralParameterDescriptor |
DefaultParameterDescriptorGroup.descriptor(String name)
Returns the first parameter in this group for the specified identifier code.
|
GeneralParameterDescriptor |
AbstractParameter.getDescriptor()
Returns the abstract definition of this parameter or group of parameters.
|
Modifier and Type | Method and Description |
---|---|
List<GeneralParameterDescriptor> |
MatrixParameterDescriptors.descriptors()
Returns the parameters in this group.
|
List<GeneralParameterDescriptor> |
MatrixParameters.descriptors()
Returns the parameters descriptors in this group.
|
List<GeneralParameterDescriptor> |
DefaultParameterDescriptorGroup.descriptors()
Returns the parameters in this group.
|
Constructor and Description |
---|
AbstractParameter(GeneralParameterDescriptor descriptor)
Constructs a parameter value from the specified descriptor.
|
AbstractParameterDescriptor(GeneralParameterDescriptor descriptor)
Constructs a descriptor with the same values than the specified one.
|
DefaultParameterDescriptorGroup(Citation authority,
String name,
GeneralParameterDescriptor[] parameters)
Constructs a parameter group from a name and an authority.
|
DefaultParameterDescriptorGroup(Map<String,?> properties,
GeneralParameterDescriptor[] parameters)
Constructs a parameter group from a set of properties.
|
DefaultParameterDescriptorGroup(Map<String,?> properties,
int minimumOccurs,
int maximumOccurs,
GeneralParameterDescriptor[] parameters)
Constructs a parameter group from a set of properties.
|
DefaultParameterDescriptorGroup(String name,
GeneralParameterDescriptor[] parameters)
Constructs a parameter group from a name.
|
Modifier and Type | Method and Description |
---|---|
protected static ParameterDescriptorGroup |
MathTransformProvider.createDescriptorGroup(ReferenceIdentifier[] identifiers,
GeneralParameterDescriptor[] parameters)
Constructs a parameter group from a set of alias.
|
Constructor and Description |
---|
WorldVanDerGrintenI(ParameterValueGroup values,
Collection<GeneralParameterDescriptor> expected) |
Modifier and Type | Interface and Description |
---|---|
interface |
ParameterDescriptor<T>
The definition of a parameter used by an operation method.
|
interface |
ParameterDescriptorGroup
The definition of a group of related parameters used by an operation method.
|
Modifier and Type | Method and Description |
---|---|
GeneralParameterDescriptor |
ParameterDescriptorGroup.descriptor(String name)
Returns the parameter descriptor in this group for the specified identifier code.
|
GeneralParameterDescriptor |
GeneralParameterValue.getDescriptor()
Returns the abstract definition of this parameter or group of parameters.
|
Modifier and Type | Method and Description |
---|---|
List<GeneralParameterDescriptor> |
ParameterDescriptorGroup.descriptors()
Returns the parameters in this group.
|
Copyright © 1996–2019 Geotools. All rights reserved.