Uses of Class
org.apache.sis.storage.DataStoreContentException
Packages that use DataStoreContentException
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Simple data store implementations for some ESRI grid formats (ASCII and binary).
Utility classes for the implementation of SIS storage classes.
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
Data store base types for retrieving and saving geospatial data
in various storage formats.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of DataStoreContentException in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature that return DataStoreContentExceptionModifier and TypeMethodDescription(package private) final DataStoreContentException
FeatureAnalyzer.duplicatedColumn
(Column column) Returns the exception to throw if a column is duplicated.private DataStoreContentException
InfoStatements.invalidSRID
(short message, Object complement, int srid, org.opengis.referencing.NoSuchAuthorityCodeException suppressed) Creates the exception to throw for an invalid SRID.Methods in org.apache.sis.internal.sql.feature that throw DataStoreContentExceptionModifier and TypeMethodDescription(package private) final void
Column.makeSpatial
(Localized caller, GeometryType type, org.opengis.referencing.crs.CoordinateReferenceSystem crs) Modifies this column for declaring it as a geometry or raster column.Constructors in org.apache.sis.internal.sql.feature that throw DataStoreContentExceptionModifierConstructorDescription(package private)
Relation
(Analyzer analyzer, Relation.Direction dir, ResultSet reflect) Creates a new relation for an imported key. -
Uses of DataStoreContentException in org.apache.sis.internal.storage.esri
Methods in org.apache.sis.internal.storage.esri that return DataStoreContentExceptionModifier and TypeMethodDescriptionprivate DataStoreContentException
RawRasterStore.missingProperty
(PRJDataStore.AuxiliaryContent header, String keyword) Returns the exception to throw for a missing property in the header file.Methods in org.apache.sis.internal.storage.esri that throw DataStoreContentExceptionModifier and TypeMethodDescriptionprivate int
RawRasterStore.parseStrictlyPositive
(String keyword, String value) Parses the given string as a strictly positive integer.CharactersView.readHeader()
Read all (key, value) pairs from the header.(package private) final String
CharactersView.readToken()
Skips leading white spaces, carriage returns or control characters, then reads and returns the next sequence of non-white characters.Constructors in org.apache.sis.internal.storage.esri that throw DataStoreContentExceptionModifierConstructorDescriptionRawRasterReader
(GridGeometry gridGeometry, SampleModel layout, int bandGapBytes, ChannelDataInput input) Creates a new reader for the given input. -
Uses of DataStoreContentException in org.apache.sis.internal.storage.io
Constructors in org.apache.sis.internal.storage.io that throw DataStoreContentExceptionModifierConstructorDescriptionHyperRectangleReader
(byte dataType, ChannelDataInput input) Creates a new reader for the given input. -
Uses of DataStoreContentException in org.apache.sis.internal.storage.xml.stream
Methods in org.apache.sis.internal.storage.xml.stream that throw DataStoreContentExceptionModifier and TypeMethodDescriptionprotected final void
StaxStreamReader.moveToRootElement
(Predicate<String> isNamespace, String localName) Moves the cursor to the first start element and verifies that it is the expected element. -
Uses of DataStoreContentException in org.apache.sis.storage
Subclasses of DataStoreContentException in org.apache.sis.storageModifier and TypeClassDescriptionclass
Thrown when a storage uses some encoding options not supported by current implementation. -
Uses of DataStoreContentException in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return DataStoreContentExceptionModifier and TypeMethodDescriptionprivate DataStoreContentException
ImageFileDirectory.missingTag
(short missing) Builds an exception for a missing TIFF tag for which no default value can be computed.Methods in org.apache.sis.storage.geotiff that throw DataStoreContentExceptionModifier and TypeMethodDescriptionprotected ColorModel
ImageFileDirectory.getColorModel()
Returns the Java2D color model.private DataType
ImageFileDirectory.getDataType()
Returns the type of raster data.ImageFileDirectory.getGridGeometry()
Returns an object containing the image size, the CRS and the conversion from pixel indices to CRS coordinates.ImageFileDirectory.getSampleDimensions()
Returns the ranges of sample values together with the conversion from samples to real values.protected SampleModel
ImageFileDirectory.getSampleModel()
Returns the Java2D sample model describing pixel type and layout.private void
ImageFileDirectory.setTileTagFamily
(byte family) Sets theImageFileDirectory.tileTagFamily
field to the given value if it does not conflict with previous value.(package private) final boolean
ImageFileDirectory.validateMandatoryTags()
Verifies that the mandatory tags are present and consistent with each others.