A B C D E F G H I L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAssociation - Class in org.apache.sis.feature
-
An instance of an feature association role containing the associated feature.
- AbstractAssociation(DefaultAssociationRole) - Constructor for class AbstractAssociation
-
Creates a new association of the given role.
- AbstractAttribute<V> - Class in org.apache.sis.feature
-
An instance of an attribute type containing the value of an attribute in a feature.
- AbstractAttribute(DefaultAttributeType<V>) - Constructor for class AbstractAttribute
-
Creates a new attribute of the given type.
- AbstractFeature - Class in org.apache.sis.feature
-
An instance of a feature type containing values for a real-world phenomena.
- AbstractFeature(DefaultFeatureType) - Constructor for class AbstractFeature
-
Creates a new feature of the given type.
- AbstractIdentifiedType - Class in org.apache.sis.feature
-
Identification and description information inherited by property types and feature types.
- AbstractIdentifiedType(Map<String, ?>) - Constructor for class AbstractIdentifiedType
-
Constructs a type from the given properties.
- AbstractOperation - Class in org.apache.sis.feature
-
Describes the behaviour of a feature type as a function or a method.
- AbstractOperation(Map<String, ?>) - Constructor for class AbstractOperation
-
Constructs an operation from the given properties.
- addAssociation(DefaultAssociationRole) - Method in class FeatureTypeBuilder
-
Creates a new
FeatureAssociationRolebuilder initialized to the same characteristics than the given template. - addAssociation(DefaultFeatureType) - Method in class FeatureTypeBuilder
-
Creates a new
FeatureAssociationRolebuilder for features of the given type. - addAssociation(GenericName) - Method in class FeatureTypeBuilder
-
Creates a new
FeatureAssociationRolebuilder for features of a type of the given name. - addAttribute(Class<V>) - Method in class FeatureTypeBuilder
-
Creates a new
AttributeTypebuilder for values of the given class. - addAttribute(DefaultAttributeType<V>) - Method in class FeatureTypeBuilder
-
Creates a new
AttributeTypebuilder initialized to the same characteristics than the given template. - addAttribute(GeometryType) - Method in class FeatureTypeBuilder
-
Creates a new attribute for geometries of the given type.
- addCharacteristic(Class<C>) - Method in class AttributeTypeBuilder
-
Adds another attribute type that describes this attribute type.
- addCharacteristic(DefaultAttributeType<C>) - Method in class AttributeTypeBuilder
-
Adds another attribute type that describes this attribute type, using an existing one as a template.
- addProperty(AbstractIdentifiedType) - Method in class FeatureTypeBuilder
-
Adds the given property in the feature type properties.
- addQualitative(CharSequence, boolean) - Method in class SampleDimension.Builder
-
Adds a qualitative category for samples of the given boolean value.
- addQualitative(CharSequence, byte) - Method in class SampleDimension.Builder
-
Adds a qualitative category for samples of the given tiny (8 bits) integer value.
- addQualitative(CharSequence, double) - Method in class SampleDimension.Builder
-
Adds a qualitative category for samples of the given double precision floating-point value.
- addQualitative(CharSequence, float) - Method in class SampleDimension.Builder
-
Adds a qualitative category for samples of the given floating-point value.
- addQualitative(CharSequence, int) - Method in class SampleDimension.Builder
-
Adds a qualitative category for samples of the given integer value.
- addQualitative(CharSequence, short) - Method in class SampleDimension.Builder
-
Adds a qualitative category for samples of the given short (16 bits) integer value.
- addQualitative(CharSequence, Number, Number) - Method in class SampleDimension.Builder
-
Adds a qualitative category for samples in the given range of values.
- addQualitative(CharSequence, NumberRange<?>) - Method in class SampleDimension.Builder
-
Adds a qualitative category for all samples in the specified range of values.
- addQuantitative(CharSequence, double, double, Unit<?>) - Method in class SampleDimension.Builder
-
Adds a quantitative category for values ranging from
minimumtomaximuminclusive in the given units of measurement. - addQuantitative(CharSequence, float, float, Unit<?>) - Method in class SampleDimension.Builder
-
Adds a quantitative category for values ranging from
minimumtomaximuminclusive in the given units of measurement. - addQuantitative(CharSequence, int, int, double, double, Unit<?>) - Method in class SampleDimension.Builder
-
Adds a quantitative category for sample values ranging from
lowerinclusive toupperexclusive. - addQuantitative(CharSequence, NumberRange<?>, NumberRange<?>) - Method in class SampleDimension.Builder
-
Constructs a quantitative category mapping samples to real values in the specified range.
- addQuantitative(CharSequence, NumberRange<?>, MathTransform1D, Unit<?>) - Method in class SampleDimension.Builder
-
Constructs a quantitative category for all samples in the specified range of values.
- addRole(AttributeRole) - Method in class AttributeTypeBuilder
-
Flags this attribute as an input of one of the pre-defined operations managed by
AttributeTypeBuilder. - apply(AbstractFeature, ParameterValueGroup) - Method in class AbstractOperation
-
Executes the operation on the specified feature with the specified parameters.
- ASSEMBLED - FoliationRepresentation
-
Trajectories stored in a single
Featureinstance. - AssociationRoleBuilder - Class in org.apache.sis.feature.builder
-
Describes one association from the
FeatureTypeto be built by anFeatureTypeBuilderto anotherFeatureType. - AttributeRole - Enum in org.apache.sis.feature.builder
-
Roles that can be associated to some attributes for instructing
FeatureTypeBuilderhow to generate pre-defined operations. - AttributeTypeBuilder<V> - Class in org.apache.sis.feature.builder
-
Describes one
AttributeTypewhich will be part of the feature type to be built by aFeatureTypeBuilder.
B
- base - Variable in class GridDerivation
-
The base grid geometry from which to derive a new grid geometry.
- build() - Method in class GridDerivation
-
Builds a grid geometry with the configuration specified by the other methods in this
GridDerivationclass. - build() - Method in class SampleDimension.Builder
-
Creates a new sample with the properties defined to this builder.
- build() - Method in class AssociationRoleBuilder
-
Builds the association role from the information specified to this builder.
- build() - Method in class AttributeTypeBuilder
-
Builds the attribute type from the information specified to this builder.
- build() - Method in class CharacteristicTypeBuilder
-
Builds the characteristic type from the information specified to this builder.
- build() - Method in class FeatureTypeBuilder
-
Builds the feature type from the information and properties specified to this builder.
- build() - Method in class PropertyTypeBuilder
-
Builds the property type from the information specified to this builder.
- build() - Method in class TypeBuilder
-
Builds the feature or property type from the information specified to this builder.
- Builder() - Constructor for class SampleDimension.Builder
-
Creates an initially empty builder for a sample dimension.
- Builder() - Constructor for class PixelIterator.Builder
-
Creates a new iterator builder with no region of interest, no window size and default iterator order.
C
- CARDINALITY - FeatureFormat.Column
-
Cardinality (for attributes) or multiplicity (for attribute types).
- cast(AbstractAttribute<?>, Class<V>) - Static method in class Features
-
Casts the given attribute instance to the given parameterized type.
- cast(DefaultAttributeType<?>, Class<V>) - Static method in class Features
-
Casts the given attribute type to the given parameterized type.
- categories() - Method in class SampleDimension.Builder
-
Returns the list of categories added so far.
- Category - Class in org.apache.sis.coverage
-
Describes a sub-range of sample values in a sample dimension.
- Category(CharSequence, NumberRange<?>, MathTransform1D, Unit<?>, DoubleToIntFunction) - Constructor for class Category
-
Constructs a qualitative or quantitative category.
- Category(Category) - Constructor for class Category
-
Creates a copy of the given category.
- characteristics() - Method in class AbstractAttribute
-
Other attributes that describes this attribute.
- characteristics() - Method in class AttributeTypeBuilder
-
Returns a view of all characteristics added to the
AttributeTypeto build. - characteristics() - Method in class DefaultAttributeType
-
Other attribute types that describes this attribute type.
- CHARACTERISTICS - FeatureFormat.Column
-
Other attributes that describes the attribute.
- CharacteristicTypeBuilder<V> - Class in org.apache.sis.feature.builder
-
Describes one characteristic of the
AttributeTypewill will be built by aFeatureTypeBuilder. - clear() - Method in class SampleDimension.Builder
-
Reset this builder to the same state than after construction.
- clear() - Method in class FeatureTypeBuilder
-
Clears all setting in this builder.
- clone() - Method in class AbstractAssociation
-
Returns a copy of this association.
- clone() - Method in class AbstractAttribute
-
Returns a copy of this attribute if cloning is supported.
- clone() - Method in class FeatureFormat
-
Returns a clone of this format.
- close() - Method in class WritablePixelIterator
-
Releases any resources hold by this iterator.
- compound(Map<String, ?>, String, String, String, AbstractIdentifiedType...) - Static method in class FeatureOperations
-
Creates an operation concatenating the string representations of the values of multiple properties.
- create(Raster) - Method in class PixelIterator.Builder
-
Creates a read-only iterator for the given raster.
- create(RenderedImage) - Method in class PixelIterator.Builder
-
Creates a read-only iterator for the given image.
- create(RenderedImage) - Static method in class PixelIterator
-
Creates an iterator for all pixels in the given image.
- create(WritableRenderedImage) - Static method in class WritablePixelIterator
-
Creates an iterator for all pixels in the given image.
- create(DefaultAssociationRole) - Static method in class AbstractAssociation
-
Creates a new association of the given role.
- create(DefaultAttributeType<V>) - Static method in class AbstractAttribute
-
Creates a new attribute of the given type initialized to the default value.
- createWindow(TransferType<T>) - Method in class PixelIterator
-
Returns a moving window over the sample values in a rectangular region starting at iterator position.
- createWritable(Raster, WritableRaster) - Method in class PixelIterator.Builder
-
Creates an iterator which will read and write in two different rasters.
- createWritable(RenderedImage, WritableRenderedImage) - Method in class PixelIterator.Builder
-
Creates an iterator which will read and write in two different images.
- createWritable(WritableRaster) - Method in class PixelIterator.Builder
-
Creates a read/write iterator for the given raster.
- createWritable(WritableRenderedImage) - Method in class PixelIterator.Builder
-
Creates a read/write iterator for the given image.
- CRS - Static variable in class GridGeometry
-
A bitmask to specify the validity of the Coordinate Reference System property.
D
- DEFAULT_GEOMETRY - AttributeRole
-
Attribute value will be flagged as the default geometry.
- DefaultAssociationRole - Class in org.apache.sis.feature
-
Indicates the role played by the association between two features.
- DefaultAssociationRole(Map<String, ?>, DefaultFeatureType, int, int) - Constructor for class DefaultAssociationRole
-
Constructs an association to the given feature type.
- DefaultAssociationRole(Map<String, ?>, GenericName, int, int) - Constructor for class DefaultAssociationRole
-
Constructs an association to a feature type of the given name.
- DefaultAttributeType<V> - Class in org.apache.sis.feature
-
Definition of an attribute in a feature type.
- DefaultAttributeType(Map<String, ?>, Class<V>, int, int, V, DefaultAttributeType<?>...) - Constructor for class DefaultAttributeType
-
Constructs an attribute type from the given properties.
- DefaultFeatureType - Class in org.apache.sis.feature
-
Abstraction of a real-world phenomena.
- DefaultFeatureType(Map<String, ?>, boolean, DefaultFeatureType[], AbstractIdentifiedType...) - Constructor for class DefaultFeatureType
-
Constructs a feature type from the given properties.
- DEFINITION_KEY - Static variable in class AbstractIdentifiedType
-
Key for the
"definition"property to be given to the constructor. - DEPRECATED_KEY - Static variable in class AbstractIdentifiedType
-
Key for the
"deprecated"property to be given to the constructor. - derive() - Method in class GridGeometry
-
Returns an object that can be used for creating a new grid geometry derived from this grid geometry.
- DESCRIPTION_KEY - Static variable in class AbstractIdentifiedType
-
Key for the
"description"property to be given to the constructor. - DESIGNATION - FeatureFormat.Column
-
Natural language designator for the property.
- DESIGNATION_KEY - Static variable in class AbstractIdentifiedType
-
Key for the
"designation"property to be given to the constructor. - DisjointExtentException - Exception in org.apache.sis.coverage.grid
-
Thrown when operations on a
GridGeometryresult in an area which does not intersect anymore theGridExtentof theGridGeometry. - DisjointExtentException() - Constructor for exception DisjointExtentException
-
Constructs an exception with no detail message.
- DisjointExtentException(String) - Constructor for exception DisjointExtentException
-
Constructs an exception with the specified detail message.
- DisjointExtentException(String, Throwable) - Constructor for exception DisjointExtentException
-
Constructs an exception with the specified detail message and cause.
- DOUBLE - Static variable in class TransferType
-
Specifies that sample values are transfered as double-precision floating point number.
- dx - Variable in class PixelTranslation
-
The translation among the x axis relative to pixel center.
- dy - Variable in class PixelTranslation
-
The translation among the y axis relative to pixel center.
E
- ENCLOSING - GridRoundingMode
-
Converts grid low and high to values that fully encloses the envelope.
- envelope - Variable in class GridGeometry
-
The geodetic envelope, or
nullif unknown. - envelope(Map<String, ?>, CoordinateReferenceSystem, AbstractIdentifiedType...) - Static method in class FeatureOperations
-
Creates an operation computing the envelope that encompass all geometries found in the given attributes.
- ENVELOPE - Static variable in class GridGeometry
-
A bitmask to specify the validity of the geodetic envelope property.
- equals(Object) - Method in class Category
-
Compares the specified object with this category for equality.
- equals(Object) - Method in class GridExtent
-
Compares the specified object with this grid envelope for equality.
- equals(Object) - Method in class GridGeometry
-
Compares the specified object with this grid geometry for equality.
- equals(Object) - Method in class SampleDimension
-
Compares the specified object with this sample dimension for equality.
- equals(Object) - Method in class AbstractFeature
-
Compares this feature with the given object for equality.
- equals(Object) - Method in class AbstractIdentifiedType
-
Compares this type with the given object for equality.
- equals(Object) - Method in class AbstractOperation
-
Compares this operation with the given object for equality.
- equals(Object) - Method in class DefaultAssociationRole
-
Compares this association role with the given object for equality.
- equals(Object) - Method in class DefaultAttributeType
-
Compares this attribute type with the given object for equality.
- equals(Object) - Method in class DefaultFeatureType
-
Compares this feature type with the given object for equality.
- expand(long...) - Method in class GridExtent
-
Expands or shrinks this grid extent by the given amount of cells along each dimension.
- extent - Variable in class GridGeometry
-
The valid domain of a grid coverage, or
nullif unknown. - EXTENT - Static variable in class GridGeometry
-
A bitmask to specify the validity of the grid extent property.
F
- FeatureFormat - Class in org.apache.sis.feature
-
Formats features or feature types in a tabular format.
- FeatureFormat() - Constructor for class FeatureFormat
-
Creates a new formatter for the default locale and timezone.
- FeatureFormat(Locale, TimeZone) - Constructor for class FeatureFormat
-
Creates a new formatter for the given locale and timezone.
- FeatureFormat.Column - Enum in org.apache.sis.feature
-
Identifies the columns to include in the table formatted by
FeatureFormat. - FeatureOperations - Class in org.apache.sis.feature
-
A set of pre-defined operations expecting a
Featureas input and producing anAttributeas output. - Features - Class in org.apache.sis.feature
-
Static methods working on features or attributes.
- FeatureTypeBuilder - Class in org.apache.sis.feature.builder
-
Helper class for the creation of
FeatureTypeinstances. - FeatureTypeBuilder() - Constructor for class FeatureTypeBuilder
-
Creates a new builder instance using the default name factory.
- FeatureTypeBuilder(DefaultFeatureType) - Constructor for class FeatureTypeBuilder
-
Creates a new builder instance using the given feature type as a template.
- FeatureTypeBuilder(NameFactory, GeometryLibrary, Locale) - Constructor for class FeatureTypeBuilder
-
Creates a new builder instance using the given name factory, geometry library and locale for formatting error messages.
- findCommonParent(Iterable<? extends DefaultFeatureType>) - Static method in class Features
-
Finds a feature type common to all given types, or returns
nullif none is found. - FLOAT - Static variable in class TransferType
-
Specifies that sample values are transfered as single-precision floating point number.
- FoliationRepresentation - Enum in org.apache.sis.feature
-
Specifies whether trajectories are represented in a single moving feature instance or fragmented in distinct static feature instances.
- forConvertedValues(boolean) - Method in class GridCoverage
-
Returns a grid coverage that contains real values or sample values, depending if
convertedistrueorfalserespectively. - forConvertedValues(boolean) - Method in class SampleDimension
-
Returns a sample dimension that describes real values or sample values, depending if
convertedistrueorfalserespectively. - format(Object, Appendable) - Method in class FeatureFormat
-
Formats the given object to the given stream of buffer.
- FRAGMENTED - FoliationRepresentation
-
Trajectories stored in distinct
Featureinstances, each of them handled as if it was a static feature.
G
- GEOGRAPHIC_EXTENT - Static variable in class GridGeometry
-
A bitmask to specify the validity of the geographic bounding box.
- getAllowedColumns() - Method in class FeatureFormat
-
Returns all columns that may be shown in the tables to format.
- getAxisType(int) - Method in class GridExtent
-
Returns the type (vertical, temporal, …) of grid axis at given dimension.
- getBackground() - Method in class SampleDimension
-
Returns the background value.
- getBounds() - Method in class ImageRenderer
-
Returns the location of the image upper-left corner together with the image size.
- getCategories() - Method in class SampleDimension
-
Returns all categories in this sample dimension.
- getCharacteristic(String) - Method in class AttributeTypeBuilder
-
Returns the builder for the characteristic of the given name.
- getCoordinateReferenceSystem() - Method in class GridCoverage
-
Returns the coordinate reference system to which the values in grid domain are referenced.
- getCoordinateReferenceSystem() - Method in class GridGeometry
-
Returns the "real world" coordinate reference system.
- getCRS() - Method in class AttributeTypeBuilder
-
Returns the coordinate reference system associated to attribute values.
- getDefaultValue() - Method in class AttributeTypeBuilder
-
Returns the default value for the attribute, or
nullif none. - getDefaultValue() - Method in class CharacteristicTypeBuilder
-
Returns the default value for the characteristic, or
nullif none. - getDefaultValue() - Method in class DefaultAttributeType
-
Returns the default value for the attribute.
- getDefinition() - Method in class AbstractIdentifiedType
-
Returns a concise definition of the element.
- getDefinition() - Method in class TypeBuilder
-
Returns a concise definition of the element.
- getDependencies() - Method in class AbstractOperation
-
Returns the names of feature properties that this operation needs for performing its task.
- getDescription() - Method in class AbstractIdentifiedType
-
Returns optional information beyond that required for concise definition of the element.
- getDescription() - Method in class TypeBuilder
-
Returns optional information beyond that required for concise definition of the element.
- getDesignation() - Method in class AbstractIdentifiedType
-
Returns a natural language designator for the element.
- getDesignation() - Method in class TypeBuilder
-
Returns a natural language designator for the element.
- getDimension() - Method in class GridExtent
-
Returns the number of dimensions.
- getDimension() - Method in class GridGeometry
-
Returns the number of dimensions of the grid.
- getDomain() - Method in class PixelIterator
-
Returns the pixel coordinates of the region where this iterator is doing the iteration.
- getEnvelope() - Method in class GridGeometry
-
Returns the bounding box of "real world" coordinates for this grid geometry.
- getExtent() - Method in class GridGeometry
-
Returns the valid coordinate range of a grid coverage.
- getGeographicExtent() - Method in class GridGeometry
-
Returns the approximate latitude and longitude coordinates of the grid.
- getGlobalScale() - Method in class GridDerivation
-
Returns an estimation of the scale factor when converting sub-grid coordinates to
GridDerivation.basegrid coordinates. - getGridGeometry() - Method in class GridCoverage
-
Returns information about the domain of this grid coverage.
- getGridToCRS(PixelInCell) - Method in class GridGeometry
-
Returns the conversion from grid coordinates to "real world" coordinates.
- getHigh(int) - Method in class GridExtent
-
Returns the valid maximum inclusive grid coordinate along the specified dimension.
- getIntersection() - Method in class GridDerivation
-
Returns the extent of the modified grid geometry, ignoring subsamplings or changes in resolution.
- getLocale() - Method in class TypeBuilder
-
Returns the locale used for formatting error messages, or
nullif unspecified. - getLocale(Locale.Category) - Method in class FeatureFormat
-
Returns the locale for the given category.
- getLow(int) - Method in class GridExtent
-
Returns the valid minimum inclusive grid coordinate along the specified dimension.
- getMaximalLength() - Method in class AttributeTypeBuilder
-
Returns the maximal length that characterizes the
CharSequencevalues of this attribute. - getMaximumOccurs() - Method in class PropertyTypeBuilder
-
Returns the maximum number of property values.
- getMaximumOccurs() - Method in class DefaultAssociationRole
-
Returns the maximum number of occurrences of the association within its containing entity.
- getMaximumOccurs() - Method in class DefaultAttributeType
-
Returns the maximum number of attribute values.
- getMeasurementRange() - Method in class Category
-
Returns the range of values after conversions by the transfer function.
- getMeasurementRange() - Method in class SampleDimension
-
Returns the range of values after conversions by the transfer function.
- getMinimumOccurs() - Method in class PropertyTypeBuilder
-
Returns the minimum number of property values.
- getMinimumOccurs() - Method in class DefaultAssociationRole
-
Returns the minimum number of occurrences of the association within its containing entity.
- getMinimumOccurs() - Method in class DefaultAttributeType
-
Returns the minimum number of attribute values.
- getName() - Method in class Category
-
Returns the category name.
- getName() - Method in class SampleDimension
-
Returns an identification for this sample dimension.
- getName() - Method in class AbstractAssociation
-
Returns the name of this association as defined by its role.
- getName() - Method in class AbstractAttribute
-
Returns the name of this attribute as defined by its type.
- getName() - Method in class AbstractIdentifiedType
-
Returns the name of this type.
- getName() - Method in class TypeBuilder
-
Returns the name of the
IdentifiedTypeto create, ornullif undefined. - getNameSpace() - Method in class FeatureTypeBuilder
-
Returns the namespace of the names created by
setName(CharSequence...)method calls. - getNoDataValues() - Method in class SampleDimension
-
Returns the values to indicate "no data" for this sample dimension.
- getNumBands() - Method in class ImageRenderer
-
Returns the number of bands that the image will have.
- getNumBands() - Method in class PixelIterator
-
Returns the number of bands (samples per pixel) in the image or raster.
- getOperationValue(String) - Method in class AbstractFeature
-
Executes the parameterless operation of the given name and returns the value of its result.
- getParameters() - Method in class AbstractOperation
-
Returns a description of the input parameters.
- getPixel(double[]) - Method in class PixelIterator
-
Returns the sample values of current pixel for all bands.
- getPixel(float[]) - Method in class PixelIterator
-
Returns the sample values of current pixel for all bands.
- getPixel(int[]) - Method in class PixelIterator
-
Returns the sample values of current pixel for all bands.
- getPixelOrientation(PixelInCell) - Static method in class PixelTranslation
-
Returns the pixel orientation which is equivalent to the given
PixelInCellcode. - getPixelTranslation(PixelOrientation) - Static method in class PixelTranslation
-
Returns the specified position relative to the pixel center.
- getPixelTranslation(PixelInCell) - Static method in class PixelTranslation
-
Returns the position relative to the cell center.
- getPointOfInterest() - Method in class GridExtent
-
Returns the grid coordinates of a representative point.
- getPosition() - Method in class PixelIterator
-
Returns the column (x) and row (y) indices of the current pixel.
- getProperties(boolean) - Method in class DefaultFeatureType
-
Returns any feature operation, any feature attribute type and any feature association role that carries characteristics of a feature type.
- getProperty(String) - Method in class AbstractFeature
-
Returns the property (attribute, feature association or operation result) of the given name.
- getProperty(String) - Method in class FeatureTypeBuilder
-
Returns the builder for the property of the given name.
- getProperty(String) - Method in class DefaultFeatureType
-
Returns the attribute, operation or association role for the given name.
- getPropertyValue(String) - Method in class AbstractFeature
-
Returns the value for the property of the given name.
- getRemarks() - Method in class AbstractIdentifiedType
-
Returns comments on or information about this type.
- getResolution(boolean) - Method in class GridGeometry
-
Returns an estimation of the grid resolution, in units of the coordinate reference system axes.
- getResult() - Method in class AbstractOperation
-
Returns the expected result type, or
nullif none. - getRole() - Method in class AbstractAssociation
-
Returns information about the association.
- getSample(int) - Method in class PixelIterator
-
Returns the sample value in the specified band of current pixel, rounded toward zero.
- getSampleDimensions() - Method in class GridCoverage
-
Returns information about the range of this grid coverage.
- getSampleDouble(int) - Method in class PixelIterator
-
Returns the sample value in the specified band of current pixel, without precision lost.
- getSampleFloat(int) - Method in class PixelIterator
-
Returns the sample value in the specified band of current pixel as a single-precision floating point number.
- getSampleRange() - Method in class Category
-
Returns the range of values occurring in this category.
- getSampleRange() - Method in class SampleDimension
-
Returns the range of values occurring in this sample dimension.
- getSampleRanges() - Method in class PixelIterator
-
Returns the range of sample values that can be stored in each band of the rendered image or raster.
- getSize(int) - Method in class GridExtent
-
Returns the number of integer grid coordinates along the specified dimension.
- getSize(int, boolean) - Method in class GridExtent
-
Returns the number of grid coordinates as a double precision floating point value.
- getSubsamplings() - Method in class GridDerivation
-
Returns an estimation of the strides for accessing cells along each axis of base grid.
- getSubspaceDimensions(int) - Method in class GridExtent
-
Returns indices of all dimensions where this grid extent has a size greater than 1.
- getSuperTypes() - Method in class FeatureTypeBuilder
-
Returns the direct parents of the feature type to create.
- getSuperTypes() - Method in class DefaultFeatureType
-
Returns the direct parents of this feature type.
- getTemporalExtent() - Method in class GridGeometry
-
Returns the start time and end time of coordinates of the grid.
- getTransferFunction() - Method in class Category
-
Returns the transfer function from sample values to real values in units of measurement.
- getTransferFunction() - Method in class SampleDimension
-
Returns the transfer function from sample values to real values.
- getTransferFunctionFormula() - Method in class SampleDimension
-
Returns the scale factor and offset of the transfer function.
- getTransferType() - Method in class PixelIterator
-
Returns the most efficient type (
int,floatordouble) for transferring data between the underlying rasters and this iterator. - getType() - Method in class AbstractAttribute
-
Returns information about the attribute (base Java class, domain of values, etc.).
- getType() - Method in class AbstractFeature
-
Returns information about the feature (name, characteristics, etc.).
- getUnits() - Method in class SampleDimension
-
Returns the units of measurement for this sample dimension.
- getValidValues() - Method in class AttributeTypeBuilder
-
Returns an enumeration of valid values for the attribute, or an empty array if none.
- getValue() - Method in class AbstractAssociation
-
Returns the associated feature, or
nullif none. - getValue() - Method in class AbstractAttribute
-
Returns the attribute value, or
nullif none. - getValueClass() - Method in class AttributeTypeBuilder
-
Returns the class of attribute values.
- getValueClass() - Method in class CharacteristicTypeBuilder
-
Returns the class of characteristic values.
- getValueClass() - Method in class DefaultAttributeType
-
Returns the type of attribute values.
- getValues() - Method in class AbstractAssociation
-
Returns all features, or an empty collection if none.
- getValues() - Method in class AbstractAttribute
-
Returns all attribute values, or an empty collection if none.
- getValueType() - Method in class DefaultAssociationRole
-
Returns the type of feature values.
- getValueType() - Method in class FeatureFormat
-
Returns the type of objects formatted by this class.
- getValueTypeName(AbstractIdentifiedType) - Static method in class Features
-
Returns the name of the type of values that the given property can take.
- GRID_TO_CRS - Static variable in class GridGeometry
-
A bitmask to specify the validity of the "grid to CRS" transform.
- GridCoverage - Class in org.apache.sis.coverage.grid
-
Base class of coverages with domains defined as a set of grid points.
- GridCoverage(GridGeometry, Collection<? extends SampleDimension>) - Constructor for class GridCoverage
-
Constructs a grid coverage using the specified grid geometry and sample dimensions.
- GridDerivation - Class in org.apache.sis.coverage.grid
-
Creates a new grid geometry derived from a base grid geometry with different extent or resolution.
- GridDerivation(GridGeometry) - Constructor for class GridDerivation
-
Creates a new builder for deriving a grid geometry from the specified base.
- GridExtent - Class in org.apache.sis.coverage.grid
-
A range of grid coverage coordinates, also known as "grid envelope".
- GridExtent(long, long) - Constructor for class GridExtent
-
Creates a new grid extent for an image or matrix of the given size.
- GridExtent(DimensionNameType[], long[], long[], boolean) - Constructor for class GridExtent
-
Constructs a new grid envelope set to the specified coordinates.
- GridGeometry - Class in org.apache.sis.coverage.grid
-
Valid extent of grid coordinates together with the transform from those grid coordinates to real world coordinates.
- GridGeometry(GridExtent, Envelope) - Constructor for class GridGeometry
-
Creates a grid geometry with an extent and an envelope.
- GridGeometry(GridExtent, PixelInCell, MathTransform, CoordinateReferenceSystem) - Constructor for class GridGeometry
-
Creates a new grid geometry from a grid extent and a mapping from cell coordinates to "real world" coordinates.
- GridGeometry(GridGeometry) - Constructor for class GridGeometry
-
Creates a new grid geometry with the same values than the given grid geometry.
- GridGeometry(PixelInCell, MathTransform, Envelope, GridRoundingMode) - Constructor for class GridGeometry
-
Creates a new grid geometry from a geospatial envelope and a mapping from cell coordinates to "real world" coordinates.
- GridRoundingMode - Enum in org.apache.sis.coverage.grid
-
Specifies rounding behavior of computations of
GridExtentfrom floating-point values. - gridToCRS - Variable in class GridGeometry
-
The conversion from grid indices to "real world" coordinates, or
nullif unknown.
H
- hashCode() - Method in class Category
-
Returns a hash value for this category.
- hashCode() - Method in class GridExtent
-
Returns a hash value for this grid envelope.
- hashCode() - Method in class GridGeometry
-
Returns a hash value for this grid geometry.
- hashCode() - Method in class SampleDimension
-
Returns a hash value for this sample dimension.
- hashCode() - Method in class AbstractFeature
-
Returns a hash code value for this feature.
- hashCode() - Method in class AbstractIdentifiedType
-
Returns a hash code value for this type.
- hashCode() - Method in class AbstractOperation
-
Returns a hash code value for this operation.
- hashCode() - Method in class DefaultAssociationRole
-
Returns a hash code value for this association role.
- hashCode() - Method in class DefaultAttributeType
-
Returns a hash code value for this attribute type.
- hashCode() - Method in class DefaultFeatureType
-
Returns a hash code value for this feature type.
I
- IDENTIFIER_COMPONENT - AttributeRole
-
Attribute value will be part of a unique identifier for the feature instance.
- IllegalGridGeometryException - Exception in org.apache.sis.coverage.grid
-
Thrown when the argument specified to a method or constructor would result in an invalid
GridGeometry. - IllegalGridGeometryException() - Constructor for exception IllegalGridGeometryException
-
Constructs an exception with no detail message.
- IllegalGridGeometryException(String) - Constructor for exception IllegalGridGeometryException
-
Constructs an exception with the specified detail message.
- IllegalGridGeometryException(String, Throwable) - Constructor for exception IllegalGridGeometryException
-
Constructs an exception with the specified detail message and cause.
- image() - Method in class ImageRenderer
-
Creates an image with the data specified by the last call to a
setData(…)method. - ImageRenderer - Class in org.apache.sis.coverage.grid
-
A builder for the rendered image to be returned by
GridCoverage.render(GridExtent). - ImageRenderer(GridCoverage, GridExtent) - Constructor for class ImageRenderer
-
Creates a new image renderer for the given slice extent.
- IncompleteGridGeometryException - Exception in org.apache.sis.coverage.grid
-
Thrown by
GridGeometrywhen a grid geometry can not provide the requested information. - IncompleteGridGeometryException() - Constructor for exception IncompleteGridGeometryException
-
Constructs an exception with no detail message.
- IncompleteGridGeometryException(String) - Constructor for exception IncompleteGridGeometryException
-
Constructs an exception with the specified detail message.
- IncompleteGridGeometryException(String, Throwable) - Constructor for exception IncompleteGridGeometryException
-
Constructs an exception with the specified detail message and cause.
- insert(int, DimensionNameType, long, long, boolean) - Method in class GridExtent
-
Returns a new grid envelope with the specified dimension inserted at the given index in this grid envelope.
- INT - Static variable in class TransferType
-
Specifies that sample values are transfered as 32 bits signed integer.
- isAbstract() - Method in class FeatureTypeBuilder
-
Returns
trueif the feature type to create will act as an abstract super-type. - isAbstract() - Method in class DefaultFeatureType
-
Returns
trueif the feature type acts as an abstract super-type. - isAssignableFrom(DefaultFeatureType) - Method in class DefaultFeatureType
-
Returns
trueif this type is same or a super-type of the given type. - isConversionLinear(int...) - Method in class GridGeometry
-
Indicates whether the grid to CRS conversion is linear for all the specified CRS axes.
- isDefined(int) - Method in class GridGeometry
-
Returns
trueif all the parameters specified by the argument are set. - isDeprecated() - Method in class AbstractIdentifiedType
-
Returns
trueif this type is deprecated. - isDeprecated() - Method in class TypeBuilder
-
Returns
trueif the type is deprecated. - isNameUsed(String) - Method in class FeatureTypeBuilder
-
Returns
trueif a property of the given name is defined or if the given name is ambiguous. - isQuantitative() - Method in class Category
-
Returns
trueif this category is quantitative. - isResolved() - Method in class DefaultAssociationRole
-
Returns
trueif the associatedFeatureTypeis complete (not just a name). - isSimple() - Method in class DefaultFeatureType
-
Returns
trueif this feature type contains only attributes with [1 … 1] multiplicity, or operations (no feature association). - isWritable() - Method in class PixelIterator
-
Returns
trueif this iterator can write pixel values (after cast toWritablePixelIterator). - isWritable() - Method in class WritablePixelIterator
-
Returns
trueif this iterator can write pixel values.
L
- link(Map<String, ?>, AbstractIdentifiedType) - Static method in class FeatureOperations
-
Creates an operation which is only an alias for another property.
M
- margin(int...) - Method in class GridDerivation
-
Specifies an amount of cells by which to expand
GridExtentafter rounding. - MismatchedCoverageRangeException - Exception in org.apache.sis.coverage
-
Thrown when the number of bands or sample dimensions specified to a method is not equal to the number expected by a coverage.
- MismatchedCoverageRangeException() - Constructor for exception MismatchedCoverageRangeException
-
Creates an exception with no message.
- MismatchedCoverageRangeException(String) - Constructor for exception MismatchedCoverageRangeException
-
Creates an exception with the specified message.
- MismatchedCoverageRangeException(String, Throwable) - Constructor for exception MismatchedCoverageRangeException
-
Creates an exception with the specified message and cause.
- moveTo(int, int) - Method in class PixelIterator
-
Moves the pixel iterator to the given column (x) and row (y) indices.
N
- NAME - FeatureFormat.Column
-
Name of the property.
- NAME_KEY - Static variable in class AbstractIdentifiedType
-
Key for the
"name"property to be given to the constructor. - NEAREST - GridRoundingMode
-
Converts grid low, high and size to nearest integer values.
- newInstance() - Method in class DefaultAssociationRole
-
Creates a new association instance of this role.
- newInstance() - Method in class DefaultAttributeType
-
Creates a new attribute instance of this type initialized to the default value.
- newInstance() - Method in class DefaultFeatureType
-
Creates a new feature instance of this type.
- next() - Method in class PixelIterator
-
Moves the iterator to the next pixel.
O
- org.apache.sis.coverage - package org.apache.sis.coverage
-
Functions that associates positions within a bounded space (its domain) to values (its range).
- org.apache.sis.coverage.grid - package org.apache.sis.coverage.grid
-
A coverage backed by a regular grid.
- org.apache.sis.feature - package org.apache.sis.feature
-
Defines the structure and content of views of real-world phenomenon.
- org.apache.sis.feature.builder - package org.apache.sis.feature.builder
-
Helper classes for creating
FeatureTypeinstances. - org.apache.sis.image - package org.apache.sis.image
-
Provides helper classes for handling Java2D rendered images together with some operations.
- orientation - Variable in class PixelTranslation
-
The pixel orientation for this translation.
P
- parse(CharSequence, ParsePosition) - Method in class FeatureFormat
-
Not yet supported.
- PixelIterator - Class in org.apache.sis.image
-
An iterator over sample values in a raster or an image.
- PixelIterator.Builder - Class in org.apache.sis.image
-
Builds pixel iterators for specified region of interest, window size or iteration order.
- PixelIterator.Window<T extends Buffer> - Class in org.apache.sis.image
-
Contains the sample values in a moving window over the image.
- PixelTranslation - Class in org.apache.sis.coverage.grid
-
The translation to apply for different values of
PixelOrientationorPixelInCell. - properties() - Method in class FeatureTypeBuilder
-
Returns a view of all attributes and associations added to the
FeatureTypeto build. - PropertyTypeBuilder - Class in org.apache.sis.feature.builder
-
Describes one property of the
FeatureTypeto be built by anFeatureTypeBuilder.
Q
- quality() - Method in class AbstractAssociation
-
Verifies if the current association value mets the constraints defined by the association role.
- quality() - Method in class AbstractAttribute
-
Evaluates the quality of this attribute at this method invocation time.
- quality() - Method in class AbstractFeature
-
Evaluates the quality of this feature at this method invocation time.
R
- raster() - Method in class ImageRenderer
-
Creates a raster with the data specified by the last call to a
setData(…)method. - reduce(int...) - Method in class GridExtent
-
Returns a grid envelope that encompass only some dimensions of this grid envelope.
- reduce(int...) - Method in class GridGeometry
-
Returns a grid geometry that encompass only some dimensions of the grid geometry.
- REMARKS - FeatureFormat.Column
-
Whether a property is deprecated, or other remarks.
- remove() - Method in class AttributeTypeBuilder
-
Removes this property from the
FeatureTypeBuilder. - remove() - Method in class CharacteristicTypeBuilder
-
Removes this characteristics from the
AttributeTypeBuilder. - remove() - Method in class PropertyTypeBuilder
-
Removes this property from the
FeatureTypeBuilder. - render(GridExtent) - Method in class GridCoverage
-
Returns a two-dimensional slice of grid data as a rendered image.
- resize(long...) - Method in class GridExtent
-
Sets the size of this grid extent to the given values.
- resize(GridExtent, double...) - Method in class GridDerivation
-
Requests a grid geometry where cell sizes have been scaled by the given factors, which result in a change of grid size.
- resolution - Variable in class GridGeometry
-
An estimation of the grid resolution, in units of the CRS axes.
- RESOLUTION - Static variable in class GridGeometry
-
A bitmask to specify the validity of the grid resolution.
- rewind() - Method in class PixelIterator
-
Restores the iterator to the start position.
- roles() - Method in class AttributeTypeBuilder
-
Returns the roles that the attribute play in the pre-defined operations managed by
AttributeTypeBuilder. - rounding(GridRoundingMode) - Method in class GridDerivation
-
Controls behavior of rounding from floating point values to integers.
S
- SampleDimension - Class in org.apache.sis.coverage
-
Describes the data values in a coverage (the range).
- SampleDimension(GenericName, Number, Collection<? extends Category>) - Constructor for class SampleDimension
-
Creates a sample dimension with the specified name and categories.
- SampleDimension.Builder - Class in org.apache.sis.coverage
-
A mutable builder for creating an immutable
SampleDimension. - setAbstract(boolean) - Method in class FeatureTypeBuilder
-
Sets whether the feature type to create will be abstract.
- setAll(DefaultFeatureType) - Method in class FeatureTypeBuilder
-
Sets all properties of this builder to the values of the given feature type.
- setAllowedColumns(Set<FeatureFormat.Column>) - Method in class FeatureFormat
-
Sets all columns that may be shown in the tables to format.
- setBackground(CharSequence, Number) - Method in class SampleDimension.Builder
-
Adds a qualitative category and marks that category as the background value.
- setCRS(CoordinateReferenceSystem) - Method in class AttributeTypeBuilder
-
Sets the coordinate reference system that characterizes the values of this attribute.
- setData(int, Buffer...) - Method in class ImageRenderer
-
Sets the data as NIO buffers.
- setData(DataBuffer) - Method in class ImageRenderer
-
Sets the data as a Java2D buffer.
- setData(Vector...) - Method in class ImageRenderer
-
Sets the data as vectors.
- setDefaultCardinality(int, int) - Method in class FeatureTypeBuilder
-
Deprecated.Renamed
FeatureTypeBuilder.setDefaultMultiplicity(int, int). A cardinality is the actual number of elements in a set, while multiplicity is the range of cardinality that a set can have. - setDefaultMultiplicity(int, int) - Method in class FeatureTypeBuilder
-
Sets the default minimum and maximum number of next attributes and associations to add.
- setDefaultValue(V) - Method in class AttributeTypeBuilder
-
Sets the default value for the attribute.
- setDefaultValue(V) - Method in class CharacteristicTypeBuilder
-
Sets the default value for the characteristic.
- setDefinition(CharSequence) - Method in class AssociationRoleBuilder
-
Sets a concise definition of the element.
- setDefinition(CharSequence) - Method in class AttributeTypeBuilder
-
Sets a concise definition of the element.
- setDefinition(CharSequence) - Method in class CharacteristicTypeBuilder
-
Sets a concise definition of the element.
- setDefinition(CharSequence) - Method in class FeatureTypeBuilder
-
Sets a concise definition of the element.
- setDefinition(CharSequence) - Method in class PropertyTypeBuilder
-
Sets a concise definition of the element.
- setDefinition(CharSequence) - Method in class TypeBuilder
-
Sets a concise definition of the element.
- setDeprecated(boolean) - Method in class AssociationRoleBuilder
-
Sets whether the type is deprecated.
- setDeprecated(boolean) - Method in class AttributeTypeBuilder
-
Sets whether the type is deprecated.
- setDeprecated(boolean) - Method in class CharacteristicTypeBuilder
-
Sets whether the type is deprecated.
- setDeprecated(boolean) - Method in class FeatureTypeBuilder
-
Sets whether the type is deprecated.
- setDeprecated(boolean) - Method in class PropertyTypeBuilder
-
Sets whether the type is deprecated.
- setDeprecated(boolean) - Method in class TypeBuilder
-
Sets whether the type is deprecated.
- setDescription(CharSequence) - Method in class AssociationRoleBuilder
-
Sets optional information beyond that required for concise definition of the element.
- setDescription(CharSequence) - Method in class AttributeTypeBuilder
-
Sets optional information beyond that required for concise definition of the element.
- setDescription(CharSequence) - Method in class CharacteristicTypeBuilder
-
Sets optional information beyond that required for concise definition of the element.
- setDescription(CharSequence) - Method in class FeatureTypeBuilder
-
Sets optional information beyond that required for concise definition of the element.
- setDescription(CharSequence) - Method in class PropertyTypeBuilder
-
Sets optional information beyond that required for concise definition of the element.
- setDescription(CharSequence) - Method in class TypeBuilder
-
Sets optional information beyond that required for concise definition of the element.
- setDesignation(CharSequence) - Method in class AssociationRoleBuilder
-
Sets a natural language designator for the element.
- setDesignation(CharSequence) - Method in class AttributeTypeBuilder
-
Sets a natural language designator for the element.
- setDesignation(CharSequence) - Method in class CharacteristicTypeBuilder
-
Sets a natural language designator for the element.
- setDesignation(CharSequence) - Method in class FeatureTypeBuilder
-
Sets a natural language designator for the element.
- setDesignation(CharSequence) - Method in class PropertyTypeBuilder
-
Sets a natural language designator for the element.
- setDesignation(CharSequence) - Method in class TypeBuilder
-
Sets a natural language designator for the element.
- setIdentifierDelimiters(String, String, String) - Method in class FeatureTypeBuilder
-
Sets the prefix, suffix and delimiter to use when formatting a compound identifier made of two or more attributes.
- setInterleavedPixelOffsets(int, int[]) - Method in class ImageRenderer
-
Specifies the offsets to add to sample index in each band in order to reach the sample value in the
DataBufferbank. - setMaximalLength(Integer) - Method in class AttributeTypeBuilder
-
Sets the maximal length that characterizes the
CharSequencevalues of this attribute. - setMaximumOccurs(int) - Method in class AssociationRoleBuilder
-
Sets the maximum number of associations.
- setMaximumOccurs(int) - Method in class AttributeTypeBuilder
-
Sets the maximum number of attribute values.
- setMaximumOccurs(int) - Method in class PropertyTypeBuilder
-
Sets the maximum number of property values.
- setMinimumOccurs(int) - Method in class AssociationRoleBuilder
-
Sets the minimum number of associations.
- setMinimumOccurs(int) - Method in class AttributeTypeBuilder
-
Sets the minimum number of attribute values.
- setMinimumOccurs(int) - Method in class PropertyTypeBuilder
-
Sets the minimum number of property values.
- setName(int) - Method in class SampleDimension.Builder
-
Sets an identification of the sample dimension as a band number.
- setName(CharSequence) - Method in class SampleDimension.Builder
-
Sets an identification of the sample dimension as a character sequence.
- setName(CharSequence) - Method in class AssociationRoleBuilder
-
Sets the
FeatureAssociationRolename as a simple string (local name). - setName(CharSequence) - Method in class AttributeTypeBuilder
-
Sets the
AttributeTypename as a simple string (local name). - setName(CharSequence) - Method in class CharacteristicTypeBuilder
-
Sets the characteristic name as a simple string (local name).
- setName(CharSequence) - Method in class FeatureTypeBuilder
-
Sets the
FeatureTypename as a simple string. - setName(CharSequence) - Method in class PropertyTypeBuilder
-
Sets the
PropertyTypename as a simple string (local name). - setName(CharSequence) - Method in class TypeBuilder
-
Sets the
IdentifiedTypename as a simple string (local name). - setName(CharSequence...) - Method in class AssociationRoleBuilder
-
Sets the
FeatureAssociationRolename as a string in the given scope. - setName(CharSequence...) - Method in class AttributeTypeBuilder
-
Sets the
AttributeTypename as a string in the given scope. - setName(CharSequence...) - Method in class CharacteristicTypeBuilder
-
Sets the characteristic name as a string in the given scope.
- setName(CharSequence...) - Method in class FeatureTypeBuilder
-
Sets the
FeatureTypename as a string in the given scope. - setName(CharSequence...) - Method in class PropertyTypeBuilder
-
Sets the
PropertyTypename as a string in the given scope. - setName(CharSequence...) - Method in class TypeBuilder
-
Sets the
IdentifiedTypename as a string in the given scope. - setName(GenericName) - Method in class SampleDimension.Builder
-
Sets an identification of the sample dimension.
- setName(GenericName) - Method in class AssociationRoleBuilder
-
Sets the
FeatureAssociationRolename as a generic name. - setName(GenericName) - Method in class AttributeTypeBuilder
-
Sets the
AttributeTypename as a generic name. - setName(GenericName) - Method in class CharacteristicTypeBuilder
-
Sets the characteristic name as a generic name.
- setName(GenericName) - Method in class FeatureTypeBuilder
-
Sets the
FeatureTypename as a generic name. - setName(GenericName) - Method in class PropertyTypeBuilder
-
Sets the
PropertyTypename as a generic name. - setName(GenericName) - Method in class TypeBuilder
-
Sets the
IdentifiedTypename as a generic name. - setNameSpace(CharSequence) - Method in class FeatureTypeBuilder
-
Sets the namespace of the next names to be created by
setName(CharSequence...)method calls. - setOperationValue(String, Object) - Method in class AbstractFeature
-
Executes the parameterless operation of the given name and sets the value of its result.
- setPixel(double[]) - Method in class WritablePixelIterator
-
Sets the sample values of current pixel for all bands.
- setPixel(float[]) - Method in class WritablePixelIterator
-
Sets the sample values of current pixel for all bands.
- setPixel(int[]) - Method in class WritablePixelIterator
-
Sets the sample values of current pixel for all bands.
- setProperty(Object) - Method in class AbstractFeature
-
Sets the property (attribute or feature association).
- setPropertyValue(String, Object) - Method in class AbstractFeature
-
Sets the value for the property of the given name.
- setRegionOfInterest(Rectangle) - Method in class PixelIterator.Builder
-
Sets the region (in pixel coordinates) where to perform the iteration.
- setSample(int, double) - Method in class WritablePixelIterator
-
Writes a sample value in the specified band of current pixel.
- setSample(int, float) - Method in class WritablePixelIterator
-
Writes a sample value in the specified band of current pixel.
- setSample(int, int) - Method in class WritablePixelIterator
-
Writes a sample value in the specified band of current pixel.
- setSuperTypes(DefaultFeatureType...) - Method in class FeatureTypeBuilder
-
Sets the parent types (or super-type) from which to inherit properties.
- setValidValues(V...) - Method in class AttributeTypeBuilder
-
Sets an enumeration of valid values for the attribute.
- setValue(AbstractFeature) - Method in class AbstractAssociation
-
Sets the associated feature.
- setValue(V) - Method in class AbstractAttribute
-
Sets the attribute value.
- setValueClass(Class<N>) - Method in class AttributeTypeBuilder
-
Sets the class of attribute values.
- setValueClass(Class<N>) - Method in class CharacteristicTypeBuilder
-
Sets the class of characteristic values.
- setValues(Collection<? extends AbstractFeature>) - Method in class AbstractAssociation
-
Sets the features.
- setValues(Collection<? extends V>) - Method in class AbstractAttribute
-
Sets the attribute values.
- setWindowSize(Dimension) - Method in class PixelIterator.Builder
-
Sets the size of the window to use in
PixelIterator.createWindow(TransferType)method. - slice(DirectPosition) - Method in class GridDerivation
-
Requests a grid geometry for a slice at the given "real world" position.
- sliceByRatio(double, int...) - Method in class GridDerivation
-
Requests a grid geometry for a slice at the given relative position.
- startsAtZero() - Method in class GridExtent
-
Returns
trueif all low coordinates are zero. - subgrid(GridGeometry) - Method in class GridDerivation
-
Adapts the base grid for the geographic area and resolution of the given grid geometry.
- subgrid(Envelope, double...) - Method in class GridDerivation
-
Requests a grid geometry over a sub-region of the base grid geometry and optionally with subsampling.
- subsample(int...) - Method in class GridDerivation
-
Applies a subsampling on the grid geometry to build.
- subsample(int...) - Method in class GridExtent
-
Creates a new grid extent subsampled by the given amount of cells along each grid dimensions.
- SubspaceNotSpecifiedException - Exception in org.apache.sis.coverage
-
Thrown when an operation can only be applied on a subspace of a multi-dimensional coverage, but not such subspace has been specified.
- SubspaceNotSpecifiedException() - Constructor for exception SubspaceNotSpecifiedException
-
Constructs an exception with no detail message.
- SubspaceNotSpecifiedException(String) - Constructor for exception SubspaceNotSpecifiedException
-
Constructs an exception with the specified detail message.
- SubspaceNotSpecifiedException(String, Throwable) - Constructor for exception SubspaceNotSpecifiedException
-
Constructs an exception with the specified detail message and cause.
T
- TEMPORAL_EXTENT - Static variable in class GridGeometry
-
A bitmask to specify the validity of the temporal period.
- toString() - Method in class Category
-
Returns a string representation of this category for debugging purpose.
- toString() - Method in class GridCoverage
-
Returns a string representation of this grid coverage for debugging purpose.
- toString() - Method in class GridDerivation
-
Returns a string representation of this
GridDerivationfor debugging purpose. - toString() - Method in class GridExtent
-
Returns a string representation of this grid envelope.
- toString() - Method in class GridGeometry
-
Returns a string representation of this grid geometry.
- toString() - Method in class PixelTranslation
-
Returns a string representation of this pixel translation.
- toString() - Method in class SampleDimension
-
Returns a string representation of this sample dimension.
- toString() - Method in class AbstractAssociation
-
Returns a string representation of this association.
- toString() - Method in class AbstractAttribute
-
Returns a string representation of this attribute.
- toString() - Method in class AbstractFeature
-
Formats this feature in a tabular format.
- toString() - Method in class AbstractOperation
-
Returns a string representation of this operation.
- toString() - Method in class TypeBuilder
-
Returns a string representation of this object.
- toString() - Method in class DefaultAssociationRole
-
Returns a string representation of this association role.
- toString() - Method in class DefaultAttributeType
-
Returns a string representation of this attribute type.
- toString() - Method in class DefaultFeatureType
-
Formats this feature in a tabular format.
- toString() - Method in class TransferType
-
Returns the name of this enumeration constant.
- toString(Locale, SampleDimension...) - Static method in class SampleDimension
-
Returns a string representation of the given sample dimensions.
- toTree(Locale, int) - Method in class GridCoverage
-
Returns a tree representation of some elements of this grid coverage.
- toTree(Locale, int) - Method in class GridGeometry
-
Returns a tree representation of some elements of this grid geometry.
- TransferType<T extends Buffer> - Class in org.apache.sis.image
-
The type of data used to transfer pixels.
- translate(MathTransform, PixelOrientation, PixelOrientation, int, int) - Static method in class PixelTranslation
-
Converts a math transform from a "pixel orientation" convention to another "pixel orientation" convention.
- translate(MathTransform, PixelInCell, PixelInCell) - Static method in class PixelTranslation
-
Converts a math transform from a "pixel in cell" convention to another "pixel in cell" convention.
- TYPE - FeatureFormat.Column
-
Type of property values.
- TypeBuilder - Class in org.apache.sis.feature.builder
-
Information common to all kind of types (feature, association, characteristics).
U
- UNDEFINED - Static variable in class GridGeometry
-
An "empty" grid geometry with no value defined.
- update() - Method in class PixelIterator.Window
-
Updates this window with the sample values in the region starting at current iterator position.
V
- validate(AbstractFeature) - Static method in class Features
-
Ensures that all characteristics and property values in the given feature are valid.
- VALUE - FeatureFormat.Column
-
Property value (for properties) or default value (for property types).
- valueOf(int) - Static method in class TransferType
-
Returns the enumeration value for the given
DataBufferconstant. - valueOf(String) - Static method in enum GridRoundingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum AttributeRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum FeatureFormat.Column
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum FoliationRepresentation
-
Returns the enum constant of this type with the specified name.
- values - Variable in class PixelIterator.Window
-
A buffer containing all sample values fetched by the last call to
PixelIterator.Window.update(). - values() - Static method in enum GridRoundingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum AttributeRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum FeatureFormat.Column
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum FoliationRepresentation
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WritablePixelIterator - Class in org.apache.sis.image
-
A pixel iterator capable to write sample values.
All Classes All Packages