Uses of Class
org.apache.sis.storage.IllegalNameException
Packages that use IllegalNameException
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Utility classes for the implementation of SIS storage classes.
Reads and writes data in GPS Exchange Format (GPX).
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 IllegalNameException in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature that throw IllegalNameException -
Uses of IllegalNameException in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that throw IllegalNameExceptionModifier and TypeMethodDescriptionfinal void
FeatureCatalogBuilder.define
(DefaultFeatureType type) Adds descriptions for the given feature in both theDefaultMetadata
andFeatureNaming
instances. -
Uses of IllegalNameException in org.apache.sis.internal.storage.gpx
Methods in org.apache.sis.internal.storage.gpx that throw IllegalNameExceptionModifier and TypeMethodDescriptionStore.getFeatureType
(String name) Deprecated.We are not sure yet if we will keep this method.Constructors in org.apache.sis.internal.storage.gpx that throw IllegalNameExceptionModifierConstructorDescription(package private)
Types
(org.opengis.util.NameFactory factory, Locale locale, GeometryLibrary library) Creates newFeatureTypes
with feature names and property names created using the given factory. -
Uses of IllegalNameException in org.apache.sis.storage
Methods in org.apache.sis.storage that throw IllegalNameExceptionModifier and TypeMethodDescriptionvoid
Adds a value for the given name if none exist.Returns the value associated to the given name (case sensitive).boolean
Removes the value associated to the given name. -
Uses of IllegalNameException in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that throw IllegalNameExceptionModifier and TypeMethodDescriptionprivate int
GeoTiffStore.parseImageIndex
(String sequence) Validates input resource name and extracts the image index it should contain.