Uses of Class
org.apache.sis.storage.DataStoreContentException
Packages that use DataStoreContentException
Package
Description
Build
DefaultFeatureTypes 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 DataStoreContentExceptionFeatureAnalyzer.duplicatedColumn(Column column) Returns the exception to throw if a column is duplicated.private DataStoreContentExceptionInfoStatements.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 voidColumn.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 DataStoreContentExceptionRawRasterStore.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 intRawRasterStore.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 StringCharactersView.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 voidStaxStreamReader.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 TypeClassDescriptionclassThrown 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 DataStoreContentExceptionImageFileDirectory.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 ColorModelImageFileDirectory.getColorModel()Returns the Java2D color model.private DataTypeImageFileDirectory.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 SampleModelImageFileDirectory.getSampleModel()Returns the Java2D sample model describing pixel type and layout.private voidImageFileDirectory.setTileTagFamily(byte family) Sets theImageFileDirectory.tileTagFamilyfield to the given value if it does not conflict with previous value.(package private) final booleanImageFileDirectory.validateMandatoryTags()Verifies that the mandatory tags are present and consistent with each others.