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 voidWKTDictionary.Loader.addAliasOrDefinition()Parses the currentWKTDictionary.Loader.buffercontent as a WKT elements (possibly with children elements).private voidWKTDictionary.addDefinition(StoredTree tree) Adds the definition of a CRS (or other geodetic objects) from a tree of WKT elements.(package private) final voidWKTDictionary.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 theIdentifiedObjectto construct.private <T> TEPSGDataAccess.ensureSingleton(T newValue, T oldValue, Comparable<?> code) Makes sure that an object constructed from the database is not incoherent.private doubleEPSGDataAccess.getDouble(Comparable<?> code, ResultSet result, int columnIndex) Gets the value from the specifiedResultSet.private IntegerEPSGDataAccess.getInteger(Comparable<?> code, ResultSet result, int columnIndex) Gets the value from the specifiedResultSet.private StringEPSGDataAccess.getString(Comparable<?> code, ResultSet result, int columnIndex) Gets the string from the specifiedResultSet.private StringSame asEPSGDataAccess.getString(Comparable, ResultSet, int), but reports the fault on an alternative column if the value is null.(package private) static voidBursaWolfInfo.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 TypeClassDescriptionclassThrown when a localization grid cannot be computed, presumably because of a problem with grid data.