Uses of Class
org.apache.sis.parameter.ParameterBuilder
Packages that use ParameterBuilder
Package
Description
Math transform provider
implementations.
Utility classes for the implementation of SIS storage classes.
DataStore implementation for Coma Separated Values (CSV) files.DataStore implementation for a folder containing an arbitrary number of data files.Descriptions and values of parameters used by a coordinate operation or a process.
-
Uses of ParameterBuilder in org.apache.sis.internal.referencing.provider
Methods in org.apache.sis.internal.referencing.provider that return ParameterBuilderModifier and TypeMethodDescription(package private) static ParameterBuilderAbstractProvider.addIdentifierAndLegacy(ParameterBuilder builder, String code, String legacy) Adds an identifier code together with its previous (legacy) code.(package private) static ParameterBuilderAbstractProvider.addNameAndLegacy(ParameterBuilder builder, String name, String legacy) Adds a name together with its previous (legacy) name.(package private) static ParameterBuilderAbstractProvider.builder()Creates the parameter builder with the default namespace set to EPSG.(package private) static ParameterBuilderESRI.copyNames(ParameterBuilder builder, org.opengis.parameter.ParameterDescriptor<Double> template) Copies the ESRI, OGC and PROJ4 names from the given parameters to the given builder.private static ParameterBuilderModifiedAzimuthalEquidistant.erase(ParameterBuilder builder, org.opengis.parameter.ParameterDescriptor<?> template) Returns a parameter with the same names and identifiers than the given parameter, except (OGC), ESRI and netCDF names which are omitted.(package private) static ParameterBuilderMapProjection.renameAlias(ParameterBuilder builder, org.opengis.parameter.ParameterDescriptor<Double> template, org.opengis.metadata.citation.Citation toRename, org.opengis.parameter.ParameterDescriptor<Double> replacement) Copies name, aliases and identifiers of the giventemplate, except the alias and identifiers of the given authority which are replaced by the alias and identifiers of the same authority inreplacement.(package private) static ParameterBuilderMapProjection.renameAlias(ParameterBuilder builder, org.opengis.parameter.ParameterDescriptor<Double> template, org.opengis.metadata.citation.Citation s1, org.opengis.parameter.ParameterDescriptor<Double> r1, org.opengis.metadata.citation.Citation s2, org.opengis.parameter.ParameterDescriptor<Double> r2) Same as aboverenameAlias(…)but with two aliases to rename.private static ParameterBuilderSatelliteTracking.setNameAndDescription(ParameterBuilder builder, String name) Sets the parameter name in the given builder, together with a description created from the resource bundle in this package.Methods in org.apache.sis.internal.referencing.provider with parameters of type ParameterBuilderModifier and TypeMethodDescription(package private) static ParameterBuilderAbstractProvider.addIdentifierAndLegacy(ParameterBuilder builder, String code, String legacy) Adds an identifier code together with its previous (legacy) code.(package private) static ParameterBuilderAbstractProvider.addNameAndLegacy(ParameterBuilder builder, String name, String legacy) Adds a name together with its previous (legacy) name.(package private) static ParameterBuilderESRI.copyNames(ParameterBuilder builder, org.opengis.parameter.ParameterDescriptor<Double> template) Copies the ESRI, OGC and PROJ4 names from the given parameters to the given builder.private static org.opengis.parameter.ParameterDescriptor<Double>ObliqueMercatorTwoPoints.create(ParameterBuilder builder, double min, double max) Creates a descriptor for a latitude or longitude parameter in degrees with no default value.(package private) static org.opengis.parameter.ParameterDescriptor<Double>AbstractProvider.createLatitude(ParameterBuilder builder, boolean includePoles) Creates a descriptor for a latitude parameter in degrees with a default value of 0°.(package private) static org.opengis.parameter.ParameterDescriptor<Double>AbstractProvider.createLongitude(ParameterBuilder builder) Creates a descriptor for a longitude parameter in degrees with a default value of 0°.(package private) static org.opengis.parameter.ParameterDescriptor<Double>AbstractProvider.createMandatoryLatitude(ParameterBuilder builder) Creates a descriptor for a latitude parameter in degrees without default value.private static org.opengis.parameter.ParameterDescriptor<Double>GeocentricAffine.createRotation(ParameterBuilder builder, String name, String alias) Convenience method for building the rotation parameters.(package private) static org.opengis.parameter.ParameterDescriptor<Double>AbstractProvider.createScale(ParameterBuilder builder) Creates a descriptor for a scale parameter with a default value of 1.(package private) static org.opengis.parameter.ParameterDescriptor<Double>AbstractProvider.createShift(ParameterBuilder builder) Creates a false easting, false northing or height parameter in metre with a default value of 0.(package private) static org.opengis.parameter.ParameterDescriptor<Double>AbstractProvider.createZeroConstant(ParameterBuilder builder) Creates a descriptor for a 0 constant value in degrees.private static ParameterBuilderModifiedAzimuthalEquidistant.erase(ParameterBuilder builder, org.opengis.parameter.ParameterDescriptor<?> template) Returns a parameter with the same names and identifiers than the given parameter, except (OGC), ESRI and netCDF names which are omitted.(package private) static ParameterBuilderMapProjection.renameAlias(ParameterBuilder builder, org.opengis.parameter.ParameterDescriptor<Double> template, org.opengis.metadata.citation.Citation toRename, org.opengis.parameter.ParameterDescriptor<Double> replacement) Copies name, aliases and identifiers of the giventemplate, except the alias and identifiers of the given authority which are replaced by the alias and identifiers of the same authority inreplacement.(package private) static ParameterBuilderMapProjection.renameAlias(ParameterBuilder builder, org.opengis.parameter.ParameterDescriptor<Double> template, org.opengis.metadata.citation.Citation s1, org.opengis.parameter.ParameterDescriptor<Double> r1, org.opengis.metadata.citation.Citation s2, org.opengis.parameter.ParameterDescriptor<Double> r2) Same as aboverenameAlias(…)but with two aliases to rename.private static voidMapProjection.renameAliases(ParameterBuilder builder, org.opengis.parameter.ParameterDescriptor<Double> template, org.opengis.metadata.citation.Citation[] toRename, org.opengis.parameter.ParameterDescriptor<?>[] replacement) Implementation ofrenameAlias(…)methods.private static ParameterBuilderSatelliteTracking.setNameAndDescription(ParameterBuilder builder, String name) Sets the parameter name in the given builder, together with a description created from the resource bundle in this package. -
Uses of ParameterBuilder in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage with parameters of type ParameterBuilderModifier and TypeMethodDescriptionprotected org.opengis.parameter.ParameterDescriptorGroupPRJDataStore.Provider.build(ParameterBuilder builder) Invoked byURIDataStore.Provider.getOpenParameters()the first time that a parameter descriptor needs to be created.protected org.opengis.parameter.ParameterDescriptorGroupURIDataStore.Provider.build(ParameterBuilder builder) Invoked byURIDataStore.Provider.getOpenParameters()the first time that a parameter descriptor needs to be created. -
Uses of ParameterBuilder in org.apache.sis.internal.storage.csv
Methods in org.apache.sis.internal.storage.csv with parameters of type ParameterBuilderModifier and TypeMethodDescriptionprotected org.opengis.parameter.ParameterDescriptorGroupStoreProvider.build(ParameterBuilder builder) Invoked byURIDataStore.Provider.getOpenParameters()the first time that a parameter descriptor needs to be created. -
Uses of ParameterBuilder in org.apache.sis.internal.storage.folder
Methods in org.apache.sis.internal.storage.folder with parameters of type ParameterBuilderModifier and TypeMethodDescriptionprivate static <T> org.opengis.parameter.ParameterDescriptor<T>StoreProvider.annotate(ParameterBuilder builder, org.opengis.parameter.ParameterDescriptor<T> e, org.opengis.util.InternationalString remark) Creates a parameter descriptor equals to the given one except for the remarks which are set to the given value. -
Uses of ParameterBuilder in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return ParameterBuilderModifier and TypeMethodDescriptionParameterBuilder.setRequired(boolean required) Sets whether the parameter is mandatory or optional.