Uses of Class
org.apache.sis.referencing.factory.FactoryDataException
Packages that use FactoryDataException
Package
Description
Well Known Text (WKT) parsing and formatting.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Helper classes for creating Math Transforms from a set of points.
-
Uses of FactoryDataException in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt that throw FactoryDataExceptionModifier and TypeMethodDescriptionprivate void
WKTDictionary.Loader.addAliasOrDefinition()
Parses the currentWKTDictionary.Loader.buffer
content as a WKT elements (possibly with children elements).private void
WKTDictionary.addDefinition
(StoredTree tree) Adds the definition of a CRS (or other geodetic objects) from a tree of WKT elements.(package private) final void
WKTDictionary.Loader.read()
Adds to the enclosing factory all definitions read from the given source. -
Uses of FactoryDataException in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that throw FactoryDataExceptionModifier and TypeMethodDescriptionEPSGDataAccess.createProperties
(String table, String name, Integer code, CharSequence remarks, boolean deprecated) Returns the name and aliases for theIdentifiedObject
to construct.private <T> T
EPSGDataAccess.ensureSingleton
(T newValue, T oldValue, Comparable<?> code) Makes sure that an object constructed from the database is not incoherent.private double
EPSGDataAccess.getDouble
(Comparable<?> code, ResultSet result, int columnIndex) Gets the value from the specifiedResultSet
.private Integer
EPSGDataAccess.getInteger
(Comparable<?> code, ResultSet result, int columnIndex) Gets the value from the specifiedResultSet
.private String
EPSGDataAccess.getString
(Comparable<?> code, ResultSet result, int columnIndex) Gets the string from the specifiedResultSet
.private String
Same asEPSGDataAccess.getString(Comparable, ResultSet, int)
, but reports the fault on an alternative column if the value is null.(package private) static void
BursaWolfInfo.setBursaWolfParameter
(BursaWolfParameters parameters, int code, double value, javax.measure.Unit<?> unit, Locale locale) Sets a Bursa-Wolf parameter from an EPSG parameter. -
Uses of FactoryDataException in org.apache.sis.referencing.operation.builder
Subclasses of FactoryDataException in org.apache.sis.referencing.operation.builderModifier and TypeClassDescriptionclass
Thrown when a localization grid cannot be computed, presumably because of a problem with grid data.