Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbsoluteExternalPositionalAccuracy - Interface in org.opengis.metadata.quality
Closeness of reported coordinate values to values accepted as or being true.
ABSTRACT - Static variable in class org.opengis.metadata.spatial.TopologyLevel
Topological complex without any specified geometric realization.
ABSTRACT_CLASS - Static variable in class org.opengis.metadata.Datatype
Class that cannot be directly instantiated.
AbstractTaglet - Class in org.opengis.tools.taglet
Base class for block (not inline) taglets implemented in this package.
AbstractTaglet() - Constructor for class org.opengis.tools.taglet.AbstractTaglet
For subclasses constructors.
accept(Flushable) - Method in class org.opengis.tools.taglet.FlushableDoclet
Registers an action to execute after doclet finished to generate Javadoc.
accept(CodeList<?>) - Method in interface org.opengis.util.CodeList.Filter
Returns true if the given code matches the criterion defined by this filter.
AccuracyOfATimeMeasurement - Interface in org.opengis.metadata.quality
Correctness of the temporal references of an item (reporting of error in time measurement).
ACQUISITION - Static variable in class org.opengis.metadata.acquisition.Context
Event related to a specific collection.
AcquisitionInformation - Interface in org.opengis.metadata.acquisition
Designations for the measuring instruments, the platform carrying them, and the mission to which the data contributes.
addGroup(String) - Method in interface org.opengis.parameter.ParameterValueGroup
Creates a new group of the specified name.
Additional sub-types of coordinate reference system - Search tag in package org.opengis.referencing.crs
Section
Address - Interface in org.opengis.metadata.citation
Location of the responsible individual or organization.
AffineCS - Interface in org.opengis.referencing.cs
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.
AGGREGATE_CLASS - Static variable in class org.opengis.metadata.Datatype
Class that is composed of classes it is connected to by an aggregate relationship.
AggregateInformation - Interface in org.opengis.metadata.identification
Aggregate dataset information.
Algorithm - Interface in org.opengis.metadata.lineage
Details of the methodology by which geographic information was derived from the instrument readings.
ALIAS_KEY - Static variable in interface org.opengis.referencing.IdentifiedObject
Key for the "alias" property to be given to the object factory createFoo(…) methods.
all - Variable in class org.opengis.test.ValidatorContainer
An unmodifiable "live" list of all validators.
ANCHOR_POINT_KEY - Static variable in interface org.opengis.referencing.datum.Datum
Key for the "anchorPoint" property to be given to the datum factory createFoo(…) methods.
ANNUALLY - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Data is updated every year.
ApplicationSchemaInformation - Interface in org.opengis.metadata
Information about the application schema used to build the dataset.
AREA - Static variable in class org.opengis.metadata.spatial.CellGeometry
Each cell represents an area.
AREAL - Static variable in class org.opengis.metadata.acquisition.GeometryType
Collection of a geographic area defined by a polygon (coverage).
AS_NEEDED - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Data is updated as deemed necessary.
Assert - Class in org.opengis.test
Assertion methods to be used by GeoAPI tests.
Assert() - Constructor for class org.opengis.test.Assert
For subclass constructors only.
assertAllTestsEnabled() - Method in class org.opengis.test.referencing.TransformTestCase
Ensures that all is<Operation>Supported fields are set to true.
assertBetween(String, double, double, double) - Static method in class org.opengis.test.Assert
Asserts that the given value is between the given range.
assertBetween(String, int, int, int) - Static method in class org.opengis.test.Assert
Asserts that the given value is between the given range.
assertBetween(String, Comparable<T>, Comparable<T>, T) - Static method in class org.opengis.test.Assert
Asserts that the given value is between the given range.
assertContains(String, Collection<?>, Object) - Static method in class org.opengis.test.Assert
Asserts that the given value is contained in the given collection.
assertCoordinateEquals(String, double[], double[], int, boolean) - Method in class org.opengis.test.referencing.TransformTestCase
Asserts that a single coordinate is equal to the expected one within a positive delta.
assertCoordinateEquals(String, double[], float[], int, boolean) - Method in class org.opengis.test.referencing.TransformTestCase
Asserts that a single coordinate is equal to the expected one within a positive delta.
assertCoordinateEquals(String, float[], double[], int, boolean) - Method in class org.opengis.test.referencing.TransformTestCase
Asserts that a single coordinate is equal to the expected one within a positive delta.
assertCoordinateEquals(String, float[], float[], int, boolean) - Method in class org.opengis.test.referencing.TransformTestCase
Asserts that a single coordinate is equal to the expected one within a positive delta.
assertCoordinatesEqual(String, int, double[], int, double[], int, int, boolean) - Method in class org.opengis.test.referencing.TransformTestCase
Asserts that coordinate values are equal to the expected ones within a positive delta.
assertCoordinatesEqual(String, int, double[], int, double[], int, int, boolean, int) - Method in class org.opengis.test.referencing.TransformTestCase
Implementation of public assertion methods with the addition of the coordinate index to be reported in error message.
assertCoordinatesEqual(String, int, double[], int, float[], int, int, boolean) - Method in class org.opengis.test.referencing.TransformTestCase
Asserts that coordinate values are equal to the expected ones within a positive delta.
assertCoordinatesEqual(String, int, double[], int, float[], int, int, boolean, int) - Method in class org.opengis.test.referencing.TransformTestCase
Implementation of public assertion methods with the addition of the coordinate index to be reported in error message.
assertCoordinatesEqual(String, int, float[], int, double[], int, int, boolean) - Method in class org.opengis.test.referencing.TransformTestCase
Asserts that coordinate values are equal to the expected ones within a positive delta.
assertCoordinatesEqual(String, int, float[], int, double[], int, int, boolean, int) - Method in class org.opengis.test.referencing.TransformTestCase
Implementation of public assertion methods with the addition of the coordinate index to be reported in error message.
assertCoordinatesEqual(String, int, float[], int, float[], int, int, boolean) - Method in class org.opengis.test.referencing.TransformTestCase
Asserts that coordinate values are equal to the expected ones within a positive delta.
assertCoordinatesEqual(String, int, float[], int, float[], int, int, boolean, int) - Method in class org.opengis.test.referencing.TransformTestCase
Implementation of public assertion methods with the addition of the coordinate index to be reported in error message.
assertInstanceOf(String, Class<?>, Object) - Static method in class org.opengis.test.Assert
Asserts that the given value is an instance of the given class.
assertPositive(String, int) - Static method in class org.opengis.test.Assert
Asserts that the given integer value is positive, including zero.
assertStrictlyPositive(String, int) - Static method in class org.opengis.test.Assert
Asserts that the given integer value is strictly positive, excluding zero.
assertValidRange(String, double, double) - Static method in class org.opengis.test.Assert
Asserts that the given minimum and maximum values make a valid range.
assertValidRange(String, int, int) - Static method in class org.opengis.test.Assert
Asserts that the given minimum and maximum values make a valid range.
assertValidRange(String, Comparable<T>, Comparable<T>) - Static method in class org.opengis.test.Assert
Asserts that the given minimum and maximum values make a valid range.
ASSOCIATION - Static variable in class org.opengis.metadata.Datatype
Semantic relationship between two classes that involves connections among their instances.
AssociationType - Class in org.opengis.metadata.identification
Justification for the correlation of two datasets.
AssociationType(String) - Constructor for class org.opengis.metadata.identification.AssociationType
Constructs an enum with the given name.
ATTRIBUTE - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to the attribute value.
ATTRIBUTE_TYPE - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to the characteristic of a feature.
Attribute instance metadata - Search tag in package org.opengis.metadata
Section
AttributeType - Interface in org.opengis.feature.type
Temporary placeholder for an interface defined in the geoapi-pending module.
Attribute type metadata - Search tag in package org.opengis.metadata
Section
AUTHOR - Static variable in class org.opengis.metadata.citation.Role
Party who authored the resource.
authority - Variable in exception class org.opengis.referencing.NoSuchAuthorityCodeException
The authority.
AUTHORITY - Search tag in package org.opengis.referencing
Section
AUTHORITY_KEY - Static variable in interface org.opengis.metadata.Identifier
Key for the "authority" property to be given to the CRS factory createFoo(…) methods.
AuthorityFactory - Interface in org.opengis.referencing
Base interface for all authority factories.
AUTOMATIC - Static variable in class org.opengis.metadata.acquisition.Trigger
Event due to external stimuli.
AXIS - Search tag in package org.opengis.referencing
Section
AxisDirection - Class in org.opengis.referencing.cs
The direction of positive increments in the coordinate value for a coordinate system axis.
AxisDirection(String) - Constructor for class org.opengis.referencing.cs.AxisDirection
Constructs an enum with the given name.

B

Band - Interface in org.opengis.metadata.content
Range of wavelengths in the electromagnetic spectrum.
BandDefinition - Class in org.opengis.metadata.content
Designation of criterion for defining maximum and minimum wavelengths for a spectral band.
BandDefinition(String) - Constructor for class org.opengis.metadata.content.BandDefinition
Constructs an enum with the given name.
BAROMETRIC - Static variable in class org.opengis.referencing.datum.VerticalDatumType
Atmospheric pressure is the basis for the definition of the origin of the associated vertical coordinate system axis.
BIANNUALLY - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Data is updated twice each year.
BIG_5 - Static variable in class org.opengis.metadata.identification.CharacterSet
Traditional Chinese code set used in Taiwan, Hong Kong, and other areas.
BIOTA - Static variable in class org.opengis.metadata.identification.TopicCategory
Flora and/or fauna in natural environment.
BLURRED_IMAGE - Static variable in class org.opengis.metadata.content.ImagingCondition
Portion of the image is blurred.
booleanValue() - Method in interface org.opengis.parameter.ParameterValue
Returns the boolean value of an operation parameter A boolean value does not have an associated unit of measure.
BOUNDARIES - Static variable in class org.opengis.metadata.identification.TopicCategory
Legal land descriptions.
BoundingPolygon - Interface in org.opengis.metadata.extent
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.
BrowseGraphic - Interface in org.opengis.metadata.identification
Graphic that provides an illustration of the dataset (should include a legend for the graphic).

C

CAMPAIGN - Static variable in class org.opengis.metadata.identification.InitiativeType
Series of organized planned actions.
CartesianCS - Interface in org.opengis.referencing.cs
A 1-, 2-, or 3-dimensional coordinate system.
CARTRIDGE_3480 - Static variable in class org.opengis.metadata.distribution.MediumName
3480 cartridge tape drive.
CARTRIDGE_3490 - Static variable in class org.opengis.metadata.distribution.MediumName
3490 cartridge tape drive.
CARTRIDGE_3580 - Static variable in class org.opengis.metadata.distribution.MediumName
3580 cartridge tape drive.
CARTRIDGE_TAPE_1_QUARTER_INCH - Static variable in class org.opengis.metadata.distribution.MediumName
¼ inch magnetic tape.
CARTRIDGE_TAPE_4mm - Static variable in class org.opengis.metadata.distribution.MediumName
4 millimetre magnetic tape.
CARTRIDGE_TAPE_8mm - Static variable in class org.opengis.metadata.distribution.MediumName
8 millimetre magnetic tape.
CATEGORIES - Static variable in class org.opengis.tools.taglet.Departure
The allowed departure categories.
CD_ROM - Static variable in class org.opengis.metadata.distribution.MediumName
Read-only optical disk.
CELL_CENTER - Static variable in class org.opengis.referencing.datum.PixelInCell
The origin of the image coordinate system is the centre of a grid cell or image pixel.
CELL_CORNER - Static variable in class org.opengis.referencing.datum.PixelInCell
The origin of the image coordinate system is the corner of a grid cell, or half-way between the centres of adjacent image pixels.
CellGeometry - Class in org.opengis.metadata.spatial
Code indicating whether grid data is point or area.
CellGeometry(String) - Constructor for class org.opengis.metadata.spatial.CellGeometry
Constructs an enum with the given name.
CENTER - Static variable in class org.opengis.metadata.spatial.PixelOrientation
Point in a pixel corresponding to the Earth location of the pixel.
CHARACTER_STRING - Static variable in class org.opengis.metadata.Datatype
Free text field.
CharacterSet - Class in org.opengis.metadata.identification
Name of the character coding standard used for the resource.
CharacterSet(String) - Constructor for class org.opengis.metadata.identification.CharacterSet
Constructs an enum with identical name and charset.
CharacterSet(String, String) - Constructor for class org.opengis.metadata.identification.CharacterSet
Constructs an enum with the given name.
charset - Variable in class org.opengis.metadata.identification.CharacterSet
The Java Charset name (never null).
citation - Variable in class org.opengis.test.ValidatorContainer
The validator for Citation and related objects.
Citation - Interface in org.opengis.metadata.citation
Standardized resource reference.
CitationDate - Interface in org.opengis.metadata.citation
Reference date and event used to describe it.
CitationValidator - Class in org.opengis.test.metadata
Validates Citation and related objects from the org.opengis.metadata.citation package.
CitationValidator(ValidatorContainer) - Constructor for class org.opengis.test.metadata.CitationValidator
Creates a new validator.
CLASS - Static variable in class org.opengis.metadata.Datatype
Descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior.
Classification - Class in org.opengis.metadata.constraint
Name of the handling restrictions on the dataset.
Classification(String) - Constructor for class org.opengis.metadata.constraint.Classification
Constructs an enum with the given name.
CLIMATOLOGY_METEOROLOGY_ATMOSPHERE - Static variable in class org.opengis.metadata.identification.TopicCategory
Processes and phenomena of the atmosphere.
clone() - Method in interface org.opengis.parameter.GeneralParameterValue
Returns a copy of this parameter value or group.
clone() - Method in interface org.opengis.parameter.ParameterValue
Returns a copy of this parameter value.
clone() - Method in interface org.opengis.parameter.ParameterValueGroup
Returns a copy of this group of parameter values.
clone() - Method in interface org.opengis.referencing.operation.Matrix
Returns a clone of this matrix.
CLOUD - Static variable in class org.opengis.metadata.content.ImagingCondition
Portion of the image is partially obscured by cloud cover
code - Variable in exception class org.opengis.referencing.NoSuchAuthorityCodeException
The invalid authority code.
CODE_KEY - Static variable in interface org.opengis.metadata.Identifier
Key for the "code" property to be given to the CRS factory createFoo(…) methods.
CODE_LIST - Static variable in class org.opengis.metadata.Datatype
Flexible enumeration useful for expressing a long list of values, can be extended.
CODE_LIST_ELEMENT - Static variable in class org.opengis.metadata.Datatype
Permissible value for a codelist or enumeration.
CodeList<E> - Class in org.opengis.util
Base class for all code lists.
CodeList(String, Collection<E>) - Constructor for class org.opengis.util.CodeList
Creates a new code list element and add it to the given collection.
CodeList.Filter - Interface in org.opengis.util
Used by CodeList.valueOf(Class, Filter) to select codes matching an arbitrary criterion.
codename() - Method in interface org.opengis.util.CodeList.Filter
Returns the name of the code being looked for, or null if unknown.
CODESPACE_KEY - Static variable in interface org.opengis.referencing.ReferenceIdentifier
Key for the "codespace" property to be given to the CRS factory createFoo(…) methods.
COLLECTION - Static variable in class org.opengis.metadata.identification.InitiativeType
Accumulation of datasets assembled for a specific purpose.
COLLECTION_HARDWARE - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to the collection hardware class.
COLLECTION_SESSION - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to the collection session.
COLUMN - Static variable in class org.opengis.metadata.spatial.DimensionNameType
Abscissa (x) axis.
COLUMN_NEGATIVE - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is towards lower pixel column.
COLUMN_POSITIVE - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is towards higher pixel column.
compareTo(E) - Method in class org.opengis.util.CodeList
Compares this code with the specified object for order.
compareTo(DepartureElement) - Method in class org.opengis.tools.taglet.DepartureElement
For sorting in the order to be published on the HTML page.
COMPD_CS - Search tag in package org.opengis.referencing
Section
COMPLETED - Static variable in class org.opengis.metadata.identification.Progress
Production of the data has been completed.
Completeness - Interface in org.opengis.metadata.quality
Presence and absence of features, their attributes and their relationships.
CompletenessCommission - Interface in org.opengis.metadata.quality
Excess data present in the dataset, as described by the scope.
CompletenessOmission - Interface in org.opengis.metadata.quality
Data absent from the dataset, as described by the scope.
COMPLEX - Static variable in class org.opengis.metadata.spatial.GeometricObjectType
Set of geometric primitives such that their boundaries can be represented as a union of other primitives.
ComplianceLevel - Enum in org.opengis.annotation
Compliance level for elements.
ComplianceLevel() - Constructor for enum org.opengis.annotation.ComplianceLevel
 
COMPOSITE - Static variable in class org.opengis.metadata.spatial.GeometricObjectType
Connected set of curves, solids or surfaces.
CompoundCRS - Interface in org.opengis.referencing.crs
A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
CONCAT_MT - Search tag in package org.opengis.referencing
Section
Concatenated coordinate operation - Search tag in package org.opengis.referencing.operation
Section
ConcatenatedOperation - Interface in org.opengis.referencing.operation
An ordered sequence of two or more single coordinate operations.
ConceptualConsistency - Interface in org.opengis.metadata.quality
Adherence to rules of the conceptual schema.
CONDITIONAL - Enum constant in enum org.opengis.annotation.Obligation
Element is required when a specific condition is met.
CONDITIONAL - Static variable in class org.opengis.metadata.Obligation
Element is required when a specific condition is met.
CONFIDENTIAL - Static variable in class org.opengis.metadata.constraint.Classification
Available for someone who can be entrusted with information.
ConformanceResult - Interface in org.opengis.metadata.quality
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
ConicProjection - Interface in org.opengis.referencing.operation
Base interface for conical map projections.
Constraints - Interface in org.opengis.metadata.constraint
Restrictions on the access and use of a resource or metadata.
CONSTRUCTOR_PARAMETERS - Static variable in class org.opengis.util.CodeList
The types expected in constructors.
Contact - Interface in org.opengis.metadata.citation
Information required to enable contact with the responsible person and/or organization.
container - Variable in class org.opengis.test.Validator
The container of this validator.
ContentInformation - Interface in org.opengis.metadata.content
Description of the content of a dataset.
Context - Class in org.opengis.metadata.acquisition
Designation of criterion for defining the context of the scanning process event.
Context(String) - Constructor for class org.opengis.metadata.acquisition.Context
Constructs an enum with the given name.
CONTINUAL - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Data is repeatedly and frequently updated.
Conversion - Interface in org.opengis.referencing.operation
An operation on coordinates that does not include any change of Datum.
COORDINATE_OPERATION_ACCURACY_KEY - Static variable in interface org.opengis.referencing.operation.CoordinateOperation
Key for the "coordinateOperationAccuracy" property.
Coordinate conversions - Search tag in package org.opengis.referencing.operation
Section
coordinateOperation - Variable in class org.opengis.test.ValidatorContainer
The validator for CoordinateOperation and related objects.
CoordinateOperation - Interface in org.opengis.referencing.operation
A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
CoordinateOperationAuthorityFactory - Interface in org.opengis.referencing.operation
Creates coordinate transformation objects from codes.
CoordinateOperationFactory - Interface in org.opengis.referencing.operation
CoordinateReferenceSystem - Interface in org.opengis.referencing.crs
Abstract coordinate reference system, usually defined by a coordinate system and a datum.
CoordinateSystem - Interface in org.opengis.referencing.cs
The set of coordinate system axes that spans a given coordinate space.
Coordinate system - Search tag in package org.opengis.referencing.cs
Section
CoordinateSystemAxis - Interface in org.opengis.referencing.cs
Definition of a coordinate system axis.
Coordinate system axis - Search tag in package org.opengis.referencing.cs
Section
Coordinate System WKT - Search tag in package org.opengis.referencing
Section
COPYRIGHT - Static variable in class org.opengis.metadata.constraint.Restriction
Exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor.
CORE - Enum constant in enum org.opengis.annotation.ComplianceLevel
Core metadata elements required to identify a dataset, typically for catalogue purposes.
CoverageContentType - Class in org.opengis.metadata.content
Specific type of information represented in the cell.
CoverageContentType(String) - Constructor for class org.opengis.metadata.content.CoverageContentType
Constructs an enum with the given name.
CoverageDescription - Interface in org.opengis.metadata.content
Information about the content of a grid data cell.
CoverageResult - Interface in org.opengis.metadata.quality
Result of a data quality measure organising the measured values as a coverage.
CPIO - Static variable in class org.opengis.metadata.distribution.MediumFormat
CoPy In / Out (UNIX file format and command).
createAffineCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a two dimensional coordinate system from the given pair of axis.
createAffineCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a three dimensional coordinate system from the given set of axis.
createAffineTransform(Matrix) - Method in interface org.opengis.referencing.operation.MathTransformFactory
Creates an affine transform from a matrix.
createBaseToDerived(CoordinateReferenceSystem, ParameterValueGroup, CoordinateSystem) - Method in interface org.opengis.referencing.operation.MathTransformFactory
Creates a parameterized transform from a base CRS to a derived CS.
createCartesianCS(String) - Method in interface org.opengis.referencing.cs.CSAuthorityFactory
Creates a cartesian coordinate system from a code.
createCartesianCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a two dimensional cartesian coordinate system from the given pair of axis.
createCartesianCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a three dimensional cartesian coordinate system from the given set of axis.
createCompoundCRS(String) - Method in interface org.opengis.referencing.crs.CRSAuthorityFactory
Creates a 3D coordinate reference system from a code.
createCompoundCRS(Map<String, ?>, CoordinateReferenceSystem...) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a compound coordinate reference system from an ordered list of CoordinateReferenceSystem objects.
createConcatenatedOperation(Map<String, ?>, CoordinateOperation...) - Method in interface org.opengis.referencing.operation.CoordinateOperationFactory
Creates a concatenated operation from a sequence of operations.
createConcatenatedTransform(MathTransform, MathTransform) - Method in interface org.opengis.referencing.operation.MathTransformFactory
Creates a transform by concatenating two existing transforms.
createCoordinateOperation(String) - Method in interface org.opengis.referencing.operation.CoordinateOperationAuthorityFactory
Creates an operation from a single operation code.
createCoordinateReferenceSystem(String) - Method in interface org.opengis.referencing.crs.CRSAuthorityFactory
Returns an arbitrary coordinate reference system from a code.
createCoordinateSystem(String) - Method in interface org.opengis.referencing.cs.CSAuthorityFactory
Returns an arbitrary coordinate system from a code.
createCoordinateSystemAxis(String) - Method in interface org.opengis.referencing.cs.CSAuthorityFactory
Returns a coordinate system axis from a code.
createCoordinateSystemAxis(Map<String, ?>, String, AxisDirection, Unit<?>) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a coordinate system axis from an abbreviation and a unit.
createCylindricalCS(String) - Method in interface org.opengis.referencing.cs.CSAuthorityFactory
Creates a cylindrical coordinate system from a code.
createCylindricalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a cylindrical coordinate system from the given set of axis.
createDatum(String) - Method in interface org.opengis.referencing.datum.DatumAuthorityFactory
Returns an arbitrary datum from a code.
createDefiningConversion(Map<String, ?>, OperationMethod, ParameterValueGroup) - Method in interface org.opengis.referencing.operation.CoordinateOperationFactory
Constructs a defining conversion from a set of properties.
createDerivedCRS(String) - Method in interface org.opengis.referencing.crs.CRSAuthorityFactory
Creates a derived coordinate reference system from a code.
createDerivedCRS(Map<String, ?>, CoordinateReferenceSystem, Conversion, CoordinateSystem) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a derived coordinate reference system.
createEllipsoid(String) - Method in interface org.opengis.referencing.datum.DatumAuthorityFactory
Returns an ellipsoid from a code.
createEllipsoid(Map<String, ?>, double, double, Unit<Length>) - Method in interface org.opengis.referencing.datum.DatumFactory
Creates an ellipsoid from radius values.
createEllipsoidalCS(String) - Method in interface org.opengis.referencing.cs.CSAuthorityFactory
Creates an ellipsoidal coordinate system from a code.
createEllipsoidalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates an ellipsoidal coordinate system without ellipsoidal height.
createEllipsoidalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates an ellipsoidal coordinate system with ellipsoidal height.
createEngineeringCRS(String) - Method in interface org.opengis.referencing.crs.CRSAuthorityFactory
createEngineeringCRS(Map<String, ?>, EngineeringDatum, CoordinateSystem) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a engineering coordinate reference system.
createEngineeringDatum(String) - Method in interface org.opengis.referencing.datum.DatumAuthorityFactory
Creates a engineering datum from a code.
createEngineeringDatum(Map<String, ?>) - Method in interface org.opengis.referencing.datum.DatumFactory
Creates an engineering datum.
createFlattenedSphere(Map<String, ?>, double, double, Unit<Length>) - Method in interface org.opengis.referencing.datum.DatumFactory
Creates an ellipsoid from an major radius, and inverse flattening.
createFromCoordinateReferenceSystemCodes(String, String) - Method in interface org.opengis.referencing.operation.CoordinateOperationAuthorityFactory
Creates operations from coordinate reference system codes.
createFromWKT(String) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a coordinate reference system object from a string.
createFromWKT(String) - Method in interface org.opengis.referencing.operation.MathTransformFactory
Creates a math transform object from a string.
createFromXML(String) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a coordinate reference system object from a XML string.
createFromXML(String) - Method in interface org.opengis.referencing.operation.MathTransformFactory
Creates a math transform object from a XML string.
createGenericName(NameSpace, CharSequence...) - Method in interface org.opengis.util.NameFactory
Creates a local or scoped name from an array of parsed names.
createGeocentricCRS(String) - Method in interface org.opengis.referencing.crs.CRSAuthorityFactory
createGeocentricCRS(Map<String, ?>, GeodeticDatum, CartesianCS) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a geocentric coordinate reference system from a cartesian coordinate system.
createGeocentricCRS(Map<String, ?>, GeodeticDatum, SphericalCS) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a geocentric coordinate reference system from a spherical coordinate system.
createGeodeticDatum(String) - Method in interface org.opengis.referencing.datum.DatumAuthorityFactory
Returns a geodetic datum from a code.
createGeodeticDatum(Map<String, ?>, Ellipsoid, PrimeMeridian) - Method in interface org.opengis.referencing.datum.DatumFactory
Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters.
createGeographicCRS(String) - Method in interface org.opengis.referencing.crs.CRSAuthorityFactory
createGeographicCRS(Map<String, ?>, GeodeticDatum, EllipsoidalCS) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a geographic coordinate reference system.
createImageCRS(String) - Method in interface org.opengis.referencing.crs.CRSAuthorityFactory
Create a image coordinate reference system from a code.
createImageCRS(Map<String, ?>, ImageDatum, AffineCS) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates an image coordinate reference system.
createImageDatum(String) - Method in interface org.opengis.referencing.datum.DatumAuthorityFactory
Creates a image datum from a code.
createImageDatum(Map<String, ?>, PixelInCell) - Method in interface org.opengis.referencing.datum.DatumFactory
Creates an image datum.
createInternationalString(Map<Locale, String>) - Method in interface org.opengis.util.NameFactory
Creates an international string from a set of strings in different locales.
createLinearCS(Map<String, ?>, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a linear coordinate system.
createLocalName(NameSpace, CharSequence) - Method in interface org.opengis.util.NameFactory
Creates a local name from the given character sequence.
createMapWithName(String) - Static method in class org.opengis.test.referencing.ReferencingTest
Builds a map containing only one value, composed by the IdentifiedObject.NAME_KEY identifier and the value specified.
createNameSpace(GenericName, String, String) - Method in class org.opengis.test.util.NameTest
Creates a namespace having the given name and separator.
createNameSpace(GenericName, Map<String, ?>) - Method in interface org.opengis.util.NameFactory
Creates a namespace having the given name and separators.
createObject(String) - Method in interface org.opengis.referencing.AuthorityFactory
Returns an arbitrary object from a code.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in interface org.opengis.referencing.operation.CoordinateOperationFactory
Returns an operation for conversion or transformation between two coordinate reference systems.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem, OperationMethod) - Method in interface org.opengis.referencing.operation.CoordinateOperationFactory
Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.
createOperationMethod(String) - Method in interface org.opengis.referencing.operation.CoordinateOperationAuthorityFactory
Creates an operation method from a single code.
createParameterizedTransform(ParameterValueGroup) - Method in interface org.opengis.referencing.operation.MathTransformFactory
Creates a transform from a group of parameters.
createPassThroughTransform(int, MathTransform, int) - Method in interface org.opengis.referencing.operation.MathTransformFactory
Creates a transform which passes through a subset of ordinates to another transform.
createPolarCS(String) - Method in interface org.opengis.referencing.cs.CSAuthorityFactory
Creates a polar coordinate system from a code.
createPolarCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a polar coordinate system from the given pair of axis.
createPrimeMeridian(String) - Method in interface org.opengis.referencing.datum.DatumAuthorityFactory
Returns a prime meridian from a code.
createPrimeMeridian(Map<String, ?>, double, Unit<Angle>) - Method in interface org.opengis.referencing.datum.DatumFactory
Creates a prime meridian, relative to Greenwich.
createProjectedCRS(String) - Method in interface org.opengis.referencing.crs.CRSAuthorityFactory
createProjectedCRS(Map<String, ?>, GeographicCRS, Conversion, CartesianCS) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a projected coordinate reference system from a defining conversion.
createSphericalCS(String) - Method in interface org.opengis.referencing.cs.CSAuthorityFactory
Creates a spherical coordinate system from a code.
createSphericalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a spherical coordinate system from the given set of axis.
createTemporalCRS(String) - Method in interface org.opengis.referencing.crs.CRSAuthorityFactory
createTemporalCRS(Map<String, ?>, TemporalDatum, TimeCS) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a temporal coordinate reference system.
createTemporalDatum(String) - Method in interface org.opengis.referencing.datum.DatumAuthorityFactory
Creates a temporal datum from a code.
createTemporalDatum(Map<String, ?>, Date) - Method in interface org.opengis.referencing.datum.DatumFactory
Creates a temporal datum from an enumerated type value.
createTimeCS(String) - Method in interface org.opengis.referencing.cs.CSAuthorityFactory
Creates a temporal coordinate system from a code.
createTimeCS(Map<String, ?>, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a time coordinate system.
createTransformedShape(Shape) - Method in interface org.opengis.referencing.operation.MathTransform2D
Transforms the specified shape.
createTypeName(NameSpace, CharSequence) - Method in interface org.opengis.util.NameFactory
Creates a type name from the given character sequence.
createUnit(String) - Method in interface org.opengis.referencing.cs.CSAuthorityFactory
Returns an unit from a code.
createUserDefinedCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a two-dimensional user defined coordinate system.
createUserDefinedCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a three-dimensional user defined coordinate system.
createValue() - Method in interface org.opengis.parameter.GeneralParameterDescriptor
Creates a new instance of parameter value or group initialized with the default value(s).
createValue() - Method in interface org.opengis.parameter.ParameterDescriptor
Creates a new instance of parameter value initialized with the default value.
createValue() - Method in interface org.opengis.parameter.ParameterDescriptorGroup
Creates a new instance of parameter value group initialized with the default values.
createVerticalCRS(String) - Method in interface org.opengis.referencing.crs.CRSAuthorityFactory
createVerticalCRS(Map<String, ?>, VerticalDatum, VerticalCS) - Method in interface org.opengis.referencing.crs.CRSFactory
Creates a vertical coordinate reference system.
createVerticalCS(String) - Method in interface org.opengis.referencing.cs.CSAuthorityFactory
Creates a vertical coordinate system from a code.
createVerticalCS(Map<String, ?>, CoordinateSystemAxis) - Method in interface org.opengis.referencing.cs.CSFactory
Creates a vertical coordinate system.
createVerticalDatum(String) - Method in interface org.opengis.referencing.datum.DatumAuthorityFactory
Creates a vertical datum from a code.
createVerticalDatum(Map<String, ?>, VerticalDatumType) - Method in interface org.opengis.referencing.datum.DatumFactory
Creates a vertical datum from an enumerated type value.
CREATION - Static variable in class org.opengis.metadata.citation.DateType
Date identifies when the resource was brought into existence.
CRITICAL - Static variable in class org.opengis.metadata.acquisition.Priority
Decisive importance.
CROSS_REFERENCE - Static variable in class org.opengis.metadata.identification.AssociationType
Reference from one dataset to another.
CROSS_TRACK - Static variable in class org.opengis.metadata.spatial.DimensionNameType
Perpendicular to the direction of motion of the scan point.
crs - Variable in class org.opengis.test.ValidatorContainer
The validator for CoordinateReferenceSystem and related objects.
CRSAuthorityFactory - Interface in org.opengis.referencing.crs
Creates coordinate reference systems using authority codes.
crsFactory - Variable in class org.opengis.test.referencing.ReferencingTest
Factory to build a coordinate reference system, or null if none.
CRSFactory - Interface in org.opengis.referencing.crs
Builds up complex coordinate reference systems from simpler objects or values.
CRSTest - Class in org.opengis.test.referencing
Tests Coordinate Reference System and related objects from the org.opengis.referencing.crs packages.
CRSTest(CRSAuthorityFactory) - Constructor for class org.opengis.test.referencing.CRSTest
Creates a new test using the given factory.
CRSValidator - Class in org.opengis.test.referencing
Validates CoordinateReferenceSystem and related objects from the org.opengis.referencing.crs package.
CRSValidator(ValidatorContainer) - Constructor for class org.opengis.test.referencing.CRSValidator
Creates a new validator.
cs - Variable in class org.opengis.test.ValidatorContainer
The validator for CoordinateSystem and related objects.
CSAuthorityFactory - Interface in org.opengis.referencing.cs
Creates coordinate systems using authority codes.
csFactory - Variable in class org.opengis.test.referencing.ReferencingTest
Factory to build a coordinate system, or null if none.
CSFactory - Interface in org.opengis.referencing.cs
Builds up complex coordinate systems from simpler objects or values.
CSValidator - Class in org.opengis.test.referencing
Validates CoordinateSystem and related objects from the org.opengis.referencing.cs package.
CSValidator(ValidatorContainer) - Constructor for class org.opengis.test.referencing.CSValidator
Creates a new validator.
CURVE - Static variable in class org.opengis.metadata.spatial.GeometricObjectType
Bounded, 1-dimensional geometric primitive, representing the continuous image of a line.
CUSTODIAN - Static variable in class org.opengis.metadata.citation.Role
Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource.
CylindricalCS - Interface in org.opengis.referencing.cs
A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system.
CylindricalProjection - Interface in org.opengis.referencing.operation
Base interface for cylindrical map projections.

D

DAILY - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Data is updated each day.
DataFile - Interface in org.opengis.metadata.distribution
Description of a transfer data file.
DataIdentification - Interface in org.opengis.metadata.identification
Information required to identify a dataset.
DataQuality - Interface in org.opengis.metadata.quality
Quality information for the data specified by a data quality scope.
Data series metadata - Search tag in package org.opengis.metadata
Section
DATASET - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to the dataset.
Dataset metadata - Search tag in package org.opengis.metadata
Section
Datatype - Class in org.opengis.metadata
Datatype of element or entity.
Datatype(String) - Constructor for class org.opengis.metadata.Datatype
Constructs an enum with the given name.
DATATYPE_CLASS - Static variable in class org.opengis.metadata.Datatype
Class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage.
DateType - Class in org.opengis.metadata.citation
Identification of when a given event occurred
DateType(String) - Constructor for class org.opengis.metadata.citation.DateType
Constructs an enum with the given name.
datum - Variable in class org.opengis.test.ValidatorContainer
The validator for Datum and related objects.
Datum - Interface in org.opengis.referencing.datum
Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.
DATUM - Search tag in package org.opengis.referencing
Section
DatumAuthorityFactory - Interface in org.opengis.referencing.datum
Creates datum objects using authority codes.
datumFactory - Variable in class org.opengis.test.referencing.ReferencingTest
Factory to build a datum, or null if none.
DatumFactory - Interface in org.opengis.referencing.datum
Builds up complex datums from simpler objects or values.
DatumValidator - Class in org.opengis.test.referencing
Validates Datum and related objects from the org.opengis.datum package.
DatumValidator(ValidatorContainer) - Constructor for class org.opengis.test.referencing.DatumValidator
Creates a new validator.
day - Variable in class org.opengis.test.Units
Temporal units used in the test.
day() - Method in class org.opengis.test.Units
Unit of measurement defined as 24×60×60 seconds.
DEFAULT - Static variable in class org.opengis.test.Units
The default instance, created when first needed.
DEFAULT - Static variable in class org.opengis.test.Validators
The default container to be used by all static validate methods.
DEFAULT_TOLERANCE - Static variable in class org.opengis.test.Validator
The default tolerance value for comparisons of floating point numbers.
DEGRADING_OBLIQUITY - Static variable in class org.opengis.metadata.content.ImagingCondition
Acute angle between the plane of the ecliptic (the plane of the Earth's orbit) and the plane of the celestial equator.
degree - Variable in class org.opengis.test.Units
Angular units used in the test.
degree() - Method in class org.opengis.test.Units
Unit of measurement defined as π/180 radians.
Departure - Class in org.opengis.tools.taglet
The @departure tag for documenting the reasons for a departure from OGC/ISO standard.
Departure() - Constructor for class org.opengis.tools.taglet.Departure
Constructs a @departure taglet.
DepartureElement - Class in org.opengis.tools.taglet
An element in the Departure.departures list.
DepartureElement(Element, DocTree, String) - Constructor for class org.opengis.tools.taglet.DepartureElement
Stores a description for the given departure tag.
departures - Variable in class org.opengis.tools.taglet.Departure
All departures declared in javadoc tags.
depth() - Method in interface org.opengis.util.GenericName
Indicates the number of levels specified by this name.
depth() - Method in interface org.opengis.util.LocalName
Returns the depth, which is always 1 for a local name.
DEPTH - Static variable in class org.opengis.referencing.datum.VerticalDatumType
The zero point of the vertical axis is defined by a surface that has meaning for the purpose which the associated vertical measurements are used for.
derivative(double) - Method in interface org.opengis.referencing.operation.MathTransform1D
Gets the derivative of this function at a value.
derivative(Point2D) - Method in interface org.opengis.referencing.operation.MathTransform2D
Gets the derivative of this transform at a point.
derivative(DirectPosition) - Method in interface org.opengis.referencing.operation.MathTransform
Gets the derivative of this transform at a point.
DerivedCRS - Interface in org.opengis.referencing.crs
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.
Description of WKT keywords - Search tag in package org.opengis.referencing
Section
descriptor(String) - Method in interface org.opengis.parameter.ParameterDescriptorGroup
Returns the parameter descriptor in this group for the specified identifier code.
descriptors() - Method in interface org.opengis.parameter.ParameterDescriptorGroup
Returns the parameters in this group.
DIGITAL_LINEAR_TAPE - Static variable in class org.opengis.metadata.distribution.MediumName
Half inch cartridge streaming tape drive.
DigitalTransferOptions - Interface in org.opengis.metadata.distribution
Technical means and media by which a resource is obtained from the distributor.
dimension(CoordinateReferenceSystem) - Static method in class org.opengis.test.referencing.OperationValidator
Returns the dimension of the given CRS.
Dimension - Interface in org.opengis.metadata.spatial
Axis properties.
DIMENSION_GROUP - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to a dimension group.
DimensionNameType - Class in org.opengis.metadata.spatial
Name of the dimension.
DimensionNameType(String) - Constructor for class org.opengis.metadata.spatial.DimensionNameType
Constructs an enum with the given name.
DIRECT_EXTERNAL - Static variable in class org.opengis.metadata.quality.EvaluationMethodType
Method of evaluating the quality of a dataset based on inspection of items within the dataset, where reference data external to the dataset being evaluated is required.
DIRECT_INTERNAL - Static variable in class org.opengis.metadata.quality.EvaluationMethodType
Method of evaluating the quality of a dataset based on inspection of items within the dataset, where all data required is internal to the dataset being evaluated.
DirectPosition - Interface in org.opengis.geometry
Holds the coordinates for a position within some coordinate reference system.
DISCIPLINE - Static variable in class org.opengis.metadata.identification.KeywordType
Keyword identifies a branch of instruction or specialized learning.
dispatch(Object) - Method in class org.opengis.test.ValidatorContainer
Dispatches the given object to one of the validate(object) methods.
dispatch(Object) - Method in class org.opengis.test.Validators
Dispatches the given object to one of the validate(object) methods.
dispatch(GeographicExtent) - Method in class org.opengis.test.metadata.ExtentValidator
Dispatches the given object to one of validate methods.
dispatch(GeneralParameterDescriptor) - Method in class org.opengis.test.referencing.ParameterValidator
Dispatches the given object to one of validate methods.
dispatch(GeneralParameterValue) - Method in class org.opengis.test.referencing.ParameterValidator
Dispatches the given object to one of validate methods.
dispatch(CoordinateReferenceSystem) - Method in class org.opengis.test.referencing.CRSValidator
Dispatches the given object to one of validate methods.
dispatch(CoordinateSystem) - Method in class org.opengis.test.referencing.CSValidator
Dispatches the given object to one of validate methods.
dispatch(Datum) - Method in class org.opengis.test.referencing.DatumValidator
Dispatches the given object to one of validate methods.
dispatch(CoordinateOperation) - Method in class org.opengis.test.referencing.OperationValidator
Dispatches the given object to one of validate methods.
dispatch(GenericName) - Method in class org.opengis.test.util.NameValidator
dispatchObject(IdentifiedObject) - Method in class org.opengis.test.referencing.ReferencingValidator
Delegates to a validate method expecting a more specific argument.
DISPLAY_DOWN - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is towards bottom of approximately vertical display surface.
DISPLAY_LEFT - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is left in display.
DISPLAY_RIGHT - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is right in display.
DISPLAY_UP - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is towards top of approximately vertical display surface.
Distribution - Interface in org.opengis.metadata.distribution
Information about the distributor of and options for obtaining the resource.
Distributor - Interface in org.opengis.metadata.distribution
Information about the distributor.
DISTRIBUTOR - Static variable in class org.opengis.metadata.citation.Role
Party who distributes the resource.
DOCUMENT_DIGITAL - Static variable in class org.opengis.metadata.citation.PresentationForm
Digital representation of a primarily textual item (can contain illustrations also).
DOCUMENT_HARDCOPY - Static variable in class org.opengis.metadata.citation.PresentationForm
Representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media.
DOMAIN_OF_VALIDITY_KEY - Static variable in interface org.opengis.referencing.datum.Datum
Key for the "domainOfValidity" property to be given to the datum factory createFoo(…) methods.
DOMAIN_OF_VALIDITY_KEY - Static variable in interface org.opengis.referencing.operation.CoordinateOperation
Key for the "domainOfValidity" property.
DOMAIN_OF_VALIDITY_KEY - Static variable in interface org.opengis.referencing.ReferenceSystem
Key for the "domainOfValidity" property to be given to the object factory createFoo(…) methods.
DomainConsistency - Interface in org.opengis.metadata.quality
Adherence of values to the value domains.
doubleValue() - Method in interface org.opengis.metadata.identification.RepresentativeFraction
Returns the scale value in a form usable for computation.
doubleValue() - Method in interface org.opengis.parameter.ParameterValue
Returns the numeric value of the coordinate operation parameter with its associated unit of measure.
doubleValue(Unit<?>) - Method in interface org.opengis.parameter.ParameterValue
Returns the numeric value of the coordinate operation parameter in the specified unit of measure.
doubleValueList() - Method in interface org.opengis.parameter.ParameterValue
Returns an ordered sequence of two or more numeric values of an operation parameter list, where each value has the same associated unit of measure.
doubleValueList(Unit<?>) - Method in interface org.opengis.parameter.ParameterValue
Returns an ordered sequence of numeric values in the specified unit of measure.
DOWN - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is down relative to gravity.
DOWNLOAD - Static variable in class org.opengis.metadata.citation.OnLineFunction
Online instructions for transferring data from one storage device or system to another.
DVD - Static variable in class org.opengis.metadata.distribution.MediumName
Digital versatile disk.
DVD_ROM - Static variable in class org.opengis.metadata.distribution.MediumName
Digital versatile disk digital versatile disk, read only.

E

EAST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is π/2 radians clockwise from north.
EAST_NORTH_EAST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately east-north-east.
EAST_SOUTH_EAST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately east-south-east.
EBCDIC - Static variable in class org.opengis.metadata.identification.CharacterSet
IBM mainframe code set.
ECONOMY - Static variable in class org.opengis.metadata.identification.TopicCategory
Economic activities, conditions and employment.
Element - Interface in org.opengis.metadata.quality
Type of test applied to the data specified by a data quality scope.
ELEVATION - Static variable in class org.opengis.metadata.identification.TopicCategory
Height above or below sea level.
Ellipsoid - Search tag in package org.opengis.referencing.datum
Section
Ellipsoid - Interface in org.opengis.referencing.datum
Geometric figure that can be used to describe the approximate shape of the earth.
EllipsoidalCS - Interface in org.opengis.referencing.cs
A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.
END - Static variable in class org.opengis.metadata.acquisition.Sequence
End of a collection.
enforceForbiddenAttributes - Variable in class org.opengis.test.Validator
true if forbidden attributes are required to be null, or false for tolerating non-null values.
EngineeringCRS - Interface in org.opengis.referencing.crs
A contextually local coordinate reference system.
EngineeringDatum - Interface in org.opengis.referencing.datum
Defines the origin of an engineering coordinate reference system.
ENUMERATION - Static variable in class org.opengis.metadata.Datatype
Data type whose instances form a list of named literal values, not extendable.
Envelope - Interface in org.opengis.geometry
A minimum bounding box or rectangle.
ENVIRONMENT - Static variable in class org.opengis.metadata.identification.TopicCategory
Environmental resources, protection and conservation.
EnvironmentalRecord - Interface in org.opengis.metadata.acquisition
Information about the environmental conditions during the acquisition.
equals(Object) - Method in interface org.opengis.geometry.DirectPosition
Compares this direct position with the specified object for equality.
equals(Object) - Method in interface org.opengis.metadata.identification.RepresentativeFraction
Compares this representative fraction with the specified object for equality.
equals(Object) - Method in class org.opengis.test.referencing.SimpleDirectPosition
Returns true if this direct position is equals to the given object.
equals(Object) - Method in class org.opengis.util.CodeList
Compares the specified object with this code list for equality.
EQUIVALENT_WIDTH - Static variable in class org.opengis.metadata.content.BandDefinition
Width of a band with full sensitivity or absorption at every wavelength that detects or absorbs the same amount of energy as the band described.
EUC_JP - Static variable in class org.opengis.metadata.identification.CharacterSet
Japanese code set used on UNIX based machines.
EUC_KR - Static variable in class org.opengis.metadata.identification.CharacterSet
Korean code set.
EvaluationMethodType - Class in org.opengis.metadata.quality
Type of method for evaluating an identified data quality measure.
EvaluationMethodType(String) - Constructor for class org.opengis.metadata.quality.EvaluationMethodType
Constructs an enum with the given name.
Event - Interface in org.opengis.metadata.acquisition
Identification of a significant collection point within an operation.
EXACT - Static variable in class org.opengis.referencing.cs.RangeMeaning
Any value between and including minimum value and maximum value is valid.
EXERCISE - Static variable in class org.opengis.metadata.identification.InitiativeType
Specific performance of a function or group of functions.
EXPERIMENT - Static variable in class org.opengis.metadata.identification.InitiativeType
Process designed to find if something is effective or valid.
EXPONENTIAL - Static variable in class org.opengis.metadata.content.TransferFunctionType
Function used for transformation is exponential.
ExtendedElementInformation - Interface in org.opengis.metadata
New metadata element, not found in ISO 19115, which is required to describe geographic data.
extent - Variable in class org.opengis.test.ValidatorContainer
The validator for Extent and related objects.
Extent - Interface in org.opengis.metadata.extent
Information about spatial, vertical, and temporal extent.
ExtentValidator - Class in org.opengis.test.metadata
Validates Extent and related objects from the org.opengis.metadata.extent package.
ExtentValidator(ValidatorContainer) - Constructor for class org.opengis.test.metadata.ExtentValidator
Creates a new validator.

F

factory - Variable in class org.opengis.test.referencing.CRSTest
The authority factory for creating a CoordinateReferenceSystem from a code, or null if none.
factory - Variable in class org.opengis.test.util.NameTest
The factory to be used for testing generic name instances, or null if none.
Factory - Interface in org.opengis.util
Base interface for all factories.
FactoryException - Exception Class in org.opengis.util
Thrown when a factory can't create an instance of the requested object.
FactoryException() - Constructor for exception class org.opengis.util.FactoryException
Construct an exception with no detail message.
FactoryException(String) - Constructor for exception class org.opengis.util.FactoryException
Constructs an exception with the specified detail message.
FactoryException(String, Throwable) - Constructor for exception class org.opengis.util.FactoryException
Constructs an exception with the specified detail message and cause.
FactoryException(Throwable) - Constructor for exception class org.opengis.util.FactoryException
Constructs an exception with the specified cause.
family() - Method in class org.opengis.metadata.acquisition.Context
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.acquisition.GeometryType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.acquisition.ObjectiveType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.acquisition.OperationType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.acquisition.Priority
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.acquisition.Sequence
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.acquisition.Trigger
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.citation.DateType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.citation.OnLineFunction
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.citation.PresentationForm
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.citation.Role
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.constraint.Classification
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.constraint.Restriction
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.content.BandDefinition
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.content.CoverageContentType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.content.ImagingCondition
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.content.PolarizationOrientation
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.content.TransferFunctionType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.Datatype
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.distribution.MediumFormat
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.distribution.MediumName
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.identification.AssociationType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.identification.CharacterSet
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.identification.InitiativeType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.identification.KeywordType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.identification.Progress
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.identification.TopicCategory
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.maintenance.MaintenanceFrequency
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.maintenance.ScopeCode
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.Obligation
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.quality.EvaluationMethodType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.spatial.CellGeometry
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.spatial.DimensionNameType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.spatial.GeometricObjectType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.spatial.PixelOrientation
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.spatial.SpatialRepresentationType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.metadata.spatial.TopologyLevel
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.referencing.cs.AxisDirection
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.referencing.cs.RangeMeaning
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.referencing.datum.PixelInCell
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.referencing.datum.VerticalDatumType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class org.opengis.util.CodeList
Returns the list of codes of the same kind than this code.
FARMING - Static variable in class org.opengis.metadata.identification.TopicCategory
Rearing of animals and/or cultivation of plants.
FEATURE - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to a feature.
FEATURE_TYPE - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to a feature type.
FeatureCatalogueDescription - Interface in org.opengis.metadata.content
Information identifying the feature catalogue.
Feature instance metadata - Search tag in package org.opengis.metadata
Section
FeatureType - Interface in org.opengis.feature.type
Temporary placeholder for an interface defined in the geoapi-pending module.
FeatureTypeList - Interface in org.opengis.metadata
List of names of feature types with the same spatial representation (same as spatial attributes).
Feature type metadata - Search tag in package org.opengis.metadata
Section
FIELD_SESSION - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to a field session.
FIFTY_PERCENT - Static variable in class org.opengis.metadata.content.BandDefinition
Full spectral width of a spectral power density measured at 50% of its peak height.
FITTED_CS - Search tag in package org.opengis.referencing
Section
FLOPPY_3_HALF_INCH - Static variable in class org.opengis.metadata.distribution.MediumName
3½ inch magnetic disk.
FLOPPY_5_QUARTER_INCH - Static variable in class org.opengis.metadata.distribution.MediumName
5¼ inch magnetic disk.
flush() - Method in class org.opengis.tools.taglet.Departure
Writes to the disk all information collected during the javadoc generation.
FlushableDoclet - Class in org.opengis.tools.taglet
A doclet which delegates the work to the standard doclet and completes by generating the list of departures after all Javadoc pages have been generated.
FlushableDoclet() - Constructor for class org.opengis.tools.taglet.FlushableDoclet
Invoked by the Javadoc tools for instantiating the custom doclet.
FOG - Static variable in class org.opengis.metadata.content.ImagingCondition
Portion of the image is partially obscured by fog.
forbidden(String, Object) - Method in class org.opengis.test.Validator
Invoked when the existence of a forbidden attribute needs to be checked.
FORBIDDEN - Enum constant in enum org.opengis.annotation.Obligation
The element should always be null.
Format - Interface in org.opengis.metadata.distribution
Description of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel.
formatComparaisonFailure(String, int, Object, int, Object, int, int, Number, int) - Static method in class org.opengis.test.referencing.TransformTestCase
Formats an error message for a comparison failure.
FormatConsistency - Interface in org.opengis.metadata.quality
Degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope.
Formula - Interface in org.opengis.referencing.operation
Specification of the coordinate operation method formula.
FORMULA_KEY - Static variable in interface org.opengis.referencing.operation.OperationMethod
Key for the "formula" property.
FORTNIGHTLY - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Data is updated every two weeks.
FULL_PLANAR_GRAPH - Static variable in class org.opengis.metadata.spatial.TopologyLevel
2-dimensional topological complex which is planar.
FULL_SURFACE_GRAPH - Static variable in class org.opengis.metadata.spatial.TopologyLevel
2-dimensional topological complex which is isomorphic to a subset of a surface.
FULL_TOPOLOGY_3D - Static variable in class org.opengis.metadata.spatial.TopologyLevel
Complete coverage of a 3D coordinate space.
FUTURE - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is towards the future.

G

GB2312 - Static variable in class org.opengis.metadata.identification.CharacterSet
Simplified Chinese code set.
GCP - Interface in org.opengis.metadata.spatial
Information on ground control point.
GCPCollection - Interface in org.opengis.metadata.spatial
Information about a control point collection.
GeneralDerivedCRS - Interface in org.opengis.referencing.crs
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).
GeneralParameterDescriptor - Interface in org.opengis.parameter
Abstract definition of a parameter or group of parameters used by an operation method.
GeneralParameterValue - Interface in org.opengis.parameter
Abstract parameter value or group of parameter values.
GenericName - Interface in org.opengis.util
A sequence of identifiers rooted within the context of a namespace.
GEOCCS - Search tag in package org.opengis.referencing
Section
GEOCENTRIC_X - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is in the equatorial plane from the centre of the modelled earth towards the intersection of the equator with the prime meridian.
GEOCENTRIC_Y - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is in the equatorial plane from the centre of the modelled earth towards the intersection of the equator and the meridian π/2 radians eastwards from the prime meridian.
GEOCENTRIC_Z - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is from the centre of the modelled earth parallel to its rotation axis and towards its north pole.
GeocentricCRS - Interface in org.opengis.referencing.crs
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
GeodeticCRS - Interface in org.opengis.referencing.crs
A coordinate reference system associated with a geodetic datum.
GeodeticDatum - Interface in org.opengis.referencing.datum
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.
GEOGCS - Search tag in package org.opengis.referencing
Section
GeographicBoundingBox - Interface in org.opengis.metadata.extent
Geographic position of the dataset.
GeographicCRS - Interface in org.opengis.referencing.crs
A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.
GeographicDescription - Interface in org.opengis.metadata.extent
Description of the geographic area using identifiers.
GeographicExtent - Interface in org.opengis.metadata.extent
Base interface for geographic area of the dataset.
GEOIDAL - Static variable in class org.opengis.referencing.datum.VerticalDatumType
The zero value of the associated vertical coordinate system axis is defined to approximate a constant potential surface, usually the geoid.
GeolocationInformation - Interface in org.opengis.metadata.spatial
Information used to determine geographic location corresponding to image location.
GeometricObjects - Interface in org.opengis.metadata.spatial
Number of objects, listed by geometric object type, used in the dataset.
GeometricObjectType - Class in org.opengis.metadata.spatial
Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.
GeometricObjectType(String) - Constructor for class org.opengis.metadata.spatial.GeometricObjectType
Constructs an enum with the given name.
geometry - Variable in class org.opengis.test.ValidatorContainer
The validator for Geometry and related objects.
Geometry - Interface in org.opengis.geometry
Temporary placeholder for an interface defined in the geoapi-pending module.
GEOMETRY_ONLY - Static variable in class org.opengis.metadata.spatial.TopologyLevel
Geometry objects without any additional structure which describes topology.
GeometryType - Class in org.opengis.metadata.acquisition
Geometric description of the collection.
GeometryType(String) - Constructor for class org.opengis.metadata.acquisition.GeometryType
Constructs an enum with the given name.
GeometryValidator - Class in org.opengis.test.geometry
Validates Geometry and related objects from the org.opengis.geometry package.
GeometryValidator(ValidatorContainer) - Constructor for class org.opengis.test.geometry.GeometryValidator
Creates a new validator.
Georectified - Interface in org.opengis.metadata.spatial
Grid whose cells are regularly spaced in a geographic (i.e., lat / long) or map coordinate system defined in the Spatial Referencing System (SRS) so that any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, and orientation indication of whether or not geographic.
Georeferenceable - Interface in org.opengis.metadata.spatial
Grid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone.
GEOSCIENTIFIC_INFORMATION - Static variable in class org.opengis.metadata.identification.TopicCategory
Information pertaining to earth sciences.
getAbbreviation() - Method in interface org.opengis.referencing.cs.CoordinateSystemAxis
The abbreviation used for this coordinate system axes.
getAbstract() - Method in interface org.opengis.metadata.identification.Identification
Brief narrative summary of the content of the resource(s).
getAccessConstraints() - Method in interface org.opengis.metadata.constraint.LegalConstraints
Access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource.
getAccuracyReports() - Method in interface org.opengis.metadata.spatial.GCP
Accuracy of a ground control point.
getAcquisitionInformation() - Method in interface org.opengis.metadata.Metadata
Provides information about the acquisition of the data.
getAcquisitionPlans() - Method in interface org.opengis.metadata.acquisition.AcquisitionInformation
Identifies the plan as implemented by the acquisition.
getAcquisitionRequirements() - Method in interface org.opengis.metadata.acquisition.AcquisitionInformation
Identifies the requirement the data acquisition intends to satisfy.
getAddress() - Method in interface org.opengis.metadata.citation.Contact
Physical and email address at which the organization or individual may be contacted.
getAdministrativeArea() - Method in interface org.opengis.metadata.citation.Address
State, province of the location.
getAggregateDataSetIdentifier() - Method in interface org.opengis.metadata.identification.AggregateInformation
Identification information about aggregate dataset.
getAggregateDataSetName() - Method in interface org.opengis.metadata.identification.AggregateInformation
Citation information about the aggregate dataset.
getAggregationInfo() - Method in interface org.opengis.metadata.identification.Identification
Provides aggregate dataset information.
getAlgorithms() - Method in interface org.opengis.metadata.lineage.Processing
Details of the methodology by which geographic information was derived from the instrument readings.
getAlias() - Method in interface org.opengis.referencing.IdentifiedObject
An alternative name by which this object is identified.
getAllowedLocations() - Method in class org.opengis.tools.taglet.AbstractTaglet
Returns the set of locations in which this taglet may be used.
getAllowedLocations() - Method in class org.opengis.tools.taglet.Note
Returns the set of locations in which this taglet may be used.
getAlternateTitles() - Method in interface org.opengis.metadata.citation.Citation
Short name or other language name by which the cited information is known.
getAmendmentNumber() - Method in interface org.opengis.metadata.distribution.Format
Amendment number of the format version.
getAnchorPoint() - Method in interface org.opengis.referencing.datum.Datum
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.
getAnchorPoint() - Method in interface org.opengis.referencing.datum.TemporalDatum
This attribute is defined in the Datum parent interface, but is not used by a temporal datum.
getAngularUnit() - Method in interface org.opengis.referencing.datum.PrimeMeridian
Returns the angular unit of the Greenwich longitude.
getApplicationProfile() - Method in interface org.opengis.metadata.citation.OnlineResource
Name of an application profile that can be used with the online resource.
getApplicationSchemaInfo() - Method in interface org.opengis.metadata.Metadata
Provides information about the conceptual schema of a dataset.
getAssociationType() - Method in interface org.opengis.metadata.identification.AggregateInformation
Association type of the aggregate dataset.
getAttributeDescription() - Method in interface org.opengis.metadata.content.CoverageDescription
Description of the attribute described by the measurement value.
getAttributeInstances() - Method in interface org.opengis.metadata.maintenance.ScopeDescription
Attribute instances to which the information applies.
getAttributes() - Method in interface org.opengis.metadata.maintenance.ScopeDescription
Attributes to which the information applies.
getAttributes() - Method in interface org.opengis.util.Record
Returns the dictionary of all (name, value) pairs in this record.
getAttributeType() - Method in interface org.opengis.util.MemberName
Returns the type of the data associated with the record member.
getAuthority() - Method in interface org.opengis.metadata.Identifier
Organization or party responsible for definition and maintenance of the code.
getAuthority() - Method in interface org.opengis.referencing.AuthorityFactory
Returns the organization or party responsible for definition and maintenance of the database.
getAuthority() - Method in exception class org.opengis.referencing.NoSuchAuthorityCodeException
Returns the authority.
getAuthorityCode() - Method in exception class org.opengis.referencing.NoSuchAuthorityCodeException
Returns the invalid authority code.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in interface org.opengis.referencing.AuthorityFactory
Returns the set of authority codes of the given type.
getAvailableMethods(Class<? extends SingleOperation>) - Method in interface org.opengis.referencing.operation.MathTransformFactory
Returns a set of available methods for math transforms.
getAverageAirTemperature() - Method in interface org.opengis.metadata.acquisition.EnvironmentalRecord
Average air temperature along the flight pass during the photo flight.
getAxis(int) - Method in interface org.opengis.referencing.cs.CoordinateSystem
Returns the axis for this coordinate system at the specified dimension.
getAxisDimensionProperties() - Method in interface org.opengis.metadata.spatial.GridSpatialRepresentation
Information about spatial-temporal axis properties.
getAxisDirections(CoordinateSystem) - Method in class org.opengis.test.referencing.CRSValidator
Returns the axis directions from the given coordinate system.
getAxisUnit() - Method in interface org.opengis.referencing.datum.Ellipsoid
Returns the linear unit of the semi-major and semi-minor axis values.
getBandBoundaryDefinition() - Method in interface org.opengis.metadata.content.Band
Designation of criterion for defining maximum and minimum wavelengths for a spectral band.
getBaseCRS() - Method in interface org.opengis.referencing.crs.GeneralDerivedCRS
Returns the base coordinate reference system.
getBaseCRS() - Method in interface org.opengis.referencing.crs.ProjectedCRS
Returns the base coordinate reference system, which must be geographic.
getBitsPerValue() - Method in interface org.opengis.metadata.content.Band
Maximum number of significant bits in the uncompressed representation for the value in each band of each pixel.
getCellGeometry() - Method in interface org.opengis.metadata.spatial.GridSpatialRepresentation
Identification of grid data as point or cell.
getCenterPoint() - Method in interface org.opengis.metadata.spatial.Georectified
Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cell halfway between opposite ends of the grid in the spatial dimensions.
getCharacterSet() - Method in interface org.opengis.metadata.Metadata
Full name of the character coding standard used for the metadata set.
getCharacterSets() - Method in interface org.opengis.metadata.identification.DataIdentification
Full name of the character coding standard(s) used for the dataset.
getCheckPointDescription() - Method in interface org.opengis.metadata.spatial.Georectified
Description of geographic position points used to test the accuracy of the georeferenced grid data.
getCheckPoints() - Method in interface org.opengis.metadata.spatial.Georectified
Geographic references used to validate georectification of the data.
getChildOperations() - Method in interface org.opengis.metadata.acquisition.Operation
Sub-missions that make up part of a larger mission.
getCitation() - Method in interface org.opengis.metadata.acquisition.Operation
Identification of the mission.
getCitation() - Method in interface org.opengis.metadata.acquisition.Plan
Identification of authority requesting target collection.
getCitation() - Method in interface org.opengis.metadata.acquisition.Platform
Source where information about the platform is described.
getCitation() - Method in interface org.opengis.metadata.acquisition.Requirement
Identification of reference or guidance material for the requirement.
getCitation() - Method in interface org.opengis.metadata.identification.Identification
Citation data for the resource(s).
getCitation() - Method in interface org.opengis.metadata.lineage.Algorithm
Information identifying the algorithm and version or date.
getCitation() - Method in interface org.opengis.referencing.operation.Formula
Reference to a publication giving the formula(s) or procedure used by the coordinate operation method.
getCitations() - Method in interface org.opengis.metadata.acquisition.Instrument
Complete citation of the instrument.
getCitedResponsibleParties() - Method in interface org.opengis.metadata.citation.Citation
Name and position information for an individual or organization that is responsible for the resource.
getCity() - Method in interface org.opengis.metadata.citation.Address
The city of the location.
getClassification() - Method in interface org.opengis.metadata.constraint.SecurityConstraints
Name of the handling restrictions on the resource.
getClassificationSystem() - Method in interface org.opengis.metadata.constraint.SecurityConstraints
Name of the classification system.
getCloudCoverPercentage() - Method in interface org.opengis.metadata.content.ImageDescription
Area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.
getCode() - Method in interface org.opengis.metadata.Identifier
Alphanumeric value identifying an instance in the namespace.
getCodeSpace() - Method in interface org.opengis.referencing.ReferenceIdentifier
Name or identifier of the person or organization responsible for namespace.
getCollectionIdentification() - Method in interface org.opengis.metadata.spatial.GCPCollection
Identifier of the GCP collection.
getCollectionName() - Method in interface org.opengis.metadata.spatial.GCPCollection
Name of the GCP collection.
getCollectiveTitle() - Method in interface org.opengis.metadata.citation.Citation
Common title with holdings note.
getComponents() - Method in interface org.opengis.referencing.crs.CompoundCRS
The ordered list of coordinate reference systems.
getCompressionGenerationQuantity() - Method in interface org.opengis.metadata.content.ImageDescription
Count of the number of lossy compression cycles performed on the image.
getCondition() - Method in interface org.opengis.metadata.ExtendedElementInformation
Condition under which the extended element is mandatory.
getConstraintLanguage() - Method in interface org.opengis.metadata.ApplicationSchemaInformation
Formal language used in Application Schema.
getContactInfo() - Method in interface org.opengis.metadata.citation.ResponsibleParty
Address of the responsible party.
getContactInstructions() - Method in interface org.opengis.metadata.citation.Contact
Supplemental instructions on how or when to contact the individual or organization.
getContacts() - Method in interface org.opengis.metadata.maintenance.MaintenanceInformation
Identification of, and means of communicating with, person(s) and organization(s) with responsibility for maintaining the metadata.
getContacts() - Method in interface org.opengis.metadata.Metadata
Parties responsible for the metadata information.
getContainer() - Method in interface org.opengis.util.RecordType
Returns the schema that contains this record type.
getContentInfo() - Method in interface org.opengis.metadata.Metadata
Provides information about the feature catalogue and describes the coverage and image data characteristics.
getContentType() - Method in interface org.opengis.metadata.content.CoverageDescription
Type of information represented by the cell value.
getContext() - Method in interface org.opengis.metadata.acquisition.Event
Meaning of the event.
getConversionFromBase() - Method in interface org.opengis.referencing.crs.GeneralDerivedCRS
Returns the conversion from the base CRS to this CRS.
getConversionFromBase() - Method in interface org.opengis.referencing.crs.ProjectedCRS
Returns the map projection from the base CRS to this CRS.
getCoordinate() - Method in interface org.opengis.geometry.DirectPosition
A copy of the ordinates presented as an array of double values.
getCoordinate() - Method in class org.opengis.test.referencing.SimpleDirectPosition
A copy of the ordinates presented as an array of double values.
getCoordinateOperationAccuracy() - Method in interface org.opengis.referencing.operation.CoordinateOperation
Estimate(s) of the impact of this operation on point accuracy.
getCoordinateReferenceSystem() - Method in interface org.opengis.geometry.DirectPosition
The coordinate reference system in which the coordinate is given.
getCoordinateReferenceSystem() - Method in interface org.opengis.geometry.Envelope
Returns the envelope coordinate reference system, or null if unknown.
getCoordinateReferenceSystem() - Method in interface org.opengis.metadata.spatial.GCPCollection
Coordinate system in which the ground control points are defined.
getCoordinateReferenceSystem() - Method in class org.opengis.test.referencing.SimpleDirectPosition
Returns always null, since it is allowed by the specification and TransformTestCase doesn't want to test the handling of CRS.
getCoordinates() - Method in class org.opengis.test.referencing.SimpleDirectPosition
Deprecated.
getCoordinateSystem() - Method in interface org.opengis.referencing.crs.CoordinateReferenceSystem
Returns a relevant coordinate system instance.
getCoordinateSystem() - Method in interface org.opengis.referencing.crs.GeocentricCRS
Returns the coordinate system, which must be cartesian or spherical.
getCoordinateSystem() - Method in interface org.opengis.referencing.crs.GeographicCRS
Returns the coordinate system, which must be ellipsoidal.
getCoordinateSystem() - Method in interface org.opengis.referencing.crs.ImageCRS
Returns the cartesian coordinate system.
getCoordinateSystem() - Method in interface org.opengis.referencing.crs.ProjectedCRS
Returns the coordinate system, which must be cartesian.
getCoordinateSystem() - Method in interface org.opengis.referencing.crs.SingleCRS
Returns the coordinate system.
getCoordinateSystem() - Method in interface org.opengis.referencing.crs.TemporalCRS
Returns the coordinate system, which must be temporal.
getCoordinateSystem() - Method in interface org.opengis.referencing.crs.VerticalCRS
Returns the coordinate system, which must be vertical.
getCornerPoints() - Method in interface org.opengis.metadata.spatial.Georectified
Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid spatial dimensions.
getCountry() - Method in interface org.opengis.metadata.citation.Address
Country of the physical address.
getCredits() - Method in interface org.opengis.metadata.identification.Identification
Recognition of those who contributed to the resource(s).
getDataQualityInfo() - Method in interface org.opengis.metadata.Metadata
Provides overall assessment of quality of a resource(s).
getDataset() - Method in interface org.opengis.metadata.maintenance.ScopeDescription
Dataset to which the information applies.
getDataSetUri() - Method in interface org.opengis.metadata.Metadata
Uniformed Resource Identifier (URI) of the dataset to which the metadata applies.
getDataType() - Method in interface org.opengis.metadata.ExtendedElementInformation
Code which identifies the kind of value provided in the extended element.
getDate() - Method in interface org.opengis.metadata.citation.CitationDate
Reference date for the cited resource.
getDate() - Method in interface org.opengis.metadata.lineage.ProcessStep
Date and time or range of date and time on or over which the process step occurred.
getDateOfNextUpdate() - Method in interface org.opengis.metadata.maintenance.MaintenanceInformation
Scheduled revision date for resource.
getDates() - Method in interface org.opengis.metadata.citation.Citation
Reference date for the cited resource.
getDates() - Method in interface org.opengis.metadata.quality.Element
Date or range of dates on which a data quality measure was applied.
getDateStamp() - Method in interface org.opengis.metadata.Metadata
Date that the metadata was created.
getDateType() - Method in interface org.opengis.metadata.citation.CitationDate
Event used for reference date.
getDatum() - Method in interface org.opengis.referencing.crs.EngineeringCRS
Returns the datum, which must be an engineering one.
getDatum() - Method in interface org.opengis.referencing.crs.GeodeticCRS
Returns the datum, which must be geodetic.
getDatum() - Method in interface org.opengis.referencing.crs.ImageCRS
Returns the datum, which must be an image one.
getDatum() - Method in interface org.opengis.referencing.crs.ProjectedCRS
Returns the datum.
getDatum() - Method in interface org.opengis.referencing.crs.SingleCRS
Returns the datum.
getDatum() - Method in interface org.opengis.referencing.crs.TemporalCRS
Returns the datum, which must be temporal.
getDatum() - Method in interface org.opengis.referencing.crs.VerticalCRS
Returns the datum, which must be vertical.
getDefault() - Static method in class org.opengis.test.Units
Returns the default units factory.
getDefaultParameters(String) - Method in interface org.opengis.referencing.operation.MathTransformFactory
Returns the default parameter values for a math transform using the given method.
getDefaultValue() - Method in interface org.opengis.parameter.ParameterDescriptor
Returns the default value for the parameter.
getDefinition() - Method in interface org.opengis.metadata.content.RangeElementDescription
Description of a set of specific range elements.
getDefinition() - Method in interface org.opengis.metadata.ExtendedElementInformation
Definition of the extended element.
getDeliveryPoints() - Method in interface org.opengis.metadata.citation.Address
Address line for the location (as described in ISO 11180, Annex A).
getDenominator() - Method in interface org.opengis.metadata.identification.RepresentativeFraction
The number below the line in a vulgar fraction.
getDensities() - Method in interface org.opengis.metadata.distribution.Medium
Density at which the data is recorded.
getDensityUnits() - Method in interface org.opengis.metadata.distribution.Medium
Units of measure for the recording density.
getDescription() - Method in interface org.opengis.metadata.acquisition.Instrument
Textual description of the instrument.
getDescription() - Method in interface org.opengis.metadata.acquisition.Operation
Description of the mission on which the platform observations are made and the objectives of that mission.
getDescription() - Method in interface org.opengis.metadata.acquisition.Platform
Narrative description of the platform supporting the instrument.
getDescription() - Method in interface org.opengis.metadata.citation.OnlineResource
Detailed text description of what the online resource is/does.
getDescription() - Method in interface org.opengis.metadata.extent.Extent
Returns the spatial and temporal extent for the referring object.
getDescription() - Method in interface org.opengis.metadata.lineage.Algorithm
Information describing the algorithm used to generate the data.
getDescription() - Method in interface org.opengis.metadata.lineage.ProcessStep
Description of the event, including related parameters or tolerances.
getDescription() - Method in interface org.opengis.metadata.lineage.ProcessStepReport
Textual description of what occurred during the process step.
getDescription() - Method in interface org.opengis.metadata.lineage.Source
Detailed description of the level of the source data.
getDescription() - Method in interface org.opengis.util.RecordSchema
Returns the dictionary of all (name, record type) pairs in this schema.
getDescriptionText(String) - Method in interface org.opengis.referencing.AuthorityFactory
Gets a description of the object corresponding to a code.
getDescriptiveKeywords() - Method in interface org.opengis.metadata.identification.Identification
Provides category keywords, their type, and reference source.
getDescriptor() - Method in interface org.opengis.metadata.content.RangeDimension
Description of the range of a cell measurement value.
getDescriptor() - Method in interface org.opengis.parameter.GeneralParameterValue
Returns the abstract definition of this parameter or group of parameters.
getDescriptor() - Method in interface org.opengis.parameter.ParameterValue
Returns the abstract definition of this parameter value.
getDescriptor() - Method in interface org.opengis.parameter.ParameterValueGroup
The abstract definition of this group of parameters.
getDetectedPolarization() - Method in interface org.opengis.metadata.content.Band
Polarization of the radiation detected.
getDimension() - Method in interface org.opengis.geometry.DirectPosition
The length of coordinate sequence (the number of entries).
getDimension() - Method in interface org.opengis.geometry.Envelope
The length of coordinate sequence (the number of entries) in this envelope.
getDimension() - Method in interface org.opengis.referencing.cs.CoordinateSystem
Returns the dimension of the coordinate system.
getDimension() - Method in class org.opengis.test.referencing.SimpleDirectPosition
The length of coordinate sequence (the number of entries).
getDimensionless(SystemOfUnits) - Static method in class org.opengis.test.Units
Returns the dimensionless unit.
getDimensionName() - Method in interface org.opengis.metadata.spatial.Dimension
Name of the axis.
getDimensions() - Method in interface org.opengis.metadata.content.CoverageDescription
Information on the dimensions of the cell measurement value.
getDimensionSize() - Method in interface org.opengis.metadata.spatial.Dimension
Number of elements along the axis.
getDirection() - Method in interface org.opengis.referencing.cs.CoordinateSystemAxis
Direction of this coordinate system axis.
getDirectPosition() - Method in interface org.opengis.geometry.coordinate.Position
Returns the direct position.
getDirectPosition() - Method in class org.opengis.test.referencing.SimpleDirectPosition
Returns the direct position.
getDistance() - Method in interface org.opengis.metadata.identification.Resolution
Ground sample distance.
getDistributionFormats() - Method in interface org.opengis.metadata.distribution.Distribution
Provides a description of the format of the data to be distributed.
getDistributionInfo() - Method in interface org.opengis.metadata.Metadata
Provides information about the distributor of and options for obtaining the resource(s).
getDistributionOrderProcesses() - Method in interface org.opengis.metadata.distribution.Distributor
Provides information about how the resource may be obtained, and related instructions and fee information.
getDistributorContact() - Method in interface org.opengis.metadata.distribution.Distributor
Party from whom the resource may be obtained.
getDistributorFormats() - Method in interface org.opengis.metadata.distribution.Distributor
Provides information about the format used by the distributor.
getDistributors() - Method in interface org.opengis.metadata.distribution.Distribution
Provides information about the distributor.
getDistributorTransferOptions() - Method in interface org.opengis.metadata.distribution.Distributor
Provides information about the technical means and media used by the distributor.
getDocumentations() - Method in interface org.opengis.metadata.lineage.Processing
Reference to documentation describing the processing.
getDomainCode() - Method in interface org.opengis.metadata.ExtendedElementInformation
Three digit code assigned to the extended element.
getDomainOfValidity() - Method in interface org.opengis.referencing.datum.Datum
Area or region or timeframe in which this datum is valid.
getDomainOfValidity() - Method in interface org.opengis.referencing.operation.CoordinateOperation
Area or region or timeframe in which this coordinate operation is valid.
getDomainOfValidity() - Method in interface org.opengis.referencing.ReferenceSystem
Area or region or timeframe in which this (coordinate) reference system is valid.
getDomainValue() - Method in interface org.opengis.metadata.ExtendedElementInformation
Valid values that can be assigned to the extended element.
getEastBoundLongitude() - Method in interface org.opengis.metadata.extent.GeographicBoundingBox
Returns the eastern-most coordinate of the limit of the dataset extent.
getEdition() - Method in interface org.opengis.metadata.citation.Citation
Version of the cited resource.
getEditionDate() - Method in interface org.opengis.metadata.citation.Citation
Date of the edition, or null if none.
getElectronicMailAddresses() - Method in interface org.opengis.metadata.citation.Address
Address of the electronic mailbox of the responsible organization or individual.
getElement(int, int) - Method in interface org.opengis.referencing.operation.Matrix
Retrieves the value at the specified row and column of this matrix.
getEllipsoid() - Method in interface org.opengis.referencing.datum.GeodeticDatum
Returns the ellipsoid.
getEnvironmentalConditions() - Method in interface org.opengis.metadata.acquisition.AcquisitionInformation
A record of the environmental circumstances during the data acquisition.
getEnvironmentDescription() - Method in interface org.opengis.metadata.identification.DataIdentification
Description of the dataset in the producer's processing environment, including items such as the software, the computer operating system, file name, and the dataset size.
getEquivalentScale() - Method in interface org.opengis.metadata.identification.Resolution
Level of detail expressed as the scale of a comparable hardcopy map or chart.
getErrorStatistic() - Method in interface org.opengis.metadata.quality.QuantitativeResult
Statistical method used to determine the value, or null if none.
getEvaluationMethodDescription() - Method in interface org.opengis.metadata.quality.Element
Description of the evaluation method.
getEvaluationMethodType() - Method in interface org.opengis.metadata.quality.Element
Type of method used to evaluate quality of the dataset, or null if unspecified.
getEvaluationProcedure() - Method in interface org.opengis.metadata.quality.Element
Reference to the procedure information, or null if none.
getExpectedObjectives() - Method in interface org.opengis.metadata.acquisition.Event
Objective or objectives satisfied by an event.
getExpiryDate() - Method in interface org.opengis.metadata.acquisition.Requirement
Date and time after which collection is no longer valid.
getExplanation() - Method in interface org.opengis.metadata.quality.ConformanceResult
Explanation of the meaning of conformance for this result.
getExtendedElementInformation() - Method in interface org.opengis.metadata.MetadataExtensionInformation
Provides information about a new metadata element, not found in ISO 19115, which is required to describe geographic data.
getExtensionOnLineResource() - Method in interface org.opengis.metadata.MetadataExtensionInformation
Information about on-line sources containing the community profile name and the extended metadata elements.
getExtent() - Method in interface org.opengis.metadata.acquisition.PlatformPass
Area covered by the pass.
getExtent() - Method in interface org.opengis.metadata.extent.TemporalExtent
Returns the date and time for the content of the dataset.
getExtent() - Method in interface org.opengis.metadata.quality.Scope
Information about the spatial, vertical and temporal extent of the data specified by the scope.
getExtents() - Method in interface org.opengis.metadata.acquisition.Objective
Extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective.
getExtents() - Method in interface org.opengis.metadata.identification.DataIdentification
Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.
getFacsimiles() - Method in interface org.opengis.metadata.citation.Telephone
Telephone numbers of a facsimile machine for the responsible organization or individual.
getFeatureCatalogueCitations() - Method in interface org.opengis.metadata.content.FeatureCatalogueDescription
Complete bibliographic reference to one or more external feature catalogues.
getFeatureInstances() - Method in interface org.opengis.metadata.maintenance.ScopeDescription
Feature instances to which the information applies.
getFeatures() - Method in interface org.opengis.metadata.maintenance.ScopeDescription
Features to which the information applies.
getFeatureTypes() - Method in interface org.opengis.metadata.content.FeatureCatalogueDescription
Subset of feature types from cited feature catalogue occurring in dataset.
getFeatureTypes() - Method in interface org.opengis.metadata.distribution.DataFile
Provides the list of feature types concerned by the transfer data file.
getFees() - Method in interface org.opengis.metadata.distribution.StandardOrderProcess
Fees and terms for retrieving the resource.
getFileDecompressionTechnique() - Method in interface org.opengis.metadata.distribution.Format
Recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied.
getFileDescription() - Method in interface org.opengis.metadata.identification.BrowseGraphic
Text description of the illustration.
getFileFormat() - Method in interface org.opengis.metadata.distribution.DataFile
Defines the format of the transfer data file.
getFileIdentifier() - Method in interface org.opengis.metadata.Metadata
Unique identifier for this metadata file, or null if none.
getFileName() - Method in interface org.opengis.metadata.identification.BrowseGraphic
Name of the file that contains a graphic that provides an illustration of the dataset.
getFileType() - Method in interface org.opengis.metadata.identification.BrowseGraphic
Format in which the illustration is encoded.
getFileType() - Method in interface org.opengis.metadata.lineage.ProcessStepReport
Type of file that contains the processing report.
getFormatDistributors() - Method in interface org.opengis.metadata.distribution.Format
Provides information about the distributor's format.
getFormula() - Method in interface org.opengis.referencing.operation.Formula
Formula(s) or procedure used by the operation method.
getFormula() - Method in interface org.opengis.referencing.operation.OperationMethod
Formula(s) or procedure used by this operation method.
getFunction() - Method in interface org.opengis.metadata.citation.OnlineResource
Code for function performed by the online resource.
getFunctions() - Method in interface org.opengis.metadata.acquisition.Objective
Role or purpose performed by or activity performed at the objective.
getGCPs() - Method in interface org.opengis.metadata.spatial.GCPCollection
Ground control point(s) used in the collection.
getGeographicCoordinates() - Method in interface org.opengis.metadata.spatial.GCP
Geographic or map position of the control point, in either two or three dimensions.
getGeographicElements() - Method in interface org.opengis.metadata.extent.Extent
Provides geographic component of the extent of the referring object
getGeographicIdentifier() - Method in interface org.opengis.metadata.extent.GeographicDescription
Returns the identifier used to represent a geographic area.
getGeolocationInformation() - Method in interface org.opengis.metadata.spatial.Georeferenceable
Information that can be used to geolocate the data.
getGeometricObjectCount() - Method in interface org.opengis.metadata.spatial.GeometricObjects
Total number of the point or vector object type occurring in the dataset.
getGeometricObjects() - Method in interface org.opengis.metadata.spatial.VectorSpatialRepresentation
Information about the geometric objects used in the dataset.
getGeometricObjectType() - Method in interface org.opengis.metadata.spatial.GeometricObjects
Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.
getGeoreferencedParameters() - Method in interface org.opengis.metadata.spatial.Georeferenceable
Terms which support grid data georeferencing.
getGraphicOverviews() - Method in interface org.opengis.metadata.identification.Identification
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).
getGraphicsFile() - Method in interface org.opengis.metadata.ApplicationSchemaInformation
Full application schema given as a graphics file.
getGreenwichLongitude() - Method in interface org.opengis.referencing.datum.PrimeMeridian
Longitude of the prime meridian measured from the Greenwich meridian, positive eastward.
getGroundResolution() - Method in interface org.opengis.metadata.lineage.NominalResolution
Distance between consistent parts of (centre, left side, right side) adjacent pixels in the object space.
getHandlingDescription() - Method in interface org.opengis.metadata.constraint.SecurityConstraints
Additional information about the restrictions on handling the resource.
getHierarchyLevelNames() - Method in interface org.opengis.metadata.Metadata
Name of the hierarchy levels for which the metadata is provided.
getHierarchyLevels() - Method in interface org.opengis.metadata.Metadata
Scope to which the metadata applies.
getHoursOfService() - Method in interface org.opengis.metadata.citation.Contact
Time period (including time zone) when individuals can contact the organization or individual.
getIdentificationInfo() - Method in interface org.opengis.metadata.Metadata
Basic information about the resource(s) to which the metadata applies.
getIdentifier() - Method in interface org.opengis.metadata.acquisition.Event
Event name or number.
getIdentifier() - Method in interface org.opengis.metadata.acquisition.Instrument
Unique identification of the instrument.
getIdentifier() - Method in interface org.opengis.metadata.acquisition.Operation
Unique identification of the operation.
getIdentifier() - Method in interface org.opengis.metadata.acquisition.Platform
Unique identification of the platform.
getIdentifier() - Method in interface org.opengis.metadata.acquisition.PlatformPass
Unique name of the pass.
getIdentifier() - Method in interface org.opengis.metadata.acquisition.Requirement
Unique name, or code, for the requirement.
getIdentifier() - Method in interface org.opengis.metadata.lineage.Processing
Information to identify the processing package that produced the data.
getIdentifierCode() - Method in exception class org.opengis.util.NoSuchIdentifierException
Returns the identifier code.
getIdentifiers() - Method in interface org.opengis.metadata.acquisition.Objective
Code used to identify the objective.
getIdentifiers() - Method in interface org.opengis.metadata.citation.Citation
Unique identifier for the resource.
getIdentifiers() - Method in interface org.opengis.referencing.IdentifiedObject
An identifier which references elsewhere the object's defining information.
getIlluminationAzimuthAngle() - Method in interface org.opengis.metadata.content.ImageDescription
Illumination azimuth measured in degrees clockwise from true north at the time the image is taken.
getIlluminationElevationAngle() - Method in interface org.opengis.metadata.content.ImageDescription
Illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earth's surface.
getImageQualityCode() - Method in interface org.opengis.metadata.content.ImageDescription
Specifies the image quality.
getImagingCondition() - Method in interface org.opengis.metadata.content.ImageDescription
Conditions affected the image.
getInclusion() - Method in interface org.opengis.metadata.extent.GeographicExtent
Indication of whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion).
getIndividualName() - Method in interface org.opengis.metadata.citation.ResponsibleParty
Name of the responsible person- surname, given name, title separated by a delimiter.
getInitiativeType() - Method in interface org.opengis.metadata.identification.AggregateInformation
Type of initiative under which the aggregate dataset was produced.
getInstruments() - Method in interface org.opengis.metadata.acquisition.AcquisitionInformation
General information about the instrument used in data acquisition.
getInstruments() - Method in interface org.opengis.metadata.acquisition.Platform
Instrument(s) mounted on a platform.
getInverseFlattening() - Method in interface org.opengis.referencing.datum.Ellipsoid
Returns the value of the inverse of the flattening constant.
getISBN() - Method in interface org.opengis.metadata.citation.Citation
International Standard Book Number, or null if none.
getISSN() - Method in interface org.opengis.metadata.citation.Citation
International Standard Serial Number, or null if none.
getIssueIdentification() - Method in interface org.opengis.metadata.citation.Series
Information identifying the issue of the series.
getKeywords() - Method in interface org.opengis.metadata.identification.Keywords
Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
getLanguage() - Method in interface org.opengis.metadata.Metadata
Language used for documenting metadata.
getLanguages() - Method in interface org.opengis.metadata.content.FeatureCatalogueDescription
Language(s) used within the catalogue.
getLanguages() - Method in interface org.opengis.metadata.identification.DataIdentification
Language(s) used within the dataset.
getLastCompletedTransform() - Method in exception class org.opengis.referencing.operation.TransformException
Returns the last transform that either transformed successfully all coordinates, or filled the untransformable coordinates with NaN values.
getLastMethodUsed() - Method in interface org.opengis.referencing.operation.MathTransformFactory
Returns the operation method used for the latest call to createParameterizedTransform, or null if not applicable.
getLatestAcceptableDate() - Method in interface org.opengis.metadata.acquisition.RequestedDate
Latest date and time collection must be completed.
getLevel() - Method in interface org.opengis.metadata.quality.Scope
Hierarchical level of the data specified by the scope.
getLevelDescription() - Method in interface org.opengis.metadata.quality.Scope
Detailed description about the level of the data specified by the scope.
getLineage() - Method in interface org.opengis.metadata.quality.DataQuality
Non-quantitative quality information about the lineage of the data specified by the scope.
getLinkage() - Method in interface org.opengis.metadata.citation.OnlineResource
Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as "http://www.statkart.no/isotc211".
getLocales() - Method in interface org.opengis.metadata.Metadata
Provides information about an alternatively used localized character string for a linguistic extension.
getLowerCorner() - Method in interface org.opengis.geometry.Envelope
A coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.
getMaintenanceAndUpdateFrequency() - Method in interface org.opengis.metadata.maintenance.MaintenanceInformation
Frequency with which changes and additions are made to the resource after the initial resource is completed.
getMaintenanceNotes() - Method in interface org.opengis.metadata.maintenance.MaintenanceInformation
Information regarding specific requirements for maintaining the resource.
getMathTransform() - Method in interface org.opengis.referencing.operation.CoordinateOperation
Gets the math transform.
getMaxAltitude() - Method in interface org.opengis.metadata.acquisition.EnvironmentalRecord
Maximum altitude during the photo flight.
getMaximum(int) - Method in interface org.opengis.geometry.Envelope
Returns the maximal ordinate along the specified dimension.
getMaximumOccurrence() - Method in interface org.opengis.metadata.ExtendedElementInformation
Maximum occurrence of the extended element.
getMaximumOccurs() - Method in interface org.opengis.parameter.GeneralParameterDescriptor
The maximum number of times that values for this parameter group or parameter can be included.
getMaximumValue() - Method in interface org.opengis.metadata.extent.VerticalExtent
Returns the highest vertical extent contained in the dataset.
getMaximumValue() - Method in interface org.opengis.parameter.ParameterDescriptor
Returns the maximum parameter value.
getMaximumValue() - Method in interface org.opengis.referencing.cs.CoordinateSystemAxis
Returns the maximum value normally allowed for this axis, in the unit of measure for the axis.
getMaxRelativeHumidity() - Method in interface org.opengis.metadata.acquisition.EnvironmentalRecord
Maximum relative humidity along the flight pass during the photo flight.
getMaxValue() - Method in interface org.opengis.metadata.content.Band
Longest wavelength that the sensor is capable of collecting within a designated band.
getMeasureDescription() - Method in interface org.opengis.metadata.quality.Element
Description of the measure being determined.
getMeasureIdentification() - Method in interface org.opengis.metadata.quality.Element
Code identifying a registered standard procedure, or null if none.
getMedian(int) - Method in interface org.opengis.geometry.Envelope
Returns the median ordinate along the specified dimension.
getMediumFormats() - Method in interface org.opengis.metadata.distribution.Medium
Method used to write to the medium.
getMediumNote() - Method in interface org.opengis.metadata.distribution.Medium
Description of other limitations or requirements for using the medium.
getMembers() - Method in interface org.opengis.util.RecordType
Returns the set of member names defined in this RecordType's dictionary.
getMemberTypes() - Method in interface org.opengis.util.RecordType
Returns the dictionary of all (name, type) pairs in this record type.
getMetadataConstraints() - Method in interface org.opengis.metadata.Metadata
Provides restrictions on the access and use of metadata.
getMetadataExtensionInfo() - Method in interface org.opengis.metadata.Metadata
Information describing metadata extensions.
getMetadataMaintenance() - Method in interface org.opengis.metadata.Metadata
Provides information about the frequency of metadata updates, and the scope of those updates.
getMetadataStandardName() - Method in interface org.opengis.metadata.Metadata
Name of the metadata standard (including profile name) used.
getMetadataStandardVersion() - Method in interface org.opengis.metadata.Metadata
Version (profile) of the metadata standard used.
getMeteorologicalConditions() - Method in interface org.opengis.metadata.acquisition.EnvironmentalRecord
Meteorological conditions in the photo flight area, in particular clouds, snow and wind.
getMethod() - Method in interface org.opengis.referencing.operation.SingleOperation
Returns the operation method.
getMinimum(int) - Method in interface org.opengis.geometry.Envelope
Returns the minimal ordinate along the specified dimension.
getMinimumOccurs() - Method in interface org.opengis.parameter.GeneralParameterDescriptor
The minimum number of times that values for this parameter group or parameter are required.
getMinimumValue() - Method in interface org.opengis.metadata.extent.VerticalExtent
Returns the lowest vertical extent contained in the dataset.
getMinimumValue() - Method in interface org.opengis.parameter.ParameterDescriptor
Returns the minimum parameter value.
getMinimumValue() - Method in interface org.opengis.referencing.cs.CoordinateSystemAxis
Returns the minimum value normally allowed for this axis, in the unit of measure for the axis.
getMinValue() - Method in interface org.opengis.metadata.content.Band
Shortest wavelength that the sensor is capable of collecting within a designated band.
getModifiedCoordinates() - Method in interface org.opengis.referencing.operation.PassThroughOperation
Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation.
getMountedOn() - Method in interface org.opengis.metadata.acquisition.Instrument
Platform on which the instrument is mounted.
getName() - Method in interface org.opengis.metadata.ApplicationSchemaInformation
Name of the application schema used.
getName() - Method in interface org.opengis.metadata.citation.OnlineResource
Name of the online resource.
getName() - Method in interface org.opengis.metadata.citation.Series
Name of the series, or aggregate dataset, of which the dataset is a part.
getName() - Method in interface org.opengis.metadata.content.RangeElementDescription
Designation associated with a set of range elements.
getName() - Method in interface org.opengis.metadata.distribution.Format
Name of the data transfer format(s).
getName() - Method in interface org.opengis.metadata.distribution.Medium
Name of the medium on which the resource can be received.
getName() - Method in interface org.opengis.metadata.ExtendedElementInformation
Name of the extended metadata element.
getName() - Method in interface org.opengis.metadata.lineage.ProcessStepReport
Name of the processing report.
getName() - Method in interface org.opengis.referencing.IdentifiedObject
The primary name by which this object is identified.
getName() - Method in class org.opengis.tools.taglet.Departure
Returns the name of this custom tag.
getName() - Method in class org.opengis.tools.taglet.FlushableDoclet
Returns a name identifying this doclet.
getName() - Method in class org.opengis.tools.taglet.Note
Returns the name of this custom tag.
getNamesOfMeasure() - Method in interface org.opengis.metadata.quality.Element
Name of the test applied to the data.
getNominalSpatialResolution() - Method in interface org.opengis.metadata.content.Band
Smallest distance between which separate points can be distinguished, as specified in instrument design.
getNorthBoundLatitude() - Method in interface org.opengis.metadata.extent.GeographicBoundingBox
Returns the northern-most, coordinate of the limit of the dataset extent.
getNumberOfDimensions() - Method in interface org.opengis.metadata.spatial.GridSpatialRepresentation
Number of independent spatial-temporal axes.
getNumCol() - Method in interface org.opengis.referencing.operation.Matrix
Returns the number of columns in this matrix.
getNumRow() - Method in interface org.opengis.referencing.operation.Matrix
Returns the number of rows in this matrix.
getObjectiveOccurences() - Method in interface org.opengis.metadata.acquisition.Objective
Event or events associated with objective completion.
getObjectives() - Method in interface org.opengis.metadata.acquisition.AcquisitionInformation
Identification of the area or object to be sensed.
getObjectives() - Method in interface org.opengis.metadata.acquisition.Operation
Object(s) or area(s) of interest to be sensed.
getObligation() - Method in interface org.opengis.metadata.ExtendedElementInformation
Obligation of the extended element.
getOffLine() - Method in interface org.opengis.metadata.distribution.DigitalTransferOptions
Information about offline media on which the resource can be obtained.
getOffset() - Method in interface org.opengis.metadata.content.Band
The physical value corresponding to a cell value of zero.
getOnlineResource() - Method in interface org.opengis.metadata.citation.Contact
On-line information that can be used to contact the individual or organization.
getOnLines() - Method in interface org.opengis.metadata.distribution.DigitalTransferOptions
Information about online sources from which the resource can be obtained.
getOperation() - Method in interface org.opengis.referencing.operation.PassThroughOperation
Returns the operation to apply on the subset of a coordinate tuple.
getOperations() - Method in interface org.opengis.metadata.acquisition.AcquisitionInformation
General information about an identifiable activity which provided the data.
getOperations() - Method in interface org.opengis.metadata.acquisition.Plan
Identification of the activity or activities that satisfy a plan.
getOperations() - Method in interface org.opengis.referencing.operation.ConcatenatedOperation
Returns the sequence of operations.
getOperationVersion() - Method in interface org.opengis.referencing.operation.Conversion
This attribute is declared in CoordinateOperation but is not used in a conversion.
getOperationVersion() - Method in interface org.opengis.referencing.operation.CoordinateOperation
Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters).
getOperationVersion() - Method in interface org.opengis.referencing.operation.Transformation
Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters).
getOrderingInstructions() - Method in interface org.opengis.metadata.distribution.StandardOrderProcess
General instructions, terms and services provided by the distributor.
getOrdinate(int) - Method in interface org.opengis.geometry.DirectPosition
Returns the ordinate at the specified dimension.
getOrdinate(int) - Method in class org.opengis.test.referencing.SimpleDirectPosition
Returns the ordinate at the specified dimension.
getOrganisationName() - Method in interface org.opengis.metadata.citation.ResponsibleParty
Name of the responsible organization.
getOrientationParameterDescription() - Method in interface org.opengis.metadata.spatial.Georeferenceable
Description of parameters used to describe sensor orientation.
getOrigin() - Method in interface org.opengis.referencing.datum.TemporalDatum
The date and time origin of this temporal datum.
getOther() - Method in interface org.opengis.metadata.maintenance.ScopeDescription
Class of information that does not fall into the other categories to which the information applies.
getOtherCitationDetails() - Method in interface org.opengis.metadata.citation.Citation
Other information required to complete the citation that is not recorded elsewhere.
getOtherConstraints() - Method in interface org.opengis.metadata.constraint.LegalConstraints
Other restrictions and legal prerequisites for accessing and using the resource.
getOutputs() - Method in interface org.opengis.metadata.lineage.ProcessStep
Description of the product generated as a result of the process step.
getPage() - Method in interface org.opengis.metadata.citation.Series
Details on which pages of the publication the article was published.
getParameterCitations() - Method in interface org.opengis.metadata.spatial.Georeferenceable
Reference providing description of the parameters.
getParameterName() - Method in exception class org.opengis.parameter.InvalidParameterCardinalityException
Returns the name of the parameter with invalid cardinality.
getParameterName() - Method in exception class org.opengis.parameter.InvalidParameterNameException
Returns the invalid parameter name.
getParameterName() - Method in exception class org.opengis.parameter.InvalidParameterTypeException
Returns the parameter name.
getParameterName() - Method in exception class org.opengis.parameter.InvalidParameterValueException
Returns the parameter name.
getParameterName() - Method in exception class org.opengis.parameter.ParameterNotFoundException
Returns the name of the parameter which was required but not found.
getParameters() - Method in interface org.opengis.referencing.operation.OperationMethod
The set of parameters.
getParameterValues() - Method in interface org.opengis.referencing.operation.SingleOperation
Returns the parameter values.
getParentEntity() - Method in interface org.opengis.metadata.ExtendedElementInformation
Name of the metadata entity(s) under which this extended metadata element may appear.
getParentIdentifier() - Method in interface org.opengis.metadata.Metadata
File identifier of the metadata to which this metadata is a subset (child).
getParentOperation() - Method in interface org.opengis.metadata.acquisition.Operation
Heritage of the operation.
getParsedNames() - Method in interface org.opengis.util.GenericName
Returns the sequence of local names making this generic name.
getParsedNames() - Method in interface org.opengis.util.LocalName
Returns the sequence of local name.
getPass() - Method in interface org.opengis.metadata.acquisition.Objective
Pass of the platform over the objective.
getPeakResponse() - Method in interface org.opengis.metadata.content.Band
Wavelength at which the response is the highest.
getPhone() - Method in interface org.opengis.metadata.citation.Contact
Telephone numbers at which the organization or individual may be contacted.
getPixelInCell() - Method in interface org.opengis.referencing.datum.ImageDatum
Specification of the way the image grid is associated with the image data attributes.
getPlan() - Method in interface org.opengis.metadata.acquisition.Operation
Plan satisfied by the operation.
getPlannedAvailableDateTime() - Method in interface org.opengis.metadata.distribution.StandardOrderProcess
Date and time when the dataset will be available.
getPlatforms() - Method in interface org.opengis.metadata.acquisition.AcquisitionInformation
General information about the platform from which the data were taken.
getPlatforms() - Method in interface org.opengis.metadata.acquisition.Operation
Platform (or platforms) used in the operation.
getPointInPixel() - Method in interface org.opengis.metadata.spatial.Georectified
Point in a pixel corresponding to the Earth location of the pixel.
getPointOfContacts() - Method in interface org.opengis.metadata.identification.Identification
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).
getPolygons() - Method in interface org.opengis.metadata.extent.BoundingPolygon
Returns the sets of points defining the bounding polygon.
getPortrayalCatalogueCitations() - Method in interface org.opengis.metadata.PortrayalCatalogueReference
Bibliographic reference to the portrayal catalogue cited.
getPortrayalCatalogueInfo() - Method in interface org.opengis.metadata.Metadata
Provides information about the catalogue of rules defined for the portrayal of a resource(s).
getPositionName() - Method in interface org.opengis.metadata.citation.ResponsibleParty
Role or position of the responsible person.
getPostalCode() - Method in interface org.opengis.metadata.citation.Address
ZIP or other postal code.
getPresentationForms() - Method in interface org.opengis.metadata.citation.Citation
Mode in which the resource is represented, or an empty string if none.
getPrimeMeridian() - Method in interface org.opengis.referencing.datum.GeodeticDatum
Returns the prime meridian.
getPriority() - Method in interface org.opengis.metadata.acquisition.Objective
Priority applied to the target.
getPriority() - Method in interface org.opengis.metadata.acquisition.Requirement
Relative ordered importance, or urgency, of the requirement.
getProcedureDescription() - Method in interface org.opengis.metadata.lineage.Processing
Additional details about the processing procedures.
getProcessedLevel() - Method in interface org.opengis.metadata.lineage.Source
Processing level of the source data.
getProcessingInformation() - Method in interface org.opengis.metadata.lineage.ProcessStep
Comprehensive information about the procedure by which the algorithm was applied to derive geographic data from the raw instrument measurements, such as datasets, software used, and the processing environment.
getProcessingLevelCode() - Method in interface org.opengis.metadata.content.ImageDescription
Image distributor's code that identifies the level of radiometric and geometric processing that has been applied.
getProcessors() - Method in interface org.opengis.metadata.lineage.ProcessStep
Identification of, and means of communication with, person(s) and organization(s) associated with the process step.
getProcessSteps() - Method in interface org.opengis.metadata.lineage.Lineage
Information about an event in the creation process for the data specified by the scope.
getProtocol() - Method in interface org.opengis.metadata.citation.OnlineResource
Connection protocol to be used.
getPurpose() - Method in interface org.opengis.metadata.identification.Identification
Summary of the intentions with which the resource(s) was developed.
getQualityInfo() - Method in interface org.opengis.metadata.spatial.GeolocationInformation
Provides an overall assessment of quality of geolocation information.
getRangeElementDescriptions() - Method in interface org.opengis.metadata.content.CoverageDescription
Provides the description of the specific range elements of a coverage.
getRangeElements() - Method in interface org.opengis.metadata.content.RangeElementDescription
Specific range elements, i.e.
getRangeMeaning() - Method in interface org.opengis.referencing.cs.CoordinateSystemAxis
Returns the meaning of axis value range specified by the minimum and maximum values.
getRationale() - Method in interface org.opengis.metadata.lineage.ProcessStep
Requirement or purpose for the process step.
getRationales() - Method in interface org.opengis.metadata.ExtendedElementInformation
Reason for creating the extended element.
getRealizationEpoch() - Method in interface org.opengis.referencing.datum.Datum
The time after which this datum definition is valid.
getRealizationEpoch() - Method in interface org.opengis.referencing.datum.TemporalDatum
This attribute is defined in the Datum parent interface, but is not used by a temporal datum.
getRecipients() - Method in interface org.opengis.metadata.acquisition.Requirement
Person(s), or body(ies), to receive results of requirement.
getRecordType() - Method in interface org.opengis.util.Record
Returns the type definition of record.
getReferenceSystemInfo() - Method in interface org.opengis.metadata.Metadata
Description of the spatial and temporal reference systems used in the dataset.
getRelatedEvents() - Method in interface org.opengis.metadata.acquisition.PlatformPass
Occurrence of one or more events for a pass.
getRelatedPass() - Method in interface org.opengis.metadata.acquisition.Event
Pass during which an event occurs.
getRelatedSensors() - Method in interface org.opengis.metadata.acquisition.Event
Instrument or instruments for which the event is meaningful.
getRemarks() - Method in interface org.opengis.referencing.IdentifiedObject
Comments on or information about this object, including data source information.
getReports() - Method in interface org.opengis.metadata.lineage.ProcessStep
Report generated by the process step.
getReports() - Method in interface org.opengis.metadata.quality.DataQuality
Quantitative quality information for the data specified by the scope.
getRequestedDate() - Method in interface org.opengis.metadata.acquisition.Requirement
Required or preferred acquisition date and time.
getRequestedDateOfCollection() - Method in interface org.opengis.metadata.acquisition.RequestedDate
Preferred date and time of collection.
getRequestors() - Method in interface org.opengis.metadata.acquisition.Requirement
Origin of requirement.
getResolution() - Method in interface org.opengis.metadata.lineage.Source
Distance between consistent parts (centre, left side, right side) of two adjacent pixels.
getResolution() - Method in interface org.opengis.metadata.spatial.Dimension
Degree of detail in the grid dataset.
getResourceConstraints() - Method in interface org.opengis.metadata.identification.Identification
Provides information about constraints which apply to the resource(s).
getResourceFormats() - Method in interface org.opengis.metadata.identification.Identification
Provides a description of the format of the resource(s).
getResourceMaintenances() - Method in interface org.opengis.metadata.identification.Identification
Provides information about the frequency of resource updates, and the scope of those updates.
getResourceSpecificUsages() - Method in interface org.opengis.metadata.identification.Identification
Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.
getResultContentDescription() - Method in interface org.opengis.metadata.quality.CoverageResult
Provides the description of the content of the result coverage, i.e.
getResultFile() - Method in interface org.opengis.metadata.quality.CoverageResult
Provides information about the data file containing the result coverage data.
getResultFormat() - Method in interface org.opengis.metadata.quality.CoverageResult
Provides information about the format of the result coverage data.
getResults() - Method in interface org.opengis.metadata.quality.Element
Value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
getResultSpatialRepresentation() - Method in interface org.opengis.metadata.quality.CoverageResult
Provides the digital representation of data quality measures composing the coverage result.
getRole() - Method in interface org.opengis.metadata.citation.ResponsibleParty
Function performed by the responsible party.
getRule() - Method in interface org.opengis.metadata.ExtendedElementInformation
Specifies how the extended element relates to other existing elements and entities.
getRunTimeParameters() - Method in interface org.opengis.metadata.lineage.Processing
Parameters to control the processing operations, entered at run time.
getSatisfiedPlans() - Method in interface org.opengis.metadata.acquisition.Requirement
Plan that identifies solution to satisfy the requirement.
getSatisfiedRequirements() - Method in interface org.opengis.metadata.acquisition.Plan
Requirement satisfied by the plan.
getScaleDenominator() - Method in interface org.opengis.metadata.lineage.Source
Denominator of the representative fraction on a source map.
getScaleFactor() - Method in interface org.opengis.metadata.content.Band
Scale factor which has been applied to the cell value.
getScanningResolution() - Method in interface org.opengis.metadata.lineage.NominalResolution
Distance between consistent parts of (centre, left side, right side) adjacent pixels in the scan plane.
getSchemaAscii() - Method in interface org.opengis.metadata.ApplicationSchemaInformation
Full application schema given as an ASCII file.
getSchemaLanguage() - Method in interface org.opengis.metadata.ApplicationSchemaInformation
Identification of the schema language used.
getSchemaName() - Method in interface org.opengis.util.RecordSchema
Returns the schema name.
getScope() - Method in interface org.opengis.metadata.quality.DataQuality
The specific data to which the data quality information applies.
getScope() - Method in interface org.opengis.referencing.datum.Datum
Description of domain of usage, or limitations of usage, for which this datum object is valid.
getScope() - Method in interface org.opengis.referencing.operation.CoordinateOperation
Description of domain of usage, or limitations of usage, for which this operation is valid.
getScope() - Method in interface org.opengis.referencing.ReferenceSystem
Description of domain of usage, or limitations of usage, for which this Reference System object is valid.
getSemiMajorAxis() - Method in interface org.opengis.referencing.datum.Ellipsoid
Length of the semi-major axis of the ellipsoid.
getSemiMinorAxis() - Method in interface org.opengis.referencing.datum.Ellipsoid
Length of the semi-minor axis of the ellipsoid.
getSensingInstruments() - Method in interface org.opengis.metadata.acquisition.Objective
Instrument which senses the objective data.
getSequence() - Method in interface org.opengis.metadata.acquisition.Event
Relative time ordering of the event.
getSequenceIdentifier() - Method in interface org.opengis.metadata.content.RangeDimension
Number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
getSeries() - Method in interface org.opengis.metadata.citation.Citation
Information about the series, or aggregate dataset, of which the dataset is a part.
getShortName() - Method in interface org.opengis.metadata.ExtendedElementInformation
Short form suitable for use in an implementation method such as XML or SGML.
getSignificantEvents() - Method in interface org.opengis.metadata.acquisition.Operation
Record of an event occurring during an operation.
getSoftwareDevelopmentFile() - Method in interface org.opengis.metadata.ApplicationSchemaInformation
Full application schema given as a software development file.
getSoftwareDevelopmentFileFormat() - Method in interface org.opengis.metadata.ApplicationSchemaInformation
Software dependent format used for the application schema software dependent file.
getSoftwareReferences() - Method in interface org.opengis.metadata.lineage.Processing
Reference to document describing processing software.
getSourceCitation() - Method in interface org.opengis.metadata.lineage.Source
Recommended reference to be used for the source data.
getSourceCRS() - Method in interface org.opengis.referencing.operation.Conversion
Returns the source CRS.
getSourceCRS() - Method in interface org.opengis.referencing.operation.CoordinateOperation
Returns the source CRS.
getSourceCRS() - Method in interface org.opengis.referencing.operation.Transformation
Returns the source CRS.
getSourceDimensions() - Method in interface org.opengis.referencing.operation.MathTransform
Gets the dimension of input points.
getSourceDimensions() - Method in interface org.opengis.referencing.operation.OperationMethod
Number of dimensions in the source CRS of this operation method.
getSourceExtents() - Method in interface org.opengis.metadata.lineage.Source
Information about the spatial, vertical and temporal extent of the source data.
getSourceReferenceSystem() - Method in interface org.opengis.metadata.lineage.Source
Spatial reference system used by the source data.
getSources() - Method in interface org.opengis.metadata.ExtendedElementInformation
Name of the person or organization creating the extended element.
getSources() - Method in interface org.opengis.metadata.lineage.Lineage
Information about the source data used in creating the data specified by the scope.
getSources() - Method in interface org.opengis.metadata.lineage.ProcessStep
Information about the source data used in creating the data specified by the scope.
getSourceSteps() - Method in interface org.opengis.metadata.lineage.Source
Information about an event in the creation process for the source data.
getSouthBoundLatitude() - Method in interface org.opengis.metadata.extent.GeographicBoundingBox
Returns the southern-most coordinate of the limit of the dataset extent.
getSpan(int) - Method in interface org.opengis.geometry.Envelope
Returns the envelope span (typically width or height) along the specified dimension.
getSpatialExtent() - Method in interface org.opengis.metadata.extent.SpatialTemporalExtent
Returns the spatial extent component of composite spatial and temporal extent.
getSpatialObject() - Method in interface org.opengis.metadata.FeatureTypeList
Instance of a type defined in the spatial schema.
getSpatialRepresentationInfo() - Method in interface org.opengis.metadata.Metadata
Digital representation of spatial information in the dataset.
getSpatialRepresentationType() - Method in interface org.opengis.metadata.quality.CoverageResult
Method used to spatially represent the coverage result.
getSpatialRepresentationTypes() - Method in interface org.opengis.metadata.identification.DataIdentification
Method used to spatially represent geographic information.
getSpatialResolutions() - Method in interface org.opengis.metadata.identification.DataIdentification
Factor which provides a general understanding of the density of spatial data in the dataset.
getSpatialSchemaName() - Method in interface org.opengis.metadata.FeatureTypeList
Name of the spatial schema used.
getSpecification() - Method in interface org.opengis.metadata.distribution.Format
Name of a subset, profile, or product specification of the format.
getSpecification() - Method in interface org.opengis.metadata.quality.ConformanceResult
Citation of product specification or user requirement against which data is being evaluated.
getSpecificUsage() - Method in interface org.opengis.metadata.identification.Usage
Brief description of the resource and/or resource series usage.
getSponsors() - Method in interface org.opengis.metadata.acquisition.Platform
Organization responsible for building, launch, or operation of the platform.
getStatement() - Method in interface org.opengis.metadata.lineage.Lineage
General explanation of the data producer's knowledge about the lineage of a dataset.
getStatus() - Method in interface org.opengis.metadata.acquisition.Operation
Status of the data acquisition.
getStatus() - Method in interface org.opengis.metadata.acquisition.Plan
Current status of the plan (pending, completed, etc.)
getStatus() - Method in interface org.opengis.metadata.identification.Identification
Status of the resource(s).
getSupplementalInformation() - Method in interface org.opengis.metadata.identification.DataIdentification
Any other descriptive information about the dataset.
getTargetCRS() - Method in interface org.opengis.referencing.operation.Conversion
Returns the target CRS.
getTargetCRS() - Method in interface org.opengis.referencing.operation.CoordinateOperation
Returns the target CRS.
getTargetCRS() - Method in interface org.opengis.referencing.operation.Transformation
Returns the target CRS.
getTargetDimensions() - Method in interface org.opengis.referencing.operation.MathTransform
Gets the dimension of output points.
getTargetDimensions() - Method in interface org.opengis.referencing.operation.OperationMethod
Number of dimensions in the target CRS of this operation method.
getTemporalElements() - Method in interface org.opengis.metadata.extent.Extent
Provides temporal component of the extent of the referring object
getThesaurusName() - Method in interface org.opengis.metadata.identification.Keywords
Name of the formally registered thesaurus or a similar authoritative source of keywords.
getTime() - Method in interface org.opengis.metadata.acquisition.Event
Time the event occurred.
getTitle() - Method in interface org.opengis.metadata.citation.Citation
Name by which the cited resource is known.
getToneGradation() - Method in interface org.opengis.metadata.content.Band
Number of discrete numerical values in the grid data.
getTopicCategories() - Method in interface org.opengis.metadata.identification.DataIdentification
Main theme(s) of the dataset.
getTopologyLevel() - Method in interface org.opengis.metadata.spatial.VectorSpatialRepresentation
Code which identifies the degree of complexity of the spatial relationships.
getTransferFunctionType() - Method in interface org.opengis.metadata.content.Band
Type of transfer function to be used when scaling a physical value for a given element.
getTransferOptions() - Method in interface org.opengis.metadata.distribution.Distribution
Provides information about technical means and media by which a resource is obtained from the distributor.
getTransferSize() - Method in interface org.opengis.metadata.distribution.DigitalTransferOptions
Estimated size of a unit in the specified transfer format, expressed in megabytes.
getTransformationDimensionDescription() - Method in interface org.opengis.metadata.spatial.Georectified
Description of the information about which grid dimensions are the spatial dimensions.
getTransformationDimensionMapping() - Method in interface org.opengis.metadata.spatial.Georectified
Information about which grid dimensions are the spatial dimensions.
getTransmittedPolarization() - Method in interface org.opengis.metadata.content.Band
Polarization of the radiation transmitted.
getTriangulationIndicator() - Method in interface org.opengis.metadata.content.ImageDescription
Indication of whether or not triangulation has been performed upon the image.
getTrigger() - Method in interface org.opengis.metadata.acquisition.Event
Initiator of the event.
getTurnaround() - Method in interface org.opengis.metadata.distribution.StandardOrderProcess
Typical turnaround time for the filling of an order.
getType() - Method in interface org.opengis.metadata.acquisition.Instrument
Name of the type of instrument.
getType() - Method in interface org.opengis.metadata.acquisition.Operation
Collection technique for the operation.
getType() - Method in interface org.opengis.metadata.acquisition.Plan
Manner of sampling geometry that the planner expects for collection of objective data.
getType() - Method in interface org.opengis.metadata.identification.Keywords
Subject matter used to group similar keywords.
getTypeName() - Method in interface org.opengis.util.RecordType
Returns the name that identifies this record type.
getTypeName() - Method in interface org.opengis.util.Type
Returns the name that identifies this type.
getTypes() - Method in interface org.opengis.metadata.acquisition.Objective
Collection technique for the objective.
getUnit() - Method in interface org.opengis.parameter.ParameterDescriptor
Returns the unit for default, minimum and maximum values.
getUnit() - Method in interface org.opengis.parameter.ParameterValue
Returns the unit of measure of the parameter value.
getUnit() - Method in interface org.opengis.referencing.cs.CoordinateSystemAxis
The unit of measure used for this coordinate system axis.
getUnits() - Method in interface org.opengis.metadata.content.Band
Units in which sensor wavelengths are expressed.
getUnitsOfDistribution() - Method in interface org.opengis.metadata.distribution.DigitalTransferOptions
Tiles, layers, geographic areas, etc., in which data is available.
getUpdateScopeDescriptions() - Method in interface org.opengis.metadata.maintenance.MaintenanceInformation
Additional information about the range or extent of the resource.
getUpdateScopes() - Method in interface org.opengis.metadata.maintenance.MaintenanceInformation
Scope of data to which maintenance is applied.
getUpperCorner() - Method in interface org.opengis.geometry.Envelope
A coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.
getUsageDate() - Method in interface org.opengis.metadata.identification.Usage
Date and time of the first use or range of uses of the resource and/or resource series.
getUseConstraints() - Method in interface org.opengis.metadata.constraint.LegalConstraints
Constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource.
getUseLimitations() - Method in interface org.opengis.metadata.constraint.Constraints
Limitation affecting the fitness for use of the resource.
getUserContactInfo() - Method in interface org.opengis.metadata.identification.Usage
Identification of and means of communicating with person(s) and organization(s) using the resource(s).
getUserDefinedMaintenanceFrequency() - Method in interface org.opengis.metadata.maintenance.MaintenanceInformation
Maintenance period other than those defined.
getUserDeterminedLimitations() - Method in interface org.opengis.metadata.identification.Usage
Applications, determined by the user for which the resource and/or resource series is not suitable.
getUserNote() - Method in interface org.opengis.metadata.constraint.SecurityConstraints
Explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.
getValidValues() - Method in interface org.opengis.parameter.ParameterDescriptor
Returns the set of allowed values when these are restricted to some finite set or returns null otherwise.
getValue() - Method in exception class org.opengis.parameter.InvalidParameterValueException
Returns the invalid parameter value.
getValue() - Method in interface org.opengis.parameter.ParameterValue
Returns the parameter value as an object.
getValueClass() - Method in interface org.opengis.parameter.ParameterDescriptor
Returns the class that describe the type of the parameter.
getValues() - Method in interface org.opengis.metadata.quality.QuantitativeResult
Quantitative value or values, content determined by the evaluation procedure used.
getValueType() - Method in interface org.opengis.metadata.quality.QuantitativeResult
Value type for reporting a data quality result, or null if none.
getValueUnit() - Method in interface org.opengis.metadata.quality.QuantitativeResult
Value unit for reporting a data quality result, or null if none.
getVendor() - Method in class org.opengis.test.Units
Not yet implemented.
getVendor() - Method in interface org.opengis.util.Factory
Returns the vendor responsible for creating this factory implementation.
getVersion() - Method in interface org.opengis.metadata.distribution.Format
Version of the format (date, number, etc).
getVersion() - Method in interface org.opengis.referencing.ReferenceIdentifier
Version identifier for the namespace, as specified by the code authority.
getVerticalCRS() - Method in interface org.opengis.metadata.extent.VerticalExtent
Provides information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured.
getVerticalDatumType() - Method in interface org.opengis.referencing.datum.VerticalDatum
The type of this vertical datum.
getVerticalElements() - Method in interface org.opengis.metadata.extent.Extent
Provides vertical component of the extent of the referring object
getVoices() - Method in interface org.opengis.metadata.citation.Telephone
Telephone numbers by which individuals can speak to the responsible organization or individual.
getVolumes() - Method in interface org.opengis.metadata.distribution.Medium
Number of items in the media identified.
getWestBoundLongitude() - Method in interface org.opengis.metadata.extent.GeographicBoundingBox
Returns the western-most coordinate of the limit of the dataset extent.
GRID - Static variable in class org.opengis.metadata.spatial.SpatialRepresentationType
Grid data is used to represent geographic data.
GriddedDataPositionalAccuracy - Interface in org.opengis.metadata.quality
Closeness of gridded data position values to values accepted as or being true.
GridSpatialRepresentation - Interface in org.opengis.metadata.spatial
Basic information required to uniquely identify a resource or resources.
groups(String) - Method in interface org.opengis.parameter.ParameterValueGroup
Returns all subgroups with the specified name.

H

HALF_MAXIMUM - Static variable in class org.opengis.metadata.content.BandDefinition
Width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak.
HARDCOPY - Static variable in class org.opengis.metadata.distribution.MediumName
Pamphlet or leaflet giving descriptive information.
hashCode() - Method in interface org.opengis.geometry.DirectPosition
Returns a hash code value for this direct position.
hashCode() - Method in interface org.opengis.metadata.identification.RepresentativeFraction
Returns a hash value for this representative fraction.
hashCode() - Method in class org.opengis.test.referencing.SimpleDirectPosition
Returns a hash code value for this direct position.
head() - Method in interface org.opengis.util.GenericName
Returns the first element in the sequence of parsed names.
head() - Method in interface org.opengis.util.LocalName
Returns this since this object is already a local name.
head() - Method in interface org.opengis.util.ScopedName
Returns the first element in the sequence of parsed names.
HEALTH - Static variable in class org.opengis.metadata.identification.TopicCategory
Health, health services, human ecology, and safety.
HEAVY_SMOKE_OR_DUST - Static variable in class org.opengis.metadata.content.ImagingCondition
Portion of the image is partially obscured by heavy smoke or dust.
HIGH_IMPORTANCE - Static variable in class org.opengis.metadata.acquisition.Priority
Requires resources to be made available.
HIGH_SIERRA - Static variable in class org.opengis.metadata.distribution.MediumFormat
High sierra file system.
HISTORICAL_ARCHIVE - Static variable in class org.opengis.metadata.identification.Progress
Data has been stored in an offline storage facility
HORIZONTAL - Static variable in class org.opengis.metadata.content.PolarizationOrientation
Polarization of the sensor oriented in the horizontal plane in relation to swath direction.

I

Identification - Interface in org.opengis.metadata.identification
Basic information required to uniquely identify a resource or resources.
IdentifiedObject - Interface in org.opengis.referencing
Supplementary identification and remarks information for a CRS or CRS-related object.
identifier - Variable in class org.opengis.util.CodeList
The identifier declared in the UML annotation, or an empty string if there is no such annotation or if the annotation contains an empty string.
identifier - Variable in exception class org.opengis.util.NoSuchIdentifierException
The identifier code.
identifier() - Element in annotation type org.opengis.annotation.UML
The UML identifier for the annotated interface, method or code list element.
identifier() - Method in class org.opengis.util.CodeList
Returns the identifier declared in the UML annotation, or null if none.
Identifier - Interface in org.opengis.metadata
Value uniquely identifying an object within a namespace.
IDENTIFIERS_KEY - Static variable in interface org.opengis.referencing.IdentifiedObject
Key for the "identifiers" property to be given to the object factory createFoo(…) methods.
IMAGE - Static variable in class org.opengis.metadata.content.CoverageContentType
Meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter.
IMAGE_DIGITAL - Static variable in class org.opengis.metadata.citation.PresentationForm
Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format.
IMAGE_HARDCOPY - Static variable in class org.opengis.metadata.citation.PresentationForm
Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user.
ImageCRS - Interface in org.opengis.referencing.crs
An engineering coordinate reference system applied to locations in images.
ImageDatum - Interface in org.opengis.referencing.datum
Defines the origin of an image coordinate reference system.
Image datum - Search tag in package org.opengis.referencing.datum
Section
ImageDescription - Interface in org.opengis.metadata.content
Information about an image's suitability for use.
IMAGERY_BASE_MAPS_EARTH_COVER - Static variable in class org.opengis.metadata.identification.TopicCategory
Base maps.
ImagingCondition - Class in org.opengis.metadata.content
Code which indicates conditions which may affect the image.
ImagingCondition(String) - Constructor for class org.opengis.metadata.content.ImagingCondition
Constructs an enum with the given name.
Implementation considerations - Search tag in package org.opengis.referencing.operation
Section
INDIRECT - Static variable in class org.opengis.metadata.quality.EvaluationMethodType
Method of evaluating the quality of a dataset based on external knowledge.
INFORMATION - Static variable in class org.opengis.metadata.citation.OnLineFunction
Online information about the resource.
init(DocletEnvironment, Doclet) - Method in class org.opengis.tools.taglet.AbstractTaglet
Invoked when the doclet initializes this taglet.
init(DocletEnvironment, Doclet) - Method in class org.opengis.tools.taglet.Departure
Invoked when the doclet initializes this taglet.
InitiativeType - Class in org.opengis.metadata.identification
Type of aggregation activity in which datasets are related
InitiativeType(String) - Constructor for class org.opengis.metadata.identification.InitiativeType
Constructs an enum with the given name.
INLAND_WATERS - Static variable in class org.opengis.metadata.identification.TopicCategory
Inland water features, drainage systems and their characteristics.
INSTANTANEOUS - Static variable in class org.opengis.metadata.acquisition.Sequence
Collection without a significant duration
INSTANTANEOUS_COLLECTION - Static variable in class org.opengis.metadata.acquisition.ObjectiveType
Single instance of collection.
Instrument - Interface in org.opengis.metadata.acquisition
Designations for the measuring instruments.
INTEGER - Static variable in class org.opengis.metadata.Datatype
Numerical field.
INTELLECTUAL_PROPERTY_RIGHTS - Static variable in class org.opengis.metadata.constraint.Restriction
Rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity.
INTELLIGENCE_MILITARY - Static variable in class org.opengis.metadata.identification.TopicCategory
Military bases, structures, activities.
INTERFACE_CLASS - Static variable in class org.opengis.metadata.Datatype
Named set of operations that characterize the behavior of an element.
InternationalString - Interface in org.opengis.util
A string that has been internationalized into several locales.
intValue() - Method in interface org.opengis.parameter.ParameterValue
Returns the positive integer value of an operation parameter, usually used for a count.
intValueList() - Method in interface org.opengis.parameter.ParameterValue
Returns an ordered sequence of two or more integer values of an operation parameter list, usually used for counts.
InvalidParameterCardinalityException - Exception Class in org.opengis.parameter
Thrown by ParameterValueGroup if adding or removing a parameter value would result in more or less parameters than the expected range.
InvalidParameterCardinalityException(String, String) - Constructor for exception class org.opengis.parameter.InvalidParameterCardinalityException
Creates an exception with the specified message and parameter name.
InvalidParameterNameException - Exception Class in org.opengis.parameter
Thrown when an unexpected parameter was found in a parameter group.
InvalidParameterNameException(String, String) - Constructor for exception class org.opengis.parameter.InvalidParameterNameException
Creates an exception with the specified message and parameter name.
InvalidParameterTypeException - Exception Class in org.opengis.parameter
Thrown by ParameterValue getter methods when a value can not be casted to the requested type.
InvalidParameterTypeException(String, String) - Constructor for exception class org.opengis.parameter.InvalidParameterTypeException
Creates an exception with the specified message and parameter name.
InvalidParameterValueException - Exception Class in org.opengis.parameter
Thrown by ParameterValue setter methods when they are given an invalid value.
InvalidParameterValueException(String, String, double) - Constructor for exception class org.opengis.parameter.InvalidParameterValueException
Creates an exception with the specified invalid value as a floating point.
InvalidParameterValueException(String, String, int) - Constructor for exception class org.opengis.parameter.InvalidParameterValueException
Creates an exception with the specified invalid value as an integer.
InvalidParameterValueException(String, String, Object) - Constructor for exception class org.opengis.parameter.InvalidParameterValueException
Creates an exception with the specified invalid value.
inverse() - Method in interface org.opengis.referencing.operation.MathTransform
Creates the inverse transform of this object.
inverse() - Method in interface org.opengis.referencing.operation.MathTransform1D
Creates the inverse transform of this object.
inverse() - Method in interface org.opengis.referencing.operation.MathTransform2D
Creates the inverse transform of this object.
INVERSE_MT - Search tag in package org.opengis.referencing
Section
INVESTIGATION - Static variable in class org.opengis.metadata.identification.InitiativeType
Search or systematic inquiry.
IRREGULAR - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Data is updated in intervals that are uneven in duration.
isCameraCalibrationInformationAvailable() - Method in interface org.opengis.metadata.content.ImageDescription
Indication of whether or not constants are available which allow for camera calibration corrections.
isCheckPointAvailable() - Method in interface org.opengis.metadata.spatial.Georectified
Indication of whether or not geographic position points are available to test the accuracy of the georeferenced grid data.
isCompliant() - Method in interface org.opengis.metadata.content.FeatureCatalogueDescription
Indication of whether or not the cited feature catalogue complies with ISO 19110.
isControlPointAvailable() - Method in interface org.opengis.metadata.spatial.Georeferenceable
Indication of whether or not control point(s) exists.
isDoubleToDoubleSupported - Variable in class org.opengis.test.referencing.TransformTestCase
isDoubleToFloatSupported - Variable in class org.opengis.test.referencing.TransformTestCase
isFilmDistortionInformationAvailable() - Method in interface org.opengis.metadata.content.ImageDescription
Indication of whether or not Calibration Reseau information is available.
isFloatToDoubleSupported - Variable in class org.opengis.test.referencing.TransformTestCase
isFloatToFloatSupported - Variable in class org.opengis.test.referencing.TransformTestCase
isGlobal() - Method in interface org.opengis.util.NameSpace
Indicates whether this namespace is a "top level" namespace.
isIdentity() - Method in interface org.opengis.referencing.operation.MathTransform
Tests whether this transform does not move any points.
isIdentity() - Method in interface org.opengis.referencing.operation.Matrix
Returns true if this matrix is an identity matrix.
isIncludedWithDataset() - Method in interface org.opengis.metadata.content.FeatureCatalogueDescription
Indication of whether or not the feature catalogue is included with the dataset.
isInlineTag() - Method in class org.opengis.tools.taglet.AbstractTaglet
Returns false since this base class is about block (not inline) tags.
isInlineTag() - Method in class org.opengis.tools.taglet.Note
Returns true since @note is an inline tag.
isInstance(Record) - Method in interface org.opengis.util.RecordType
Determines if the specified record is compatible with this record type.
isInverseTransformSupported - Variable in class org.opengis.test.referencing.TransformTestCase
true if MathTransform.inverse() is supported.
isIvfDefinitive() - Method in interface org.opengis.referencing.datum.Ellipsoid
Indicates if the inverse flattening is definitive for this ellipsoid.
isLensDistortionInformationAvailable() - Method in interface org.opengis.metadata.content.ImageDescription
Indication of whether or not lens aberration correction information is available.
isMember - Variable in class org.opengis.tools.taglet.DepartureElement
true if this element is for a field or method.
ISO_19103 - Enum constant in enum org.opengis.annotation.Specification
ISO 19103:2005, Geographic information - Conceptual schema language.
ISO_19107 - Enum constant in enum org.opengis.annotation.Specification
ISO 19107:2003, Feature Geometry (OGC Topic 1).
ISO_19108 - Enum constant in enum org.opengis.annotation.Specification
ISO 19108:2002, Temporal Schema.
ISO_19111 - Enum constant in enum org.opengis.annotation.Specification
ISO 19111:2007, Spatial Referencing by Coordinates (OGC Topic 2).
ISO_19115 - Enum constant in enum org.opengis.annotation.Specification
ISO 19115:2003, Metadata (OGC Topic 11).
ISO_19115_2 - Enum constant in enum org.opengis.annotation.Specification
ISO 19115-2:2009, Metadata part 2: extensions for imagery and gridded data.
ISO_19117 - Enum constant in enum org.opengis.annotation.Specification
ISO 19117:2005, Portrayal.
ISO_19123 - Enum constant in enum org.opengis.annotation.Specification
ISO 19123:2005, Schema for coverage geometry and functions (OGC Topic 6).
ISO_19128 - Enum constant in enum org.opengis.annotation.Specification
ISO 19128:2005, Web map server interface.
ISO_19139 - Enum constant in enum org.opengis.annotation.Specification
ISO 19139:2007, Metadata.
ISO_8859_1 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-1, Information technology.
ISO_8859_10 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-10, Information technology.
ISO_8859_11 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-11, Information technology.
ISO_8859_12 - Static variable in class org.opengis.metadata.identification.CharacterSet
A future ISO/IEC 8-bit single-byte coded graphic character set.
ISO_8859_13 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-13, Information technology.
ISO_8859_14 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-14, Information technology.
ISO_8859_15 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-15, Information technology.
ISO_8859_16 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-16, Information technology.
ISO_8859_2 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-2, Information technology.
ISO_8859_3 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-3, Information technology.
ISO_8859_4 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-4, Information technology.
ISO_8859_5 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-5, Information technology.
ISO_8859_6 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-6, Information technology.
ISO_8859_7 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-7, Information technology.
ISO_8859_8 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-8, Information technology.
ISO_8859_9 - Static variable in class org.opengis.metadata.identification.CharacterSet
ISO/IEC 8859-9, Information technology.
ISO_9660 - Static variable in class org.opengis.metadata.distribution.MediumFormat
Information processing - volume and file structure of CD-ROM.
ISO_9660_APPLE_HFS - Static variable in class org.opengis.metadata.distribution.MediumFormat
Hierarchical file system (Macintosh).
ISO_9660_ROCK_RIDGE - Static variable in class org.opengis.metadata.distribution.MediumFormat
Rock ridge interchange protocol (UNIX).
isOrientationParameterAvailable() - Method in interface org.opengis.metadata.spatial.Georeferenceable
Indication of whether or not orientation parameters are available.
isOverlappingArraySupported - Variable in class org.opengis.test.referencing.TransformTestCase
true if the destination array can be the same than the source array, and the source and target region of the array can overlap.
isPackage - Variable in class org.opengis.tools.taglet.DepartureElement
true if this element is for a package.
isRadiometricCalibrationDataAvailable() - Method in interface org.opengis.metadata.content.ImageDescription
Indication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available.
isSphere() - Method in interface org.opengis.referencing.datum.Ellipsoid
true if the ellipsoid is degenerate and is actually a sphere.
isTransformationParameterAvailable() - Method in interface org.opengis.metadata.spatial.GridSpatialRepresentation
Indication of whether or not parameters for transformation exists.

J

JIS - Static variable in class org.opengis.metadata.identification.CharacterSet
Japanese code set used for electronic transmission.

K

Keywords - Interface in org.opengis.metadata.identification
Keywords, their type and reference source.
KeywordType - Class in org.opengis.metadata.identification
Methods used to group similar keywords.
KeywordType(String) - Constructor for class org.opengis.metadata.identification.KeywordType
Constructs an enum with the given name.
kilometre - Variable in class org.opengis.test.Units
Linear units used in the test.
kilometre() - Method in class org.opengis.test.Units
Unit of measurement defined as 1000 metres.

L

LARGER_WORD_CITATION - Static variable in class org.opengis.metadata.identification.AssociationType
Reference to a master dataset of which this one is a part.
lastCompletedTransform - Variable in exception class org.opengis.referencing.operation.TransformException
The last transform that either transformed successfully all coordinates, or filled the untransformable coordinates with NaN values.
LEFT_CIRCULAR - Static variable in class org.opengis.metadata.content.PolarizationOrientation
Polarization of the sensor oriented in the left circular plane in relation to swath direction.
LegalConstraints - Interface in org.opengis.metadata.constraint
Restrictions and legal prerequisites for accessing and using the resource.
level() - Element in annotation type org.opengis.annotation.Profile
The level for the annoted element.
LICENSE - Static variable in class org.opengis.metadata.constraint.Restriction
Formal permission to do something.
LINE - Static variable in class org.opengis.metadata.spatial.DimensionNameType
Scan line of a sensor.
Lineage - Interface in org.opengis.metadata.lineage
Information about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage.
LINEAR - Static variable in class org.opengis.metadata.acquisition.GeometryType
Extended collection in a single vector.
LINEAR - Static variable in class org.opengis.metadata.content.TransferFunctionType
Function used for transformation is first order polynomial.
LinearCS - Interface in org.opengis.referencing.cs
A one-dimensional coordinate system that consists of the points that lie on the single axis described.
LOCAL_CS - Search tag in package org.opengis.referencing
Section
LOCAL_DATUM - Search tag in package org.opengis.referencing
Section
LocalName - Interface in org.opengis.util
Identifier within a name space for a local object.
locate(MemberName) - Method in interface org.opengis.util.Record
Returns the value for an attribute of the specified name.
locate(MemberName) - Method in interface org.opengis.util.RecordType
Looks up the provided attribute name and returns the associated type name.
locate(TypeName) - Method in interface org.opengis.util.RecordSchema
Looks up the provided type name and returns the associated record type.
LOCATION - Static variable in class org.opengis.metadata.identification.TopicCategory
Positional information and services.
LOGARITHMIC - Static variable in class org.opengis.metadata.content.TransferFunctionType
Function used for transformation is logarithmic
logger - Variable in class org.opengis.test.Validator
The logger for reporting non-fatal warnings.
LogicalConsistency - Interface in org.opengis.metadata.quality
Degree of adherence to logical rules of data structure, attribution and relationships (data structure can be conceptual, logical or physical).
LOW_IMPORTANCE - Static variable in class org.opengis.metadata.acquisition.Priority
To be completed when resources are available
LOWER_LEFT - Static variable in class org.opengis.metadata.spatial.PixelOrientation
The corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value.
LOWER_RIGHT - Static variable in class org.opengis.metadata.spatial.PixelOrientation
Next corner counterclockwise from the lower left.

M

MaintenanceFrequency - Class in org.opengis.metadata.maintenance
Frequency with which modifications and deletions are made to the data after it is first produced.
MaintenanceFrequency(String) - Constructor for class org.opengis.metadata.maintenance.MaintenanceFrequency
Constructs an enum with the given name.
MaintenanceInformation - Interface in org.opengis.metadata.maintenance
Information about the scope and frequency of updating.
mandatory(String, Object) - Method in class org.opengis.test.Validator
Invoked when the existence of a mandatory attribute needs to be verified.
MANDATORY - Enum constant in enum org.opengis.annotation.Obligation
Element is always required.
MANDATORY - Static variable in class org.opengis.metadata.Obligation
Element is always required.
MANUAL - Static variable in class org.opengis.metadata.acquisition.Trigger
Event manually instigated.
MAP_DIGITAL - Static variable in class org.opengis.metadata.citation.PresentationForm
Map represented in raster or vector form.
MAP_HARDCOPY - Static variable in class org.opengis.metadata.citation.PresentationForm
Map printed on paper, photographic material, or other media for use directly by the human user.
MathTransform - Interface in org.opengis.referencing.operation
Transforms multi-dimensional coordinate points.
MathTransform1D - Interface in org.opengis.referencing.operation
Transforms one-dimensional coordinate points.
MathTransform2D - Interface in org.opengis.referencing.operation
Transforms two-dimensional coordinate points.
MathTransformFactory - Interface in org.opengis.referencing.operation
Low level factory for creating math transforms.
Math Transform WKT - Search tag in package org.opengis.referencing
Section
Matrix - Interface in org.opengis.referencing.operation
A two dimensional array of numbers.
Medium - Interface in org.opengis.metadata.distribution
Information about the media on which the resource can be distributed.
MEDIUM_IMPORTANCE - Static variable in class org.opengis.metadata.acquisition.Priority
Normal operation priority.
MediumFormat - Class in org.opengis.metadata.distribution
Method used to write to the medium.
MediumFormat(String) - Constructor for class org.opengis.metadata.distribution.MediumFormat
Constructs an enum with the given name.
MediumName - Class in org.opengis.metadata.distribution
Name of the medium.
MediumName(String) - Constructor for class org.opengis.metadata.distribution.MediumName
Constructs an enum with the given name.
MemberName - Interface in org.opengis.util
The name to identify a member of a record.
META_CLASS - Static variable in class org.opengis.metadata.Datatype
Class whose instances are classes.
Metadata - Interface in org.opengis.metadata
Root entity which defines metadata about a resource or resources.
MetadataExtensionInformation - Interface in org.opengis.metadata
Information describing metadata extensions.
MetadataValidator - Class in org.opengis.test.metadata
Base class for validators of org.opengis.metadata package.
MetadataValidator(ValidatorContainer, String) - Constructor for class org.opengis.test.metadata.MetadataValidator
Creates a new validator instance.
metre - Variable in class org.opengis.test.Units
Linear units used in the test.
metre() - Method in class org.opengis.test.Units
Base unit of measurement for lengths.
MismatchedDimensionException - Exception Class in org.opengis.geometry
Indicates that an operation cannot be completed properly because of a mismatch in the dimensions of object attributes.
MismatchedDimensionException() - Constructor for exception class org.opengis.geometry.MismatchedDimensionException
Creates an exception with no message.
MismatchedDimensionException(String) - Constructor for exception class org.opengis.geometry.MismatchedDimensionException
Creates an exception with the specified message.
MismatchedDimensionException(String, Throwable) - Constructor for exception class org.opengis.geometry.MismatchedDimensionException
Creates an exception with the specified message and cause.
MISSION - Static variable in class org.opengis.metadata.identification.InitiativeType
Specific operation of a data collection system.
MODEL - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to a copy or imitation of an existing or hypothetical object.
MODEL_DIGITAL - Static variable in class org.opengis.metadata.citation.PresentationForm
Multi-dimensional digital representation of a feature, process, etc.
MODEL_HARDCOPY - Static variable in class org.opengis.metadata.citation.PresentationForm
3-dimensional, physical model.
MONTHLY - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Data is updated each month.

N

name - Variable in class org.opengis.tools.taglet.DepartureElement
The class or method name that contains the departure.
name - Variable in class org.opengis.util.CodeList
The code name.
name() - Method in class org.opengis.util.CodeList
Returns the programmatic name of this code list constant.
name() - Method in interface org.opengis.util.NameSpace
Represents the identifier of this namespace.
NAME_KEY - Static variable in interface org.opengis.referencing.IdentifiedObject
Key for the "name" property to be given to the object factory createFoo(…) methods.
NameFactory - Interface in org.opengis.util
names() - Method in class org.opengis.metadata.identification.CharacterSet
Returns all the names of this code.
names() - Method in class org.opengis.util.CodeList
Returns all the names of this code.
Names and Namespaces - Search tag in package org.opengis.util
Section
NameSpace - Interface in org.opengis.util
A domain in which names given by character strings are defined.
NameTest - Class in org.opengis.test.util
Tests generic name and related objects from the org.opengis.util package.
NameTest(NameFactory) - Constructor for class org.opengis.test.util.NameTest
Creates a new test using the given factory.
NameValidator - Class in org.opengis.test.util
Validates GenericName and related objects from the org.opengis.util package.
NameValidator(ValidatorContainer) - Constructor for class org.opengis.test.util.NameValidator
Creates a new validator.
naming - Variable in class org.opengis.test.ValidatorContainer
The validator for GenericName and related objects.
NIGHT - Static variable in class org.opengis.metadata.content.ImagingCondition
Image was taken at night.
NominalResolution - Interface in org.opengis.metadata.lineage
Distance between consistent parts of (centre, left side, right side) adjacent pixels.
NON_GEOGRAPHIC_DATASET - Static variable in class org.opengis.metadata.maintenance.ScopeCode
information applies to non-geographic data;
NoninvertibleTransformException - Exception Class in org.opengis.referencing.operation
Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
NoninvertibleTransformException() - Constructor for exception class org.opengis.referencing.operation.NoninvertibleTransformException
Construct an exception with no detail message.
NoninvertibleTransformException(String) - Constructor for exception class org.opengis.referencing.operation.NoninvertibleTransformException
Construct an exception with the specified detail message.
NoninvertibleTransformException(String, Throwable) - Constructor for exception class org.opengis.referencing.operation.NoninvertibleTransformException
Construct an exception with the specified detail message and cause.
NonQuantitativeAttributeAccuracy - Interface in org.opengis.metadata.quality
Accuracy of non-quantitative attributes.
NORTH - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is north.
NORTH_EAST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately north-east.
NORTH_NORTH_EAST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately north-north-east.
NORTH_NORTH_WEST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately north-north-west.
NORTH_WEST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately north-west.
NoSuchAuthorityCodeException - Exception Class in org.opengis.referencing
Thrown when an authority factory can't find the requested authority code.
NoSuchAuthorityCodeException(String, String, String) - Constructor for exception class org.opengis.referencing.NoSuchAuthorityCodeException
Constructs an exception with the specified detail message and authority code.
NoSuchAuthorityCodeException(String, String, String, String) - Constructor for exception class org.opengis.referencing.NoSuchAuthorityCodeException
Constructs an exception with the specified detail message, authority code and identifier.
NoSuchIdentifierException - Exception Class in org.opengis.util
Thrown when an identifier provided to a factory method can not be found.
NoSuchIdentifierException(String, String) - Constructor for exception class org.opengis.util.NoSuchIdentifierException
Constructs an exception with the specified detail message and classification name.
NOT_PLANNED - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
There are no plans to update the data.
Note - Class in org.opengis.tools.taglet
The @note tag for inserting a note in a javadoc comment.
Note() - Constructor for class org.opengis.tools.taglet.Note
Constructs a default @note taglet.

O

ObjectFactory - Interface in org.opengis.referencing
Base interface for all factories of identified objects.
Objective - Interface in org.opengis.metadata.acquisition
Describes the characteristics, spatial and temporal extent of the intended object to be observed.
ObjectiveType - Class in org.opengis.metadata.acquisition
Temporal persistence of collection objective.
ObjectiveType(String) - Constructor for class org.opengis.metadata.acquisition.ObjectiveType
Constructs an enum with the given name.
obligation() - Element in annotation type org.opengis.annotation.UML
The obligation declared in the UML.
Obligation - Class in org.opengis.metadata
Obligation of the element or entity.
Obligation - Enum in org.opengis.annotation
Obligation of the element or entity.
Obligation() - Constructor for enum org.opengis.annotation.Obligation
 
Obligation(String) - Constructor for class org.opengis.metadata.Obligation
Constructs an enum with the given name.
OBSOLETE - Static variable in class org.opengis.metadata.identification.Progress
Data is no longer relevant.
OCEANS - Static variable in class org.opengis.metadata.identification.TopicCategory
Features and characteristics of salt water bodies (excluding inland waters).
OFFLINE_ACCESS - Static variable in class org.opengis.metadata.citation.OnLineFunction
Online instructions for requesting the resource from the provider.
OGC_01004 - Enum constant in enum org.opengis.annotation.Specification
Grid Coverages implementation specification.
OGC_01009 - Enum constant in enum org.opengis.annotation.Specification
Coordinate Transformation Services implementation specification.
OGC_03064 - Enum constant in enum org.opengis.annotation.Specification
GO-1 Application Objects.
ON_GOING - Static variable in class org.opengis.metadata.identification.Progress
Data is continually being updated.
ON_LINE - Static variable in class org.opengis.metadata.distribution.MediumName
Direct computer linkage.
one - Variable in class org.opengis.test.Units
Dimensionless units used in the tests.
one() - Method in class org.opengis.test.Units
Dimensionless unit for scale measurements.
ONE_OVER_E - Static variable in class org.opengis.metadata.content.BandDefinition
Width of a distribution equal to the distance between the outer two points on the distribution having power level 1/e that of the peak.
OnLineFunction - Class in org.opengis.metadata.citation
Class of information to which the referencing entity applies.
OnLineFunction(String) - Constructor for class org.opengis.metadata.citation.OnLineFunction
Constructs an enum with the given name.
OnlineResource - Interface in org.opengis.metadata.citation
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
Operation - Interface in org.opengis.metadata.acquisition
Designations for the operation used to acquire the dataset.
OPERATION - Static variable in class org.opengis.metadata.identification.InitiativeType
Action that is part of a series of actions.
OPERATION_VERSION_KEY - Static variable in interface org.opengis.referencing.operation.CoordinateOperation
Key for the "operationVersion" property.
OperationMethod - Interface in org.opengis.referencing.operation
Definition of an algorithm used to perform a coordinate operation.
Operation method and parameters - Search tag in package org.opengis.referencing.operation
Section
OperationNotFoundException - Exception Class in org.opengis.referencing.operation
Thrown when a coordinate operation is not found.
OperationNotFoundException() - Constructor for exception class org.opengis.referencing.operation.OperationNotFoundException
Construct an exception with no detail message.
OperationNotFoundException(String) - Constructor for exception class org.opengis.referencing.operation.OperationNotFoundException
Construct an exception with the specified detail message.
OperationNotFoundException(String, Throwable) - Constructor for exception class org.opengis.referencing.operation.OperationNotFoundException
Construct an exception with the specified detail message and cause.
OperationType - Class in org.opengis.metadata.acquisition
Code indicating whether the data contained in this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data).
OperationType(String) - Constructor for class org.opengis.metadata.acquisition.OperationType
Constructs an enum with the given name.
OperationValidator - Class in org.opengis.test.referencing
Validates CoordinateOperation and related objects from the org.opengis.referencing.operation package.
OperationValidator(ValidatorContainer) - Constructor for class org.opengis.test.referencing.OperationValidator
Creates a new validator.
OPTIONAL - Enum constant in enum org.opengis.annotation.Obligation
Element is not required.
OPTIONAL - Static variable in class org.opengis.metadata.Obligation
Element is not required.
ORDER - Static variable in class org.opengis.metadata.citation.OnLineFunction
Online order process for obtaining the resource.
ordinal - Variable in class org.opengis.util.CodeList
The code value.
ordinal() - Method in class org.opengis.util.CodeList
Returns the ordinal of this code constant.
ordinates - Variable in class org.opengis.test.referencing.SimpleDirectPosition
The ordinates.
org.opengis.annotation - package org.opengis.annotation
Set of annotations mapping GeoAPI interfaces to OpenGIS UML or XML schemas.
org.opengis.feature.type - package org.opengis.feature.type
 
org.opengis.geometry - package org.opengis.geometry
 
org.opengis.geometry.coordinate - package org.opengis.geometry.coordinate
 
org.opengis.geometry.primitive - package org.opengis.geometry.primitive
 
org.opengis.metadata - package org.opengis.metadata
Root package for metadata.
org.opengis.metadata.acquisition - package org.opengis.metadata.acquisition
org.opengis.metadata.citation - package org.opengis.metadata.citation
Citation and responsible party information.
org.opengis.metadata.constraint - package org.opengis.metadata.constraint
Constraints information (includes legal and security).
org.opengis.metadata.content - package org.opengis.metadata.content
Content information (includes Feature catalogue and Coverage descriptions).
org.opengis.metadata.distribution - package org.opengis.metadata.distribution
Distribution information.
org.opengis.metadata.extent - package org.opengis.metadata.extent
Extent information.
org.opengis.metadata.identification - package org.opengis.metadata.identification
Identification information (includes data and service identification).
org.opengis.metadata.lineage - package org.opengis.metadata.lineage
Lineage information.
org.opengis.metadata.maintenance - package org.opengis.metadata.maintenance
org.opengis.metadata.quality - package org.opengis.metadata.quality
org.opengis.metadata.spatial - package org.opengis.metadata.spatial
Spatial representation information (includes grid and vector representation).
org.opengis.parameter - package org.opengis.parameter
Description and storage of parameter values.
org.opengis.referencing - package org.opengis.referencing
org.opengis.referencing.crs - package org.opengis.referencing.crs
org.opengis.referencing.cs - package org.opengis.referencing.cs
org.opengis.referencing.datum - package org.opengis.referencing.datum
Geodetic datum (the relationship of a coordinate system to the earth).
org.opengis.referencing.operation - package org.opengis.referencing.operation
Coordinate operations (relationship between any two coordinate reference systems).
org.opengis.temporal - package org.opengis.temporal
 
org.opengis.test - package org.opengis.test
Base classes for validators and test suites for all GeoAPI objects.
org.opengis.test.geometry - package org.opengis.test.geometry
Validators and test suites for the org.opengis.geometry package.
org.opengis.test.metadata - package org.opengis.test.metadata
Validators and test suites for the org.opengis.metadata package.
org.opengis.test.referencing - package org.opengis.test.referencing
Validators and test suites for the org.opengis.referencing package.
org.opengis.test.util - package org.opengis.test.util
Validators and test suites for the org.opengis.util package.
org.opengis.tools.taglet - package org.opengis.tools.taglet
Javadoc taglets for processing custom tags in GeoAPI source code comments.
org.opengis.util - package org.opengis.util
A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities.
ORIGINATOR - Static variable in class org.opengis.metadata.citation.Role
Party who created the resource.
OTHER - Static variable in class org.opengis.referencing.cs.AxisDirection
Unknown or unspecified axis orientation.
OTHER_RESTRICTIONS - Static variable in class org.opengis.metadata.constraint.Restriction
Limitation not listed.
OTHER_SURFACE - Static variable in class org.opengis.referencing.datum.VerticalDatumType
In some cases, e.g.
OWNER - Static variable in class org.opengis.metadata.citation.Role
Party that owns the resource.

P

PARAM_MT - Search tag in package org.opengis.referencing
Section
parameter - Variable in class org.opengis.test.ValidatorContainer
The validator for ParameterValue and related objects.
parameter(String) - Method in interface org.opengis.parameter.ParameterValueGroup
Returns the value in this group for the specified identifier code.
PARAMETER - Search tag in package org.opengis.referencing
Section
ParameterDescriptor<T> - Interface in org.opengis.parameter
The definition of a parameter used by an operation method.
ParameterDescriptorGroup - Interface in org.opengis.parameter
The definition of a group of related parameters used by an operation method.
parameterName - Variable in exception class org.opengis.parameter.InvalidParameterCardinalityException
The name of the parameter with invalid cardinality.
parameterName - Variable in exception class org.opengis.parameter.InvalidParameterNameException
The invalid parameter name.
parameterName - Variable in exception class org.opengis.parameter.InvalidParameterTypeException
The invalid parameter name.
parameterName - Variable in exception class org.opengis.parameter.InvalidParameterValueException
The parameter name.
parameterName - Variable in exception class org.opengis.parameter.ParameterNotFoundException
The invalid parameter name.
ParameterNotFoundException - Exception Class in org.opengis.parameter
Thrown by ParameterValueGroup and ParameterDescriptorGroup when a parameter is requested but not found in that group.
ParameterNotFoundException(String, String) - Constructor for exception class org.opengis.parameter.ParameterNotFoundException
Creates an exception with the specified message and parameter name.
ParameterValidator - Class in org.opengis.test.referencing
Validates ParameterValue and related objects from the org.opengis.parameter package.
ParameterValidator(ValidatorContainer) - Constructor for class org.opengis.test.referencing.ParameterValidator
Creates a new validator.
ParameterValue<T> - Interface in org.opengis.parameter
A parameter value used by an operation method.
ParameterValueGroup - Interface in org.opengis.parameter
A group of related parameter values.
parseGenericName(NameSpace, CharSequence) - Method in interface org.opengis.util.NameFactory
Constructs a generic name from a qualified name.
PART_OF_SEAMLESS_DATABASE - Static variable in class org.opengis.metadata.identification.AssociationType
Part of same structured set of data held in a computer.
pass() - Method in interface org.opengis.metadata.quality.ConformanceResult
Indication of the conformance result.
PASS - Static variable in class org.opengis.metadata.acquisition.Context
Event related to a sequence of collections.
PASSTHROUGH_MT - Search tag in package org.opengis.referencing
Section
Pass-through coordinate operation - Search tag in package org.opengis.referencing.operation
Section
PassThroughOperation - Interface in org.opengis.referencing.operation
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
PAST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is towards the past.
PATENT - Static variable in class org.opengis.metadata.constraint.Restriction
Government has granted exclusive right to make, sell, use or license an invention or discovery.
PATENT_PENDING - Static variable in class org.opengis.metadata.constraint.Restriction
Produced or sold information awaiting a patent.
path() - Method in interface org.opengis.util.ScopedName
Returns every elements of the parsed names list except for the tip.
pathToHTML - Variable in class org.opengis.tools.taglet.DepartureElement
Path to HTML javadoc.
PeriodDuration - Interface in org.opengis.temporal
Temporary placeholder for an interface defined in the geoapi-pending module.
PERSISTENT_VIEW - Static variable in class org.opengis.metadata.acquisition.ObjectiveType
Multiple instances of collection.
PHI - Static variable in class org.opengis.metadata.content.PolarizationOrientation
Polarization of the sensor oriented in the +90 ° and 0 ° perpendicular to swath direction.
PHYSICAL_MEASUREMENT - Static variable in class org.opengis.metadata.content.CoverageContentType
Value in physical units of the quantity being measured.
PixelInCell - Class in org.opengis.referencing.datum
Specification of the way the image grid is associated with the image data attributes.
PixelInCell(String) - Constructor for class org.opengis.referencing.datum.PixelInCell
Constructs an enum with the given name.
PixelOrientation - Class in org.opengis.metadata.spatial
Point in a pixel corresponding to the Earth location of the pixel.
PixelOrientation(String) - Constructor for class org.opengis.metadata.spatial.PixelOrientation
Constructs an enum with the given name.
PLACE - Static variable in class org.opengis.metadata.identification.KeywordType
Keyword identifies a location.
Plan - Interface in org.opengis.metadata.acquisition
Designations for the planning information related to meeting the data acquisition requirements.
PLANAR_GRAPH - Static variable in class org.opengis.metadata.spatial.TopologyLevel
1-dimensional topological complex which is planar.
PlanarProjection - Interface in org.opengis.referencing.operation
Base interface for for azimuthal (or planar) map projections.
PLANNED - Static variable in class org.opengis.metadata.identification.Progress
Fixed date has been established upon or by which the data will be created or updated.
PLANNING_CADASTRE - Static variable in class org.opengis.metadata.identification.TopicCategory
Information used for appropriate actions for future use of the land.
Platform - Interface in org.opengis.metadata.acquisition
Designation of the platform used to acquire the dataset.
PLATFORM - Static variable in class org.opengis.metadata.identification.InitiativeType
Vehicle or other support base that holds a sensor.
PlatformPass - Interface in org.opengis.metadata.acquisition
Identification of collection coverage.
Point - Interface in org.opengis.geometry.primitive
Temporary placeholder for an interface defined in the geoapi-pending module.
POINT - Static variable in class org.opengis.metadata.acquisition.GeometryType
Single geographic point of interest.
POINT - Static variable in class org.opengis.metadata.spatial.CellGeometry
Each cell represents a point.
POINT - Static variable in class org.opengis.metadata.spatial.GeometricObjectType
Zero-dimensional geometric primitive, representing a position but not having an extent.
POINT_OF_CONTACT - Static variable in class org.opengis.metadata.citation.Role
Party who can be contacted for acquiring knowledge about or acquisition of the resource.
POINTS_OFFSET - Static variable in class org.opengis.test.referencing.TransformTestCase
The maximal offset (in number of coordinate points), exclusive, to apply when testing MathTransform.transform(...) with overlapping arrays.
PolarCS - Interface in org.opengis.referencing.cs
A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction.
PolarizationOrientation - Class in org.opengis.metadata.content
Polarization of the antenna relative to the waveform.
PolarizationOrientation(String) - Constructor for class org.opengis.metadata.content.PolarizationOrientation
Constructs an enum with the given name.
PortrayalCatalogueReference - Interface in org.opengis.metadata
Information identifying the portrayal catalogue used.
Position - Interface in org.opengis.geometry.coordinate
A type consisting of either a direct position or of a point from which a direct position shall be obtained.
PositionalAccuracy - Interface in org.opengis.metadata.quality
Accuracy of the position of features.
postProcess - Variable in class org.opengis.tools.taglet.FlushableDoclet
Process to execute after the Javadoc generation has been completed.
ppm - Variable in class org.opengis.test.Units
Dimensionless units used in the tests.
ppm() - Method in class org.opengis.test.Units
The "parts per million" unit.
PRE_PROGRAMMED - Static variable in class org.opengis.metadata.acquisition.Trigger
Event instigated by planned internal stimuli.
PresentationForm - Class in org.opengis.metadata.citation
Mode in which the data is represented.
PresentationForm(String) - Constructor for class org.opengis.metadata.citation.PresentationForm
Constructs an enum with the given name.
PRIMEM - Search tag in package org.opengis.referencing
Section
PrimeMeridian - Interface in org.opengis.referencing.datum
A prime meridian defines the origin from which longitude values are determined.
Prime meridian - Search tag in package org.opengis.referencing.datum
Section
PRINCIPAL_INVESTIGATOR - Static variable in class org.opengis.metadata.citation.Role
Key party responsible for gathering information and conducting research.
Principal sub-types of coordinate reference system - Search tag in package org.opengis.referencing.crs
Section
print(Diagnostic.Kind, Element, String) - Method in class org.opengis.tools.taglet.AbstractTaglet
Prints a warning or error message.
Priority - Class in org.opengis.metadata.acquisition
Ordered list of priorities.
Priority(String) - Constructor for class org.opengis.metadata.acquisition.Priority
Constructs an enum with the given name.
PROCESS - Static variable in class org.opengis.metadata.identification.InitiativeType
Method of doing something involving a number of steps.
Processing - Interface in org.opengis.metadata.lineage
Comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step.
PROCESSOR - Static variable in class org.opengis.metadata.citation.Role
Party who has processed the data in a manner such that the resource has been modified.
ProcessStep - Interface in org.opengis.metadata.lineage
Description of the event, including related parameters or tolerances.
ProcessStepReport - Interface in org.opengis.metadata.lineage
Report of what occurred during the process step.
Profile - Annotation Type in org.opengis.annotation
An annotation mapping an interface, methods or fields to a profile.
PROFILE_DIGITAL - Static variable in class org.opengis.metadata.citation.PresentationForm
Vertical cross-section in digital form.
PROFILE_HARDCOPY - Static variable in class org.opengis.metadata.citation.PresentationForm
Vertical cross-section printed on paper, etc.
PROGRAM - Static variable in class org.opengis.metadata.identification.InitiativeType
Specific planned activity.
Progress - Class in org.opengis.metadata.identification
Status of the dataset or progress of a review.
Progress(String) - Constructor for class org.opengis.metadata.identification.Progress
Constructs an enum with the given name.
PROJCS - Search tag in package org.opengis.referencing
Section
PROJECT - Static variable in class org.opengis.metadata.identification.InitiativeType
Organized undertaking, research, or development.
ProjectedCRS - Interface in org.opengis.referencing.crs
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
Projection - Interface in org.opengis.referencing.operation
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
PROJECTION - Search tag in package org.opengis.referencing
Section
PROPERTY_TYPE - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to a property type.
PUBLICATION - Static variable in class org.opengis.metadata.citation.DateType
Date identifies when the resource was issued.
PUBLISHER - Static variable in class org.opengis.metadata.citation.Role
Party who published the resource.
push(GenericName) - Method in interface org.opengis.util.GenericName
Returns this name expanded with the specified scope.

Q

QuantitativeAttributeAccuracy - Interface in org.opengis.metadata.quality
Accuracy of quantitative attributes.
QuantitativeResult - Interface in org.opengis.metadata.quality
Information about the value (or set of values) obtained from applying a data quality measure.
QUARTERLY - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Data is updated every three months.

R

radian - Variable in class org.opengis.test.Units
Angular units used in the test.
radian() - Method in class org.opengis.test.Units
The base unit of measurement for angle.
RAIN - Static variable in class org.opengis.metadata.content.ImagingCondition
Image was taken during rainfall.
RangeDimension - Interface in org.opengis.metadata.content
Information on the range of each dimension of a cell measurement value.
RangeElementDescription - Interface in org.opengis.metadata.content
Description of specific range elements.
RangeMeaning - Class in org.opengis.referencing.cs
Meaning of the axis value range specified through minimum value and maximum value.
RangeMeaning(String) - Constructor for class org.opengis.referencing.cs.RangeMeaning
Constructs an enum with the given name.
readResolve() - Method in class org.opengis.util.CodeList
Resolves the code list to an unique instance after deserialization.
REAL - Static variable in class org.opengis.metadata.acquisition.OperationType
Originates from live-fly or other non-simulated operational source.
REALIZATION_EPOCH_KEY - Static variable in interface org.opengis.referencing.datum.Datum
Key for the "realizationEpoch" property to be given to the datum factory createFoo(…) methods.
Record - Interface in org.opengis.util
A list of logically related elements as (name, value) pairs in a dictionary.
Records and Schemas - Search tag in package org.opengis.util
Section
RecordSchema - Interface in org.opengis.util
A collection of record types.
RecordType - Interface in org.opengis.util
The type definition of a record.
ReferenceIdentifier - Interface in org.opengis.referencing
Identifier used for reference systems.
ReferenceSystem - Interface in org.opengis.referencing
Description of a spatial and temporal reference system used by a dataset.
ReferencingTest - Class in org.opengis.test.referencing
Tests Coordinate Reference System and related objects from the org.opengis.referencing.crs, cs and datum packages.
ReferencingTest(CRSFactory, CSFactory, DatumFactory) - Constructor for class org.opengis.test.referencing.ReferencingTest
Creates a new test using the given factories.
ReferencingValidator - Class in org.opengis.test.referencing
Validates IdentifiedObject and related objects from the org.opengis.referencing package.
ReferencingValidator(ValidatorContainer, String) - Constructor for class org.opengis.test.referencing.ReferencingValidator
Creates a new validator.
RelativeInternalPositionalAccuracy - Interface in org.opengis.metadata.quality
Closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true.
REMARKS_KEY - Static variable in interface org.opengis.referencing.IdentifiedObject
Key for the "remarks" property to be given to the object factory createFoo(…) methods.
reporter - Variable in class org.opengis.tools.taglet.AbstractTaglet
Where to report warnings, or null if unknown.
RepresentativeFraction - Interface in org.opengis.metadata.identification
A scale defined as the inverse of a denominator.
RequestedDate - Interface in org.opengis.metadata.acquisition
Range of date validity.
REQUIRED - Static variable in class org.opengis.metadata.identification.Progress
Data needs to be generated or updated.
requireMandatoryAttributes - Variable in class org.opengis.test.Validator
true if mandatory attributes are required to be non-null, or false for tolerating null values.
Requirement - Interface in org.opengis.metadata.acquisition
Requirement to be satisfied by the planned data acquisition.
Resolution - Interface in org.opengis.metadata.identification
Level of detail expressed as a scale factor or a ground distance.
RESOURCE_PROVIDER - Static variable in class org.opengis.metadata.citation.Role
Party that supplies the resource.
ResponsibleParty - Interface in org.opengis.metadata.citation
Identification of, and means of communication with, person(s) and organizations associated with the dataset.
RESTRICTED - Static variable in class org.opengis.metadata.constraint.Classification
Not for general disclosure.
RESTRICTED - Static variable in class org.opengis.metadata.constraint.Restriction
Withheld from general circulation or disclosure.
Restriction - Class in org.opengis.metadata.constraint
Limitation(s) placed upon the access or use of the data.
Restriction(String) - Constructor for class org.opengis.metadata.constraint.Restriction
Constructs an enum with the given name.
Result - Interface in org.opengis.metadata.quality
Base interface of more specific result classes.
REVISION - Static variable in class org.opengis.metadata.citation.DateType
Date identifies when the resource was examined or re-examined and improved or amended.
RIGHT_CIRCULAR - Static variable in class org.opengis.metadata.content.PolarizationOrientation
Polarization of the sensor oriented in the right circular plane in relation to swath direction.
Role - Class in org.opengis.metadata.citation
Function performed by the responsible party.
Role(String) - Constructor for class org.opengis.metadata.citation.Role
Constructs an enum with the given name.
ROW - Static variable in class org.opengis.metadata.spatial.DimensionNameType
Ordinate (y) axis.
ROW_NEGATIVE - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is towards lower pixel row.
ROW_POSITIVE - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is towards higher pixel row.
run(DocletEnvironment) - Method in class org.opengis.tools.taglet.FlushableDoclet
Invoked by Javadoc for starting the doclet.

S

SAMPLE - Static variable in class org.opengis.metadata.spatial.DimensionNameType
Element along a scan line.
SATELLITE - Static variable in class org.opengis.metadata.distribution.MediumName
Linkage through a satellite communication system.
scope() - Method in interface org.opengis.util.GenericName
Returns the scope (name space) in which this name is local.
Scope - Interface in org.opengis.metadata.quality
Description of the data specified by the scope.
SCOPE_KEY - Static variable in interface org.opengis.referencing.datum.Datum
Key for the "scope" property to be given to the datum factory createFoo(…) methods.
SCOPE_KEY - Static variable in interface org.opengis.referencing.operation.CoordinateOperation
Key for the "scope" property.
SCOPE_KEY - Static variable in interface org.opengis.referencing.ReferenceSystem
Key for the "scope" property to be given to the object factory createFoo(…) methods.
ScopeCode - Class in org.opengis.metadata.maintenance
Class of information to which the referencing entity applies.
ScopeCode(String) - Constructor for class org.opengis.metadata.maintenance.ScopeCode
Constructs an enum with the given name.
ScopeDescription - Interface in org.opengis.metadata.maintenance
Description of the class of information covered by the information.
ScopedName - Interface in org.opengis.util
A composite of a local name (as head) for locating another name space, and a generic name (as tail) valid in that name space.
SEARCH - Static variable in class org.opengis.metadata.citation.OnLineFunction
Online search interface for seeking out information about the resource.
second - Variable in class org.opengis.test.Units
Temporal units used in the test.
second() - Method in class org.opengis.test.Units
Base unit of measurement for durations.
SECRET - Static variable in class org.opengis.metadata.constraint.Classification
Kept or meant to be kept private, unknown, or hidden from all but a select group of people.
SecurityConstraints - Interface in org.opengis.metadata.constraint
Handling restrictions imposed on the resource for national security or similar security concerns.
SEMI_DARKNESS - Static variable in class org.opengis.metadata.content.ImagingCondition
Image was taken during semi-dark conditions or twilight conditions.
SENSOR - Static variable in class org.opengis.metadata.identification.InitiativeType
Device or piece of equipment which detects or records.
Sequence - Class in org.opengis.metadata.acquisition
Temporal relation of activation.
Sequence(String) - Constructor for class org.opengis.metadata.acquisition.Sequence
Constructs an enum with the given name.
serialVersionUID - Static variable in exception class org.opengis.geometry.MismatchedDimensionException
Serial number for inter-operability with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.acquisition.Context
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.acquisition.GeometryType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.acquisition.ObjectiveType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.acquisition.OperationType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.acquisition.Priority
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.acquisition.Sequence
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.acquisition.Trigger
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.citation.DateType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.citation.OnLineFunction
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.citation.PresentationForm
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.citation.Role
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.constraint.Classification
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.constraint.Restriction
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.content.BandDefinition
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.content.CoverageContentType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.content.ImagingCondition
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.content.PolarizationOrientation
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.content.TransferFunctionType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.Datatype
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.distribution.MediumFormat
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.distribution.MediumName
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.identification.AssociationType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.identification.CharacterSet
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.identification.InitiativeType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.identification.KeywordType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.identification.Progress
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.identification.TopicCategory
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.Obligation
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.quality.EvaluationMethodType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.spatial.CellGeometry
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.spatial.DimensionNameType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.spatial.GeometricObjectType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.spatial.PixelOrientation
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.spatial.SpatialRepresentationType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.metadata.spatial.TopologyLevel
Serial number for compatibility with different versions.
serialVersionUID - Static variable in exception class org.opengis.parameter.InvalidParameterCardinalityException
Serial number for inter-operability with different versions.
serialVersionUID - Static variable in exception class org.opengis.parameter.InvalidParameterNameException
Serial number for inter-operability with different versions.
serialVersionUID - Static variable in exception class org.opengis.parameter.InvalidParameterTypeException
Serial number for inter-operability with different versions.
serialVersionUID - Static variable in exception class org.opengis.parameter.InvalidParameterValueException
Serial number for inter-operability with different versions.
serialVersionUID - Static variable in exception class org.opengis.parameter.ParameterNotFoundException
Serial number for interoperability with different versions.
serialVersionUID - Static variable in class org.opengis.referencing.cs.AxisDirection
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.referencing.cs.RangeMeaning
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.referencing.datum.PixelInCell
Serial number for compatibility with different versions.
serialVersionUID - Static variable in class org.opengis.referencing.datum.VerticalDatumType
Serial number for compatibility with different versions.
serialVersionUID - Static variable in exception class org.opengis.referencing.NoSuchAuthorityCodeException
Serial number for inter-operability with different versions.
serialVersionUID - Static variable in exception class org.opengis.referencing.operation.NoninvertibleTransformException
Serial number for inter-operability with different versions.
serialVersionUID - Static variable in exception class org.opengis.referencing.operation.OperationNotFoundException
Serial number for inter-operability with different versions.
serialVersionUID - Static variable in exception class org.opengis.referencing.operation.TransformException
Serial number for inter-operability with different versions.
serialVersionUID - Static variable in class org.opengis.util.CodeList
Serial number for compatibility with different versions.
serialVersionUID - Static variable in exception class org.opengis.util.FactoryException
Serial number for inter-operability with different versions.
serialVersionUID - Static variable in exception class org.opengis.util.NoSuchIdentifierException
Serial number for inter-operability with different versions.
Series - Interface in org.opengis.metadata.citation
Information about the series, or aggregate dataset, to which a dataset belongs.
SERIES - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to the series.
SERVICE - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case.
ServiceIdentification - Interface in org.opengis.metadata.identification
Identification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour - See ISO 19119 for further information.
set(MemberName, Object) - Method in interface org.opengis.util.Record
Sets the value for the attribute of the specified name.
setElement(int, int, double) - Method in interface org.opengis.referencing.operation.Matrix
Modifies the value at the specified row and column of this matrix.
setLastCompletedTransform(MathTransform) - Method in exception class org.opengis.referencing.operation.TransformException
Sets the last transform that either transformed successfully all coordinates, or filled the untransformable coordinates with NaN values.
setOrdinate(int, double) - Method in interface org.opengis.geometry.DirectPosition
Sets the ordinate value along the specified dimension.
setOrdinate(int, double) - Method in class org.opengis.test.referencing.SimpleDirectPosition
Sets the ordinate value along the specified dimension.
setValue(boolean) - Method in interface org.opengis.parameter.ParameterValue
Set the parameter value as a boolean.
setValue(double) - Method in interface org.opengis.parameter.ParameterValue
Sets the parameter value as a floating point.
setValue(double[], Unit<?>) - Method in interface org.opengis.parameter.ParameterValue
Sets the parameter value as an array of floating point and their associated unit.
setValue(double, Unit<?>) - Method in interface org.opengis.parameter.ParameterValue
Sets the parameter value as a floating point and its associated unit.
setValue(int) - Method in interface org.opengis.parameter.ParameterValue
Set the parameter value as an integer.
setValue(Object) - Method in interface org.opengis.parameter.ParameterValue
Set the parameter value as an object.
SHADOW - Static variable in class org.opengis.metadata.content.ImagingCondition
Portion of the image is obscured by shadow.
SHIFT_JIS - Static variable in class org.opengis.metadata.identification.CharacterSet
Japanese code set used on MS-DOS based machines.
shortTypeName - Variable in class org.opengis.tools.taglet.DepartureElement
The simple name (without path or extension) of the type that contains the departure.
SimpleDirectPosition - Class in org.opengis.test.referencing
A trivial implementation of DirectPosition for internal usage by TransformTestCase.
SimpleDirectPosition(int) - Constructor for class org.opengis.test.referencing.SimpleDirectPosition
Creates a new direct position of the given dimension.
SimpleDirectPosition(Point2D) - Constructor for class org.opengis.test.referencing.SimpleDirectPosition
Creates a new two-dimensional direct position initialized to the given point.
SIMULATED - Static variable in class org.opengis.metadata.acquisition.OperationType
Originates from target simulator sources.
SingleCRS - Interface in org.opengis.referencing.crs
Abstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS).
SingleOperation - Interface in org.opengis.referencing.operation
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
SNOW - Static variable in class org.opengis.metadata.content.ImagingCondition
Portion of the image is obscured by snow.
SOCIETY - Static variable in class org.opengis.metadata.identification.TopicCategory
Characteristics of society and cultures.
SOFTWARE - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to a computer program or routine.
SOLID - Static variable in class org.opengis.metadata.spatial.GeometricObjectType
Bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space.
Source - Interface in org.opengis.metadata.lineage
Information about the source data used in creating the data specified by the scope.
SOURCE - Static variable in class org.opengis.metadata.identification.AssociationType
Mapping and charting information from which the dataset content originates.
SOUTH - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is π radians clockwise from north.
SOUTH_EAST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately south-east.
SOUTH_SOUTH_EAST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately south-south-east.
SOUTH_SOUTH_WEST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately south-south-west.
SOUTH_WEST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately south-west.
SpatialRepresentation - Interface in org.opengis.metadata.spatial
Digital mechanism used to represent spatial information.
SpatialRepresentationType - Class in org.opengis.metadata.spatial
Method used to represent geographic information in the dataset.
SpatialRepresentationType(String) - Constructor for class org.opengis.metadata.spatial.SpatialRepresentationType
Constructs an enum with the given name.
SpatialTemporalExtent - Interface in org.opengis.metadata.extent
Extent with respect to date/time and spatial boundaries.
specification() - Element in annotation type org.opengis.annotation.UML
The specification where this UML come from.
Specification - Enum in org.opengis.annotation
The specifications from which an interface, method or code list was derived.
Specification() - Constructor for enum org.opengis.annotation.Specification
 
SPECIFIED_CLASS - Static variable in class org.opengis.metadata.Datatype
Subclass that may be substituted for its superclass.
SphericalCS - Interface in org.opengis.referencing.cs
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
SPHEROID - Search tag in package org.opengis.referencing
Section
StandardOrderProcess - Interface in org.opengis.metadata.distribution
Common ways in which the resource may be obtained or received, and related instructions and fee information.
START - Static variable in class org.opengis.metadata.acquisition.Sequence
Beginning of a collection.
STEREO_MATE - Static variable in class org.opengis.metadata.identification.AssociationType
Part of a set of imagery that when used together, provides three-dimensional images.
STEREO_MODEL - Static variable in class org.opengis.metadata.spatial.SpatialRepresentationType
Three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images.
STRATUM - Static variable in class org.opengis.metadata.identification.KeywordType
Keyword identifies the layer(s) of any deposited substance.
stringValue() - Method in interface org.opengis.parameter.ParameterValue
Returns the string value of an operation parameter.
STRIP - Static variable in class org.opengis.metadata.acquisition.GeometryType
Series of linear collections grouped by way points.
STRUCTURE - Static variable in class org.opengis.metadata.identification.TopicCategory
Man-made construction.
STUDY - Static variable in class org.opengis.metadata.identification.InitiativeType
Examination or investigation.
SURFACE - Static variable in class org.opengis.metadata.spatial.GeometricObjectType
Bounded, connected 2-dimensional geometric, representing the continuous image of a region of a plane.
SURFACE_GRAPH - Static variable in class org.opengis.metadata.spatial.TopologyLevel
1-dimensional topological complex which is isomorphic to a subset of a surface.
SURVEY - Static variable in class org.opengis.metadata.acquisition.ObjectiveType
Collection over specified domain.
SYNTHESIZED - Static variable in class org.opengis.metadata.acquisition.OperationType
Mix of real and simulated data.

T

TABLE_DIGITAL - Static variable in class org.opengis.metadata.citation.PresentationForm
Digital representation of facts or figures systematically displayed, especially in columns.
TABLE_HARDCOPY - Static variable in class org.opengis.metadata.citation.PresentationForm
Representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media.
tail() - Method in interface org.opengis.util.ScopedName
Returns every elements of the parsed names list except for the head.
TAPE_7_TRACK - Static variable in class org.opengis.metadata.distribution.MediumName
7 track magnetic tape.
TAPE_9_TRACK - Static variable in class org.opengis.metadata.distribution.MediumName
9 track magnetic tape.
TAR - Static variable in class org.opengis.metadata.distribution.MediumFormat
Tap ARchive.
TASK - Static variable in class org.opengis.metadata.identification.InitiativeType
Piece of work.
Telephone - Interface in org.opengis.metadata.citation
Telephone numbers for contacting the responsible individual or organization.
TELEPHONE_LINK - Static variable in class org.opengis.metadata.distribution.MediumName
Communication through a telephone network.
TEMPORAL - Static variable in class org.opengis.metadata.identification.KeywordType
Keyword identifies a time period related to the dataset.
TemporalAccuracy - Interface in org.opengis.metadata.quality
Accuracy of the temporal attributes and temporal relationships of features.
TemporalConsistency - Interface in org.opengis.metadata.quality
Correctness of ordered events or sequences, if reported.
TemporalCRS - Interface in org.opengis.referencing.crs
A 1D coordinate reference system used for the recording of time.
TemporalDatum - Interface in org.opengis.referencing.datum
A temporal datum defines the origin of a temporal coordinate reference system.
TemporalExtent - Interface in org.opengis.metadata.extent
Time period covered by the content of the dataset.
TemporalPrimitive - Interface in org.opengis.temporal
Temporary placeholder for an interface defined in the geoapi-pending module.
TemporalValidity - Interface in org.opengis.metadata.quality
Validity of data specified by the scope with respect to time.
TERRAIN_MASKING - Static variable in class org.opengis.metadata.content.ImagingCondition
The absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest.
TestCase - Class in org.opengis.test
Base class of GeoAPI tests.
TestCase() - Constructor for class org.opengis.test.TestCase
Creates an unitialized test.
testCRSAuthorityCreation() - Method in class org.opengis.test.referencing.CRSTest
Tests the creation of the WGS84 crs from the EPSG code.
testInternationalString() - Method in class org.opengis.test.util.NameTest
Tests the creation of "My documents" folder name.
testLocalName() - Method in class org.opengis.test.util.NameTest
Tests the creation of "EPSG:4326" as local names.
testParsedHTTP() - Method in class org.opengis.test.util.NameTest
Tests the parsing of "http://www.opengis.net/gml/srs/epsg.xml#4326" as a local name.
testParsedURN() - Method in class org.opengis.test.util.NameTest
Tests the parsing of "urn:ogc:def:crs:epsg:4326" as a scoped name.
testScopedName() - Method in class org.opengis.test.util.NameTest
Tests the creation of "urn:ogc:def:crs:epsg:4326" as a scoped name.
testWGS84() - Method in class org.opengis.test.referencing.ReferencingTest
Tests the creation of the WGS84 CRS, and verifies that the axes are in the given (longitude, latitude) order.
text - Variable in class org.opengis.tools.taglet.DepartureElement
The departure text.
text(StringBuilder, Element, Iterable<? extends DocTree>) - Method in class org.opengis.tools.taglet.AbstractTaglet
Writes in the given buffer the given documentation tree elements.
text(Element, DocTree) - Method in class org.opengis.tools.taglet.AbstractTaglet
Returns the text contained in the given block tag.
TEXT_TABLE - Static variable in class org.opengis.metadata.spatial.SpatialRepresentationType
Textual or tabular data is used to represent geographic data.
THEMATIC_CLASSIFICATION - Static variable in class org.opengis.metadata.content.CoverageContentType
Code value with no quantitative meaning, used to represent a physical quantity.
ThematicAccuracy - Interface in org.opengis.metadata.quality
Accuracy of quantitative attributes and the correctness of non-quantitative attributes and of the classifications of features and their relationships.
ThematicClassificationCorrectness - Interface in org.opengis.metadata.quality
Comparison of the classes assigned to features or their attributes to a universe of discourse.
THEME - Static variable in class org.opengis.metadata.identification.KeywordType
Keyword identifies a particular subject or topic.
THETA - Static variable in class org.opengis.metadata.content.PolarizationOrientation
Polarization of the sensor oriented in the angle between +90 ° and 0 ° parallel to swath direction.
THREE_DB - Static variable in class org.opengis.metadata.content.BandDefinition
Width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak.
TILE - Static variable in class org.opengis.metadata.maintenance.ScopeCode
Information applies to a copy or imitation of an existing or hypothetical object.
TIME - Static variable in class org.opengis.metadata.spatial.DimensionNameType
Duration.
TimeCS - Interface in org.opengis.referencing.cs
A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.
TIN - Static variable in class org.opengis.metadata.spatial.SpatialRepresentationType
Triangulated irregular network.
tip() - Method in interface org.opengis.util.GenericName
Returns the last element in the sequence of parsed names.
tip() - Method in interface org.opengis.util.LocalName
Returns this since this object is already a local name.
tip() - Method in interface org.opengis.util.ScopedName
Returns the last element in the sequence of parsed names.
toCharset() - Method in class org.opengis.metadata.identification.CharacterSet
Converts the Character Set to a java Charset, if it can.
toFullyQualifiedName() - Method in interface org.opengis.util.GenericName
Returns a view of this name as a fully-qualified name.
toInternationalString() - Method in interface org.opengis.util.GenericName
Returns a local-dependent string representation of this generic name.
tolerance - Variable in class org.opengis.test.geometry.GeometryValidator
Small tolerance values for comparisons of floating point numbers.
tolerance - Variable in class org.opengis.test.referencing.TransformTestCase
Maximum difference to be accepted when comparing a transformed ordinate value with the expected one.
tolerance(double) - Method in class org.opengis.test.referencing.TransformTestCase
Returns the tolerance threshold for comparing the given ordinate value.
TOP_SECRET - Static variable in class org.opengis.metadata.constraint.Classification
Of the highest secrecy.
TopicCategory - Class in org.opengis.metadata.identification
High-level geographic data thematic classification to assist in the grouping and search of available geographic data sets.
TopicCategory(String) - Constructor for class org.opengis.metadata.identification.TopicCategory
Constructs an enum with the given name.
TopologicalConsistency - Interface in org.opengis.metadata.quality
Correctness of the explicitly encoded topological characteristics of the dataset as described by the scope.
TOPOLOGY_1D - Static variable in class org.opengis.metadata.spatial.TopologyLevel
1-dimensional topological complex.
TOPOLOGY_3D - Static variable in class org.opengis.metadata.spatial.TopologyLevel
3-dimensional topological complex.
TopologyLevel - Class in org.opengis.metadata.spatial
Degree of complexity of the spatial relationships.
TopologyLevel(String) - Constructor for class org.opengis.metadata.spatial.TopologyLevel
Constructs an enum with the given name.
toString() - Method in class org.opengis.test.referencing.SimpleDirectPosition
Returns a string representation of this direct position.
toString() - Method in class org.opengis.util.CodeList
Returns a string representation of this code list.
toString() - Method in interface org.opengis.util.GenericName
Returns a string representation of this generic name.
toString() - Method in interface org.opengis.util.InternationalString
Returns this string in the default locale.
toString() - Method in interface org.opengis.util.LocalName
Returns a locale-independent string representation of this local name.
toString() - Method in interface org.opengis.util.ScopedName
Returns a locale-independent string representation of this scoped name.
toString(List<? extends DocTree>, Element) - Method in class org.opengis.tools.taglet.Departure
Given a list of DocTrees representing this custom tag, returns its string representation.
toString(List<? extends DocTree>, Element) - Method in class org.opengis.tools.taglet.Note
Given a list of DocTrees representing this custom tag, returns its string representation.
toString(Locale) - Method in interface org.opengis.util.InternationalString
Returns this string in the given locale.
TOWGS84 - Search tag in package org.opengis.referencing
Section
toWKT() - Method in interface org.opengis.referencing.IdentifiedObject
Returns a Well Known Text (WKT) for this object.
toWKT() - Method in interface org.opengis.referencing.operation.MathTransform
Returns a Well Known Text (WKT) for this object.
TRACK - Static variable in class org.opengis.metadata.spatial.DimensionNameType
Along the direction of motion of the scan point
TRADEMARK - Static variable in class org.opengis.metadata.constraint.Restriction
A name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer.
TransferFunctionType - Class in org.opengis.metadata.content
Transform function to be used when scaling a physical value for a given element.
TransferFunctionType(String) - Constructor for class org.opengis.metadata.content.TransferFunctionType
Constructs an enum with the given name.
transform - Variable in class org.opengis.test.referencing.TransformTestCase
The transform being tested.
transform(double) - Method in interface org.opengis.referencing.operation.MathTransform1D
Transforms the specified value.
transform(double[], int, double[], int, int) - Method in interface org.opengis.referencing.operation.MathTransform
Transforms a list of coordinate point ordinal values.
transform(double[], int, float[], int, int) - Method in interface org.opengis.referencing.operation.MathTransform
Transforms a list of coordinate point ordinal values.
transform(float[], int, double[], int, int) - Method in interface org.opengis.referencing.operation.MathTransform
Transforms a list of coordinate point ordinal values.
transform(float[], int, float[], int, int) - Method in interface org.opengis.referencing.operation.MathTransform
Transforms a list of coordinate point ordinal values.
transform(Point2D, Point2D) - Method in interface org.opengis.referencing.operation.MathTransform2D
Transforms the specified ptSrc and stores the result in ptDst.
transform(DirectPosition, DirectPosition) - Method in interface org.opengis.referencing.operation.MathTransform
Transforms the specified ptSrc and stores the result in ptDst.
Transformation - Interface in org.opengis.referencing.operation
An operation on coordinates that usually includes a change of Datum.
TransformException - Exception Class in org.opengis.referencing.operation
Common superclass for a number of transformation-related exceptions.
TransformException() - Constructor for exception class org.opengis.referencing.operation.TransformException
Constructs an exception with no detail message.
TransformException(String) - Constructor for exception class org.opengis.referencing.operation.TransformException
Constructs an exception with the specified detail message.
TransformException(String, Throwable) - Constructor for exception class org.opengis.referencing.operation.TransformException
Constructs an exception with the specified detail message and cause.
TransformFailure - Exception Class in org.opengis.test.referencing
Thrown when a transform didn't produced the expected value.
TransformFailure(String) - Constructor for exception class org.opengis.test.referencing.TransformFailure
Creates a new exception with the given message.
TransformTestCase - Class in org.opengis.test.referencing
Base class for tests of MathTransform implementations.
TransformTestCase() - Constructor for class org.opengis.test.referencing.TransformTestCase
Creates a test case initialized to default values.
TRANSPORTATION - Static variable in class org.opengis.metadata.identification.TopicCategory
Means and aids for conveying persons and/or goods.
TRIAL - Static variable in class org.opengis.metadata.identification.InitiativeType
Process of testing to discover or demonstrate something.
Trigger - Class in org.opengis.metadata.acquisition
Mechanism of activation.
Trigger(String) - Constructor for class org.opengis.metadata.acquisition.Trigger
Constructs an enum with the given name.
type - Variable in class org.opengis.tools.taglet.DepartureElement
"Package", "Interface", "Class", "Method", "Field" or "Enum".
Type - Interface in org.opengis.util
The type definition.
TYPE_CLASS - Static variable in class org.opengis.metadata.Datatype
Class used for specification of a domain of instances (objects), together with the operations applicable to the objects.
typeName - Variable in class org.opengis.tools.taglet.DepartureElement
Qualified name of the type, package or module that contains the departure.
TypeName - Interface in org.opengis.util
The name of an attribute type.

U

UCS_2 - Static variable in class org.opengis.metadata.identification.CharacterSet
16-bit fixed size Universal Character Set, based on ISO/IEC 10646.
UCS_4 - Static variable in class org.opengis.metadata.identification.CharacterSet
32-bit fixed size Universal Character Set, based on ISO/IEC 10646.
UML - Annotation Type in org.opengis.annotation
An annotation mapping each interface, methods or fields to the UML identifier where they come from.
UNCLASSIFIED - Static variable in class org.opengis.metadata.constraint.Classification
Available for general disclosure.
UNDER_DEVELOPMENT - Static variable in class org.opengis.metadata.identification.Progress
Data is currently in the process of being created.
UNION_CLASS - Static variable in class org.opengis.metadata.Datatype
Class describing a selection of one of the specified types.
UNIT - Search tag in package org.opengis.referencing
Section
units - Variable in class org.opengis.test.referencing.CRSTest
The units of measurement to be used for the tests.
units - Variable in class org.opengis.test.referencing.DatumValidator
The units of measurement to be used for the verifications.
units - Variable in class org.opengis.test.referencing.ReferencingTest
The units of measurement to be used for the tests.
Units - Class in org.opengis.test
Pre-defined constants for the units of measurement used by the conformance tests.
Units(SystemOfUnits) - Constructor for class org.opengis.test.Units
Creates a new factory which will use the given system of units.
UNKNOW - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Deprecated.
UNKNOWN - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Frequency of maintenance for the data is not known
UNSPECIFIED - Enum constant in enum org.opengis.annotation.Specification
Specification not yet determined.
UP - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is up relative to gravity.
UPPER_LEFT - Static variable in class org.opengis.metadata.spatial.PixelOrientation
Next corner counterclockwise from the upper right.
UPPER_RIGHT - Static variable in class org.opengis.metadata.spatial.PixelOrientation
Next corner counterclockwise from the lower right.
US_ASCII - Static variable in class org.opengis.metadata.identification.CharacterSet
United States ASCII code set (ISO 646 US).
Usability - Interface in org.opengis.metadata.quality
Degree of adherence of a dataset to a specific set of user requirements.
Usage - Interface in org.opengis.metadata.identification
Brief description of ways in which the resource(s) is/are currently used.
USER - Static variable in class org.opengis.metadata.citation.Role
Party who uses the resource.
UserDefinedCS - Interface in org.opengis.referencing.cs
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.
UTF_16 - Static variable in class org.opengis.metadata.identification.CharacterSet
16-bit variable size UCS Transfer Format, based on ISO/IEC 10646.
UTF_7 - Static variable in class org.opengis.metadata.identification.CharacterSet
7-bit variable size UCS Transfer Format, based on ISO/IEC 10646.
UTF_8 - Static variable in class org.opengis.metadata.identification.CharacterSet
8-bit variable size UCS Transfer Format, based on ISO/IEC 10646.
UTILITIES_COMMUNICATION - Static variable in class org.opengis.metadata.identification.TopicCategory
Energy, water and waste systems and communications infrastructure and services.

V

validate(DirectPosition) - Method in class org.opengis.test.geometry.GeometryValidator
Validates the given position.
validate(DirectPosition) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(DirectPosition) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(Envelope) - Method in class org.opengis.test.geometry.GeometryValidator
Validates the given envelope.
validate(Envelope) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(Envelope) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(Citation) - Method in class org.opengis.test.metadata.CitationValidator
Validates the given citation.
validate(Citation) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(Citation) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(BoundingPolygon) - Method in class org.opengis.test.metadata.ExtentValidator
Validates the bounding polygon.
validate(BoundingPolygon) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(BoundingPolygon) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(Extent) - Method in class org.opengis.test.metadata.ExtentValidator
Validates the given extent.
validate(Extent) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(Extent) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(GeographicBoundingBox) - Method in class org.opengis.test.metadata.ExtentValidator
Validates the geographic bounding box.
validate(GeographicBoundingBox) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(GeographicBoundingBox) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(GeographicDescription) - Method in class org.opengis.test.metadata.ExtentValidator
Validates the geographic description.
validate(GeographicDescription) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(GeographicDescription) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(GeographicExtent) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(GeographicExtent) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(TemporalExtent) - Method in class org.opengis.test.metadata.ExtentValidator
Validates the temporal extent.
validate(TemporalExtent) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(TemporalExtent) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(VerticalExtent) - Method in class org.opengis.test.metadata.ExtentValidator
Validates the vertical extent.
validate(VerticalExtent) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(VerticalExtent) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(GeneralParameterDescriptor) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(GeneralParameterDescriptor) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(GeneralParameterValue) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(GeneralParameterValue) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(ParameterDescriptor<?>) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(ParameterDescriptor<?>) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(ParameterDescriptor<T>) - Method in class org.opengis.test.referencing.ParameterValidator
Validates the given descriptor.
validate(ParameterDescriptorGroup) - Method in class org.opengis.test.referencing.ParameterValidator
Validates the given descriptor.
validate(ParameterDescriptorGroup) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(ParameterDescriptorGroup) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(ParameterValue<?>) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(ParameterValue<?>) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(ParameterValue<T>) - Method in class org.opengis.test.referencing.ParameterValidator
Validates the given parameter value.
validate(ParameterValueGroup) - Method in class org.opengis.test.referencing.ParameterValidator
Validates the given coordinate system.
validate(ParameterValueGroup) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(ParameterValueGroup) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(CoordinateReferenceSystem) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(CoordinateReferenceSystem) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(DerivedCRS) - Method in class org.opengis.test.referencing.CRSValidator
Validates the given coordinate reference system.
validate(DerivedCRS) - Method in class org.opengis.test.ValidatorContainer
Validates the given coordinate reference system.
validate(DerivedCRS) - Static method in class org.opengis.test.Validators
Validates the given coordinate reference system.
validate(EngineeringCRS) - Method in class org.opengis.test.referencing.CRSValidator
Validates the given coordinate reference system.
validate(EngineeringCRS) - Method in class org.opengis.test.ValidatorContainer
Validates the given coordinate reference system.
validate(EngineeringCRS) - Static method in class org.opengis.test.Validators
Validates the given coordinate reference system.
validate(GeocentricCRS) - Method in class org.opengis.test.referencing.CRSValidator
Validates the given coordinate reference system.
validate(GeocentricCRS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(GeocentricCRS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(GeographicCRS) - Method in class org.opengis.test.referencing.CRSValidator
Validates the given coordinate reference system.
validate(GeographicCRS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(GeographicCRS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(ImageCRS) - Method in class org.opengis.test.referencing.CRSValidator
Validates the given coordinate reference system.
validate(ImageCRS) - Method in class org.opengis.test.ValidatorContainer
Validates the given coordinate reference system.
validate(ImageCRS) - Static method in class org.opengis.test.Validators
Validates the given coordinate reference system.
validate(ProjectedCRS) - Method in class org.opengis.test.referencing.CRSValidator
Validates the given coordinate reference system.
validate(ProjectedCRS) - Method in class org.opengis.test.ValidatorContainer
Validates the given coordinate reference system.
validate(ProjectedCRS) - Static method in class org.opengis.test.Validators
Validates the given coordinate reference system.
validate(TemporalCRS) - Method in class org.opengis.test.referencing.CRSValidator
Validates the given coordinate reference system.
validate(TemporalCRS) - Method in class org.opengis.test.ValidatorContainer
Validates the given coordinate reference system.
validate(TemporalCRS) - Static method in class org.opengis.test.Validators
Validates the given coordinate reference system.
validate(VerticalCRS) - Method in class org.opengis.test.referencing.CRSValidator
Validates the given coordinate reference system.
validate(VerticalCRS) - Method in class org.opengis.test.ValidatorContainer
Validates the given coordinate reference system.
validate(VerticalCRS) - Static method in class org.opengis.test.Validators
Validates the given coordinate reference system.
validate(CartesianCS) - Method in class org.opengis.test.referencing.CSValidator
Validates the given coordinate system.
validate(CartesianCS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(CartesianCS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(CoordinateSystem) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(CoordinateSystem) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(CoordinateSystemAxis) - Method in class org.opengis.test.referencing.CSValidator
Validates the given axis.
validate(CoordinateSystemAxis) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(CoordinateSystemAxis) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(CylindricalCS) - Method in class org.opengis.test.referencing.CSValidator
Validates the given coordinate system.
validate(CylindricalCS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(CylindricalCS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(EllipsoidalCS) - Method in class org.opengis.test.referencing.CSValidator
Validates the given coordinate system.
validate(EllipsoidalCS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(EllipsoidalCS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(LinearCS) - Method in class org.opengis.test.referencing.CSValidator
Validates the given coordinate system.
validate(LinearCS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(LinearCS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(PolarCS) - Method in class org.opengis.test.referencing.CSValidator
Validates the given coordinate system.
validate(PolarCS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(PolarCS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(SphericalCS) - Method in class org.opengis.test.referencing.CSValidator
Validates the given coordinate system.
validate(SphericalCS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(SphericalCS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(TimeCS) - Method in class org.opengis.test.referencing.CSValidator
Validates the given coordinate system.
validate(TimeCS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(TimeCS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(UserDefinedCS) - Method in class org.opengis.test.referencing.CSValidator
Validates the given coordinate system.
validate(UserDefinedCS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(UserDefinedCS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(VerticalCS) - Method in class org.opengis.test.referencing.CSValidator
Validates the given coordinate system.
validate(VerticalCS) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(VerticalCS) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(Datum) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(Datum) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(Ellipsoid) - Method in class org.opengis.test.referencing.DatumValidator
Validates the given ellipsoid.
validate(Ellipsoid) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(Ellipsoid) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(EngineeringDatum) - Method in class org.opengis.test.referencing.DatumValidator
Validates the given datum.
validate(EngineeringDatum) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(EngineeringDatum) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(GeodeticDatum) - Method in class org.opengis.test.referencing.DatumValidator
Validates the given datum.
validate(GeodeticDatum) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(GeodeticDatum) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(ImageDatum) - Method in class org.opengis.test.referencing.DatumValidator
Validates the given datum.
validate(ImageDatum) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(ImageDatum) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(PrimeMeridian) - Method in class org.opengis.test.referencing.DatumValidator
Validates the given prime meridian.
validate(PrimeMeridian) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(PrimeMeridian) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(TemporalDatum) - Method in class org.opengis.test.referencing.DatumValidator
Validates the given datum.
validate(TemporalDatum) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(TemporalDatum) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(VerticalDatum) - Method in class org.opengis.test.referencing.DatumValidator
Validates the given datum.
validate(VerticalDatum) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(VerticalDatum) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(IdentifiedObject) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(IdentifiedObject) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(ConcatenatedOperation) - Method in class org.opengis.test.referencing.OperationValidator
Validates the given concatenated operation.
validate(ConcatenatedOperation) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(ConcatenatedOperation) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(Conversion) - Method in class org.opengis.test.referencing.OperationValidator
Validates the given conversion.
validate(Conversion) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(Conversion) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(CoordinateOperation) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(CoordinateOperation) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(Formula) - Method in class org.opengis.test.referencing.OperationValidator
Validates the given formula.
validate(Formula) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(Formula) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(MathTransform) - Method in class org.opengis.test.referencing.OperationValidator
Validates the given math transform.
validate(MathTransform) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(MathTransform) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(OperationMethod) - Method in class org.opengis.test.referencing.OperationValidator
Validates the given operation method.
validate(OperationMethod) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(OperationMethod) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(PassThroughOperation) - Method in class org.opengis.test.referencing.OperationValidator
Validates the given "pass through" operation.
validate(PassThroughOperation) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(PassThroughOperation) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(Transformation) - Method in class org.opengis.test.referencing.OperationValidator
Validates the given transformation.
validate(Transformation) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(Transformation) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(ReferenceIdentifier) - Method in class org.opengis.test.referencing.ReferencingValidator
Ensures that the given identifier has a code.
validate(ReferenceIdentifier) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(ReferenceIdentifier) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(GenericName) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(GenericName) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(GenericName, List<? extends LocalName>) - Method in class org.opengis.test.util.NameValidator
Performs some tests that are common to all subclasses of GenericName.
validate(InternationalString) - Method in class org.opengis.test.util.NameValidator
Ensures that the CharSequence methods are consistent with the toString() value.
validate(InternationalString) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(InternationalString) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(LocalName) - Method in class org.opengis.test.util.NameValidator
Ensures that ISO 19103 or GeoAPI restrictions apply.
validate(LocalName) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(LocalName) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(NameSpace) - Method in class org.opengis.test.util.NameValidator
Ensures that ISO 19103 or GeoAPI restrictions apply.
validate(NameSpace) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(NameSpace) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validate(ScopedName) - Method in class org.opengis.test.util.NameValidator
Ensures that ISO 19103 or GeoAPI restrictions apply.
validate(ScopedName) - Method in class org.opengis.test.ValidatorContainer
Tests the conformance of the given object.
validate(ScopedName) - Static method in class org.opengis.test.Validators
Tests the conformance of the given object.
validateAxes(CoordinateSystem) - Method in class org.opengis.test.referencing.CSValidator
Performs the validation that are common to all coordinate systems.
validateCollection(Class<T>, Collection<? extends T>) - Method in class org.opengis.test.metadata.MetadataValidator
Validates all elements in the given collection.
validateCoordinateOperation(CoordinateOperation) - Method in class org.opengis.test.referencing.OperationValidator
Validates the given coordinate operation.
validateGeneralDerivedCRS(GeneralDerivedCRS) - Method in class org.opengis.test.referencing.CRSValidator
Validates the conversion in the given derived CRS.
validateIdentifiedObject(IdentifiedObject) - Method in class org.opengis.test.referencing.ReferencingValidator
Performs the validation that are common to all identified objects.
validateMandatory(InternationalString) - Method in class org.opengis.test.metadata.MetadataValidator
Validates the given mandatory string.
validateOperation(SingleOperation) - Method in class org.opengis.test.referencing.OperationValidator
Validates the given operation.
validateOptional(InternationalString) - Method in class org.opengis.test.metadata.MetadataValidator
Validates the given mandatory string.
validateReferenceSystem(ReferenceSystem) - Method in class org.opengis.test.referencing.ReferencingValidator
Performs the validation that are common to all reference systems.
VALIDATING - Variable in class org.opengis.test.referencing.CRSValidator
Validator - Class in org.opengis.test
Base class of all GeoAPI validators.
Validator(ValidatorContainer, String) - Constructor for class org.opengis.test.Validator
Creates a new validator instance.
ValidatorContainer - Class in org.opengis.test
A set of convenience methods for validating GeoAPI implementations.
ValidatorContainer() - Constructor for class org.opengis.test.ValidatorContainer
Creates a new ValidatorContainer initialised with default validators.
Validators - Class in org.opengis.test
A set of convenience static methods for validating GeoAPI implementations.
Validators() - Constructor for class org.opengis.test.Validators
For subclass constructors only.
value - Variable in exception class org.opengis.parameter.InvalidParameterValueException
The invalid parameter value.
valueFile() - Method in interface org.opengis.parameter.ParameterValue
Returns a reference to a file or a part of a file containing one or more parameter values.
valueOf(Class<T>, String) - Static method in class org.opengis.util.CodeList
Returns the code of the given type that matches the given name, or returns a new one if none match it.
valueOf(Class<T>, CodeList.Filter) - Static method in class org.opengis.util.CodeList
Returns the code of the given type that matches the given criterion, or returns a new one if none match it.
valueOf(String) - Static method in enum org.opengis.annotation.ComplianceLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.annotation.Obligation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.annotation.Specification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.opengis.metadata.acquisition.Context
Returns the context that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.acquisition.GeometryType
Returns the geometry type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.acquisition.ObjectiveType
Returns the objective type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.acquisition.OperationType
Returns the operation type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.acquisition.Priority
Returns the priority that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.acquisition.Sequence
Returns the sequence that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.acquisition.Trigger
Returns the trigger that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.citation.DateType
Returns the date type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.citation.OnLineFunction
Returns the on line function that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.citation.PresentationForm
Returns the presentation form that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.citation.Role
Returns the role that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.constraint.Classification
Returns the classification that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.constraint.Restriction
Returns the restriction that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.content.BandDefinition
Returns the band definition that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.content.CoverageContentType
Returns the coverage content type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.content.ImagingCondition
Returns the imaging condition that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.content.PolarizationOrientation
Returns the transfer function type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.content.TransferFunctionType
Returns the transfer function type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.Datatype
Returns the datatype that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.distribution.MediumFormat
Returns the medium format that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.distribution.MediumName
Returns the medium name that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.identification.AssociationType
Returns the association type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.identification.CharacterSet
Returns the character set that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.identification.InitiativeType
Returns the initiative type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.identification.KeywordType
Returns the KeywordType that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.identification.Progress
Returns the progress that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.identification.TopicCategory
Returns the topic category that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.maintenance.MaintenanceFrequency
Returns the maintenance frequency that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.maintenance.ScopeCode
Returns the scope code that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.Obligation
Returns the obligation that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.quality.EvaluationMethodType
Returns the evaluation method type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.spatial.CellGeometry
Returns the CellGeometry that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.spatial.DimensionNameType
Returns the dimension name type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.spatial.GeometricObjectType
Returns the geometric object type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.spatial.PixelOrientation
Returns the pixel orientation that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.spatial.SpatialRepresentationType
Returns the spatial representation type that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.metadata.spatial.TopologyLevel
Returns the topology level that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.referencing.cs.AxisDirection
Returns the axis direction that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.referencing.cs.RangeMeaning
Returns the range meaning that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.referencing.datum.PixelInCell
Returns the pixel in cell that matches the given string, or returns a new one if none match it.
valueOf(String) - Static method in class org.opengis.referencing.datum.VerticalDatumType
Returns the vertical datum type that matches the given string, or returns a new one if none match it.
values() - Static method in enum org.opengis.annotation.ComplianceLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengis.annotation.Obligation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengis.annotation.Specification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.opengis.metadata.acquisition.Context
Returns the list of Contexts.
values() - Static method in class org.opengis.metadata.acquisition.GeometryType
Returns the list of GeometryTypes.
values() - Static method in class org.opengis.metadata.acquisition.ObjectiveType
Returns the list of ObjectiveTypes.
values() - Static method in class org.opengis.metadata.acquisition.OperationType
Returns the list of OperationTypes.
values() - Static method in class org.opengis.metadata.acquisition.Priority
Returns the list of Prioritys.
values() - Static method in class org.opengis.metadata.acquisition.Sequence
Returns the list of Sequences.
values() - Static method in class org.opengis.metadata.acquisition.Trigger
Returns the list of Triggers.
values() - Static method in class org.opengis.metadata.citation.DateType
Returns the list of DateTypes.
values() - Static method in class org.opengis.metadata.citation.OnLineFunction
Returns the list of OnLineFunctions.
values() - Static method in class org.opengis.metadata.citation.PresentationForm
Returns the list of PresentationForms.
values() - Static method in class org.opengis.metadata.citation.Role
Returns the list of Roles.
values() - Static method in class org.opengis.metadata.constraint.Classification
Returns the list of Classifications.
values() - Static method in class org.opengis.metadata.constraint.Restriction
Returns the list of Restrictions.
values() - Static method in class org.opengis.metadata.content.BandDefinition
Returns the list of BandDefinitions.
values() - Static method in class org.opengis.metadata.content.CoverageContentType
Returns the list of CoverageContentTypes.
values() - Static method in class org.opengis.metadata.content.ImagingCondition
Returns the list of ImagingConditions.
values() - Static method in class org.opengis.metadata.content.PolarizationOrientation
Returns the list of PolarizationOrientations.
values() - Static method in class org.opengis.metadata.content.TransferFunctionType
Returns the list of TransferFunctionTypes.
values() - Static method in class org.opengis.metadata.Datatype
Returns the list of Datatypes.
values() - Static method in class org.opengis.metadata.distribution.MediumFormat
Returns the list of MediumFormats.
values() - Static method in class org.opengis.metadata.distribution.MediumName
Returns the list of MediumNames.
values() - Static method in class org.opengis.metadata.identification.AssociationType
Returns the list of AssociationTypes.
values() - Static method in class org.opengis.metadata.identification.CharacterSet
Returns the list of CharacterSets.
values() - Static method in class org.opengis.metadata.identification.InitiativeType
Returns the list of InitiativeTypes.
values() - Static method in class org.opengis.metadata.identification.KeywordType
Returns the list of KeywordTypes.
values() - Static method in class org.opengis.metadata.identification.Progress
Returns the list of Progresss.
values() - Static method in class org.opengis.metadata.identification.TopicCategory
Returns the list of TopicCategorys.
values() - Static method in class org.opengis.metadata.maintenance.MaintenanceFrequency
Returns the list of MaintenanceFrequencys.
values() - Static method in class org.opengis.metadata.maintenance.ScopeCode
Returns the list of ScopeCodes.
values() - Static method in class org.opengis.metadata.Obligation
Returns the list of Obligations.
values() - Static method in class org.opengis.metadata.quality.EvaluationMethodType
Returns the list of EvaluationMethodTypes.
values() - Static method in class org.opengis.metadata.spatial.CellGeometry
Returns the list of CellGeometrys.
values() - Static method in class org.opengis.metadata.spatial.DimensionNameType
Returns the list of DimensionNameTypes.
values() - Static method in class org.opengis.metadata.spatial.GeometricObjectType
Returns the list of GeometricObjectTypes.
values() - Static method in class org.opengis.metadata.spatial.PixelOrientation
Returns the list of PixelOrientations.
values() - Static method in class org.opengis.metadata.spatial.SpatialRepresentationType
Returns the list of SpatialRepresentationTypes.
values() - Static method in class org.opengis.metadata.spatial.TopologyLevel
Returns the list of TopologyLevels.
values() - Method in interface org.opengis.parameter.ParameterValueGroup
Returns the values in this group.
values() - Static method in class org.opengis.referencing.cs.AxisDirection
Returns the list of AxisDirections.
values() - Static method in class org.opengis.referencing.cs.RangeMeaning
Returns the list of RangeMeanings.
values() - Static method in class org.opengis.referencing.datum.PixelInCell
Returns the list of PixelInCells.
values() - Static method in class org.opengis.referencing.datum.VerticalDatumType
Returns the list of VerticalDatumTypes.
VALUES - Static variable in class org.opengis.metadata.acquisition.Context
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.acquisition.GeometryType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.acquisition.ObjectiveType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.acquisition.OperationType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.acquisition.Priority
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.acquisition.Sequence
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.acquisition.Trigger
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.citation.DateType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.citation.OnLineFunction
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.citation.PresentationForm
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.citation.Role
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.constraint.Classification
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.constraint.Restriction
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.content.BandDefinition
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.content.CoverageContentType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.content.ImagingCondition
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.content.PolarizationOrientation
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.content.TransferFunctionType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.Datatype
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.distribution.MediumFormat
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.distribution.MediumName
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.identification.AssociationType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.identification.CharacterSet
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.identification.InitiativeType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.identification.KeywordType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.identification.Progress
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.identification.TopicCategory
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.maintenance.ScopeCode
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.Obligation
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.quality.EvaluationMethodType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.spatial.CellGeometry
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.spatial.DimensionNameType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.spatial.GeometricObjectType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.spatial.PixelOrientation
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.spatial.SpatialRepresentationType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.metadata.spatial.TopologyLevel
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.referencing.cs.AxisDirection
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.referencing.cs.RangeMeaning
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.referencing.datum.PixelInCell
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.referencing.datum.VerticalDatumType
List of all enumerations of this type.
VALUES - Static variable in class org.opengis.util.CodeList
The values for each code list.
VECTOR - Static variable in class org.opengis.metadata.spatial.SpatialRepresentationType
Vector data is used to represent geographic data.
VectorSpatialRepresentation - Interface in org.opengis.metadata.spatial
Information about the vector spatial objects in the dataset.
verifyConsistency(float[]) - Method in class org.opengis.test.referencing.TransformTestCase
Transforms coordinates using various versions of MathTransform.transform(...) and verifies that they produce the same numerical values.
verifyInverse(double[]) - Method in class org.opengis.test.referencing.TransformTestCase
Transforms the given coordinates, applies the inverse transform and compares with the original values.
verifyInverse(float[]) - Method in class org.opengis.test.referencing.TransformTestCase
Transforms the given coordinates, applies the inverse transform and compares with the original values.
verifyTransform(double[], double[]) - Method in class org.opengis.test.referencing.TransformTestCase
Transforms the given coordinates and verifies that the result is equals (within a positive delta) to the expected ones.
VERSION_KEY - Static variable in interface org.opengis.referencing.ReferenceIdentifier
Key for the "version" property to be given to the CRS factory createFoo(…) methods.
VERT_CS - Search tag in package org.opengis.referencing
Section
VERT_DATUM - Search tag in package org.opengis.referencing
Section
VERTICAL - Static variable in class org.opengis.metadata.content.PolarizationOrientation
Polarization of the sensor oriented in the vertical plane in relation to swath direction.
VERTICAL - Static variable in class org.opengis.metadata.spatial.DimensionNameType
Vertical (z) axis.
VerticalCRS - Interface in org.opengis.referencing.crs
A 1D coordinate reference system used for recording heights or depths.
VerticalCS - Interface in org.opengis.referencing.cs
A one-dimensional coordinate system used to record the heights (or depths) of points.
VerticalDatum - Interface in org.opengis.referencing.datum
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.
Vertical datum - Search tag in package org.opengis.referencing.datum
Section
VerticalDatumType - Class in org.opengis.referencing.datum
Type of a vertical datum.
VerticalDatumType(String) - Constructor for class org.opengis.referencing.datum.VerticalDatumType
Constructs an enum with the given name.
VerticalExtent - Interface in org.opengis.metadata.extent
Vertical domain of dataset.
VIDEO - Static variable in class org.opengis.metadata.spatial.SpatialRepresentationType
Scene from a video recording.
VIDEO_DIGITAL - Static variable in class org.opengis.metadata.citation.PresentationForm
Digital video recording.
VIDEO_HARDCOPY - Static variable in class org.opengis.metadata.citation.PresentationForm
Video recording on film.

W

WAY_POINT - Static variable in class org.opengis.metadata.acquisition.Context
Event related to a navigational manoeuvre.
WEEKLY - Static variable in class org.opengis.metadata.maintenance.MaintenanceFrequency
Data is updated on a weekly basis.
Well-Known Text format - Search tag in package org.opengis.referencing
Section
Well-Known Text format - Search tag in package org.opengis.referencing
Section
WEST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is 3π/2 radians clockwise from north.
WEST_NORTH_WEST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately west-north-west.
WEST_SOUTH_WEST - Static variable in class org.opengis.referencing.cs.AxisDirection
Axis positive direction is approximately west-south-west.
WKT Example - Search tag in package org.opengis.referencing
Section
WRAPAROUND - Static variable in class org.opengis.referencing.cs.RangeMeaning
The axis is continuous with values wrapping around at the minimum value and maximum value.
writeClassName(Writer) - Method in class org.opengis.tools.taglet.DepartureElement
Writes the a class name to the given writer.
writeFieldName(Writer) - Method in class org.opengis.tools.taglet.DepartureElement
Writes the a field name to the given writer.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form