Uses of Interface
org.opengis.parameter.ParameterDescriptorGroup
Packages that use ParameterDescriptorGroup
Package
Description
Defines the structure and content of views of real-world phenomenon.
Descriptions and values of parameters used by a coordinate operation or a process.
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.Relationship between any two Coordinate Reference Systems (CRS).
Conversions or transformations of multi-dimensional coordinate tuples.
Data store base types for retrieving and saving geospatial data in various storage formats.
Bridge to the GDAL library for reading rasters.
A data store that can read and write GeoTIFF files as grid coverages.
Reader of Landsat 8 level 1-2 data.
Reads netCDF files conforming to the Climate and Forecast (CF).
Data store capable to read and write features using a JDBC connection to a database.
Description and storage of parameter values.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of ParameterDescriptorGroup in org.apache.sis.feature
Methods in org.apache.sis.feature that return ParameterDescriptorGroupModifier and TypeMethodDescriptionabstract ParameterDescriptorGroupAbstractOperation.getParameters()Returns a description of the input parameters. -
Uses of ParameterDescriptorGroup in org.apache.sis.parameter
Classes in org.apache.sis.parameter that implement ParameterDescriptorGroupModifier and TypeClassDescriptionclassThe definition of a group of related parameters used by an operation method.Methods in org.apache.sis.parameter that return ParameterDescriptorGroupModifier and TypeMethodDescriptionParameterBuilder.createGroup(int minimumOccurs, int maximumOccurs, GeneralParameterDescriptor... parameters) Creates a descriptor group for the given multiplicity and parameters.ParameterBuilder.createGroup(GeneralParameterDescriptor... parameters) Creates a descriptor group for the given parameters.ParameterBuilder.createGroupForMapProjection(ParameterDescriptor<?>... parameters) Creates a descriptor group for a map projection.ParameterBuilder.createGroupWithSameParameters(ParameterDescriptorGroup parameters) Creates a descriptor group with the same parameters as another group.DefaultParameterValueGroup.getDescriptor()Returns the abstract definition of this group of parameters.Parameterized.getParameterDescriptors()Returns the parameter descriptors for this parameterized object, ornullif unknown.Methods in org.apache.sis.parameter that return types with arguments of type ParameterDescriptorGroupModifier and TypeMethodDescriptionClass<? extends ParameterDescriptorGroup> DefaultParameterDescriptorGroup.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.parameter with parameters of type ParameterDescriptorGroupModifier and TypeMethodDescriptionDefaultParameterDescriptorGroup.castOrCopy(ParameterDescriptorGroup object) Returns a SIS group implementation with the same values as the given arbitrary implementation.ParameterBuilder.createGroupWithSameParameters(ParameterDescriptorGroup parameters) Creates a descriptor group with the same parameters as another group.Constructors in org.apache.sis.parameter with parameters of type ParameterDescriptorGroupModifierConstructorDescriptionDefaultParameterDescriptorGroup(Map<String, ?> properties, ParameterDescriptorGroup parameters) Constructs a group with the same parameters as another group.protectedCreates a new descriptor with the same values as the specified one.DefaultParameterValueGroup(ParameterDescriptorGroup descriptor) Creates a parameter group from the specified descriptor. -
Uses of ParameterDescriptorGroup in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum that return ParameterDescriptorGroupModifier and TypeMethodDescriptionabstract ParameterDescriptorGroupDatumShiftGrid.getParameterDescriptors()Returns a description of the values in this grid. -
Uses of ParameterDescriptorGroup in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return ParameterDescriptorGroupModifier and TypeMethodDescriptionDefaultOperationMethod.getParameters()Returns the set of parameters.Methods in org.apache.sis.referencing.operation with parameters of type ParameterDescriptorGroupModifier and TypeMethodDescriptionDefaultCoordinateOperationFactory.createOperationMethod(Map<String, ?> properties, ParameterDescriptorGroup parameters) Creates an operation method from a set of properties and a descriptor group.Constructors in org.apache.sis.referencing.operation with parameters of type ParameterDescriptorGroupModifierConstructorDescriptionDefaultOperationMethod(Map<String, ?> properties, ParameterDescriptorGroup parameters) Constructs an operation method from a set of properties and a descriptor group. -
Uses of ParameterDescriptorGroup in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return ParameterDescriptorGroupModifier and TypeMethodDescriptionfinal ParameterDescriptorGroupContextualParameters.getDescriptor()Returns the parameters for the normalize → non-linear kernel → denormalize sequence as a whole.AbstractMathTransform.getParameterDescriptors()Returns the parameter descriptors for this math transform, ornullif unknown.EllipsoidToCentricTransform.getParameterDescriptors()Returns a description of the internal parameters of thisEllipsoidToCentricTransformtransform.EllipsoidToRadiusTransform.getParameterDescriptors()Returns a description of the internal parameters of thisEllipsoidToRadiusTransformtransform.MolodenskyTransform.getParameterDescriptors()Returns a description of the internal parameters of thisMolodenskyTransformtransform.PoleRotation.getParameterDescriptors()Returns a description of the parameters of this transform.WraparoundTransform.getParameterDescriptors()Returns the parameter descriptors for this math transform.Constructors in org.apache.sis.referencing.operation.transform with parameters of type ParameterDescriptorGroupModifierConstructorDescriptionContextualParameters(ParameterDescriptorGroup descriptor, int srcDim, int tgtDim) Creates a new group of parameters with the given descriptor. -
Uses of ParameterDescriptorGroup in org.apache.sis.storage
Methods in org.apache.sis.storage that return ParameterDescriptorGroupModifier and TypeMethodDescriptionabstract ParameterDescriptorGroupDataStoreProvider.getOpenParameters()Returns a description of all parameters accepted by this provider for opening a data store. -
Uses of ParameterDescriptorGroup in org.apache.sis.storage.gdal
Methods in org.apache.sis.storage.gdal that return ParameterDescriptorGroupModifier and TypeMethodDescriptionGDALStoreProvider.getOpenParameters()Returns a description of all parameters accepted by this provider for opening a file with GDAL. -
Uses of ParameterDescriptorGroup in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return ParameterDescriptorGroupModifier and TypeMethodDescriptionGeoTiffStoreProvider.getOpenParameters()Returns a description of all parameters accepted by this provider for opening a GeoTIFF file. -
Uses of ParameterDescriptorGroup in org.apache.sis.storage.landsat
Methods in org.apache.sis.storage.landsat that return ParameterDescriptorGroupModifier and TypeMethodDescriptionLandsatStoreProvider.getOpenParameters()Returns a description of all parameters accepted by this provider for opening a Landsat file. -
Uses of ParameterDescriptorGroup in org.apache.sis.storage.netcdf
Methods in org.apache.sis.storage.netcdf that return ParameterDescriptorGroupModifier and TypeMethodDescriptionNetcdfStoreProvider.getOpenParameters()Returns a description of all parameters accepted by this provider for opening a netCDF file. -
Uses of ParameterDescriptorGroup in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that return ParameterDescriptorGroupModifier and TypeMethodDescriptionSQLStoreProvider.getOpenParameters()Returns a description of all parameters accepted by this provider for opening a connection to the database. -
Uses of ParameterDescriptorGroup in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterDescriptorGroupModifier and TypeMethodDescriptionParameterValueGroup.getDescriptor()The abstract definition of this group of parameters. -
Uses of ParameterDescriptorGroup in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return ParameterDescriptorGroup