Uses of Class
org.apache.sis.referencing.factory.sql.EPSGCodeFinder.Condition
Packages that use EPSGCodeFinder.Condition
Package
Description
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
-
Uses of EPSGCodeFinder.Condition in org.apache.sis.referencing.factory.sql
Subclasses of EPSGCodeFinder.Condition in org.apache.sis.referencing.factory.sqlModifier and TypeClassDescriptionprivate static final classA condition for a floating point value with a tolerance.Fields in org.apache.sis.referencing.factory.sql declared as EPSGCodeFinder.ConditionModifier and TypeFieldDescription(package private) static final EPSGCodeFinder.ConditionEPSGCodeFinder.Condition.NAMEA sentinel value for filtering by name.Methods in org.apache.sis.referencing.factory.sql that return EPSGCodeFinder.ConditionModifier and TypeMethodDescriptionprivate <T extends org.opengis.referencing.IdentifiedObject>
EPSGCodeFinder.ConditionEPSGCodeFinder.dependencies(String column, Class<T> type, T dependency, boolean ignoreAxes) Returns a description of the condition to put in aWHEREclause for an object having the given dependency.