Uses of Class
org.apache.sis.internal.referencing.ReferencingFactoryContainer
Packages that use ReferencingFactoryContainer
Package
Description
A set of helper classes for the SIS implementation.
Well Known Text (WKT) parsing and formatting.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
-
Uses of ReferencingFactoryContainer in org.apache.sis.internal.referencing
Fields in org.apache.sis.internal.referencing declared as ReferencingFactoryContainerModifier and TypeFieldDescriptionprivate final ReferencingFactoryContainer
EllipsoidalHeightCombiner.factories
The factories to use for creating geodetic objects.private final ReferencingFactoryContainer
GeodeticObjectBuilder.factories
Group of factories used by this builder.Constructors in org.apache.sis.internal.referencing with parameters of type ReferencingFactoryContainerModifierConstructorDescriptionCreates a new instance initialized to the factories of the given container.GeodeticObjectBuilder
(ReferencingFactoryContainer factories, Locale locale) Creates a new builder using the given factories and locale. -
Uses of ReferencingFactoryContainer in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as ReferencingFactoryContainerModifier and TypeFieldDescription(package private) final ReferencingFactoryContainer
MathTransformParser.factories
The factories to use for creating math transforms and geodetic objects.private ReferencingFactoryContainer
WKTFormat.factories
The factories needed by the parser.Methods in org.apache.sis.io.wkt that return ReferencingFactoryContainerModifier and TypeMethodDescriptionprivate ReferencingFactoryContainer
WKTFormat.factories()
Returns the container ofWKTFormat.factories
, creating it when first needed.Constructors in org.apache.sis.io.wkt with parameters of type ReferencingFactoryContainerModifierConstructorDescription(package private)
GeodeticObjectParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Constructs a parser for the specified set of symbols using the specified set of factories.(package private)
MathTransformParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, ReferencingFactoryContainer factories, Locale errorLocale) Creates a parser using the specified set of symbols and factories.(package private)
Parser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Creates a new parser. -
Uses of ReferencingFactoryContainer in org.apache.sis.storage.geotiff
Subclasses of ReferencingFactoryContainer in org.apache.sis.storage.geotiffModifier and TypeClassDescription(package private) final class
Helper class for building aCoordinateReferenceSystem
from information found in TIFF tags. -
Uses of ReferencingFactoryContainer in org.apache.sis.storage.landsat
Fields in org.apache.sis.storage.landsat declared as ReferencingFactoryContainerModifier and TypeFieldDescriptionprivate final ReferencingFactoryContainer
MetadataReader.factories
The referencing objects factories.