|
Deprecated Methods |
org.geotoolkit.math.Statistics.add(double)
Renamed Statistics.accept(double). |
org.geotoolkit.math.Statistics.add(long)
Renamed Statistics.accept(double). |
org.geotoolkit.math.Statistics.add(Statistics)
Renamed Statistics.combine(org.apache.sis.math.Statistics). |
org.geotoolkit.util.converter.Classes.asSubclassOrNull(Class>, Class)
No replacement. |
org.geotoolkit.math.XMath.atanh(double)
Moved to Apache SIS MathFunctions.atanh(double). |
org.geotoolkit.util.converter.Classes.boundOfParameterizedAttribute(Field)
Moved to Classes.boundOfParameterizedProperty(Field). |
org.geotoolkit.util.converter.Classes.boundOfParameterizedAttribute(Method)
Moved to Classes.boundOfParameterizedProperty(Method). |
org.geotoolkit.util.Strings.camelCaseToAcronym(String)
Moved to CharSequences.camelCaseToAcronym(CharSequence) in Apache SIS. |
org.geotoolkit.util.Strings.camelCaseToSentence(CharSequence)
Moved to CharSequences.camelCaseToSentence(CharSequence) in Apache SIS. |
org.geotoolkit.util.Strings.camelCaseToWords(CharSequence, boolean)
Moved to CharSequences.camelCaseToWords(CharSequence, boolean) in Apache SIS. |
org.geotoolkit.util.converter.Classes.changeArrayDimension(Class>, int)
Moved to Classes.changeArrayDimension(java.lang.Class, int). |
org.geotoolkit.util.collection.XCollections.collectionComparator()
No replacement. |
org.geotoolkit.math.XMath.commonDivisors(int...)
Moved to Apache SIS MathFunctions.commonDivisors(int[]). |
org.geotoolkit.util.Strings.commonPrefix(String, String)
Moved to CharSequences.commonPrefix(CharSequence, CharSequence) in Apache SIS. |
org.geotoolkit.util.Strings.commonSuffix(String, String)
Moved to CharSequences.commonSuffix(CharSequence, CharSequence) in Apache SIS. |
org.geotoolkit.util.collection.XCollections.copy(Collection)
Moved to CollectionsExt.modifiableCopy(Collection). |
org.geotoolkit.util.collection.XCollections.copy(Map)
Moved to CollectionsExt.modifiableCopy(Map). |
org.geotoolkit.util.Strings.count(CharSequence, char)
Moved to CharSequences.count(CharSequence, char) in Apache SIS. |
org.geotoolkit.util.Strings.count(String, char)
Moved to CharSequences.count(CharSequence, char) in Apache SIS. |
org.geotoolkit.util.Strings.count(String, String)
Moved to CharSequences.count(CharSequence, String) in Apache SIS. |
org.geotoolkit.util.Utilities.deepEquals(Object, Object, ComparisonMode)
Moved to Apache SIS Utilities. |
org.geotoolkit.util.Utilities.deepHashCode(Object)
Moved to Apache SIS Utilities. |
org.geotoolkit.util.Utilities.deepToString(Object)
Moved to Apache SIS Utilities. |
org.geotoolkit.math.XMath.divisors(int)
Moved to Apache SIS MathFunctions.divisors(int). |
org.geotoolkit.util.collection.XCollections.emptyQueue()
No replacement. |
org.geotoolkit.util.collection.XCollections.emptySortedSet()
No replacement, since this method will be provided in JDK8. |
org.geotoolkit.util.Strings.endsWith(CharSequence, CharSequence, boolean)
Moved to CharSequences.endsWith(CharSequence, CharSequence, boolean) in Apache SIS. |
org.geotoolkit.util.ArgumentChecks.ensureBetween(String, double, double, double)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureBetween(String, float, float, float)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureBetween(String, int, int, int)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureBetween(String, long, long, long)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureCanCast(String, Class extends T>, T)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureDimensionMatches(String, DirectPosition, int)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureNonNull(String, Object)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensurePositive(String, double)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensurePositive(String, float)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensurePositive(String, int)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensurePositive(String, long)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureStrictlyPositive(String, double)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureStrictlyPositive(String, float)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureStrictlyPositive(String, int)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureStrictlyPositive(String, long)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.ArgumentChecks.ensureValidIndex(int, int)
Moved to Apache SIS ArgumentChecks. |
org.geotoolkit.util.Strings.equalsIgnoreCase(CharSequence, CharSequence)
Moved to CharSequences.equalsIgnoreCase(CharSequence, CharSequence) in Apache SIS. |
org.geotoolkit.util.Exceptions.formatChainedMessages(String, Throwable)
Moved to Apache SIS Exceptions.formatChainedMessages(java.util.Locale, java.lang.String, java.lang.Throwable). |
org.geotoolkit.util.Strings.formatList(Iterable>, String)
Moved to CharSequences.toString(Iterable, String) in Apache SIS. |
org.geotoolkit.util.GeoAPI.forUML(String)
Moved to Apache SIS Types.forStandardName(String). |
org.geotoolkit.util.converter.Classes.getClasses(Collection extends T>)
No replacement. |
org.geotoolkit.coverage.GridSampleDimension.getColorInterpretation()
No replacement. |
org.geotoolkit.coverage.grid.AbstractGridCoverage.getDataBlock(GridRange, boolean[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.grid.AbstractGridCoverage.getDataBlock(GridRange, byte[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.grid.AbstractGridCoverage.getDataBlock(GridRange, double[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.grid.AbstractGridCoverage.getDataBlock(GridRange, float[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.grid.AbstractGridCoverage.getDataBlock(GridRange, int[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.grid.AbstractGridCoverage.getDataBlock(GridRange, short[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.processing.AbstractOperation.getDescription()
Return type need to be changed, maybe to InternationalString. |
org.geotoolkit.coverage.processing.AbstractOperation.getDocURL()
To be replaced by a method returning a Citation. |
org.geotoolkit.coverage.grid.AbstractGridCoverage.getGridPacking()
Not yet implemented, and maybe will never be implemented. |
org.geotoolkit.coverage.grid.GeneralGridGeometry.getGridRange()
Renamed GeneralGridGeometry.getExtent(). |
org.geotoolkit.coverage.grid.ImageGeometry.getGridRange()
Renamed ImageGeometry.getExtent(). |
org.geotoolkit.referencing.adapters.NetcdfCRS.getGridRange()
Renamed NetcdfCRS.getExtent(). |
org.geotoolkit.util.logging.Log4JLoggerFactory.getInstance()
Replaced by the META-INF/services discovery mechanism. |
org.geotoolkit.util.logging.CommonsLoggerFactory.getInstance()
Replaced by the META-INF/services discovery mechanism. |
org.geotoolkit.util.Strings.getLinesFromMultilines(String)
Moved to CharSequences.splitOnEOL(CharSequence) in Apache SIS. |
org.geotoolkit.coverage.grid.AbstractGridCoverage.getPackedDataBlock(GridRange)
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.GridSampleDimension.getPalette()
No replacement. |
org.geotoolkit.coverage.GridSampleDimension.getPaletteInterpretation()
No replacement. |
org.geotoolkit.coverage.io.GridCoverageReader.getSampleValueRanges(int)
Not used in practice. Could be a convenience static method working on any
sample dimensions. |
org.geotoolkit.coverage.processing.AbstractOperation.getVendor()
To be replaced by getName().getAuthority(). |
org.geotoolkit.coverage.processing.AbstractOperation.getVersion()
Replacement to be determined. |
org.geotoolkit.util.collection.XCollections.hashMapCapacity(int)
Moved to Containers.hashMapCapacity(int). |
org.geotoolkit.util.Strings.indexOf(CharSequence, CharSequence, int)
Moved to CharSequences.indexOf(CharSequence, CharSequence, int, int) in Apache SIS. |
org.geotoolkit.util.Strings.isAcronymForWords(CharSequence, CharSequence)
Moved to CharSequences.isAcronymForWords(CharSequence, CharSequence) in Apache SIS. |
org.geotoolkit.math.XMath.isNegative(double)
Moved to Apache SIS MathFunctions.isNegative(double). |
org.geotoolkit.geometry.AbstractEnvelope.isNull()
Renamed AbstractEnvelope.isAllNaN(). |
org.geotoolkit.util.collection.XCollections.isNullOrEmpty(Collection>)
Moved to Containers.isNullOrEmpty(Collection). |
org.geotoolkit.util.collection.XCollections.isNullOrEmpty(Map, ?>)
Moved to Containers.isNullOrEmpty(Map). |
org.geotoolkit.math.XMath.isPositive(double)
Moved to Apache SIS MathFunctions.isPositive(double). |
org.geotoolkit.math.XMath.isSameSign(double, double)
Moved to Apache SIS MathFunctions.isSameSign(double, double). |
org.geotoolkit.util.Strings.length(CharSequence)
Moved to CharSequences.length(CharSequence) in Apache SIS. |
org.geotoolkit.math.XMath.magnitude(double...)
Moved to Apache SIS MathFunctions.magnitude(double[]). |
org.geotoolkit.util.Strings.parseBytes(String, char, int)
Moved to CharSequences.parseBytes(CharSequence, char, int) in Apache SIS. |
org.geotoolkit.util.Strings.parseDoubles(String, char)
Moved to CharSequences.parseDoubles(CharSequence, char) in Apache SIS. |
org.geotoolkit.util.Strings.parseFloats(String, char)
Moved to CharSequences.parseFloats(CharSequence, char) in Apache SIS. |
org.geotoolkit.util.Strings.parseInts(String, char, int)
Moved to CharSequences.parseInts(CharSequence, char, int) in Apache SIS. |
org.geotoolkit.util.Strings.parseLongs(String, char, int)
Moved to CharSequences.parseLongs(CharSequence, char, int) in Apache SIS. |
org.geotoolkit.util.Strings.parseShorts(String, char, int)
Moved to CharSequences.parseShorts(CharSequence, char, int) in Apache SIS. |
org.geotoolkit.geometry.Envelopes.parseWKT(String)
Moved to Apache SIS as org.apache.sis.geometry.Envelopes#parseWKT. |
org.geotoolkit.math.XMath.pow10(double)
Moved to Apache SIS MathFunctions.pow10(double). |
org.geotoolkit.math.XMath.pow10(int)
Moved to Apache SIS MathFunctions.pow10(int). |
org.geotoolkit.math.XMath.primeNumber(int)
No public replacement. MathFunctions.nextPrimeNumber(int) is the closest replacement. |
org.geotoolkit.math.Statistics.printTable(CharSequence[], Statistics[], Locale)
Replaced by StatisticsFormat. |
org.geotoolkit.math.Statistics.range()
Renamed Statistics.span(). |
org.geotoolkit.util.Strings.regionMatches(CharSequence, int, CharSequence)
Moved to CharSequences.regionMatches(CharSequence, int, CharSequence) in Apache SIS. |
org.geotoolkit.util.Strings.remove(StringBuilder, String)
Moved to StringBuilders.remove(StringBuilder, String) in Apache SIS. |
org.geotoolkit.util.Strings.replace(StringBuilder, int, int, char[])
Moved to StringBuilders.replace(StringBuilder, int, int, char[]) in Apache SIS. |
org.geotoolkit.util.Strings.replace(StringBuilder, String, String)
Moved to StringBuilders.replace(StringBuilder, String, String) in Apache SIS. |
org.geotoolkit.io.TableWriter.setColumnAlignment(int, int)
Not effective anymore, because no equivalent method in SIS. |
org.geotoolkit.coverage.grid.AbstractGridCoverage.setDataBlock(GridRange, boolean[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.grid.AbstractGridCoverage.setDataBlock(GridRange, byte[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.grid.AbstractGridCoverage.setDataBlock(GridRange, double[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.grid.AbstractGridCoverage.setDataBlock(GridRange, float[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.grid.AbstractGridCoverage.setDataBlock(GridRange, int[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.coverage.grid.AbstractGridCoverage.setDataBlock(GridRange, short[])
We should use some higher level construct instead (multi-dimensional array
or something similar). |
org.geotoolkit.util.Exceptions.setMessage(T, String, boolean)
Moved to Apache SIS Exceptions.setMessage(T, java.lang.String, boolean). |
org.geotoolkit.math.XMath.sgn(byte)
Moved to Apache SIS MathFunctions.sgn(byte). |
org.geotoolkit.math.XMath.sgn(double)
Moved to Apache SIS MathFunctions.sgn(double). |
org.geotoolkit.math.XMath.sgn(float)
Moved to Apache SIS MathFunctions.sgn(float). |
org.geotoolkit.math.XMath.sgn(int)
Moved to Apache SIS MathFunctions.sgn(int). |
org.geotoolkit.math.XMath.sgn(long)
Moved to Apache SIS MathFunctions.sgn(long). |
org.geotoolkit.math.XMath.sgn(short)
Moved to Apache SIS MathFunctions.sgn(short). |
org.geotoolkit.util.Strings.skipLines(CharSequence, int, int)
Moved to CharSequences.indexOfLineStart(CharSequence, int, int) in Apache SIS. |
org.geotoolkit.util.Strings.spaces(int)
Moved to CharSequences.spaces(int) in Apache SIS. |
org.geotoolkit.util.Strings.split(String, char)
Moved to CharSequences.split(CharSequence, char) in Apache SIS. |
org.geotoolkit.util.Strings.startsWith(CharSequence, CharSequence, boolean)
Moved to CharSequences.startsWith(CharSequence, CharSequence, boolean) in Apache SIS. |
org.geotoolkit.util.Strings.toASCII(CharSequence)
Moved to CharSequences.toASCII(CharSequence) in Apache SIS. |
org.geotoolkit.util.Strings.token(CharSequence, int)
Moved to CharSequences.token(CharSequence, int) in Apache SIS. |
org.geotoolkit.math.XMath.toNaN(int)
Moved to Apache SIS MathFunctions.toNanFloat(int). |
org.geotoolkit.geometry.Envelopes.toPolygonWKT(Envelope)
Moved to Apache SIS as Envelopes.toPolygonWKT(org.opengis.geometry.Envelope). |
org.geotoolkit.math.Statistics.toString(Locale, boolean)
Replaced by StatisticsFormat. |
org.geotoolkit.geometry.Envelopes.toWKT(Envelope)
Moved to Apache SIS as Envelopes.toString(org.opengis.geometry.Envelope). |
org.geotoolkit.util.Strings.trim(String)
Moved to CharSequences.trimWhitespaces(String) in Apache SIS. |
org.geotoolkit.util.Strings.trimFractionalPart(String)
Moved to CharSequences.trimFractionalPart(CharSequence) in Apache SIS. |
org.geotoolkit.util.Strings.trimFractionalPart(StringBuilder)
Moved to StringBuilders.trimFractionalPart(StringBuilder) in Apache SIS. |
org.geotoolkit.util.collection.XCollections.unmodifiableMap(Map)
Renamed XCollections.unmodifiableOrCopy(Map). |
org.geotoolkit.util.collection.XCollections.unmodifiableSet(Set)
Renamed XCollections.unmodifiableOrCopy(Set). |
org.geotoolkit.math.Statistics.writeTable(Writer, CharSequence[], Statistics[], Locale)
Replaced by StatisticsFormat. |
org.geotoolkit.math.XMath.xorSign(double, double)
Moved to Apache SIS MathFunctions.xorSign(double, double). |