Uses of Class
org.apache.sis.util.resources.Vocabulary
Packages that use Vocabulary
Package
Description
Command line interface for Apache SIS.
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
A set of helper classes for the SIS implementation.
Utility classes for the implementation of SIS storage classes.
Descriptions and values of parameters used by a coordinate operation or a process.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Localized resources for SIS.
-
Uses of Vocabulary in org.apache.sis.console
Fields in org.apache.sis.console declared as VocabularyModifier and TypeFieldDescriptionprivate final Vocabulary
TransformCommand.resources
Resources forTransformCommand.printHeader(short)
. -
Uses of Vocabulary in org.apache.sis.coverage
Fields in org.apache.sis.coverage declared as VocabularyModifier and TypeFieldDescriptionprivate final Vocabulary
SampleRangeFormat.words
The localize resources for table header. -
Uses of Vocabulary in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as VocabularyModifier and TypeFieldDescriptionprivate final Vocabulary
GridGeometry.Formatter.vocabulary
Localized words.Methods in org.apache.sis.coverage.grid with parameters of type VocabularyModifier and TypeMethodDescription(package private) void
GridCoverage.appendDataLayout
(TreeTable.Node root, Vocabulary vocabulary, TableColumn<CharSequence> column) Appends a "data layout" branch (if it exists) to the tree representation of this coverage.(package private) void
GridCoverage2D.appendDataLayout
(TreeTable.Node root, Vocabulary vocabulary, TableColumn<CharSequence> column) Appends a "data layout" branch (if it exists) to the tree representation of this coverage.(package private) final void
GridExtent.appendTo
(Appendable out, Vocabulary vocabulary) Writes a string representation of this grid extent in the given buffer.(package private) final void
GridGeometry.formatTo
(Locale locale, Vocabulary vocabulary, int bitmask, TreeTable.Node root) Formats a string representation of this grid geometry in the specified tree.Constructors in org.apache.sis.coverage.grid with parameters of type VocabularyModifierConstructorDescription(package private)
Formatter
(Locale locale, Vocabulary vocabulary, int bitmask, TreeTable.Node out) Creates a new formatter for the given combination ofGridGeometry.EXTENT
,GridGeometry.ENVELOPE
,GridGeometry.CRS
,GridGeometry.GRID_TO_CRS
andGridGeometry.RESOLUTION
. -
Uses of Vocabulary in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing with parameters of type VocabularyModifier and TypeMethodDescriptionstatic String[]
ReferencingUtilities.getShortAxisNames
(Vocabulary resources, org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns short names for all axes of the given CRS. -
Uses of Vocabulary in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage with parameters of type VocabularyModifier and TypeMethodDescriptionstatic String[]
Capability.providers
(Locale locale, Vocabulary resources) Lists the capabilities of all data stores together with their name. -
Uses of Vocabulary in org.apache.sis.parameter
Methods in org.apache.sis.parameter with parameters of type VocabularyModifier and TypeMethodDescriptionprivate static String[]
ParameterFormat.putIfAbsent
(Vocabulary resources, String[] row, Map<String, Integer> columnIndices, String codespace, String name) Stores a value in the given position of the given row, expanding the array if needed. -
Uses of Vocabulary in org.apache.sis.referencing.gazetteer
Methods in org.apache.sis.referencing.gazetteer with parameters of type VocabularyModifier and TypeMethodDescriptionprivate void
LocationFormat.append
(TableAppender table, Vocabulary vocabulary, short key, String value) Appends the given value in the given table if it is not null. -
Uses of Vocabulary in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as VocabularyModifier and TypeFieldDescriptionprivate final Vocabulary
NativeMetadata.vocabulary
Resources for vocabulary. -
Uses of Vocabulary in org.apache.sis.util.resources
Methods in org.apache.sis.util.resources that return VocabularyModifier and TypeMethodDescriptionstatic Vocabulary
Vocabulary.getResources
(Locale locale) Returns resources in the given locale.static Vocabulary
Vocabulary.getResources
(Map<?, ?> properties) Returns resources in the locale specified in the given property map.