Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages

A

accMetaChecksum - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
accumulated checksum of the metadata of this entity and all child entities; The URI must conform to the pattern {algorithm}:{hex value}, for example: \begin{verbatim}md5:4be91751541fd804e7207663a0822f56.\end{verbatim} The accumulated checksum of an entity is computed by accumulating the byte representation of entity checksums in the following order: (1) the metaChecksum of the current entity, (2) the accMetaChecksum of all child entities accumulated in order of the child's Entity.id.
accMetaChecksum - Variable in class org.ivoa.dm.caom2.CaomEntity
accumulated checksum of the metadata of this entity and all child entities; The URI must conform to the pattern {algorithm}:{hex value}, for example: \begin{verbatim}md5:4be91751541fd804e7207663a0822f56.\end{verbatim} The accumulated checksum of an entity is computed by accumulating the byte representation of entity checksums in the following order: (1) the metaChecksum of the current entity, (2) the accMetaChecksum of all child entities accumulated in order of the child's Entity.id.
accMetaChecksum - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
accumulated checksum of the metadata of this entity and all child entities; The URI must conform to the pattern {algorithm}:{hex value}, for example: \begin{verbatim}md5:4be91751541fd804e7207663a0822f56.\end{verbatim} The accumulated checksum of an entity is computed by accumulating the byte representation of entity checksums in the following order: (1) the metaChecksum of the current entity, (2) the accMetaChecksum of all child entities accumulated in order of the child's Entity.id.
accMetaChecksum - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
accumulated checksum of the metadata of this entity and all child entities; The URI must conform to the pattern {algorithm}:{hex value}, for example: \begin{verbatim}md5:4be91751541fd804e7207663a0822f56.\end{verbatim} The accumulated checksum of an entity is computed by accumulating the byte representation of entity checksums in the following order: (1) the metaChecksum of the current entity, (2) the accMetaChecksum of all child entities accumulated in order of the child's Entity.id.
accMetaChecksum - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
accumulated checksum of the metadata of this entity and all child entities; The URI must conform to the pattern {algorithm}:{hex value}, for example: \begin{verbatim}md5:4be91751541fd804e7207663a0822f56.\end{verbatim} The accumulated checksum of an entity is computed by accumulating the byte representation of entity checksums in the following order: (1) the metaChecksum of the current entity, (2) the accMetaChecksum of all child entities accumulated in order of the child's Entity.id.
addContent(ArtifactDescription) - Method in class org.ivoa.dm.caom2.Caom2Model
add ArtifactDescription to model.
addContent(DeletedArtifactDescriptionEvent) - Method in class org.ivoa.dm.caom2.Caom2Model
add DeletedArtifactDescriptionEvent to model.
addContent(DeletedObservationEvent) - Method in class org.ivoa.dm.caom2.Caom2Model
add DeletedObservationEvent to model.
addContent(DerivedObservation) - Method in class org.ivoa.dm.caom2.Caom2Model
add DerivedObservation to model.
addContent(SimpleObservation) - Method in class org.ivoa.dm.caom2.Caom2Model
add SimpleObservation to model.
addToArtifacts(Artifact) - Method in class org.ivoa.dm.caom2.Plane
Add a org.ivoa.dm.caom2.Artifact to the composition.
addToPlanes(Plane) - Method in class org.ivoa.dm.caom2.Observation
Add a org.ivoa.dm.caom2.Plane to the composition.
addToPoints(Point) - Method in class org.ivoa.dm.caom2.types.Polygon
Add a org.ivoa.dm.caom2.types.Point to the composition.
addToSamples(IntervalM) - Method in class org.ivoa.dm.caom2.CustomAxis
Add a org.ivoa.dm.caom2.types.IntervalM to the composition.
addToSamples(IntervalM) - Method in class org.ivoa.dm.caom2.Energy
Add a org.ivoa.dm.caom2.types.IntervalM to the composition.
addToSamples(IntervalM) - Method in class org.ivoa.dm.caom2.Time
Add a org.ivoa.dm.caom2.types.IntervalM to the composition.
addToShapes(Shape) - Method in class org.ivoa.dm.caom2.types.MultiShape
Add a org.ivoa.dm.caom2.types.Shape to the composition.
algorithm - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
This provides information about the algorithm or process that created this observation.
algorithm - Variable in class org.ivoa.dm.caom2.Observation
This provides information about the algorithm or process that created this observation.
algorithm - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
This provides information about the algorithm or process that created this observation.
Algorithm - Class in org.ivoa.dm.caom2
the algorithm that was responsible for creating the observation; for a DerivedObservation this is the algorithm that defines the intended set of members to include .
Algorithm() - Constructor for class org.ivoa.dm.caom2.Algorithm
Creates a new Algorithm
Algorithm(String) - Constructor for class org.ivoa.dm.caom2.Algorithm
full parameter constructor.
Algorithm(Algorithm) - Constructor for class org.ivoa.dm.caom2.Algorithm
Copy Constructor.
Algorithm.AlgorithmBuilder - Class in org.ivoa.dm.caom2
A builder class for Algorithm, mainly for use in the functional builder pattern.
AlgorithmBuilder() - Constructor for class org.ivoa.dm.caom2.Algorithm.AlgorithmBuilder
 
ambientTemp - Variable in class org.ivoa.dm.caom2.Environment
ambient temperature at the telescope.
ambientTemp - Variable in class org.ivoa.dm.caom2.Environment.EnvironmentBuilder
ambient temperature at the telescope.
ANALYSIS_PRODUCT - Enum constant in enum class org.ivoa.dm.caom2.CalibrationLevel
Value ANALYSIS_PRODUCT : (4) A data product output from scientific analysis.
Artifact - Class in org.ivoa.dm.caom2
a physical product (typically a file).
Artifact() - Constructor for class org.ivoa.dm.caom2.Artifact
Creates a new Artifact
Artifact(String, String, String, ReleaseType, String, Integer, String, Date, List<String>, String, Date, String, String, Date, String, String) - Constructor for class org.ivoa.dm.caom2.Artifact
full parameter constructor.
Artifact(Artifact) - Constructor for class org.ivoa.dm.caom2.Artifact
Copy Constructor.
Artifact(CaomEntity, String, String, String, ReleaseType, String, Integer, String, Date, List<String>, String) - Constructor for class org.ivoa.dm.caom2.Artifact
Constructor from supertype instance.
Artifact.ArtifactBuilder - Class in org.ivoa.dm.caom2
A builder class for Artifact, mainly for use in the functional builder pattern.
ArtifactBuilder() - Constructor for class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
 
ArtifactDescription - Class in org.ivoa.dm.caom2
The provides a referenceable description of artitfacts for use in DataLink responses.
ArtifactDescription() - Constructor for class org.ivoa.dm.caom2.ArtifactDescription
Creates a new ArtifactDescription
ArtifactDescription(String, String, String, Date, String, String) - Constructor for class org.ivoa.dm.caom2.ArtifactDescription
full parameter constructor.
ArtifactDescription(ArtifactDescription) - Constructor for class org.ivoa.dm.caom2.ArtifactDescription
Copy Constructor.
ArtifactDescription(Entity, String, String) - Constructor for class org.ivoa.dm.caom2.ArtifactDescription
Constructor from supertype instance.
ArtifactDescription.ArtifactDescriptionBuilder - Class in org.ivoa.dm.caom2
A builder class for ArtifactDescription, mainly for use in the functional builder pattern.
ArtifactDescriptionBuilder() - Constructor for class org.ivoa.dm.caom2.ArtifactDescription.ArtifactDescriptionBuilder
 
artifacts - Variable in class org.ivoa.dm.caom2.Plane
This is the set of component artifacts belonging to this plane.
artifacts - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
This is the set of component artifacts belonging to this plane.

B

background - Variable in class org.ivoa.dm.caom2.Metrics
background level.
background - Variable in class org.ivoa.dm.caom2.Metrics.MetricsBuilder
background level.
backgroundStddev - Variable in class org.ivoa.dm.caom2.Metrics
standard deviation in the background level.
backgroundStddev - Variable in class org.ivoa.dm.caom2.Metrics.MetricsBuilder
standard deviation in the background level.
bandpassName - Variable in class org.ivoa.dm.caom2.Energy
telescope- and instrument-specific name for the energy band(s) included; multiple bands may be included if energies from all specified bands are included in the data (in the sense of union).
bandpassName - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
telescope- and instrument-specific name for the energy band(s) included; multiple bands may be included if energies from all specified bands are included in the data (in the sense of union).
bounds - Variable in class org.ivoa.dm.caom2.CustomAxis
custom coordinate coverage (cardinality changed in CAOM-2.5).
bounds - Variable in class org.ivoa.dm.caom2.CustomAxis.CustomAxisBuilder
custom coordinate coverage (cardinality changed in CAOM-2.5).
bounds - Variable in class org.ivoa.dm.caom2.Energy
simple outer bounds of energy coverage of the data (CHANGED cardinality in CAOM-2.5).
bounds - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
simple outer bounds of energy coverage of the data (CHANGED cardinality in CAOM-2.5).
bounds - Variable in class org.ivoa.dm.caom2.Position
spatial boundary that includes the data (CHANGED cardinality in CAOM-2.5).
bounds - Variable in class org.ivoa.dm.caom2.Position.PositionBuilder
spatial boundary that includes the data (CHANGED cardinality in CAOM-2.5).
bounds - Variable in class org.ivoa.dm.caom2.Time
time bounds that include the data (cardinality changed in CAOM-2.5).
bounds - Variable in class org.ivoa.dm.caom2.Time.TimeBuilder
time bounds that include the data (cardinality changed in CAOM-2.5).

C

CALIBRATED - Enum constant in enum class org.ivoa.dm.caom2.CalibrationLevel
Value CALIBRATED : (2) Standard calibration steps have been applied.
calibration - Variable in class org.ivoa.dm.caom2.Energy
term describing the calibration of the energy axis values (new in CAOM-2.5).
calibration - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
term describing the calibration of the energy axis values (new in CAOM-2.5).
calibration - Variable in class org.ivoa.dm.caom2.Observable
term describing the calibration of the observable values.
calibration - Variable in class org.ivoa.dm.caom2.Observable.ObservableBuilder
term describing the calibration of the observable values.
calibration - Variable in class org.ivoa.dm.caom2.Position
term describing the calibration of the position axis values (NEW in CAOM-2.5).
calibration - Variable in class org.ivoa.dm.caom2.Position.PositionBuilder
term describing the calibration of the position axis values (NEW in CAOM-2.5).
calibration - Variable in class org.ivoa.dm.caom2.Time
term describing the calibration of the time axis values.
calibration - Variable in class org.ivoa.dm.caom2.Time.TimeBuilder
term describing the calibration of the time axis values.
CALIBRATION - Enum constant in enum class org.ivoa.dm.caom2.ObservationIntentType
Value calibration : The intent of this observation was to create calibration data.
calibrationLevel - Variable in class org.ivoa.dm.caom2.Plane
This describes the degree to which the data is calibrated; it is equivalent to the ObsCore calibration level field.
calibrationLevel - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
This describes the degree to which the data is calibrated; it is equivalent to the ObsCore calibration level field.
CalibrationLevel - Enum Class in org.ivoa.dm.caom2
This enumeration describes the degree to which data has been calibrated to remove instrumental effects.
CalibrationStatus - Class in org.ivoa.dm.caom2
This is a proposal for the creation of a IVOA calibration-status vocabulary.
CalibrationStatus() - Constructor for class org.ivoa.dm.caom2.CalibrationStatus
Creates a new CalibrationStatus
CalibrationStatus(String, String) - Constructor for class org.ivoa.dm.caom2.CalibrationStatus
full parameter constructor.
CalibrationStatus(CalibrationStatus) - Constructor for class org.ivoa.dm.caom2.CalibrationStatus
Copy Constructor.
CalibrationStatus(VocabularyTerm) - Constructor for class org.ivoa.dm.caom2.CalibrationStatus
Constructor from supertype instance.
CalibrationStatus.CalibrationStatusBuilder - Class in org.ivoa.dm.caom2
A builder class for CalibrationStatus, mainly for use in the functional builder pattern.
CalibrationStatusBuilder() - Constructor for class org.ivoa.dm.caom2.CalibrationStatus.CalibrationStatusBuilder
 
Caom2Model - Class in org.ivoa.dm.caom2
The container class for the caom2 Model.
Caom2Model() - Constructor for class org.ivoa.dm.caom2.Caom2Model
default constructor.
Caom2Model.References - Class in org.ivoa.dm.caom2
A container class for the references in the model.
CaomEntity - Class in org.ivoa.dm.caom2
This is an extension of the base Entity class to support accumulated metadata checksums and accumulated lastModified timestamps for entities with child entities.
CaomEntity() - Constructor for class org.ivoa.dm.caom2.CaomEntity
Creates a new CaomEntity
CaomEntity(Date, String, String, Date, String, String) - Constructor for class org.ivoa.dm.caom2.CaomEntity
full parameter constructor.
CaomEntity(CaomEntity) - Constructor for class org.ivoa.dm.caom2.CaomEntity
Copy Constructor.
center - Variable in class org.ivoa.dm.caom2.types.Circle
.
center - Variable in class org.ivoa.dm.caom2.types.Circle.CircleBuilder
.
Circle - Class in org.ivoa.dm.caom2.types
a circular region on the sky.
Circle() - Constructor for class org.ivoa.dm.caom2.types.Circle
Creates a new Circle
Circle(Circle) - Constructor for class org.ivoa.dm.caom2.types.Circle
Copy Constructor.
Circle(Point, Double) - Constructor for class org.ivoa.dm.caom2.types.Circle
full parameter constructor.
Circle(Shape, Point, Double) - Constructor for class org.ivoa.dm.caom2.types.Circle
Constructor from supertype instance.
Circle.CircleBuilder - Class in org.ivoa.dm.caom2.types
A builder class for Circle, mainly for use in the functional builder pattern.
CircleBuilder() - Constructor for class org.ivoa.dm.caom2.types.Circle.CircleBuilder
 
collection - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
The name of the data collection to which this observation belongs.
collection - Variable in class org.ivoa.dm.caom2.Observation
The name of the data collection to which this observation belongs.
collection - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
The name of the data collection to which this observation belongs.
contentChecksum - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
this is the checksum of the artifact data; the URI must conform to the pattern {algorithm}:{hex value}, for example: \begin{verbatim} md5:4be91751541fd804e7207663a0822f56 \end{verbatim}.
contentChecksum - Variable in class org.ivoa.dm.caom2.Artifact
this is the checksum of the artifact data; the URI must conform to the pattern {algorithm}:{hex value}, for example: \begin{verbatim} md5:4be91751541fd804e7207663a0822f56 \end{verbatim}.
contentLength - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
This specifies the size of the stored artifact; for files, this is the file size.
contentLength - Variable in class org.ivoa.dm.caom2.Artifact
This specifies the size of the stored artifact; for files, this is the file size.
contentReadGroups - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
Thsi is a set of groups that are allowed to access the content of this artifact.
contentReadGroups - Variable in class org.ivoa.dm.caom2.Artifact
Thsi is a set of groups that are allowed to access the content of this artifact.
contentRelease - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
This timestamp after which content for the artifact is public.
contentRelease - Variable in class org.ivoa.dm.caom2.Artifact
This timestamp after which content for the artifact is public.
contentType - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
This field specifies the format of the resolved artifact: should be a MIME-type.
contentType - Variable in class org.ivoa.dm.caom2.Artifact
This field specifies the format of the resolved artifact: should be a MIME-type.
contextFactory() - Static method in class org.ivoa.dm.caom2.Caom2Model
the context factory for the model.
coordinates - Variable in class org.ivoa.dm.caom2.TargetPosition
the coordinates.
coordinates - Variable in class org.ivoa.dm.caom2.TargetPosition.TargetPositionBuilder
the coordinates.
coordsys - Variable in class org.ivoa.dm.caom2.TargetPosition
the coordinate system of the coordinates.
coordsys - Variable in class org.ivoa.dm.caom2.TargetPosition.TargetPositionBuilder
the coordinate system of the coordinates.
copyMe() - Method in class org.ivoa.dm.caom2.Artifact
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.ArtifactDescription
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.CalibrationStatus
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.CaomEntity
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.DeletedObservationEvent
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.DerivedObservation
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.Entity
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.Observation
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.Plane
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.Quality
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.SimpleObservation
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.Status
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.TargetType
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.Tracking
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.types.Circle
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.types.Polygon
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.types.Shape
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.UCDTerm
make a clone of the object taking into account current polymorhic type.
copyMe() - Method in class org.ivoa.dm.caom2.VocabularyTerm
make a clone of the object taking into account current polymorhic type.
CPOLI - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value CPOLI : circular polarization intensity: |V|.
create() - Method in class org.ivoa.dm.caom2.Algorithm.AlgorithmBuilder
create a Algorithm from this builder.
create() - Method in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
create a Artifact from this builder.
create() - Method in class org.ivoa.dm.caom2.ArtifactDescription.ArtifactDescriptionBuilder
create a ArtifactDescription from this builder.
create() - Method in class org.ivoa.dm.caom2.CalibrationStatus.CalibrationStatusBuilder
create a CalibrationStatus from this builder.
create() - Method in class org.ivoa.dm.caom2.CustomAxis.CustomAxisBuilder
create a CustomAxis from this builder.
create() - Method in class org.ivoa.dm.caom2.DataQuality.DataQualityBuilder
create a DataQuality from this builder.
create() - Method in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent.DeletedArtifactDescriptionEventBuilder
create a DeletedArtifactDescriptionEvent from this builder.
create() - Method in class org.ivoa.dm.caom2.DeletedObservationEvent.DeletedObservationEventBuilder
create a DeletedObservationEvent from this builder.
create() - Method in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
create a DerivedObservation from this builder.
create() - Method in class org.ivoa.dm.caom2.Energy.EnergyBuilder
create a Energy from this builder.
create() - Method in class org.ivoa.dm.caom2.EnergyTransition.EnergyTransitionBuilder
create a EnergyTransition from this builder.
create() - Method in class org.ivoa.dm.caom2.Environment.EnvironmentBuilder
create a Environment from this builder.
create() - Method in class org.ivoa.dm.caom2.Instrument.InstrumentBuilder
create a Instrument from this builder.
create() - Method in class org.ivoa.dm.caom2.Metrics.MetricsBuilder
create a Metrics from this builder.
create() - Method in class org.ivoa.dm.caom2.Observable.ObservableBuilder
create a Observable from this builder.
create() - Method in class org.ivoa.dm.caom2.Plane.PlaneBuilder
create a Plane from this builder.
create() - Method in class org.ivoa.dm.caom2.Polarization.PolarizationBuilder
create a Polarization from this builder.
create() - Method in class org.ivoa.dm.caom2.Position.PositionBuilder
create a Position from this builder.
create() - Method in class org.ivoa.dm.caom2.Proposal.ProposalBuilder
create a Proposal from this builder.
create() - Method in class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
create a Provenance from this builder.
create() - Method in class org.ivoa.dm.caom2.Quality.QualityBuilder
create a Quality from this builder.
create() - Method in class org.ivoa.dm.caom2.Requirements.RequirementsBuilder
create a Requirements from this builder.
create() - Method in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
create a SimpleObservation from this builder.
create() - Method in class org.ivoa.dm.caom2.Status.StatusBuilder
create a Status from this builder.
create() - Method in class org.ivoa.dm.caom2.Target.TargetBuilder
create a Target from this builder.
create() - Method in class org.ivoa.dm.caom2.TargetPosition.TargetPositionBuilder
create a TargetPosition from this builder.
create() - Method in class org.ivoa.dm.caom2.TargetType.TargetTypeBuilder
create a TargetType from this builder.
create() - Method in class org.ivoa.dm.caom2.Telescope.TelescopeBuilder
create a Telescope from this builder.
create() - Method in class org.ivoa.dm.caom2.Time.TimeBuilder
create a Time from this builder.
create() - Method in class org.ivoa.dm.caom2.Tracking.TrackingBuilder
create a Tracking from this builder.
create() - Method in class org.ivoa.dm.caom2.types.Circle.CircleBuilder
create a Circle from this builder.
create() - Method in class org.ivoa.dm.caom2.types.Dimension2D.Dimension2DBuilder
create a Dimension2D from this builder.
create() - Method in class org.ivoa.dm.caom2.types.Interval.IntervalBuilder
create a Interval from this builder.
create() - Method in class org.ivoa.dm.caom2.types.IntervalM.IntervalMBuilder
create a IntervalM from this builder.
create() - Method in class org.ivoa.dm.caom2.types.MultiShape.MultiShapeBuilder
create a MultiShape from this builder.
create() - Method in class org.ivoa.dm.caom2.types.Point.PointBuilder
create a Point from this builder.
create() - Method in class org.ivoa.dm.caom2.types.Polygon.PolygonBuilder
create a Polygon from this builder.
create() - Method in class org.ivoa.dm.caom2.UCDTerm.UCDTermBuilder
create a UCDTerm from this builder.
create() - Method in class org.ivoa.dm.caom2.Visibility.VisibilityBuilder
create a Visibility from this builder.
createAlgorithm(Consumer<Algorithm.AlgorithmBuilder>) - Static method in class org.ivoa.dm.caom2.Algorithm
create a Algorithm in functional builder style.
createArtifact(Consumer<Artifact.ArtifactBuilder>) - Static method in class org.ivoa.dm.caom2.Artifact
create a Artifact in functional builder style.
createArtifactDescription(Consumer<ArtifactDescription.ArtifactDescriptionBuilder>) - Static method in class org.ivoa.dm.caom2.ArtifactDescription
create a ArtifactDescription in functional builder style.
createCalibrationStatus(Consumer<CalibrationStatus.CalibrationStatusBuilder>) - Static method in class org.ivoa.dm.caom2.CalibrationStatus
create a CalibrationStatus in functional builder style.
createCircle(Consumer<Circle.CircleBuilder>) - Static method in class org.ivoa.dm.caom2.types.Circle
create a Circle in functional builder style.
createContext() - Method in class org.ivoa.dm.caom2.Caom2Model
create a context in preparation for cloning.
createCustomAxis(Consumer<CustomAxis.CustomAxisBuilder>) - Static method in class org.ivoa.dm.caom2.CustomAxis
create a CustomAxis in functional builder style.
createDataQuality(Consumer<DataQuality.DataQualityBuilder>) - Static method in class org.ivoa.dm.caom2.DataQuality
create a DataQuality in functional builder style.
createDeletedArtifactDescriptionEvent(Consumer<DeletedArtifactDescriptionEvent.DeletedArtifactDescriptionEventBuilder>) - Static method in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
create a DeletedArtifactDescriptionEvent in functional builder style.
createDeletedObservationEvent(Consumer<DeletedObservationEvent.DeletedObservationEventBuilder>) - Static method in class org.ivoa.dm.caom2.DeletedObservationEvent
create a DeletedObservationEvent in functional builder style.
createDerivedObservation(Consumer<DerivedObservation.DerivedObservationBuilder>) - Static method in class org.ivoa.dm.caom2.DerivedObservation
create a DerivedObservation in functional builder style.
createDimension2D(Consumer<Dimension2D.Dimension2DBuilder>) - Static method in class org.ivoa.dm.caom2.types.Dimension2D
create a Dimension2D in functional builder style.
createEnergy(Consumer<Energy.EnergyBuilder>) - Static method in class org.ivoa.dm.caom2.Energy
create a Energy in functional builder style.
createEnergyTransition(Consumer<EnergyTransition.EnergyTransitionBuilder>) - Static method in class org.ivoa.dm.caom2.EnergyTransition
create a EnergyTransition in functional builder style.
createEnvironment(Consumer<Environment.EnvironmentBuilder>) - Static method in class org.ivoa.dm.caom2.Environment
create a Environment in functional builder style.
createInstrument(Consumer<Instrument.InstrumentBuilder>) - Static method in class org.ivoa.dm.caom2.Instrument
create a Instrument in functional builder style.
createInterval(Consumer<Interval.IntervalBuilder>) - Static method in class org.ivoa.dm.caom2.types.Interval
create a Interval in functional builder style.
createIntervalM(Consumer<IntervalM.IntervalMBuilder>) - Static method in class org.ivoa.dm.caom2.types.IntervalM
create a IntervalM in functional builder style.
createMetrics(Consumer<Metrics.MetricsBuilder>) - Static method in class org.ivoa.dm.caom2.Metrics
create a Metrics in functional builder style.
createMultiShape(Consumer<MultiShape.MultiShapeBuilder>) - Static method in class org.ivoa.dm.caom2.types.MultiShape
create a MultiShape in functional builder style.
createObservable(Consumer<Observable.ObservableBuilder>) - Static method in class org.ivoa.dm.caom2.Observable
create a Observable in functional builder style.
createPlane(Consumer<Plane.PlaneBuilder>) - Static method in class org.ivoa.dm.caom2.Plane
create a Plane in functional builder style.
createPoint(Consumer<Point.PointBuilder>) - Static method in class org.ivoa.dm.caom2.types.Point
create a Point in functional builder style.
createPolarization(Consumer<Polarization.PolarizationBuilder>) - Static method in class org.ivoa.dm.caom2.Polarization
create a Polarization in functional builder style.
createPolygon(Consumer<Polygon.PolygonBuilder>) - Static method in class org.ivoa.dm.caom2.types.Polygon
create a Polygon in functional builder style.
createPosition(Consumer<Position.PositionBuilder>) - Static method in class org.ivoa.dm.caom2.Position
create a Position in functional builder style.
createProposal(Consumer<Proposal.ProposalBuilder>) - Static method in class org.ivoa.dm.caom2.Proposal
create a Proposal in functional builder style.
createProvenance(Consumer<Provenance.ProvenanceBuilder>) - Static method in class org.ivoa.dm.caom2.Provenance
create a Provenance in functional builder style.
createQuality(Consumer<Quality.QualityBuilder>) - Static method in class org.ivoa.dm.caom2.Quality
create a Quality in functional builder style.
createRequirements(Consumer<Requirements.RequirementsBuilder>) - Static method in class org.ivoa.dm.caom2.Requirements
create a Requirements in functional builder style.
createSimpleObservation(Consumer<SimpleObservation.SimpleObservationBuilder>) - Static method in class org.ivoa.dm.caom2.SimpleObservation
create a SimpleObservation in functional builder style.
createStatus(Consumer<Status.StatusBuilder>) - Static method in class org.ivoa.dm.caom2.Status
create a Status in functional builder style.
createTarget(Consumer<Target.TargetBuilder>) - Static method in class org.ivoa.dm.caom2.Target
create a Target in functional builder style.
createTargetPosition(Consumer<TargetPosition.TargetPositionBuilder>) - Static method in class org.ivoa.dm.caom2.TargetPosition
create a TargetPosition in functional builder style.
createTargetType(Consumer<TargetType.TargetTypeBuilder>) - Static method in class org.ivoa.dm.caom2.TargetType
create a TargetType in functional builder style.
createTelescope(Consumer<Telescope.TelescopeBuilder>) - Static method in class org.ivoa.dm.caom2.Telescope
create a Telescope in functional builder style.
createTime(Consumer<Time.TimeBuilder>) - Static method in class org.ivoa.dm.caom2.Time
create a Time in functional builder style.
createTracking(Consumer<Tracking.TrackingBuilder>) - Static method in class org.ivoa.dm.caom2.Tracking
create a Tracking in functional builder style.
createUCDTerm(Consumer<UCDTerm.UCDTermBuilder>) - Static method in class org.ivoa.dm.caom2.UCDTerm
create a UCDTerm in functional builder style.
createVisibility(Consumer<Visibility.VisibilityBuilder>) - Static method in class org.ivoa.dm.caom2.Visibility
create a Visibility in functional builder style.
ctype - Variable in class org.ivoa.dm.caom2.CustomAxis
coordinate type code.
ctype - Variable in class org.ivoa.dm.caom2.CustomAxis.CustomAxisBuilder
coordinate type code.
custom - Variable in class org.ivoa.dm.caom2.Plane
Information about the a single custom axis and sampling of the data.
custom - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
Information about the a single custom axis and sampling of the data.
CustomAxis - Class in org.ivoa.dm.caom2
description of a custom coordinate axis (new in CAOM-2.4).
CustomAxis() - Constructor for class org.ivoa.dm.caom2.CustomAxis
Creates a new CustomAxis
CustomAxis(String, Interval, List<IntervalM>, Integer) - Constructor for class org.ivoa.dm.caom2.CustomAxis
full parameter constructor.
CustomAxis(CustomAxis) - Constructor for class org.ivoa.dm.caom2.CustomAxis
Copy Constructor.
CustomAxis.CustomAxisBuilder - Class in org.ivoa.dm.caom2
A builder class for CustomAxis, mainly for use in the functional builder pattern.
CustomAxisBuilder() - Constructor for class org.ivoa.dm.caom2.CustomAxis.CustomAxisBuilder
 
cval1 - Variable in class org.ivoa.dm.caom2.types.Point
.
cval1 - Variable in class org.ivoa.dm.caom2.types.Point.PointBuilder
.
cval2 - Variable in class org.ivoa.dm.caom2.types.Point
.
cval2 - Variable in class org.ivoa.dm.caom2.types.Point.PointBuilder
.

D

DATA - Enum constant in enum class org.ivoa.dm.caom2.ReleaseType
Value data : access permission checks treat the protected item as data.
dataProductType - Variable in class org.ivoa.dm.caom2.Plane
standard classification of the type of data product; describes the logical data type for the main artifacts.
dataProductType - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
standard classification of the type of data product; describes the logical data type for the main artifacts.
DataQuality - Class in org.ivoa.dm.caom2
description of the data quality.
DataQuality() - Constructor for class org.ivoa.dm.caom2.DataQuality
Creates a new DataQuality
DataQuality(DataQuality) - Constructor for class org.ivoa.dm.caom2.DataQuality
Copy Constructor.
DataQuality(Quality) - Constructor for class org.ivoa.dm.caom2.DataQuality
full parameter constructor.
DataQuality.DataQualityBuilder - Class in org.ivoa.dm.caom2
A builder class for DataQuality, mainly for use in the functional builder pattern.
DataQualityBuilder() - Constructor for class org.ivoa.dm.caom2.DataQuality.DataQualityBuilder
 
dataReadGroups - Variable in class org.ivoa.dm.caom2.Plane
This is a set of groups with read permission on plane data for cases when the data is non-public (see dataRelease above).
dataReadGroups - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
This is a set of groups with read permission on plane data for cases when the data is non-public (see dataRelease above).
dataRelease - Variable in class org.ivoa.dm.caom2.Plane
This timestamp specifies the point where the metadata for the plane instance is public (can be viewed by anonymous users).
dataRelease - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
This timestamp specifies the point where the metadata for the plane instance is public (can be viewed by anonymous users).
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Algorithm
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Artifact
delete(EntityManager) - Method in class org.ivoa.dm.caom2.ArtifactDescription
delete(EntityManager) - Method in class org.ivoa.dm.caom2.CustomAxis
delete(EntityManager) - Method in class org.ivoa.dm.caom2.DataQuality
delete(EntityManager) - Method in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
delete(EntityManager) - Method in class org.ivoa.dm.caom2.DeletedObservationEvent
delete(EntityManager) - Method in class org.ivoa.dm.caom2.DerivedObservation
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Energy
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Environment
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Instrument
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Metrics
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Observable
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Plane
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Polarization
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Position
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Proposal
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Provenance
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Requirements
delete(EntityManager) - Method in class org.ivoa.dm.caom2.SimpleObservation
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Target
delete(EntityManager) - Method in class org.ivoa.dm.caom2.TargetPosition
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Telescope
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Time
delete(EntityManager) - Method in class org.ivoa.dm.caom2.types.Circle
delete(EntityManager) - Method in class org.ivoa.dm.caom2.types.IntervalM
delete(EntityManager) - Method in class org.ivoa.dm.caom2.types.MultiShape
delete(EntityManager) - Method in class org.ivoa.dm.caom2.types.Point
delete(EntityManager) - Method in class org.ivoa.dm.caom2.types.Polygon
delete(EntityManager) - Method in class org.ivoa.dm.caom2.Visibility
deleteContent(ArtifactDescription) - Method in class org.ivoa.dm.caom2.Caom2Model
remove ArtifactDescription from model.
deleteContent(DeletedArtifactDescriptionEvent) - Method in class org.ivoa.dm.caom2.Caom2Model
remove DeletedArtifactDescriptionEvent from model.
deleteContent(DeletedObservationEvent) - Method in class org.ivoa.dm.caom2.Caom2Model
remove DeletedObservationEvent from model.
deleteContent(DerivedObservation) - Method in class org.ivoa.dm.caom2.Caom2Model
remove DerivedObservation from model.
deleteContent(SimpleObservation) - Method in class org.ivoa.dm.caom2.Caom2Model
remove SimpleObservation from model.
DeletedArtifactDescriptionEvent - Class in org.ivoa.dm.caom2
an event signifiying that a previously persisted ArtifactDescription was deleted; this event can be synchronized to propagate deletions; the Entity.id of the event is equal to the Entity.id of the deleted observation and this identifier is used when performing deletions.
DeletedArtifactDescriptionEvent() - Constructor for class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
Creates a new DeletedArtifactDescriptionEvent
DeletedArtifactDescriptionEvent(String, String, Date, String, String) - Constructor for class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
full parameter constructor.
DeletedArtifactDescriptionEvent(DeletedArtifactDescriptionEvent) - Constructor for class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
Copy Constructor.
DeletedArtifactDescriptionEvent(Entity, String) - Constructor for class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
Constructor from supertype instance.
DeletedArtifactDescriptionEvent.DeletedArtifactDescriptionEventBuilder - Class in org.ivoa.dm.caom2
A builder class for DeletedArtifactDescriptionEvent, mainly for use in the functional builder pattern.
DeletedArtifactDescriptionEventBuilder() - Constructor for class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent.DeletedArtifactDescriptionEventBuilder
 
DeletedObservationEvent - Class in org.ivoa.dm.caom2
an event signifiying that a previously persisted Observation was deleted; this event can be synchronized to propagate deletions; the Entity.id of the event is equal to the Entity.id of the deleted observation and this identifier is used when performing deletions.
DeletedObservationEvent() - Constructor for class org.ivoa.dm.caom2.DeletedObservationEvent
Creates a new DeletedObservationEvent
DeletedObservationEvent(String, String, Date, String, String) - Constructor for class org.ivoa.dm.caom2.DeletedObservationEvent
full parameter constructor.
DeletedObservationEvent(DeletedObservationEvent) - Constructor for class org.ivoa.dm.caom2.DeletedObservationEvent
Copy Constructor.
DeletedObservationEvent(Entity, String) - Constructor for class org.ivoa.dm.caom2.DeletedObservationEvent
Constructor from supertype instance.
DeletedObservationEvent.DeletedObservationEventBuilder - Class in org.ivoa.dm.caom2
A builder class for DeletedObservationEvent, mainly for use in the functional builder pattern.
DeletedObservationEventBuilder() - Constructor for class org.ivoa.dm.caom2.DeletedObservationEvent.DeletedObservationEventBuilder
 
DerivedObservation - Class in org.ivoa.dm.caom2
A derived observation is an observation created from one or more other observations.
DerivedObservation() - Constructor for class org.ivoa.dm.caom2.DerivedObservation
Creates a new DerivedObservation
DerivedObservation(List<String>, String, String, String, Date, Integer, String, ObservationIntentType, List<String>, Algorithm, Telescope, Instrument, Environment, Proposal, Target, TargetPosition, Requirements, List<Plane>, Date, String, String, Date, String, String) - Constructor for class org.ivoa.dm.caom2.DerivedObservation
full parameter constructor.
DerivedObservation(DerivedObservation) - Constructor for class org.ivoa.dm.caom2.DerivedObservation
Copy Constructor.
DerivedObservation(Observation, List<String>) - Constructor for class org.ivoa.dm.caom2.DerivedObservation
Constructor from supertype instance.
DerivedObservation.DerivedObservationBuilder - Class in org.ivoa.dm.caom2
A builder class for DerivedObservation, mainly for use in the functional builder pattern.
DerivedObservationBuilder() - Constructor for class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
 
description - Variable in class org.ivoa.dm.caom2.ArtifactDescription.ArtifactDescriptionBuilder
A human-readable description of an artifact.
description - Variable in class org.ivoa.dm.caom2.ArtifactDescription
A human-readable description of an artifact.
descriptionID - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
This is an identifier to refer to an ArtifactDescription entity.
descriptionID - Variable in class org.ivoa.dm.caom2.Artifact
This is an identifier to refer to an ArtifactDescription entity.
dimension - Variable in class org.ivoa.dm.caom2.CustomAxis.CustomAxisBuilder
number of discrete samples (pixels) along custom axis.
dimension - Variable in class org.ivoa.dm.caom2.CustomAxis
number of discrete samples (pixels) along custom axis.
dimension - Variable in class org.ivoa.dm.caom2.Energy
number of measurements (pixels) on the energy axis.
dimension - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
number of measurements (pixels) on the energy axis.
dimension - Variable in class org.ivoa.dm.caom2.Polarization
number of polarization states included.
dimension - Variable in class org.ivoa.dm.caom2.Polarization.PolarizationBuilder
number of polarization states included.
dimension - Variable in class org.ivoa.dm.caom2.Position
number of separate measurements (pixels) along each axis.
dimension - Variable in class org.ivoa.dm.caom2.Position.PositionBuilder
number of separate measurements (pixels) along each axis.
dimension - Variable in class org.ivoa.dm.caom2.Time
number of discrete samples (pixels) on the time axis.
dimension - Variable in class org.ivoa.dm.caom2.Time.TimeBuilder
number of discrete samples (pixels) on the time axis.
Dimension2D - Class in org.ivoa.dm.caom2.types
dimension (number of pixels) for a two-dimensional axis.
Dimension2D() - Constructor for class org.ivoa.dm.caom2.types.Dimension2D
Creates a new Dimension2D
Dimension2D(Integer, Integer) - Constructor for class org.ivoa.dm.caom2.types.Dimension2D
full parameter constructor.
Dimension2D(Dimension2D) - Constructor for class org.ivoa.dm.caom2.types.Dimension2D
Copy Constructor.
Dimension2D.Dimension2DBuilder - Class in org.ivoa.dm.caom2.types
A builder class for Dimension2D, mainly for use in the functional builder pattern.
Dimension2DBuilder() - Constructor for class org.ivoa.dm.caom2.types.Dimension2D.Dimension2DBuilder
 
distance - Variable in class org.ivoa.dm.caom2.Visibility
range of distances in the UV plane.
distance - Variable in class org.ivoa.dm.caom2.Visibility.VisibilityBuilder
range of distances in the UV plane.
distributionEccentricity - Variable in class org.ivoa.dm.caom2.Visibility
eccentricity of the distribtuion of ??? in [0,1].
distributionEccentricity - Variable in class org.ivoa.dm.caom2.Visibility.VisibilityBuilder
eccentricity of the distribtuion of ??? in [0,1].
distributionFill - Variable in class org.ivoa.dm.caom2.Visibility
fill-factor of the distribtuion of ??? in [0,1].
distributionFill - Variable in class org.ivoa.dm.caom2.Visibility.VisibilityBuilder
fill-factor of the distribtuion of ??? in [0,1].

E

elevation - Variable in class org.ivoa.dm.caom2.Environment
angular elevation above horizon [0,90].
elevation - Variable in class org.ivoa.dm.caom2.Environment.EnvironmentBuilder
angular elevation above horizon [0,90].
energy - Variable in class org.ivoa.dm.caom2.Plane
Information about the energy coverage and sampling of the data.
energy - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
Information about the energy coverage and sampling of the data.
Energy - Class in org.ivoa.dm.caom2
description of the energy coverage and sampling of the data.
Energy() - Constructor for class org.ivoa.dm.caom2.Energy
Creates a new Energy
Energy(Energy) - Constructor for class org.ivoa.dm.caom2.Energy
Copy Constructor.
Energy(Interval, List<IntervalM>, List<EnergyBand>, Integer, Double, Interval, Double, Interval, Double, List<String>, Double, CalibrationStatus, EnergyTransition) - Constructor for class org.ivoa.dm.caom2.Energy
full parameter constructor.
Energy.EnergyBuilder - Class in org.ivoa.dm.caom2
A builder class for Energy, mainly for use in the functional builder pattern.
EnergyBand - Enum Class in org.ivoa.dm.caom2
Energyband provides a general set of energy regions that span the electromagnetic spectrum.
energyBands - Variable in class org.ivoa.dm.caom2.Energy
standard name of the energy regime(s) included in the data.
energyBands - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
standard name of the energy regime(s) included in the data.
EnergyBuilder() - Constructor for class org.ivoa.dm.caom2.Energy.EnergyBuilder
 
EnergyTransition - Class in org.ivoa.dm.caom2
.
EnergyTransition() - Constructor for class org.ivoa.dm.caom2.EnergyTransition
Creates a new EnergyTransition
EnergyTransition(String, String) - Constructor for class org.ivoa.dm.caom2.EnergyTransition
full parameter constructor.
EnergyTransition(EnergyTransition) - Constructor for class org.ivoa.dm.caom2.EnergyTransition
Copy Constructor.
EnergyTransition.EnergyTransitionBuilder - Class in org.ivoa.dm.caom2
A builder class for EnergyTransition, mainly for use in the functional builder pattern.
EnergyTransitionBuilder() - Constructor for class org.ivoa.dm.caom2.EnergyTransition.EnergyTransitionBuilder
 
Entity - Class in org.ivoa.dm.caom2
This is a base class to persistence.
Entity() - Constructor for class org.ivoa.dm.caom2.Entity
Creates a new Entity
Entity(String, Date, String, String) - Constructor for class org.ivoa.dm.caom2.Entity
full parameter constructor.
Entity(Entity) - Constructor for class org.ivoa.dm.caom2.Entity
Copy Constructor.
environment - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
Information about the environmental conditions at the time of observation.
environment - Variable in class org.ivoa.dm.caom2.Observation
Information about the environmental conditions at the time of observation.
environment - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
Information about the environmental conditions at the time of observation.
Environment - Class in org.ivoa.dm.caom2
collection of measured quantities that characterise the environment at the time of observation.
Environment() - Constructor for class org.ivoa.dm.caom2.Environment
Creates a new Environment
Environment(Double, Double, Double, Double, Double, Double, Boolean) - Constructor for class org.ivoa.dm.caom2.Environment
full parameter constructor.
Environment(Environment) - Constructor for class org.ivoa.dm.caom2.Environment
Copy Constructor.
Environment.EnvironmentBuilder - Class in org.ivoa.dm.caom2
A builder class for Environment, mainly for use in the functional builder pattern.
EnvironmentBuilder() - Constructor for class org.ivoa.dm.caom2.Environment.EnvironmentBuilder
 
EPOLI - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value EPOLI : elliptical polarization intensity: sqrt(Q^2 + U^2 + V^2).
equinox - Variable in class org.ivoa.dm.caom2.TargetPosition
the equinox of the coordinates.
equinox - Variable in class org.ivoa.dm.caom2.TargetPosition.TargetPositionBuilder
the equinox of the coordinates.
EUV - Enum constant in enum class org.ivoa.dm.caom2.EnergyBand
Value EUV : wavelength from 10 to 100nm.
exposure - Variable in class org.ivoa.dm.caom2.Time
mean exposure time per pixel.
exposure - Variable in class org.ivoa.dm.caom2.Time.TimeBuilder
mean exposure time per pixel.
exposureBounds - Variable in class org.ivoa.dm.caom2.Time
range of exposure within the bounds.
exposureBounds - Variable in class org.ivoa.dm.caom2.Time.TimeBuilder
range of exposure within the bounds.

F

flag - Variable in class org.ivoa.dm.caom2.DataQuality.DataQualityBuilder
flag indicating the data quality.
flag - Variable in class org.ivoa.dm.caom2.DataQuality
flag indicating the data quality.
flag - Variable in class org.ivoa.dm.caom2.Requirements
flag indicating degree to which requirements were satisfied by the observation.
flag - Variable in class org.ivoa.dm.caom2.Requirements.RequirementsBuilder
flag indicating degree to which requirements were satisfied by the observation.
fluxDensityLimit - Variable in class org.ivoa.dm.caom2.Metrics
flux density with a signal:noise ratio of 10.
fluxDensityLimit - Variable in class org.ivoa.dm.caom2.Metrics.MetricsBuilder
flux density with a signal:noise ratio of 10.
forceLoad() - Method in class org.ivoa.dm.caom2.Algorithm
 
forceLoad() - Method in class org.ivoa.dm.caom2.Artifact
 
forceLoad() - Method in class org.ivoa.dm.caom2.ArtifactDescription
 
forceLoad() - Method in class org.ivoa.dm.caom2.CalibrationStatus
 
forceLoad() - Method in class org.ivoa.dm.caom2.CaomEntity
 
forceLoad() - Method in class org.ivoa.dm.caom2.CustomAxis
 
forceLoad() - Method in class org.ivoa.dm.caom2.DataQuality
 
forceLoad() - Method in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
 
forceLoad() - Method in class org.ivoa.dm.caom2.DeletedObservationEvent
 
forceLoad() - Method in class org.ivoa.dm.caom2.DerivedObservation
 
forceLoad() - Method in class org.ivoa.dm.caom2.Energy
 
forceLoad() - Method in class org.ivoa.dm.caom2.EnergyTransition
 
forceLoad() - Method in class org.ivoa.dm.caom2.Entity
 
forceLoad() - Method in class org.ivoa.dm.caom2.Environment
 
forceLoad() - Method in class org.ivoa.dm.caom2.Instrument
 
forceLoad() - Method in class org.ivoa.dm.caom2.Metrics
 
forceLoad() - Method in class org.ivoa.dm.caom2.Observable
 
forceLoad() - Method in class org.ivoa.dm.caom2.Observation
 
forceLoad() - Method in class org.ivoa.dm.caom2.Plane
 
forceLoad() - Method in class org.ivoa.dm.caom2.Polarization
 
forceLoad() - Method in class org.ivoa.dm.caom2.Position
 
forceLoad() - Method in class org.ivoa.dm.caom2.Proposal
 
forceLoad() - Method in class org.ivoa.dm.caom2.Provenance
 
forceLoad() - Method in class org.ivoa.dm.caom2.Quality
 
forceLoad() - Method in class org.ivoa.dm.caom2.Requirements
 
forceLoad() - Method in class org.ivoa.dm.caom2.SimpleObservation
 
forceLoad() - Method in class org.ivoa.dm.caom2.Status
 
forceLoad() - Method in class org.ivoa.dm.caom2.Target
 
forceLoad() - Method in class org.ivoa.dm.caom2.TargetPosition
 
forceLoad() - Method in class org.ivoa.dm.caom2.TargetType
 
forceLoad() - Method in class org.ivoa.dm.caom2.Telescope
 
forceLoad() - Method in class org.ivoa.dm.caom2.Time
 
forceLoad() - Method in class org.ivoa.dm.caom2.Tracking
 
forceLoad() - Method in class org.ivoa.dm.caom2.types.Circle
 
forceLoad() - Method in class org.ivoa.dm.caom2.types.Dimension2D
 
forceLoad() - Method in class org.ivoa.dm.caom2.types.Interval
 
forceLoad() - Method in class org.ivoa.dm.caom2.types.IntervalM
 
forceLoad() - Method in class org.ivoa.dm.caom2.types.MultiShape
 
forceLoad() - Method in class org.ivoa.dm.caom2.types.Point
 
forceLoad() - Method in class org.ivoa.dm.caom2.types.Polygon
 
forceLoad() - Method in class org.ivoa.dm.caom2.types.Shape
 
forceLoad() - Method in class org.ivoa.dm.caom2.UCDTerm
 
forceLoad() - Method in class org.ivoa.dm.caom2.Visibility
 
forceLoad() - Method in class org.ivoa.dm.caom2.VocabularyTerm
 
FPOLI - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value FPOLI : fractional linear polarization: POLI/I.
fromValue(String) - Static method in enum class org.ivoa.dm.caom2.CalibrationLevel
Return the CalibrationLevel enum constant corresponding to the given string representation (value)
fromValue(String) - Static method in enum class org.ivoa.dm.caom2.EnergyBand
Return the EnergyBand enum constant corresponding to the given string representation (value)
fromValue(String) - Static method in enum class org.ivoa.dm.caom2.ObservationIntentType
Return the ObservationIntentType enum constant corresponding to the given string representation (value)
fromValue(String) - Static method in enum class org.ivoa.dm.caom2.PolarizationState
Return the PolarizationState enum constant corresponding to the given string representation (value)
fromValue(String) - Static method in enum class org.ivoa.dm.caom2.ReleaseType
Return the ReleaseType enum constant corresponding to the given string representation (value)

G

GAMMARAY - Enum constant in enum class org.ivoa.dm.caom2.EnergyBand
Value Gammaray : energy greater than ~120keV.
geoLocationX - Variable in class org.ivoa.dm.caom2.Telescope
x-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III).
geoLocationX - Variable in class org.ivoa.dm.caom2.Telescope.TelescopeBuilder
x-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III).
geoLocationY - Variable in class org.ivoa.dm.caom2.Telescope
y-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III).
geoLocationY - Variable in class org.ivoa.dm.caom2.Telescope.TelescopeBuilder
y-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III).
geoLocationZ - Variable in class org.ivoa.dm.caom2.Telescope
z-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III).
geoLocationZ - Variable in class org.ivoa.dm.caom2.Telescope.TelescopeBuilder
z-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III).
getAccMetaChecksum() - Method in class org.ivoa.dm.caom2.CaomEntity
Returns accMetaChecksum Attribute.
getAlgorithm() - Method in class org.ivoa.dm.caom2.Observation
Returns algorithm Attribute.
getAmbientTemp() - Method in class org.ivoa.dm.caom2.Environment
Returns ambientTemp Attribute.
getArtifacts() - Method in class org.ivoa.dm.caom2.Plane
Returns artifacts composition as an immutable list.
getBackground() - Method in class org.ivoa.dm.caom2.Metrics
Returns background Attribute.
getBackgroundStddev() - Method in class org.ivoa.dm.caom2.Metrics
Returns backgroundStddev Attribute.
getBandpassName() - Method in class org.ivoa.dm.caom2.Energy
Returns bandpassName Attribute.
getBounds() - Method in class org.ivoa.dm.caom2.CustomAxis
Returns bounds Attribute.
getBounds() - Method in class org.ivoa.dm.caom2.Energy
Returns bounds Attribute.
getBounds() - Method in class org.ivoa.dm.caom2.Position
Returns bounds Attribute.
getBounds() - Method in class org.ivoa.dm.caom2.Time
Returns bounds Attribute.
getCalibration() - Method in class org.ivoa.dm.caom2.Energy
Returns calibration Attribute.
getCalibration() - Method in class org.ivoa.dm.caom2.Observable
Returns calibration Attribute.
getCalibration() - Method in class org.ivoa.dm.caom2.Position
Returns calibration Attribute.
getCalibration() - Method in class org.ivoa.dm.caom2.Time
Returns calibration Attribute.
getCalibrationLevel() - Method in class org.ivoa.dm.caom2.Plane
Returns calibrationLevel Attribute.
getCenter() - Method in class org.ivoa.dm.caom2.types.Circle
Returns center Attribute.
getCollection() - Method in class org.ivoa.dm.caom2.Observation
Returns collection Attribute.
getContent(Class<T>) - Method in class org.ivoa.dm.caom2.Caom2Model
Get the content of the given type.
getContentChecksum() - Method in class org.ivoa.dm.caom2.Artifact
Returns contentChecksum Attribute.
getContentLength() - Method in class org.ivoa.dm.caom2.Artifact
Returns contentLength Attribute.
getContentReadGroups() - Method in class org.ivoa.dm.caom2.Artifact
Returns contentReadGroups Attribute.
getContentRelease() - Method in class org.ivoa.dm.caom2.Artifact
Returns contentRelease Attribute.
getContentType() - Method in class org.ivoa.dm.caom2.Artifact
Returns contentType Attribute.
getCoordinates() - Method in class org.ivoa.dm.caom2.TargetPosition
Returns coordinates Attribute.
getCoordsys() - Method in class org.ivoa.dm.caom2.TargetPosition
Returns coordsys Attribute.
getCtype() - Method in class org.ivoa.dm.caom2.CustomAxis
Returns ctype Attribute.
getCustom() - Method in class org.ivoa.dm.caom2.Plane
Returns custom Attribute.
getCval1() - Method in class org.ivoa.dm.caom2.types.Point
Returns cval1 Attribute.
getCval2() - Method in class org.ivoa.dm.caom2.types.Point
Returns cval2 Attribute.
getDataProductType() - Method in class org.ivoa.dm.caom2.Plane
Returns dataProductType Attribute.
getDataReadGroups() - Method in class org.ivoa.dm.caom2.Plane
Returns dataReadGroups Attribute.
getDataRelease() - Method in class org.ivoa.dm.caom2.Plane
Returns dataRelease Attribute.
getDescription() - Method in class org.ivoa.dm.caom2.ArtifactDescription
Returns description Attribute.
getDescriptionID() - Method in class org.ivoa.dm.caom2.Artifact
Returns descriptionID Attribute.
getDimension() - Method in class org.ivoa.dm.caom2.CustomAxis
Returns dimension Attribute.
getDimension() - Method in class org.ivoa.dm.caom2.Energy
Returns dimension Attribute.
getDimension() - Method in class org.ivoa.dm.caom2.Polarization
Returns dimension Attribute.
getDimension() - Method in class org.ivoa.dm.caom2.Position
Returns dimension Attribute.
getDimension() - Method in class org.ivoa.dm.caom2.Time
Returns dimension Attribute.
getDistance() - Method in class org.ivoa.dm.caom2.Visibility
Returns distance Attribute.
getDistributionEccentricity() - Method in class org.ivoa.dm.caom2.Visibility
Returns distributionEccentricity Attribute.
getDistributionFill() - Method in class org.ivoa.dm.caom2.Visibility
Returns distributionFill Attribute.
getElevation() - Method in class org.ivoa.dm.caom2.Environment
Returns elevation Attribute.
getEnergy() - Method in class org.ivoa.dm.caom2.Plane
Returns energy Attribute.
getEnergyBands() - Method in class org.ivoa.dm.caom2.Energy
Returns energyBands Attribute.
getEnvironment() - Method in class org.ivoa.dm.caom2.Observation
Returns environment Attribute.
getEquinox() - Method in class org.ivoa.dm.caom2.TargetPosition
Returns equinox Attribute.
getExposure() - Method in class org.ivoa.dm.caom2.Time
Returns exposure Attribute.
getExposureBounds() - Method in class org.ivoa.dm.caom2.Time
Returns exposureBounds Attribute.
getFlag() - Method in class org.ivoa.dm.caom2.DataQuality
Returns flag Attribute.
getFlag() - Method in class org.ivoa.dm.caom2.Requirements
Returns flag Attribute.
getFluxDensityLimit() - Method in class org.ivoa.dm.caom2.Metrics
Returns fluxDensityLimit Attribute.
getGeoLocationX() - Method in class org.ivoa.dm.caom2.Telescope
Returns geoLocationX Attribute.
getGeoLocationY() - Method in class org.ivoa.dm.caom2.Telescope
Returns geoLocationY Attribute.
getGeoLocationZ() - Method in class org.ivoa.dm.caom2.Telescope
Returns geoLocationZ Attribute.
getHumidity() - Method in class org.ivoa.dm.caom2.Environment
Returns humidity Attribute.
getId() - Method in class org.ivoa.dm.caom2.Algorithm
 
getId() - Method in class org.ivoa.dm.caom2.CustomAxis
 
getId() - Method in class org.ivoa.dm.caom2.DataQuality
 
getId() - Method in class org.ivoa.dm.caom2.Energy
 
getId() - Method in class org.ivoa.dm.caom2.Entity
Returns id Attribute.
getId() - Method in class org.ivoa.dm.caom2.Environment
 
getId() - Method in class org.ivoa.dm.caom2.Instrument
 
getId() - Method in class org.ivoa.dm.caom2.Metrics
 
getId() - Method in class org.ivoa.dm.caom2.Observable
 
getId() - Method in class org.ivoa.dm.caom2.Polarization
 
getId() - Method in class org.ivoa.dm.caom2.Position
 
getId() - Method in class org.ivoa.dm.caom2.Proposal
Returns id Attribute.
getId() - Method in class org.ivoa.dm.caom2.Provenance
 
getId() - Method in class org.ivoa.dm.caom2.Requirements
 
getId() - Method in class org.ivoa.dm.caom2.Target
 
getId() - Method in class org.ivoa.dm.caom2.TargetPosition
 
getId() - Method in class org.ivoa.dm.caom2.Telescope
 
getId() - Method in class org.ivoa.dm.caom2.Time
 
getId() - Method in class org.ivoa.dm.caom2.types.IntervalM
 
getId() - Method in class org.ivoa.dm.caom2.types.MultiShape
 
getId() - Method in class org.ivoa.dm.caom2.types.Point
 
getId() - Method in class org.ivoa.dm.caom2.types.Shape
 
getId() - Method in class org.ivoa.dm.caom2.Visibility
 
getInputs() - Method in class org.ivoa.dm.caom2.Provenance
Returns inputs Attribute.
getInstrument() - Method in class org.ivoa.dm.caom2.Observation
Returns instrument Attribute.
getIntent() - Method in class org.ivoa.dm.caom2.Observation
Returns intent Attribute.
getKeywords() - Method in class org.ivoa.dm.caom2.Instrument
Returns keywords Attribute.
getKeywords() - Method in class org.ivoa.dm.caom2.Proposal
Returns keywords Attribute.
getKeywords() - Method in class org.ivoa.dm.caom2.Provenance
Returns keywords Attribute.
getKeywords() - Method in class org.ivoa.dm.caom2.Target
Returns keywords Attribute.
getKeywords() - Method in class org.ivoa.dm.caom2.Telescope
Returns keywords Attribute.
getLastExecuted() - Method in class org.ivoa.dm.caom2.Provenance
Returns lastExecuted Attribute.
getLastModified() - Method in class org.ivoa.dm.caom2.Entity
Returns lastModified Attribute.
getLower() - Method in class org.ivoa.dm.caom2.types.Interval
Returns lower Attribute.
getLower() - Method in class org.ivoa.dm.caom2.types.IntervalM
Returns lower Attribute.
getMagLimit() - Method in class org.ivoa.dm.caom2.Metrics
Returns magLimit Attribute.
getMaxLastModified() - Method in class org.ivoa.dm.caom2.CaomEntity
Returns maxLastModified Attribute.
getMaxRecoverableScale() - Method in class org.ivoa.dm.caom2.Position
Returns maxRecoverableScale Attribute.
getMembers() - Method in class org.ivoa.dm.caom2.DerivedObservation
Returns members Attribute.
getMetaChecksum() - Method in class org.ivoa.dm.caom2.Entity
Returns metaChecksum Attribute.
getMetaProducer() - Method in class org.ivoa.dm.caom2.Entity
Returns metaProducer Attribute.
getMetaReadGroups() - Method in class org.ivoa.dm.caom2.Observation
Returns metaReadGroups Attribute.
getMetaReadGroups() - Method in class org.ivoa.dm.caom2.Plane
Returns metaReadGroups Attribute.
getMetaRelease() - Method in class org.ivoa.dm.caom2.Observation
Returns metaRelease Attribute.
getMetaRelease() - Method in class org.ivoa.dm.caom2.Plane
Returns metaRelease Attribute.
getMetrics() - Method in class org.ivoa.dm.caom2.Plane
Returns metrics Attribute.
getMinBounds() - Method in class org.ivoa.dm.caom2.Position
Returns minBounds Attribute.
getMoving() - Method in class org.ivoa.dm.caom2.Target
Returns moving Attribute.
getName() - Method in class org.ivoa.dm.caom2.Algorithm
Returns name Attribute.
getName() - Method in class org.ivoa.dm.caom2.Environment
Returns name Attribute.
getName() - Method in class org.ivoa.dm.caom2.Instrument
Returns name Attribute.
getName() - Method in class org.ivoa.dm.caom2.Provenance
Returns name Attribute.
getName() - Method in class org.ivoa.dm.caom2.Target
Returns name Attribute.
getName() - Method in class org.ivoa.dm.caom2.Telescope
Returns name Attribute.
getNamespace() - Method in class org.ivoa.dm.caom2.VocabularyTerm
Returns namespace Attribute.
getNaxis1() - Method in class org.ivoa.dm.caom2.types.Dimension2D
Returns naxis1 Attribute.
getNaxis2() - Method in class org.ivoa.dm.caom2.types.Dimension2D
Returns naxis2 Attribute.
getObservable() - Method in class org.ivoa.dm.caom2.Plane
Returns observable Attribute.
getPhotometric() - Method in class org.ivoa.dm.caom2.Environment
Returns photometric Attribute.
getPi() - Method in class org.ivoa.dm.caom2.Proposal
Returns pi Attribute.
getPlanes() - Method in class org.ivoa.dm.caom2.Observation
Returns planes composition as an immutable list.
getPoints() - Method in class org.ivoa.dm.caom2.types.Polygon
Returns points composition as an immutable list.
getPolarization() - Method in class org.ivoa.dm.caom2.Plane
Returns polarization Attribute.
getPosition() - Method in class org.ivoa.dm.caom2.Plane
Returns position Attribute.
getProducer() - Method in class org.ivoa.dm.caom2.Provenance
Returns producer Attribute.
getProductType() - Method in class org.ivoa.dm.caom2.Artifact
Returns productType Attribute.
getProject() - Method in class org.ivoa.dm.caom2.Proposal
Returns project Attribute.
getProject() - Method in class org.ivoa.dm.caom2.Provenance
Returns project Attribute.
getProposal() - Method in class org.ivoa.dm.caom2.Observation
Returns proposal Attribute.
getProvenance() - Method in class org.ivoa.dm.caom2.Plane
Returns provenance Attribute.
getQuality() - Method in class org.ivoa.dm.caom2.Plane
Returns quality Attribute.
getRadius() - Method in class org.ivoa.dm.caom2.types.Circle
Returns radius Attribute.
getRedshift() - Method in class org.ivoa.dm.caom2.Target
Returns redshift Attribute.
getReference() - Method in class org.ivoa.dm.caom2.Proposal
Returns reference Attribute.
getReference() - Method in class org.ivoa.dm.caom2.Provenance
Returns reference Attribute.
getReleaseType() - Method in class org.ivoa.dm.caom2.Artifact
Returns releaseType Attribute.
getRequirements() - Method in class org.ivoa.dm.caom2.Observation
Returns requirements Attribute.
getResolution() - Method in class org.ivoa.dm.caom2.Energy
Returns resolution Attribute.
getResolution() - Method in class org.ivoa.dm.caom2.Position
Returns resolution Attribute.
getResolution() - Method in class org.ivoa.dm.caom2.Time
Returns resolution Attribute.
getResolutionBounds() - Method in class org.ivoa.dm.caom2.Energy
Returns resolutionBounds Attribute.
getResolutionBounds() - Method in class org.ivoa.dm.caom2.Position
Returns resolutionBounds Attribute.
getResolutionBounds() - Method in class org.ivoa.dm.caom2.Time
Returns resolutionBounds Attribute.
getResolvingPower() - Method in class org.ivoa.dm.caom2.Energy
Returns resolvingPower Attribute.
getResolvingPowerBounds() - Method in class org.ivoa.dm.caom2.Energy
Returns resolvingPowerBounds Attribute.
getRestwav() - Method in class org.ivoa.dm.caom2.Energy
Returns restwav Attribute.
getRunID() - Method in class org.ivoa.dm.caom2.Provenance
Returns runID Attribute.
getSamples() - Method in class org.ivoa.dm.caom2.CustomAxis
Returns samples composition as an immutable list.
getSamples() - Method in class org.ivoa.dm.caom2.Energy
Returns samples composition as an immutable list.
getSamples() - Method in class org.ivoa.dm.caom2.Position
Returns samples Attribute.
getSamples() - Method in class org.ivoa.dm.caom2.Time
Returns samples composition as an immutable list.
getSampleSize() - Method in class org.ivoa.dm.caom2.Energy
Returns sampleSize Attribute.
getSampleSize() - Method in class org.ivoa.dm.caom2.Position
Returns sampleSize Attribute.
getSampleSize() - Method in class org.ivoa.dm.caom2.Time
Returns sampleSize Attribute.
getSampleSNR() - Method in class org.ivoa.dm.caom2.Metrics
Returns sampleSNR Attribute.
getSequenceNumber() - Method in class org.ivoa.dm.caom2.Observation
Returns sequenceNumber Attribute.
getShapes() - Method in class org.ivoa.dm.caom2.types.MultiShape
Returns shapes composition as an immutable list.
getSourceNumberDensity() - Method in class org.ivoa.dm.caom2.Metrics
Returns sourceNumberDensity Attribute.
getSpecies() - Method in class org.ivoa.dm.caom2.EnergyTransition
Returns species Attribute.
getStandard() - Method in class org.ivoa.dm.caom2.Target
Returns standard Attribute.
getStates() - Method in class org.ivoa.dm.caom2.Polarization
Returns states Attribute.
getTarget() - Method in class org.ivoa.dm.caom2.Observation
Returns target Attribute.
getTargetID() - Method in class org.ivoa.dm.caom2.Target
Returns targetID Attribute.
getTargetPosition() - Method in class org.ivoa.dm.caom2.Observation
Returns targetPosition Attribute.
getTau() - Method in class org.ivoa.dm.caom2.Environment
Returns tau Attribute.
getTelescope() - Method in class org.ivoa.dm.caom2.Observation
Returns telescope Attribute.
getTerm() - Method in class org.ivoa.dm.caom2.VocabularyTerm
Returns term Attribute.
getTime() - Method in class org.ivoa.dm.caom2.Plane
Returns time Attribute.
getTitle() - Method in class org.ivoa.dm.caom2.Proposal
Returns title Attribute.
getTrackingMode() - Method in class org.ivoa.dm.caom2.Telescope
Returns trackingMode Attribute.
getTransition() - Method in class org.ivoa.dm.caom2.Energy
Returns transition Attribute.
getTransition() - Method in class org.ivoa.dm.caom2.EnergyTransition
Returns transition Attribute.
getType() - Method in class org.ivoa.dm.caom2.Observation
Returns type Attribute.
getType() - Method in class org.ivoa.dm.caom2.Target
Returns type Attribute.
getUcd() - Method in class org.ivoa.dm.caom2.Observable
Returns ucd Attribute.
getUpper() - Method in class org.ivoa.dm.caom2.types.Interval
Returns upper Attribute.
getUpper() - Method in class org.ivoa.dm.caom2.types.IntervalM
Returns upper Attribute.
getUri() - Method in class org.ivoa.dm.caom2.Artifact
Returns uri Attribute.
getUri() - Method in class org.ivoa.dm.caom2.ArtifactDescription
Returns uri Attribute.
getUri() - Method in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
Returns uri Attribute.
getUri() - Method in class org.ivoa.dm.caom2.DeletedObservationEvent
Returns uri Attribute.
getUri() - Method in class org.ivoa.dm.caom2.Observation
Returns uri Attribute.
getUri() - Method in class org.ivoa.dm.caom2.Plane
Returns uri Attribute.
getUriBucket() - Method in class org.ivoa.dm.caom2.Artifact
Returns uriBucket Attribute.
getUriBucket() - Method in class org.ivoa.dm.caom2.Observation
Returns uriBucket Attribute.
getUv() - Method in class org.ivoa.dm.caom2.Plane
Returns uv Attribute.
getVersion() - Method in class org.ivoa.dm.caom2.Provenance
Returns version Attribute.
getWavelengthTau() - Method in class org.ivoa.dm.caom2.Environment
Returns wavelengthTau Attribute.

H

hasReferences() - Static method in class org.ivoa.dm.caom2.Caom2Model
if the model has references.
humidity - Variable in class org.ivoa.dm.caom2.Environment.EnvironmentBuilder
fractional relative humidity [0,1].
humidity - Variable in class org.ivoa.dm.caom2.Environment
fractional relative humidity [0,1].

I

I - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value I : unpolarized.
id - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
The id is a globally unique identifier (primary key) for an instance.
id - Variable in class org.ivoa.dm.caom2.ArtifactDescription.ArtifactDescriptionBuilder
The id is a globally unique identifier (primary key) for an instance.
id - Variable in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent.DeletedArtifactDescriptionEventBuilder
The id is a globally unique identifier (primary key) for an instance.
id - Variable in class org.ivoa.dm.caom2.DeletedObservationEvent.DeletedObservationEventBuilder
The id is a globally unique identifier (primary key) for an instance.
id - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
The id is a globally unique identifier (primary key) for an instance.
id - Variable in class org.ivoa.dm.caom2.Entity
The id is a globally unique identifier (primary key) for an instance.
id - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
The id is a globally unique identifier (primary key) for an instance.
id - Variable in class org.ivoa.dm.caom2.Proposal
collection-specific identifier for the proposal.
id - Variable in class org.ivoa.dm.caom2.Proposal.ProposalBuilder
collection-specific identifier for the proposal.
id - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
The id is a globally unique identifier (primary key) for an instance.
INFRARED - Enum constant in enum class org.ivoa.dm.caom2.EnergyBand
Value Infrared : wavelength from 1um to 0.1mm.
inputs - Variable in class org.ivoa.dm.caom2.Provenance
local identifier for input planes; these are the actual inputs that went into the product.
inputs - Variable in class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
local identifier for input planes; these are the actual inputs that went into the product.
instrument - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
Information about the instrument or detector used to acquire the data.
instrument - Variable in class org.ivoa.dm.caom2.Observation
Information about the instrument or detector used to acquire the data.
instrument - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
Information about the instrument or detector used to acquire the data.
Instrument - Class in org.ivoa.dm.caom2
the instrument used to acquire or create the observation; this could be used for both physical instruments that acquire data or software that generates it (e.g.
Instrument() - Constructor for class org.ivoa.dm.caom2.Instrument
Creates a new Instrument
Instrument(String, List<String>) - Constructor for class org.ivoa.dm.caom2.Instrument
full parameter constructor.
Instrument(Instrument) - Constructor for class org.ivoa.dm.caom2.Instrument
Copy Constructor.
Instrument.InstrumentBuilder - Class in org.ivoa.dm.caom2
A builder class for Instrument, mainly for use in the functional builder pattern.
InstrumentBuilder() - Constructor for class org.ivoa.dm.caom2.Instrument.InstrumentBuilder
 
intent - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
This is an enumeration that describes the intent of the original creator of the observation.
intent - Variable in class org.ivoa.dm.caom2.Observation
This is an enumeration that describes the intent of the original creator of the observation.
intent - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
This is an enumeration that describes the intent of the original creator of the observation.
Interval - Class in org.ivoa.dm.caom2.types
a set of numeric values defined by a lower and upper bound (bounds included: [a,b]).
Interval() - Constructor for class org.ivoa.dm.caom2.types.Interval
Creates a new Interval
Interval(Double, Double) - Constructor for class org.ivoa.dm.caom2.types.Interval
full parameter constructor.
Interval(Interval) - Constructor for class org.ivoa.dm.caom2.types.Interval
Copy Constructor.
Interval.IntervalBuilder - Class in org.ivoa.dm.caom2.types
A builder class for Interval, mainly for use in the functional builder pattern.
IntervalBuilder() - Constructor for class org.ivoa.dm.caom2.types.Interval.IntervalBuilder
 
IntervalM - Class in org.ivoa.dm.caom2.types
an interval that can appear in a composition.
IntervalM() - Constructor for class org.ivoa.dm.caom2.types.IntervalM
Creates a new IntervalM
IntervalM(Double, Double) - Constructor for class org.ivoa.dm.caom2.types.IntervalM
full parameter constructor.
IntervalM(IntervalM) - Constructor for class org.ivoa.dm.caom2.types.IntervalM
Copy Constructor.
IntervalM.IntervalMBuilder - Class in org.ivoa.dm.caom2.types
A builder class for IntervalM, mainly for use in the functional builder pattern.
IntervalMBuilder() - Constructor for class org.ivoa.dm.caom2.types.IntervalM.IntervalMBuilder
 
isInVocabulary(String, String) - Static method in class org.ivoa.dm.caom2.Caom2Model
Test if a term is in the vocabulary.

J

jsonMapper() - Static method in class org.ivoa.dm.caom2.Caom2Model
Return a Jackson objectMapper suitable for JSON serialzation.

K

keywords - Variable in class org.ivoa.dm.caom2.Instrument.InstrumentBuilder
additional keywords that describe the instrument or instrument configuration at the time of observation; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.
keywords - Variable in class org.ivoa.dm.caom2.Instrument
additional keywords that describe the instrument or instrument configuration at the time of observation; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.
keywords - Variable in class org.ivoa.dm.caom2.Proposal
additional keywords that describe the science goals of the proposal; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.
keywords - Variable in class org.ivoa.dm.caom2.Proposal.ProposalBuilder
additional keywords that describe the science goals of the proposal; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.
keywords - Variable in class org.ivoa.dm.caom2.Provenance
additional keywords that describe the processing; this may include both general descriptive words and those specific to this particular execution of the processing; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.
keywords - Variable in class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
additional keywords that describe the processing; this may include both general descriptive words and those specific to this particular execution of the processing; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.
keywords - Variable in class org.ivoa.dm.caom2.Target
additional keywords that describe the target; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.
keywords - Variable in class org.ivoa.dm.caom2.Target.TargetBuilder
additional keywords that describe the target; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.
keywords - Variable in class org.ivoa.dm.caom2.Telescope
additional keywords that describe the telescope or telscope configuration at the time of observation; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.
keywords - Variable in class org.ivoa.dm.caom2.Telescope.TelescopeBuilder
additional keywords that describe the telescope or telscope configuration at the time of observation; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.

L

lastExecuted - Variable in class org.ivoa.dm.caom2.Provenance
timestamp describing when this process last ran and produced data.
lastExecuted - Variable in class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
timestamp describing when this process last ran and produced data.
lastModified - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
The timestamp of last modification of this entity tracks changes in metadata and supports incremental operations.
lastModified - Variable in class org.ivoa.dm.caom2.ArtifactDescription.ArtifactDescriptionBuilder
The timestamp of last modification of this entity tracks changes in metadata and supports incremental operations.
lastModified - Variable in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent.DeletedArtifactDescriptionEventBuilder
The timestamp of last modification of this entity tracks changes in metadata and supports incremental operations.
lastModified - Variable in class org.ivoa.dm.caom2.DeletedObservationEvent.DeletedObservationEventBuilder
The timestamp of last modification of this entity tracks changes in metadata and supports incremental operations.
lastModified - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
The timestamp of last modification of this entity tracks changes in metadata and supports incremental operations.
lastModified - Variable in class org.ivoa.dm.caom2.Entity
The timestamp of last modification of this entity tracks changes in metadata and supports incremental operations.
lastModified - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
The timestamp of last modification of this entity tracks changes in metadata and supports incremental operations.
lastModified - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
The timestamp of last modification of this entity tracks changes in metadata and supports incremental operations.
LL - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value LL : left-left circular.
lower - Variable in class org.ivoa.dm.caom2.types.Interval.IntervalBuilder
.
lower - Variable in class org.ivoa.dm.caom2.types.Interval
.
lower - Variable in class org.ivoa.dm.caom2.types.IntervalM.IntervalMBuilder
.
lower - Variable in class org.ivoa.dm.caom2.types.IntervalM
.
LR - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value LR : left-right cross-circular.

M

magLimit - Variable in class org.ivoa.dm.caom2.Metrics
magnitude with a signal:noise ratio of 10.
magLimit - Variable in class org.ivoa.dm.caom2.Metrics.MetricsBuilder
magnitude with a signal:noise ratio of 10.
management() - Method in class org.ivoa.dm.caom2.Caom2Model
generate management interface instance for model.
maxLastModified - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
The maximum last modification timestamp of this entity and all child entities is used to support incremental synchronization (of Observation instances).
maxLastModified - Variable in class org.ivoa.dm.caom2.CaomEntity
The maximum last modification timestamp of this entity and all child entities is used to support incremental synchronization (of Observation instances).
maxLastModified - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
The maximum last modification timestamp of this entity and all child entities is used to support incremental synchronization (of Observation instances).
maxLastModified - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
The maximum last modification timestamp of this entity and all child entities is used to support incremental synchronization (of Observation instances).
maxLastModified - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
The maximum last modification timestamp of this entity and all child entities is used to support incremental synchronization (of Observation instances).
maxRecoverableScale - Variable in class org.ivoa.dm.caom2.Position
maximum size of spatial structure (signal) that can be recovered or seen in the data (new in CAOM-2.5).
maxRecoverableScale - Variable in class org.ivoa.dm.caom2.Position.PositionBuilder
maximum size of spatial structure (signal) that can be recovered or seen in the data (new in CAOM-2.5).
members - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
The members are the observations grouped together by the algorithm that defines the derivation.
members - Variable in class org.ivoa.dm.caom2.DerivedObservation
The members are the observations grouped together by the algorithm that defines the derivation.
META - Enum constant in enum class org.ivoa.dm.caom2.ReleaseType
Value meta : access permission checks treat the protected item as metadata.
metaChecksum - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
This checksum of the metadata in this entity signals a change in the metadata of an instance and supports validation (e.g.
metaChecksum - Variable in class org.ivoa.dm.caom2.ArtifactDescription.ArtifactDescriptionBuilder
This checksum of the metadata in this entity signals a change in the metadata of an instance and supports validation (e.g.
metaChecksum - Variable in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent.DeletedArtifactDescriptionEventBuilder
This checksum of the metadata in this entity signals a change in the metadata of an instance and supports validation (e.g.
metaChecksum - Variable in class org.ivoa.dm.caom2.DeletedObservationEvent.DeletedObservationEventBuilder
This checksum of the metadata in this entity signals a change in the metadata of an instance and supports validation (e.g.
metaChecksum - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
This checksum of the metadata in this entity signals a change in the metadata of an instance and supports validation (e.g.
metaChecksum - Variable in class org.ivoa.dm.caom2.Entity
This checksum of the metadata in this entity signals a change in the metadata of an instance and supports validation (e.g.
metaChecksum - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
This checksum of the metadata in this entity signals a change in the metadata of an instance and supports validation (e.g.
metaChecksum - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
This checksum of the metadata in this entity signals a change in the metadata of an instance and supports validation (e.g.
metaProducer - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
This identifier is used to identify the tools used to produce the metadata.
metaProducer - Variable in class org.ivoa.dm.caom2.ArtifactDescription.ArtifactDescriptionBuilder
This identifier is used to identify the tools used to produce the metadata.
metaProducer - Variable in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent.DeletedArtifactDescriptionEventBuilder
This identifier is used to identify the tools used to produce the metadata.
metaProducer - Variable in class org.ivoa.dm.caom2.DeletedObservationEvent.DeletedObservationEventBuilder
This identifier is used to identify the tools used to produce the metadata.
metaProducer - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
This identifier is used to identify the tools used to produce the metadata.
metaProducer - Variable in class org.ivoa.dm.caom2.Entity
This identifier is used to identify the tools used to produce the metadata.
metaProducer - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
This identifier is used to identify the tools used to produce the metadata.
metaProducer - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
This identifier is used to identify the tools used to produce the metadata.
metaReadGroups - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
This is a set of groups with read permission on observation metadata for cases when the metadata is non-public (see metaRelease above).
metaReadGroups - Variable in class org.ivoa.dm.caom2.Observation
This is a set of groups with read permission on observation metadata for cases when the metadata is non-public (see metaRelease above).
metaReadGroups - Variable in class org.ivoa.dm.caom2.Plane
This is a set of groups with read permission on plane metadata for cases when the metadata is non-public (see metaRelease above).
metaReadGroups - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
This is a set of groups with read permission on plane metadata for cases when the metadata is non-public (see metaRelease above).
metaReadGroups - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
This is a set of groups with read permission on observation metadata for cases when the metadata is non-public (see metaRelease above).
metaRelease - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
This timestamp specifies the point where the metadata for the observation instance is public (can be viewed by anonymous users).
metaRelease - Variable in class org.ivoa.dm.caom2.Observation
This timestamp specifies the point where the metadata for the observation instance is public (can be viewed by anonymous users).
metaRelease - Variable in class org.ivoa.dm.caom2.Plane
This timestamp specifies the point where the metadata for the plane instance is public (can be viewed by anonymous users).
metaRelease - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
This timestamp specifies the point where the metadata for the plane instance is public (can be viewed by anonymous users).
metaRelease - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
This timestamp specifies the point where the metadata for the observation instance is public (can be viewed by anonymous users).
metrics - Variable in class org.ivoa.dm.caom2.Plane
Metrics are measured quantities that describe the content rather than the characteristics of the product.
metrics - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
Metrics are measured quantities that describe the content rather than the characteristics of the product.
Metrics - Class in org.ivoa.dm.caom2
collection of measured quantities that describe the content of the data.
Metrics() - Constructor for class org.ivoa.dm.caom2.Metrics
Creates a new Metrics
Metrics(Double, Double, Double, Double, Double, Double) - Constructor for class org.ivoa.dm.caom2.Metrics
full parameter constructor.
Metrics(Metrics) - Constructor for class org.ivoa.dm.caom2.Metrics
Copy Constructor.
Metrics.MetricsBuilder - Class in org.ivoa.dm.caom2
A builder class for Metrics, mainly for use in the functional builder pattern.
MetricsBuilder() - Constructor for class org.ivoa.dm.caom2.Metrics.MetricsBuilder
 
MILLIMETER - Enum constant in enum class org.ivoa.dm.caom2.EnergyBand
Value Millimeter : wavelength from 0.1 to 10mm.
minBounds - Variable in class org.ivoa.dm.caom2.Position
minimum spatial boundary that includes the data; this value is smaller than the bounds (maximum) when the field-of-view varies because it is dependent on another axis (usually energy) (new in CAOM-2.5).
minBounds - Variable in class org.ivoa.dm.caom2.Position.PositionBuilder
minimum spatial boundary that includes the data; this value is smaller than the bounds (maximum) when the field-of-view varies because it is dependent on another axis (usually energy) (new in CAOM-2.5).
modelDescription - Static variable in class org.ivoa.dm.caom2.Caom2Model
the description.
moving - Variable in class org.ivoa.dm.caom2.Target
indicates that the target is a moving object; used for solar system objects but not high proper motion stars.
moving - Variable in class org.ivoa.dm.caom2.Target.TargetBuilder
indicates that the target is a moving object; used for solar system objects but not high proper motion stars.
MultiShape - Class in org.ivoa.dm.caom2.types
multiple simple shapess describing disconnected regions as a single value.
MultiShape() - Constructor for class org.ivoa.dm.caom2.types.MultiShape
Creates a new MultiShape
MultiShape(List<Shape>) - Constructor for class org.ivoa.dm.caom2.types.MultiShape
full parameter constructor.
MultiShape(MultiShape) - Constructor for class org.ivoa.dm.caom2.types.MultiShape
Copy Constructor.
MultiShape.MultiShapeBuilder - Class in org.ivoa.dm.caom2.types
A builder class for MultiShape, mainly for use in the functional builder pattern.
MultiShapeBuilder() - Constructor for class org.ivoa.dm.caom2.types.MultiShape.MultiShapeBuilder
 

N

name - Variable in class org.ivoa.dm.caom2.Algorithm.AlgorithmBuilder
common name of the algorithm; the value 'exposure' is reserved for use in SimpleObservation; TBD: publish a list of acceptable values as a machine-readable vocabulary?.
name - Variable in class org.ivoa.dm.caom2.Algorithm
common name of the algorithm; the value 'exposure' is reserved for use in SimpleObservation; TBD: publish a list of acceptable values as a machine-readable vocabulary?.
name - Variable in class org.ivoa.dm.caom2.Environment.EnvironmentBuilder
typical atmospheric distortion (full-width-half-max of a point source).
name - Variable in class org.ivoa.dm.caom2.Environment
typical atmospheric distortion (full-width-half-max of a point source).
name - Variable in class org.ivoa.dm.caom2.Instrument.InstrumentBuilder
common name for the instrument.
name - Variable in class org.ivoa.dm.caom2.Instrument
common name for the instrument.
name - Variable in class org.ivoa.dm.caom2.Provenance
collection-specific common name of the process.
name - Variable in class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
collection-specific common name of the process.
name - Variable in class org.ivoa.dm.caom2.Target
proper name of the target.
name - Variable in class org.ivoa.dm.caom2.Target.TargetBuilder
proper name of the target.
name - Variable in class org.ivoa.dm.caom2.Telescope
common name of the telescope; TBD: reference to a standard list of names?.
name - Variable in class org.ivoa.dm.caom2.Telescope.TelescopeBuilder
common name of the telescope; TBD: reference to a standard list of names?.
namespace - Variable in class org.ivoa.dm.caom2.CalibrationStatus.CalibrationStatusBuilder
This is the globally unique namespace for the vocabulary where definitions can be found.
namespace - Variable in class org.ivoa.dm.caom2.Quality.QualityBuilder
This is the globally unique namespace for the vocabulary where definitions can be found.
namespace - Variable in class org.ivoa.dm.caom2.Status.StatusBuilder
This is the globally unique namespace for the vocabulary where definitions can be found.
namespace - Variable in class org.ivoa.dm.caom2.TargetType.TargetTypeBuilder
This is the globally unique namespace for the vocabulary where definitions can be found.
namespace - Variable in class org.ivoa.dm.caom2.Tracking.TrackingBuilder
This is the globally unique namespace for the vocabulary where definitions can be found.
namespace - Variable in class org.ivoa.dm.caom2.UCDTerm.UCDTermBuilder
This is the globally unique namespace for the vocabulary where definitions can be found.
namespace - Variable in class org.ivoa.dm.caom2.VocabularyTerm
This is the globally unique namespace for the vocabulary where definitions can be found.
naxis1 - Variable in class org.ivoa.dm.caom2.types.Dimension2D.Dimension2DBuilder
.
naxis1 - Variable in class org.ivoa.dm.caom2.types.Dimension2D
.
naxis2 - Variable in class org.ivoa.dm.caom2.types.Dimension2D.Dimension2DBuilder
.
naxis2 - Variable in class org.ivoa.dm.caom2.types.Dimension2D
.
NPOLI - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value NPOLI : unpolarized intensity: I - EPOLI.

O

observable - Variable in class org.ivoa.dm.caom2.Plane
The observable describes the quantity stored in the sample (pixel) values.
observable - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
The observable describes the quantity stored in the sample (pixel) values.
Observable - Class in org.ivoa.dm.caom2
description of the sample (pixel) values.
Observable() - Constructor for class org.ivoa.dm.caom2.Observable
Creates a new Observable
Observable(Observable) - Constructor for class org.ivoa.dm.caom2.Observable
Copy Constructor.
Observable(UCDTerm, CalibrationStatus) - Constructor for class org.ivoa.dm.caom2.Observable
full parameter constructor.
Observable.ObservableBuilder - Class in org.ivoa.dm.caom2
A builder class for Observable, mainly for use in the functional builder pattern.
ObservableBuilder() - Constructor for class org.ivoa.dm.caom2.Observable.ObservableBuilder
 
Observation - Class in org.ivoa.dm.caom2
The observation is the top-level metadata structure that describes astronomical data in a data collection.
Observation() - Constructor for class org.ivoa.dm.caom2.Observation
Creates a new Observation
Observation(String, String, String, Date, Integer, String, ObservationIntentType, List<String>, Algorithm, Telescope, Instrument, Environment, Proposal, Target, TargetPosition, Requirements, List<Plane>, Date, String, String, Date, String, String) - Constructor for class org.ivoa.dm.caom2.Observation
full parameter constructor.
Observation(Observation) - Constructor for class org.ivoa.dm.caom2.Observation
Copy Constructor.
ObservationIntentType - Enum Class in org.ivoa.dm.caom2
This enumeration describes the intent of the original creator (usually observer) in acquiring this observation.
OPTICAL - Enum constant in enum class org.ivoa.dm.caom2.EnergyBand
Value Optical : wavelength from 300nm to 1um.
org.ivoa.dm.caom2 - package org.ivoa.dm.caom2
package caom2.
org.ivoa.dm.caom2.types - package org.ivoa.dm.caom2.types
package types.
OUTREACH - Enum constant in enum class org.ivoa.dm.caom2.ObservationIntentType
Value outreach : The intent of this observation was to create public outreach content.

P

photometric - Variable in class org.ivoa.dm.caom2.Environment.EnvironmentBuilder
indicator that flux and/or color calibration is stable.
photometric - Variable in class org.ivoa.dm.caom2.Environment
indicator that flux and/or color calibration is stable.
pi - Variable in class org.ivoa.dm.caom2.Proposal
proper name of the principal investigator.
pi - Variable in class org.ivoa.dm.caom2.Proposal.ProposalBuilder
proper name of the principal investigator.
Plane - Class in org.ivoa.dm.caom2
A plane is a component of an observation that describes one product of the observation.
Plane() - Constructor for class org.ivoa.dm.caom2.Plane
Creates a new Plane
Plane(String, Date, List<String>, Date, List<String>, CalibrationLevel, String, Observable, DataQuality, Metrics, Position, Energy, Time, Polarization, CustomAxis, Visibility, Provenance, List<Artifact>, Date, String, String, Date, String, String) - Constructor for class org.ivoa.dm.caom2.Plane
full parameter constructor.
Plane(CaomEntity, String, Date, List<String>, Date, List<String>, CalibrationLevel, String, Observable, DataQuality, Metrics, Position, Energy, Time, Polarization, CustomAxis, Visibility, Provenance, List<Artifact>) - Constructor for class org.ivoa.dm.caom2.Plane
Constructor from supertype instance.
Plane(Plane) - Constructor for class org.ivoa.dm.caom2.Plane
Copy Constructor.
Plane.PlaneBuilder - Class in org.ivoa.dm.caom2
A builder class for Plane, mainly for use in the functional builder pattern.
PlaneBuilder() - Constructor for class org.ivoa.dm.caom2.Plane.PlaneBuilder
 
planes - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
The planes within an observation are the different data products that are produced from the observation.
planes - Variable in class org.ivoa.dm.caom2.Observation
The planes within an observation are the different data products that are produced from the observation.
planes - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
The planes within an observation are the different data products that are produced from the observation.
PLANNED - Enum constant in enum class org.ivoa.dm.caom2.CalibrationLevel
Value PLANNED : (-1) A planned data product that does not yet exist.
Point - Class in org.ivoa.dm.caom2.types
location on the sky.
Point() - Constructor for class org.ivoa.dm.caom2.types.Point
Creates a new Point
Point(Double, Double) - Constructor for class org.ivoa.dm.caom2.types.Point
full parameter constructor.
Point(Point) - Constructor for class org.ivoa.dm.caom2.types.Point
Copy Constructor.
Point.PointBuilder - Class in org.ivoa.dm.caom2.types
A builder class for Point, mainly for use in the functional builder pattern.
PointBuilder() - Constructor for class org.ivoa.dm.caom2.types.Point.PointBuilder
 
points - Variable in class org.ivoa.dm.caom2.types.Polygon
.
points - Variable in class org.ivoa.dm.caom2.types.Polygon.PolygonBuilder
.
POLA - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value POLA : linear polarization angle: 1/2 arctan(U,Q).
polarization - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
Information about the polarization state(s) of the data.
polarization - Variable in class org.ivoa.dm.caom2.Plane
Information about the polarization state(s) of the data.
Polarization - Class in org.ivoa.dm.caom2
description of polarization measurements included in the data.
Polarization() - Constructor for class org.ivoa.dm.caom2.Polarization
Creates a new Polarization
Polarization(List<PolarizationState>, Integer) - Constructor for class org.ivoa.dm.caom2.Polarization
full parameter constructor.
Polarization(Polarization) - Constructor for class org.ivoa.dm.caom2.Polarization
Copy Constructor.
Polarization.PolarizationBuilder - Class in org.ivoa.dm.caom2
A builder class for Polarization, mainly for use in the functional builder pattern.
PolarizationBuilder() - Constructor for class org.ivoa.dm.caom2.Polarization.PolarizationBuilder
 
PolarizationState - Enum Class in org.ivoa.dm.caom2
a classification of polarization (Stokes states plus other related quantities); work-around: using the name of the literal to convey the serialised value.
POLI - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value POLI : linear polarized intensity: sqrt(Q^2 + U^2).
Polygon - Class in org.ivoa.dm.caom2.types
a simple polygon region on the sky defined a sequence of points connected by great-circle segments.
Polygon() - Constructor for class org.ivoa.dm.caom2.types.Polygon
Creates a new Polygon
Polygon(List<Point>) - Constructor for class org.ivoa.dm.caom2.types.Polygon
full parameter constructor.
Polygon(Polygon) - Constructor for class org.ivoa.dm.caom2.types.Polygon
Copy Constructor.
Polygon(Shape, List<Point>) - Constructor for class org.ivoa.dm.caom2.types.Polygon
Constructor from supertype instance.
Polygon.PolygonBuilder - Class in org.ivoa.dm.caom2.types
A builder class for Polygon, mainly for use in the functional builder pattern.
PolygonBuilder() - Constructor for class org.ivoa.dm.caom2.types.Polygon.PolygonBuilder
 
position - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
Information about the positional coverage and sampling of the data.
position - Variable in class org.ivoa.dm.caom2.Plane
Information about the positional coverage and sampling of the data.
Position - Class in org.ivoa.dm.caom2
description of the position coverage and sampling of the data.
Position() - Constructor for class org.ivoa.dm.caom2.Position
Creates a new Position
Position(Position) - Constructor for class org.ivoa.dm.caom2.Position
Copy Constructor.
Position(Shape, MultiShape, Shape, Dimension2D, Interval, Double, Interval, Double, CalibrationStatus) - Constructor for class org.ivoa.dm.caom2.Position
full parameter constructor.
Position.PositionBuilder - Class in org.ivoa.dm.caom2
A builder class for Position, mainly for use in the functional builder pattern.
PositionBuilder() - Constructor for class org.ivoa.dm.caom2.Position.PositionBuilder
 
processReferences() - Method in class org.ivoa.dm.caom2.Caom2Model
 
producer - Variable in class org.ivoa.dm.caom2.Provenance
common name of the entity (person, institute, etc) responsible for producing the data.
producer - Variable in class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
common name of the entity (person, institute, etc) responsible for producing the data.
PRODUCT - Enum constant in enum class org.ivoa.dm.caom2.CalibrationLevel
Value PRODUCT : (3) Additional non-standard calibration steps have been applied.
productType - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
the relationship of this Artifact to the parent Plane (DataLink semantics).
productType - Variable in class org.ivoa.dm.caom2.Artifact
the relationship of this Artifact to the parent Plane (DataLink semantics).
project - Variable in class org.ivoa.dm.caom2.Proposal
common name of the project this proposal belongs to; typically used for larger or long-running projects that include mutliple proposals.
project - Variable in class org.ivoa.dm.caom2.Proposal.ProposalBuilder
common name of the project this proposal belongs to; typically used for larger or long-running projects that include mutliple proposals.
project - Variable in class org.ivoa.dm.caom2.Provenance
name of the project that produced the data; data produced in a uniform way are typically labelled with the same project name.
project - Variable in class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
name of the project that produced the data; data produced in a uniform way are typically labelled with the same project name.
proposal - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
Information about the science proposal that motivated the creation of this observation.
proposal - Variable in class org.ivoa.dm.caom2.Observation
Information about the science proposal that motivated the creation of this observation.
proposal - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
Information about the science proposal that motivated the creation of this observation.
Proposal - Class in org.ivoa.dm.caom2
description of the science proposal or programme that initiated the observation.
Proposal() - Constructor for class org.ivoa.dm.caom2.Proposal
Creates a new Proposal
Proposal(String, String, String, String, List<String>, String) - Constructor for class org.ivoa.dm.caom2.Proposal
full parameter constructor.
Proposal(Proposal) - Constructor for class org.ivoa.dm.caom2.Proposal
Copy Constructor.
Proposal.ProposalBuilder - Class in org.ivoa.dm.caom2
A builder class for Proposal, mainly for use in the functional builder pattern.
ProposalBuilder() - Constructor for class org.ivoa.dm.caom2.Proposal.ProposalBuilder
 
provenance - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
The provenance provides a description how the plane was created and the direct input planes that were used.
provenance - Variable in class org.ivoa.dm.caom2.Plane
The provenance provides a description how the plane was created and the direct input planes that were used.
Provenance - Class in org.ivoa.dm.caom2
description of how this data was produced.
Provenance() - Constructor for class org.ivoa.dm.caom2.Provenance
Creates a new Provenance
Provenance(String, String, String, String, String, String, String, List<String>, List<String>) - Constructor for class org.ivoa.dm.caom2.Provenance
full parameter constructor.
Provenance(Provenance) - Constructor for class org.ivoa.dm.caom2.Provenance
Copy Constructor.
Provenance.ProvenanceBuilder - Class in org.ivoa.dm.caom2
A builder class for Provenance, mainly for use in the functional builder pattern.
ProvenanceBuilder() - Constructor for class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
 
pu_name() - Static method in class org.ivoa.dm.caom2.Caom2Model
The persistence unit name for the model.

Q

Q - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value Q : Stokes linear Q.
quality - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
This is a flag that indicates the quality of the data.
quality - Variable in class org.ivoa.dm.caom2.Plane
This is a flag that indicates the quality of the data.
Quality - Class in org.ivoa.dm.caom2
vocabulary term used in CAOM; this class defines constants for the CAOM Quality vocabulary (CHANGED from enumeration in CAOM-2.4).
Quality() - Constructor for class org.ivoa.dm.caom2.Quality
Creates a new Quality
Quality(String, String) - Constructor for class org.ivoa.dm.caom2.Quality
full parameter constructor.
Quality(Quality) - Constructor for class org.ivoa.dm.caom2.Quality
Copy Constructor.
Quality(VocabularyTerm) - Constructor for class org.ivoa.dm.caom2.Quality
Constructor from supertype instance.
Quality.QualityBuilder - Class in org.ivoa.dm.caom2
A builder class for Quality, mainly for use in the functional builder pattern.
QualityBuilder() - Constructor for class org.ivoa.dm.caom2.Quality.QualityBuilder
 

R

RADIO - Enum constant in enum class org.ivoa.dm.caom2.EnergyBand
Value Radio : wavelength greater than ~10mm.
radius - Variable in class org.ivoa.dm.caom2.types.Circle.CircleBuilder
.
radius - Variable in class org.ivoa.dm.caom2.types.Circle
.
RAW_INSTRUMENTAL - Enum constant in enum class org.ivoa.dm.caom2.CalibrationLevel
Value RAW_INSTRUMENTAL : (0) Raw data in some opaque instrument-specific format.
RAW_STANDARD - Enum constant in enum class org.ivoa.dm.caom2.CalibrationLevel
Value RAW_STANDARD : (1) Raw data in a standard format.
redshift - Variable in class org.ivoa.dm.caom2.Target
cosmological redshift of the target.
redshift - Variable in class org.ivoa.dm.caom2.Target.TargetBuilder
cosmological redshift of the target.
reference - Variable in class org.ivoa.dm.caom2.Proposal.ProposalBuilder
identifier for external resource with proposal details.
reference - Variable in class org.ivoa.dm.caom2.Proposal
identifier for external resource with proposal details.
reference - Variable in class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
identifier for external resource with proposal details.
reference - Variable in class org.ivoa.dm.caom2.Provenance
identifier for external resource with proposal details.
References() - Constructor for class org.ivoa.dm.caom2.Caom2Model.References
 
releaseType - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
This field indicates whether this artifact is treated as data or metadata when determining access permission.
releaseType - Variable in class org.ivoa.dm.caom2.Artifact
This field indicates whether this artifact is treated as data or metadata when determining access permission.
ReleaseType - Enum Class in org.ivoa.dm.caom2
The rekease type is a flag indicating how an artifact is classified to determine access permissions.
removeFromArtifacts(Artifact) - Method in class org.ivoa.dm.caom2.Plane
Remove a org.ivoa.dm.caom2.Artifact from the composition.
removeFromPlanes(Plane) - Method in class org.ivoa.dm.caom2.Observation
Remove a org.ivoa.dm.caom2.Plane from the composition.
removeFromPoints(Point) - Method in class org.ivoa.dm.caom2.types.Polygon
Remove a org.ivoa.dm.caom2.types.Point from the composition.
removeFromSamples(IntervalM) - Method in class org.ivoa.dm.caom2.CustomAxis
Remove a org.ivoa.dm.caom2.types.IntervalM from the composition.
removeFromSamples(IntervalM) - Method in class org.ivoa.dm.caom2.Energy
Remove a org.ivoa.dm.caom2.types.IntervalM from the composition.
removeFromSamples(IntervalM) - Method in class org.ivoa.dm.caom2.Time
Remove a org.ivoa.dm.caom2.types.IntervalM from the composition.
removeFromShapes(Shape) - Method in class org.ivoa.dm.caom2.types.MultiShape
Remove a org.ivoa.dm.caom2.types.Shape from the composition.
replaceInArtifacts(Artifact) - Method in class org.ivoa.dm.caom2.Plane
update a org.ivoa.dm.caom2.Artifact in the composition.
replaceInPlanes(Plane) - Method in class org.ivoa.dm.caom2.Observation
update a org.ivoa.dm.caom2.Plane in the composition.
replaceInPoints(Point) - Method in class org.ivoa.dm.caom2.types.Polygon
update a org.ivoa.dm.caom2.types.Point in the composition.
replaceInSamples(IntervalM) - Method in class org.ivoa.dm.caom2.CustomAxis
update a org.ivoa.dm.caom2.types.IntervalM in the composition.
replaceInSamples(IntervalM) - Method in class org.ivoa.dm.caom2.Energy
update a org.ivoa.dm.caom2.types.IntervalM in the composition.
replaceInSamples(IntervalM) - Method in class org.ivoa.dm.caom2.Time
update a org.ivoa.dm.caom2.types.IntervalM in the composition.
replaceInShapes(Shape) - Method in class org.ivoa.dm.caom2.types.MultiShape
update a org.ivoa.dm.caom2.types.Shape in the composition.
requirements - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
Information about the observational requirements specified by the observer or proposal and whether this observation satisfies those requirements.
requirements - Variable in class org.ivoa.dm.caom2.Observation
Information about the observational requirements specified by the observer or proposal and whether this observation satisfies those requirements.
requirements - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
Information about the observational requirements specified by the observer or proposal and whether this observation satisfies those requirements.
Requirements - Class in org.ivoa.dm.caom2
the observational requirements specified by the proposal.
Requirements() - Constructor for class org.ivoa.dm.caom2.Requirements
Creates a new Requirements
Requirements(Requirements) - Constructor for class org.ivoa.dm.caom2.Requirements
Copy Constructor.
Requirements(Status) - Constructor for class org.ivoa.dm.caom2.Requirements
full parameter constructor.
Requirements.RequirementsBuilder - Class in org.ivoa.dm.caom2
A builder class for Requirements, mainly for use in the functional builder pattern.
RequirementsBuilder() - Constructor for class org.ivoa.dm.caom2.Requirements.RequirementsBuilder
 
resolution - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
mean absolute spectral resolution per pixel (new in CAOM-2.5).
resolution - Variable in class org.ivoa.dm.caom2.Energy
mean absolute spectral resolution per pixel (new in CAOM-2.5).
resolution - Variable in class org.ivoa.dm.caom2.Position.PositionBuilder
mean spatial resolution (full-width-half-max) per pixel.
resolution - Variable in class org.ivoa.dm.caom2.Position
mean spatial resolution (full-width-half-max) per pixel.
resolution - Variable in class org.ivoa.dm.caom2.Time
median temporal resolution per pixel.
resolution - Variable in class org.ivoa.dm.caom2.Time.TimeBuilder
median temporal resolution per pixel.
resolutionBounds - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
range of absolute spectral resolution within the bounds (new in CAOM-2.5).
resolutionBounds - Variable in class org.ivoa.dm.caom2.Energy
range of absolute spectral resolution within the bounds (new in CAOM-2.5).
resolutionBounds - Variable in class org.ivoa.dm.caom2.Position.PositionBuilder
range of resolution within the bounds.
resolutionBounds - Variable in class org.ivoa.dm.caom2.Position
range of resolution within the bounds.
resolutionBounds - Variable in class org.ivoa.dm.caom2.Time
range of resolution within the bounds.
resolutionBounds - Variable in class org.ivoa.dm.caom2.Time.TimeBuilder
range of resolution within the bounds.
resolvingPower - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
mean spectral resolving power per pixel (relative resolution).
resolvingPower - Variable in class org.ivoa.dm.caom2.Energy
mean spectral resolving power per pixel (relative resolution).
resolvingPowerBounds - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
range of resolving power within the bounds (relative resolution).
resolvingPowerBounds - Variable in class org.ivoa.dm.caom2.Energy
range of resolving power within the bounds (relative resolution).
restwav - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
rest energy of the target energy transition (name changed in CAOM-2.5).
restwav - Variable in class org.ivoa.dm.caom2.Energy
rest energy of the target energy transition (name changed in CAOM-2.5).
RL - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value RL : right-left cross-circular.
RR - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value RR : right-right circular.
runID - Variable in class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
collection-specific identifier for the processing instance that produced the data; this identifier can typcially be traced in log files or logging systems.
runID - Variable in class org.ivoa.dm.caom2.Provenance
collection-specific identifier for the processing instance that produced the data; this identifier can typcially be traced in log files or logging systems.

S

samples - Variable in class org.ivoa.dm.caom2.CustomAxis.CustomAxisBuilder
detailed custom coordinate coverage (refactored in CAOM-2.5).
samples - Variable in class org.ivoa.dm.caom2.CustomAxis
detailed custom coordinate coverage (refactored in CAOM-2.5).
samples - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
detailed energy coverage of the data (CHANGED in CAOM-2.5).
samples - Variable in class org.ivoa.dm.caom2.Energy
detailed energy coverage of the data (CHANGED in CAOM-2.5).
samples - Variable in class org.ivoa.dm.caom2.Position.PositionBuilder
detailed sub-samples of the bounds (CHANGED in CAOM-2.5).
samples - Variable in class org.ivoa.dm.caom2.Position
detailed sub-samples of the bounds (CHANGED in CAOM-2.5).
samples - Variable in class org.ivoa.dm.caom2.Time
detailed time coverage that include the data (refactored in CAOM-2.5).
samples - Variable in class org.ivoa.dm.caom2.Time.TimeBuilder
detailed time coverage that include the data (refactored in CAOM-2.5).
sampleSize - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
mean pixel size.
sampleSize - Variable in class org.ivoa.dm.caom2.Energy
mean pixel size.
sampleSize - Variable in class org.ivoa.dm.caom2.Position.PositionBuilder
median pixel size.
sampleSize - Variable in class org.ivoa.dm.caom2.Position
median pixel size.
sampleSize - Variable in class org.ivoa.dm.caom2.Time
median pixel size.
sampleSize - Variable in class org.ivoa.dm.caom2.Time.TimeBuilder
median pixel size.
sampleSNR - Variable in class org.ivoa.dm.caom2.Metrics.MetricsBuilder
signal:noise ratio for a representative subset of samples.
sampleSNR - Variable in class org.ivoa.dm.caom2.Metrics
signal:noise ratio for a representative subset of samples.
SCIENCE - Enum constant in enum class org.ivoa.dm.caom2.ObservationIntentType
Value science : The intent of this observation was to create science data.
sequenceNumber - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
a collection-specific sequence number for observations; re-use or reset is collection specific.
sequenceNumber - Variable in class org.ivoa.dm.caom2.Observation
a collection-specific sequence number for observations; re-use or reset is collection specific.
sequenceNumber - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
a collection-specific sequence number for observations; re-use or reset is collection specific.
setAccMetaChecksum(String) - Method in class org.ivoa.dm.caom2.CaomEntity
Set accMetaChecksum Attribute.
setAlgorithm(Algorithm) - Method in class org.ivoa.dm.caom2.Observation
Set algorithm Attribute.
setAmbientTemp(Double) - Method in class org.ivoa.dm.caom2.Environment
Set ambientTemp Attribute.
setArtifacts(List<Artifact>) - Method in class org.ivoa.dm.caom2.Plane
Defines whole artifacts composition.
setBackground(Double) - Method in class org.ivoa.dm.caom2.Metrics
Set background Attribute.
setBackgroundStddev(Double) - Method in class org.ivoa.dm.caom2.Metrics
Set backgroundStddev Attribute.
setBandpassName(List<String>) - Method in class org.ivoa.dm.caom2.Energy
Set bandpassName Attribute.
setBounds(Interval) - Method in class org.ivoa.dm.caom2.CustomAxis
Set bounds Attribute.
setBounds(Interval) - Method in class org.ivoa.dm.caom2.Energy
Set bounds Attribute.
setBounds(Interval) - Method in class org.ivoa.dm.caom2.Time
Set bounds Attribute.
setBounds(Shape) - Method in class org.ivoa.dm.caom2.Position
Set bounds Attribute.
setCalibration(CalibrationStatus) - Method in class org.ivoa.dm.caom2.Energy
Set calibration Attribute.
setCalibration(CalibrationStatus) - Method in class org.ivoa.dm.caom2.Observable
Set calibration Attribute.
setCalibration(CalibrationStatus) - Method in class org.ivoa.dm.caom2.Position
Set calibration Attribute.
setCalibration(CalibrationStatus) - Method in class org.ivoa.dm.caom2.Time
Set calibration Attribute.
setCalibrationLevel(CalibrationLevel) - Method in class org.ivoa.dm.caom2.Plane
Set calibrationLevel Attribute.
setCenter(Point) - Method in class org.ivoa.dm.caom2.types.Circle
Set center Attribute.
setCollection(String) - Method in class org.ivoa.dm.caom2.Observation
Set collection Attribute.
setContentChecksum(String) - Method in class org.ivoa.dm.caom2.Artifact
Set contentChecksum Attribute.
setContentLength(Integer) - Method in class org.ivoa.dm.caom2.Artifact
Set contentLength Attribute.
setContentReadGroups(List<String>) - Method in class org.ivoa.dm.caom2.Artifact
Set contentReadGroups Attribute.
setContentRelease(Date) - Method in class org.ivoa.dm.caom2.Artifact
Set contentRelease Attribute.
setContentType(String) - Method in class org.ivoa.dm.caom2.Artifact
Set contentType Attribute.
setCoordinates(Point) - Method in class org.ivoa.dm.caom2.TargetPosition
Set coordinates Attribute.
setCoordsys(String) - Method in class org.ivoa.dm.caom2.TargetPosition
Set coordsys Attribute.
setCtype(String) - Method in class org.ivoa.dm.caom2.CustomAxis
Set ctype Attribute.
setCustom(CustomAxis) - Method in class org.ivoa.dm.caom2.Plane
Set custom Attribute.
setCval1(Double) - Method in class org.ivoa.dm.caom2.types.Point
Set cval1 Attribute.
setCval2(Double) - Method in class org.ivoa.dm.caom2.types.Point
Set cval2 Attribute.
setDataProductType(String) - Method in class org.ivoa.dm.caom2.Plane
Set dataProductType Attribute.
setDataReadGroups(List<String>) - Method in class org.ivoa.dm.caom2.Plane
Set dataReadGroups Attribute.
setDataRelease(Date) - Method in class org.ivoa.dm.caom2.Plane
Set dataRelease Attribute.
setDescription(String) - Method in class org.ivoa.dm.caom2.ArtifactDescription
Set description Attribute.
setDescriptionID(String) - Method in class org.ivoa.dm.caom2.Artifact
Set descriptionID Attribute.
setDimension(Integer) - Method in class org.ivoa.dm.caom2.CustomAxis
Set dimension Attribute.
setDimension(Integer) - Method in class org.ivoa.dm.caom2.Energy
Set dimension Attribute.
setDimension(Integer) - Method in class org.ivoa.dm.caom2.Polarization
Set dimension Attribute.
setDimension(Integer) - Method in class org.ivoa.dm.caom2.Time
Set dimension Attribute.
setDimension(Dimension2D) - Method in class org.ivoa.dm.caom2.Position
Set dimension Attribute.
setDistance(Interval) - Method in class org.ivoa.dm.caom2.Visibility
Set distance Attribute.
setDistributionEccentricity(Double) - Method in class org.ivoa.dm.caom2.Visibility
Set distributionEccentricity Attribute.
setDistributionFill(Double) - Method in class org.ivoa.dm.caom2.Visibility
Set distributionFill Attribute.
setElevation(Double) - Method in class org.ivoa.dm.caom2.Environment
Set elevation Attribute.
setEnergy(Energy) - Method in class org.ivoa.dm.caom2.Plane
Set energy Attribute.
setEnergyBands(List<EnergyBand>) - Method in class org.ivoa.dm.caom2.Energy
Set energyBands Attribute.
setEnvironment(Environment) - Method in class org.ivoa.dm.caom2.Observation
Set environment Attribute.
setEquinox(Double) - Method in class org.ivoa.dm.caom2.TargetPosition
Set equinox Attribute.
setExposure(Double) - Method in class org.ivoa.dm.caom2.Time
Set exposure Attribute.
setExposureBounds(Interval) - Method in class org.ivoa.dm.caom2.Time
Set exposureBounds Attribute.
setFlag(Quality) - Method in class org.ivoa.dm.caom2.DataQuality
Set flag Attribute.
setFlag(Status) - Method in class org.ivoa.dm.caom2.Requirements
Set flag Attribute.
setFluxDensityLimit(Double) - Method in class org.ivoa.dm.caom2.Metrics
Set fluxDensityLimit Attribute.
setGeoLocationX(Double) - Method in class org.ivoa.dm.caom2.Telescope
Set geoLocationX Attribute.
setGeoLocationY(Double) - Method in class org.ivoa.dm.caom2.Telescope
Set geoLocationY Attribute.
setGeoLocationZ(Double) - Method in class org.ivoa.dm.caom2.Telescope
Set geoLocationZ Attribute.
setHumidity(Double) - Method in class org.ivoa.dm.caom2.Environment
Set humidity Attribute.
setId(String) - Method in class org.ivoa.dm.caom2.Entity
Set id Attribute.
setId(String) - Method in class org.ivoa.dm.caom2.Proposal
Set id Attribute.
setInputs(List<String>) - Method in class org.ivoa.dm.caom2.Provenance
Set inputs Attribute.
setInstrument(Instrument) - Method in class org.ivoa.dm.caom2.Observation
Set instrument Attribute.
setIntent(ObservationIntentType) - Method in class org.ivoa.dm.caom2.Observation
Set intent Attribute.
setKeywords(List<String>) - Method in class org.ivoa.dm.caom2.Instrument
Set keywords Attribute.
setKeywords(List<String>) - Method in class org.ivoa.dm.caom2.Proposal
Set keywords Attribute.
setKeywords(List<String>) - Method in class org.ivoa.dm.caom2.Provenance
Set keywords Attribute.
setKeywords(List<String>) - Method in class org.ivoa.dm.caom2.Target
Set keywords Attribute.
setKeywords(List<String>) - Method in class org.ivoa.dm.caom2.Telescope
Set keywords Attribute.
setLastExecuted(String) - Method in class org.ivoa.dm.caom2.Provenance
Set lastExecuted Attribute.
setLastModified(Date) - Method in class org.ivoa.dm.caom2.Entity
Set lastModified Attribute.
setLower(Double) - Method in class org.ivoa.dm.caom2.types.Interval
Set lower Attribute.
setLower(Double) - Method in class org.ivoa.dm.caom2.types.IntervalM
Set lower Attribute.
setMagLimit(Double) - Method in class org.ivoa.dm.caom2.Metrics
Set magLimit Attribute.
setMaxLastModified(Date) - Method in class org.ivoa.dm.caom2.CaomEntity
Set maxLastModified Attribute.
setMaxRecoverableScale(Interval) - Method in class org.ivoa.dm.caom2.Position
Set maxRecoverableScale Attribute.
setMembers(List<String>) - Method in class org.ivoa.dm.caom2.DerivedObservation
Set members Attribute.
setMetaChecksum(String) - Method in class org.ivoa.dm.caom2.Entity
Set metaChecksum Attribute.
setMetaProducer(String) - Method in class org.ivoa.dm.caom2.Entity
Set metaProducer Attribute.
setMetaReadGroups(List<String>) - Method in class org.ivoa.dm.caom2.Observation
Set metaReadGroups Attribute.
setMetaReadGroups(List<String>) - Method in class org.ivoa.dm.caom2.Plane
Set metaReadGroups Attribute.
setMetaRelease(Date) - Method in class org.ivoa.dm.caom2.Observation
Set metaRelease Attribute.
setMetaRelease(Date) - Method in class org.ivoa.dm.caom2.Plane
Set metaRelease Attribute.
setMetrics(Metrics) - Method in class org.ivoa.dm.caom2.Plane
Set metrics Attribute.
setMinBounds(Shape) - Method in class org.ivoa.dm.caom2.Position
Set minBounds Attribute.
setMoving(Boolean) - Method in class org.ivoa.dm.caom2.Target
Set moving Attribute.
setName(Double) - Method in class org.ivoa.dm.caom2.Environment
Set name Attribute.
setName(String) - Method in class org.ivoa.dm.caom2.Algorithm
Set name Attribute.
setName(String) - Method in class org.ivoa.dm.caom2.Instrument
Set name Attribute.
setName(String) - Method in class org.ivoa.dm.caom2.Provenance
Set name Attribute.
setName(String) - Method in class org.ivoa.dm.caom2.Target
Set name Attribute.
setName(String) - Method in class org.ivoa.dm.caom2.Telescope
Set name Attribute.
setNamespace(String) - Method in class org.ivoa.dm.caom2.VocabularyTerm
Set namespace Attribute.
setNaxis1(Integer) - Method in class org.ivoa.dm.caom2.types.Dimension2D
Set naxis1 Attribute.
setNaxis2(Integer) - Method in class org.ivoa.dm.caom2.types.Dimension2D
Set naxis2 Attribute.
setObservable(Observable) - Method in class org.ivoa.dm.caom2.Plane
Set observable Attribute.
setPhotometric(Boolean) - Method in class org.ivoa.dm.caom2.Environment
Set photometric Attribute.
setPi(String) - Method in class org.ivoa.dm.caom2.Proposal
Set pi Attribute.
setPlanes(List<Plane>) - Method in class org.ivoa.dm.caom2.Observation
Defines whole planes composition.
setPoints(List<Point>) - Method in class org.ivoa.dm.caom2.types.Polygon
Defines whole points composition.
setPolarization(Polarization) - Method in class org.ivoa.dm.caom2.Plane
Set polarization Attribute.
setPosition(Position) - Method in class org.ivoa.dm.caom2.Plane
Set position Attribute.
setProducer(String) - Method in class org.ivoa.dm.caom2.Provenance
Set producer Attribute.
setProductType(String) - Method in class org.ivoa.dm.caom2.Artifact
Set productType Attribute.
setProject(String) - Method in class org.ivoa.dm.caom2.Proposal
Set project Attribute.
setProject(String) - Method in class org.ivoa.dm.caom2.Provenance
Set project Attribute.
setProposal(Proposal) - Method in class org.ivoa.dm.caom2.Observation
Set proposal Attribute.
setProvenance(Provenance) - Method in class org.ivoa.dm.caom2.Plane
Set provenance Attribute.
setQuality(DataQuality) - Method in class org.ivoa.dm.caom2.Plane
Set quality Attribute.
setRadius(Double) - Method in class org.ivoa.dm.caom2.types.Circle
Set radius Attribute.
setRedshift(Double) - Method in class org.ivoa.dm.caom2.Target
Set redshift Attribute.
setReference(String) - Method in class org.ivoa.dm.caom2.Proposal
Set reference Attribute.
setReference(String) - Method in class org.ivoa.dm.caom2.Provenance
Set reference Attribute.
setReleaseType(ReleaseType) - Method in class org.ivoa.dm.caom2.Artifact
Set releaseType Attribute.
setRequirements(Requirements) - Method in class org.ivoa.dm.caom2.Observation
Set requirements Attribute.
setResolution(Double) - Method in class org.ivoa.dm.caom2.Energy
Set resolution Attribute.
setResolution(Double) - Method in class org.ivoa.dm.caom2.Position
Set resolution Attribute.
setResolution(Double) - Method in class org.ivoa.dm.caom2.Time
Set resolution Attribute.
setResolutionBounds(Interval) - Method in class org.ivoa.dm.caom2.Energy
Set resolutionBounds Attribute.
setResolutionBounds(Interval) - Method in class org.ivoa.dm.caom2.Position
Set resolutionBounds Attribute.
setResolutionBounds(Interval) - Method in class org.ivoa.dm.caom2.Time
Set resolutionBounds Attribute.
setResolvingPower(Double) - Method in class org.ivoa.dm.caom2.Energy
Set resolvingPower Attribute.
setResolvingPowerBounds(Interval) - Method in class org.ivoa.dm.caom2.Energy
Set resolvingPowerBounds Attribute.
setRestwav(Double) - Method in class org.ivoa.dm.caom2.Energy
Set restwav Attribute.
setRunID(String) - Method in class org.ivoa.dm.caom2.Provenance
Set runID Attribute.
setSamples(List<IntervalM>) - Method in class org.ivoa.dm.caom2.CustomAxis
Defines whole samples composition.
setSamples(List<IntervalM>) - Method in class org.ivoa.dm.caom2.Energy
Defines whole samples composition.
setSamples(List<IntervalM>) - Method in class org.ivoa.dm.caom2.Time
Defines whole samples composition.
setSamples(MultiShape) - Method in class org.ivoa.dm.caom2.Position
Set samples Attribute.
setSampleSize(Double) - Method in class org.ivoa.dm.caom2.Energy
Set sampleSize Attribute.
setSampleSize(Double) - Method in class org.ivoa.dm.caom2.Position
Set sampleSize Attribute.
setSampleSize(Double) - Method in class org.ivoa.dm.caom2.Time
Set sampleSize Attribute.
setSampleSNR(Double) - Method in class org.ivoa.dm.caom2.Metrics
Set sampleSNR Attribute.
setSequenceNumber(Integer) - Method in class org.ivoa.dm.caom2.Observation
Set sequenceNumber Attribute.
setShapes(List<Shape>) - Method in class org.ivoa.dm.caom2.types.MultiShape
Defines whole shapes composition.
setSourceNumberDensity(Double) - Method in class org.ivoa.dm.caom2.Metrics
Set sourceNumberDensity Attribute.
setSpecies(String) - Method in class org.ivoa.dm.caom2.EnergyTransition
Set species Attribute.
setStandard(Boolean) - Method in class org.ivoa.dm.caom2.Target
Set standard Attribute.
setStates(List<PolarizationState>) - Method in class org.ivoa.dm.caom2.Polarization
Set states Attribute.
setTarget(Target) - Method in class org.ivoa.dm.caom2.Observation
Set target Attribute.
setTargetID(String) - Method in class org.ivoa.dm.caom2.Target
Set targetID Attribute.
setTargetPosition(TargetPosition) - Method in class org.ivoa.dm.caom2.Observation
Set targetPosition Attribute.
setTau(Double) - Method in class org.ivoa.dm.caom2.Environment
Set tau Attribute.
setTelescope(Telescope) - Method in class org.ivoa.dm.caom2.Observation
Set telescope Attribute.
setTerm(String) - Method in class org.ivoa.dm.caom2.VocabularyTerm
Set term Attribute.
setTime(Time) - Method in class org.ivoa.dm.caom2.Plane
Set time Attribute.
setTitle(String) - Method in class org.ivoa.dm.caom2.Proposal
Set title Attribute.
setTrackingMode(String) - Method in class org.ivoa.dm.caom2.Telescope
Set trackingMode Attribute.
setTransition(String) - Method in class org.ivoa.dm.caom2.EnergyTransition
Set transition Attribute.
setTransition(EnergyTransition) - Method in class org.ivoa.dm.caom2.Energy
Set transition Attribute.
setType(String) - Method in class org.ivoa.dm.caom2.Observation
Set type Attribute.
setType(TargetType) - Method in class org.ivoa.dm.caom2.Target
Set type Attribute.
setUcd(UCDTerm) - Method in class org.ivoa.dm.caom2.Observable
Set ucd Attribute.
setUpper(Double) - Method in class org.ivoa.dm.caom2.types.Interval
Set upper Attribute.
setUpper(Double) - Method in class org.ivoa.dm.caom2.types.IntervalM
Set upper Attribute.
setUri(String) - Method in class org.ivoa.dm.caom2.Artifact
Set uri Attribute.
setUri(String) - Method in class org.ivoa.dm.caom2.ArtifactDescription
Set uri Attribute.
setUri(String) - Method in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
Set uri Attribute.
setUri(String) - Method in class org.ivoa.dm.caom2.DeletedObservationEvent
Set uri Attribute.
setUri(String) - Method in class org.ivoa.dm.caom2.Observation
Set uri Attribute.
setUri(String) - Method in class org.ivoa.dm.caom2.Plane
Set uri Attribute.
setUriBucket(String) - Method in class org.ivoa.dm.caom2.Artifact
Set uriBucket Attribute.
setUriBucket(String) - Method in class org.ivoa.dm.caom2.Observation
Set uriBucket Attribute.
setUv(Visibility) - Method in class org.ivoa.dm.caom2.Plane
Set uv Attribute.
setVersion(String) - Method in class org.ivoa.dm.caom2.Provenance
Set version Attribute.
setWavelengthTau(Double) - Method in class org.ivoa.dm.caom2.Environment
Set wavelengthTau Attribute.
Shape - Class in org.ivoa.dm.caom2.types
.
Shape() - Constructor for class org.ivoa.dm.caom2.types.Shape
Creates a new Shape
Shape(Shape) - Constructor for class org.ivoa.dm.caom2.types.Shape
Copy Constructor.
shapes - Variable in class org.ivoa.dm.caom2.types.MultiShape.MultiShapeBuilder
.
shapes - Variable in class org.ivoa.dm.caom2.types.MultiShape
.
SimpleObservation - Class in org.ivoa.dm.caom2
A simple observation is created directly by operating a telescope and instrument (for empirical data) or by a process (for simulation data).
SimpleObservation() - Constructor for class org.ivoa.dm.caom2.SimpleObservation
Creates a new SimpleObservation
SimpleObservation(String, String, String, Date, Integer, String, ObservationIntentType, List<String>, Algorithm, Telescope, Instrument, Environment, Proposal, Target, TargetPosition, Requirements, List<Plane>, Date, String, String, Date, String, String) - Constructor for class org.ivoa.dm.caom2.SimpleObservation
full parameter constructor.
SimpleObservation(Observation) - Constructor for class org.ivoa.dm.caom2.SimpleObservation
Constructor from supertype instance.
SimpleObservation(SimpleObservation) - Constructor for class org.ivoa.dm.caom2.SimpleObservation
Copy Constructor.
SimpleObservation.SimpleObservationBuilder - Class in org.ivoa.dm.caom2
A builder class for SimpleObservation, mainly for use in the functional builder pattern.
SimpleObservationBuilder() - Constructor for class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
 
sourceNumberDensity - Variable in class org.ivoa.dm.caom2.Metrics.MetricsBuilder
number of sources detected per unit area.
sourceNumberDensity - Variable in class org.ivoa.dm.caom2.Metrics
number of sources detected per unit area.
species - Variable in class org.ivoa.dm.caom2.EnergyTransition.EnergyTransitionBuilder
.
species - Variable in class org.ivoa.dm.caom2.EnergyTransition
.
standard - Variable in class org.ivoa.dm.caom2.Target
indicates that the target is typically used as a standard (astrometric, photometric, etc).
standard - Variable in class org.ivoa.dm.caom2.Target.TargetBuilder
indicates that the target is typically used as a standard (astrometric, photometric, etc).
states - Variable in class org.ivoa.dm.caom2.Polarization.PolarizationBuilder
standard polarization states included (CHANGED cardinality in CAOM-2.5).
states - Variable in class org.ivoa.dm.caom2.Polarization
standard polarization states included (CHANGED cardinality in CAOM-2.5).
Status - Class in org.ivoa.dm.caom2
vocabulary term used in CAOM; this class defines constants for the CAOM Status vocabulary (CHANGED from enumeration in CAOM-2.4).
Status() - Constructor for class org.ivoa.dm.caom2.Status
Creates a new Status
Status(String, String) - Constructor for class org.ivoa.dm.caom2.Status
full parameter constructor.
Status(Status) - Constructor for class org.ivoa.dm.caom2.Status
Copy Constructor.
Status(VocabularyTerm) - Constructor for class org.ivoa.dm.caom2.Status
Constructor from supertype instance.
Status.StatusBuilder - Class in org.ivoa.dm.caom2
A builder class for Status, mainly for use in the functional builder pattern.
StatusBuilder() - Constructor for class org.ivoa.dm.caom2.Status.StatusBuilder
 

T

TAPSchema() - Static method in class org.ivoa.dm.caom2.Caom2Model
the TAP schema for the model.
target - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
Information about the intended target of the observation.
target - Variable in class org.ivoa.dm.caom2.Observation
Information about the intended target of the observation.
target - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
Information about the intended target of the observation.
Target - Class in org.ivoa.dm.caom2
the target of an observation.
Target() - Constructor for class org.ivoa.dm.caom2.Target
Creates a new Target
Target(String, String, TargetType, Double, Boolean, Boolean, List<String>) - Constructor for class org.ivoa.dm.caom2.Target
full parameter constructor.
Target(Target) - Constructor for class org.ivoa.dm.caom2.Target
Copy Constructor.
Target.TargetBuilder - Class in org.ivoa.dm.caom2
A builder class for Target, mainly for use in the functional builder pattern.
TargetBuilder() - Constructor for class org.ivoa.dm.caom2.Target.TargetBuilder
 
targetID - Variable in class org.ivoa.dm.caom2.Target.TargetBuilder
resolvable target identifier; the targetID URI should be of the form {scheme}:{id} so it can be resolved (for example: naif:170100) .
targetID - Variable in class org.ivoa.dm.caom2.Target
resolvable target identifier; the targetID URI should be of the form {scheme}:{id} so it can be resolved (for example: naif:170100) .
targetPosition - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
Information about the intended target position for this observation.
targetPosition - Variable in class org.ivoa.dm.caom2.Observation
Information about the intended target position for this observation.
targetPosition - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
Information about the intended target position for this observation.
TargetPosition - Class in org.ivoa.dm.caom2
the intended position of the observation (not the position of the intended or actual target).
TargetPosition() - Constructor for class org.ivoa.dm.caom2.TargetPosition
Creates a new TargetPosition
TargetPosition(String, Double, Point) - Constructor for class org.ivoa.dm.caom2.TargetPosition
full parameter constructor.
TargetPosition(TargetPosition) - Constructor for class org.ivoa.dm.caom2.TargetPosition
Copy Constructor.
TargetPosition.TargetPositionBuilder - Class in org.ivoa.dm.caom2
A builder class for TargetPosition, mainly for use in the functional builder pattern.
TargetPositionBuilder() - Constructor for class org.ivoa.dm.caom2.TargetPosition.TargetPositionBuilder
 
TargetType - Class in org.ivoa.dm.caom2
vocabulary term used in CAOM; this class defines constants for the CAOM TargetType vocabulary (CHANGED from enumeration in CAOM-2.4).
TargetType() - Constructor for class org.ivoa.dm.caom2.TargetType
Creates a new TargetType
TargetType(String, String) - Constructor for class org.ivoa.dm.caom2.TargetType
full parameter constructor.
TargetType(TargetType) - Constructor for class org.ivoa.dm.caom2.TargetType
Copy Constructor.
TargetType(VocabularyTerm) - Constructor for class org.ivoa.dm.caom2.TargetType
Constructor from supertype instance.
TargetType.TargetTypeBuilder - Class in org.ivoa.dm.caom2
A builder class for TargetType, mainly for use in the functional builder pattern.
TargetTypeBuilder() - Constructor for class org.ivoa.dm.caom2.TargetType.TargetTypeBuilder
 
tau - Variable in class org.ivoa.dm.caom2.Environment.EnvironmentBuilder
the opacity of the atmosphere [0,1].
tau - Variable in class org.ivoa.dm.caom2.Environment
the opacity of the atmosphere [0,1].
telescope - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
Information about the telescope or facility where this observation was created.
telescope - Variable in class org.ivoa.dm.caom2.Observation
Information about the telescope or facility where this observation was created.
telescope - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
Information about the telescope or facility where this observation was created.
Telescope - Class in org.ivoa.dm.caom2
the telescope used to acquire the data for an observation.
Telescope() - Constructor for class org.ivoa.dm.caom2.Telescope
Creates a new Telescope
Telescope(String, Double, Double, Double, List<String>, String) - Constructor for class org.ivoa.dm.caom2.Telescope
full parameter constructor.
Telescope(Telescope) - Constructor for class org.ivoa.dm.caom2.Telescope
Copy Constructor.
Telescope.TelescopeBuilder - Class in org.ivoa.dm.caom2
A builder class for Telescope, mainly for use in the functional builder pattern.
TelescopeBuilder() - Constructor for class org.ivoa.dm.caom2.Telescope.TelescopeBuilder
 
term - Variable in class org.ivoa.dm.caom2.CalibrationStatus.CalibrationStatusBuilder
the word from the vocabulary.
term - Variable in class org.ivoa.dm.caom2.Quality.QualityBuilder
the word from the vocabulary.
term - Variable in class org.ivoa.dm.caom2.Status.StatusBuilder
the word from the vocabulary.
term - Variable in class org.ivoa.dm.caom2.TargetType.TargetTypeBuilder
the word from the vocabulary.
term - Variable in class org.ivoa.dm.caom2.Tracking.TrackingBuilder
the word from the vocabulary.
term - Variable in class org.ivoa.dm.caom2.UCDTerm.UCDTermBuilder
the word from the vocabulary.
term - Variable in class org.ivoa.dm.caom2.VocabularyTerm
the word from the vocabulary.
time - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
Information about the time coverage and sampling of the data.
time - Variable in class org.ivoa.dm.caom2.Plane
Information about the time coverage and sampling of the data.
Time - Class in org.ivoa.dm.caom2
description of the time coverage and sampling of the data.
Time() - Constructor for class org.ivoa.dm.caom2.Time
Creates a new Time
Time(Time) - Constructor for class org.ivoa.dm.caom2.Time
Copy Constructor.
Time(Interval, List<IntervalM>, CalibrationStatus, Integer, Double, Interval, Double, Double, Interval) - Constructor for class org.ivoa.dm.caom2.Time
full parameter constructor.
Time.TimeBuilder - Class in org.ivoa.dm.caom2
A builder class for Time, mainly for use in the functional builder pattern.
TimeBuilder() - Constructor for class org.ivoa.dm.caom2.Time.TimeBuilder
 
title - Variable in class org.ivoa.dm.caom2.Proposal.ProposalBuilder
title of the proposal.
title - Variable in class org.ivoa.dm.caom2.Proposal
title of the proposal.
toString() - Method in enum class org.ivoa.dm.caom2.CalibrationLevel
Return the string representation of this enum constant (value)
toString() - Method in enum class org.ivoa.dm.caom2.EnergyBand
Return the string representation of this enum constant (value)
toString() - Method in enum class org.ivoa.dm.caom2.ObservationIntentType
Return the string representation of this enum constant (value)
toString() - Method in enum class org.ivoa.dm.caom2.PolarizationState
Return the string representation of this enum constant (value)
toString() - Method in enum class org.ivoa.dm.caom2.ReleaseType
Return the string representation of this enum constant (value)
Tracking - Class in org.ivoa.dm.caom2
This is a proposed vocabulary to specify the tracking mode of the telescope during the acquisition of data.
Tracking() - Constructor for class org.ivoa.dm.caom2.Tracking
Creates a new Tracking
Tracking(String, String) - Constructor for class org.ivoa.dm.caom2.Tracking
full parameter constructor.
Tracking(Tracking) - Constructor for class org.ivoa.dm.caom2.Tracking
Copy Constructor.
Tracking(VocabularyTerm) - Constructor for class org.ivoa.dm.caom2.Tracking
Constructor from supertype instance.
Tracking.TrackingBuilder - Class in org.ivoa.dm.caom2
A builder class for Tracking, mainly for use in the functional builder pattern.
TrackingBuilder() - Constructor for class org.ivoa.dm.caom2.Tracking.TrackingBuilder
 
trackingMode - Variable in class org.ivoa.dm.caom2.Telescope.TelescopeBuilder
term from the (currently non-existent) IVOA Tracking vocabulary used to indicate how the telescope moves during data acquisition.
trackingMode - Variable in class org.ivoa.dm.caom2.Telescope
term from the (currently non-existent) IVOA Tracking vocabulary used to indicate how the telescope moves during data acquisition.
transition - Variable in class org.ivoa.dm.caom2.Energy.EnergyBuilder
target energy transition for this data.
transition - Variable in class org.ivoa.dm.caom2.Energy
target energy transition for this data.
transition - Variable in class org.ivoa.dm.caom2.EnergyTransition.EnergyTransitionBuilder
.
transition - Variable in class org.ivoa.dm.caom2.EnergyTransition
.
type - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
This describes the general purpose of observation (e.g.
type - Variable in class org.ivoa.dm.caom2.Observation
This describes the general purpose of observation (e.g.
type - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
This describes the general purpose of observation (e.g.
type - Variable in class org.ivoa.dm.caom2.Target.TargetBuilder
type of target; typically used to figure out what the target name means and where to look for additional information about it.
type - Variable in class org.ivoa.dm.caom2.Target
type of target; typically used to figure out what the target name means and where to look for additional information about it.

U

U - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value U : Stokes linear U.
ucd - Variable in class org.ivoa.dm.caom2.Observable.ObservableBuilder
Unified Content Descriptor (UCD) that says what kind of quantity is stored.
ucd - Variable in class org.ivoa.dm.caom2.Observable
Unified Content Descriptor (UCD) that says what kind of quantity is stored.
UCDTerm - Class in org.ivoa.dm.caom2
term from the UCD1+ vocabulary (NEW from enumeration in CAOM-2.5).
UCDTerm() - Constructor for class org.ivoa.dm.caom2.UCDTerm
Creates a new UCDTerm
UCDTerm(String, String) - Constructor for class org.ivoa.dm.caom2.UCDTerm
full parameter constructor.
UCDTerm(UCDTerm) - Constructor for class org.ivoa.dm.caom2.UCDTerm
Copy Constructor.
UCDTerm(VocabularyTerm) - Constructor for class org.ivoa.dm.caom2.UCDTerm
Constructor from supertype instance.
UCDTerm.UCDTermBuilder - Class in org.ivoa.dm.caom2
A builder class for UCDTerm, mainly for use in the functional builder pattern.
UCDTermBuilder() - Constructor for class org.ivoa.dm.caom2.UCDTerm.UCDTermBuilder
 
updateUsing(Algorithm) - Method in class org.ivoa.dm.caom2.Algorithm
Update this object with the content of the given object.
updateUsing(Artifact) - Method in class org.ivoa.dm.caom2.Artifact
Update this object with the content of the given object.
updateUsing(ArtifactDescription) - Method in class org.ivoa.dm.caom2.ArtifactDescription
Update this object with the content of the given object.
updateUsing(CalibrationStatus) - Method in class org.ivoa.dm.caom2.CalibrationStatus
Update this object with the content of the given object.
updateUsing(CaomEntity) - Method in class org.ivoa.dm.caom2.CaomEntity
Update this object with the content of the given object.
updateUsing(CustomAxis) - Method in class org.ivoa.dm.caom2.CustomAxis
Update this object with the content of the given object.
updateUsing(DataQuality) - Method in class org.ivoa.dm.caom2.DataQuality
Update this object with the content of the given object.
updateUsing(DeletedArtifactDescriptionEvent) - Method in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
Update this object with the content of the given object.
updateUsing(DeletedObservationEvent) - Method in class org.ivoa.dm.caom2.DeletedObservationEvent
Update this object with the content of the given object.
updateUsing(DerivedObservation) - Method in class org.ivoa.dm.caom2.DerivedObservation
Update this object with the content of the given object.
updateUsing(Energy) - Method in class org.ivoa.dm.caom2.Energy
Update this object with the content of the given object.
updateUsing(EnergyTransition) - Method in class org.ivoa.dm.caom2.EnergyTransition
Update this object with the content of the given object.
updateUsing(Entity) - Method in class org.ivoa.dm.caom2.Entity
Update this object with the content of the given object.
updateUsing(Environment) - Method in class org.ivoa.dm.caom2.Environment
Update this object with the content of the given object.
updateUsing(Instrument) - Method in class org.ivoa.dm.caom2.Instrument
Update this object with the content of the given object.
updateUsing(Metrics) - Method in class org.ivoa.dm.caom2.Metrics
Update this object with the content of the given object.
updateUsing(Observable) - Method in class org.ivoa.dm.caom2.Observable
Update this object with the content of the given object.
updateUsing(Observation) - Method in class org.ivoa.dm.caom2.Observation
Update this object with the content of the given object.
updateUsing(Plane) - Method in class org.ivoa.dm.caom2.Plane
Update this object with the content of the given object.
updateUsing(Polarization) - Method in class org.ivoa.dm.caom2.Polarization
Update this object with the content of the given object.
updateUsing(Position) - Method in class org.ivoa.dm.caom2.Position
Update this object with the content of the given object.
updateUsing(Proposal) - Method in class org.ivoa.dm.caom2.Proposal
Update this object with the content of the given object.
updateUsing(Provenance) - Method in class org.ivoa.dm.caom2.Provenance
Update this object with the content of the given object.
updateUsing(Quality) - Method in class org.ivoa.dm.caom2.Quality
Update this object with the content of the given object.
updateUsing(Requirements) - Method in class org.ivoa.dm.caom2.Requirements
Update this object with the content of the given object.
updateUsing(SimpleObservation) - Method in class org.ivoa.dm.caom2.SimpleObservation
Update this object with the content of the given object.
updateUsing(Status) - Method in class org.ivoa.dm.caom2.Status
Update this object with the content of the given object.
updateUsing(Target) - Method in class org.ivoa.dm.caom2.Target
Update this object with the content of the given object.
updateUsing(TargetPosition) - Method in class org.ivoa.dm.caom2.TargetPosition
Update this object with the content of the given object.
updateUsing(TargetType) - Method in class org.ivoa.dm.caom2.TargetType
Update this object with the content of the given object.
updateUsing(Telescope) - Method in class org.ivoa.dm.caom2.Telescope
Update this object with the content of the given object.
updateUsing(Time) - Method in class org.ivoa.dm.caom2.Time
Update this object with the content of the given object.
updateUsing(Tracking) - Method in class org.ivoa.dm.caom2.Tracking
Update this object with the content of the given object.
updateUsing(Circle) - Method in class org.ivoa.dm.caom2.types.Circle
Update this object with the content of the given object.
updateUsing(Dimension2D) - Method in class org.ivoa.dm.caom2.types.Dimension2D
Update this object with the content of the given object.
updateUsing(Interval) - Method in class org.ivoa.dm.caom2.types.Interval
Update this object with the content of the given object.
updateUsing(IntervalM) - Method in class org.ivoa.dm.caom2.types.IntervalM
Update this object with the content of the given object.
updateUsing(MultiShape) - Method in class org.ivoa.dm.caom2.types.MultiShape
Update this object with the content of the given object.
updateUsing(Point) - Method in class org.ivoa.dm.caom2.types.Point
Update this object with the content of the given object.
updateUsing(Polygon) - Method in class org.ivoa.dm.caom2.types.Polygon
Update this object with the content of the given object.
updateUsing(Shape) - Method in class org.ivoa.dm.caom2.types.Shape
Update this object with the content of the given object.
updateUsing(UCDTerm) - Method in class org.ivoa.dm.caom2.UCDTerm
Update this object with the content of the given object.
updateUsing(Visibility) - Method in class org.ivoa.dm.caom2.Visibility
Update this object with the content of the given object.
updateUsing(VocabularyTerm) - Method in class org.ivoa.dm.caom2.VocabularyTerm
Update this object with the content of the given object.
upper - Variable in class org.ivoa.dm.caom2.types.Interval.IntervalBuilder
.
upper - Variable in class org.ivoa.dm.caom2.types.Interval
.
upper - Variable in class org.ivoa.dm.caom2.types.IntervalM.IntervalMBuilder
.
upper - Variable in class org.ivoa.dm.caom2.types.IntervalM
.
uri - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
This identifier can be used to interact with an associated data management system.
uri - Variable in class org.ivoa.dm.caom2.Artifact
This identifier can be used to interact with an associated data management system.
uri - Variable in class org.ivoa.dm.caom2.ArtifactDescription.ArtifactDescriptionBuilder
This is the logical identifier for this description used to refer to it from an artifact.
uri - Variable in class org.ivoa.dm.caom2.ArtifactDescription
This is the logical identifier for this description used to refer to it from an artifact.
uri - Variable in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent.DeletedArtifactDescriptionEventBuilder
The logical identifier of the ArtifactDescription: the ArtifactDescription.uri value; this is for informational purposes only.
uri - Variable in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
The logical identifier of the ArtifactDescription: the ArtifactDescription.uri value; this is for informational purposes only.
uri - Variable in class org.ivoa.dm.caom2.DeletedObservationEvent.DeletedObservationEventBuilder
The logical identifier of the Observation: the Observation.uri value; this is for informational purposes only.
uri - Variable in class org.ivoa.dm.caom2.DeletedObservationEvent
The logical identifier of the Observation: the Observation.uri value; this is for informational purposes only.
uri - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
A unique logical identifier for this observation.
uri - Variable in class org.ivoa.dm.caom2.Observation
A unique logical identifier for this observation.
uri - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
A unique logical identifier for this plane.
uri - Variable in class org.ivoa.dm.caom2.Plane
A unique logical identifier for this plane.
uri - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
A unique logical identifier for this observation.
uriBucket - Variable in class org.ivoa.dm.caom2.Artifact.ArtifactBuilder
This is a short string of hexadecimal digits generated from the uri to support operational use cases (mainly: dividing workload to perform validation in parallel).
uriBucket - Variable in class org.ivoa.dm.caom2.Artifact
This is a short string of hexadecimal digits generated from the uri to support operational use cases (mainly: dividing workload to perform validation in parallel).
uriBucket - Variable in class org.ivoa.dm.caom2.DerivedObservation.DerivedObservationBuilder
This is a short string of hexadecimal digits generated from the uri to support operational use cases (mainly: dividing workload to perform validation in parallel).
uriBucket - Variable in class org.ivoa.dm.caom2.Observation
This is a short string of hexadecimal digits generated from the uri to support operational use cases (mainly: dividing workload to perform validation in parallel).
uriBucket - Variable in class org.ivoa.dm.caom2.SimpleObservation.SimpleObservationBuilder
This is a short string of hexadecimal digits generated from the uri to support operational use cases (mainly: dividing workload to perform validation in parallel).
uv - Variable in class org.ivoa.dm.caom2.Plane.PlaneBuilder
Information about the UV plane coverage and sampling of the data for interferometric observations.
uv - Variable in class org.ivoa.dm.caom2.Plane
Information about the UV plane coverage and sampling of the data for interferometric observations.
UV - Enum constant in enum class org.ivoa.dm.caom2.EnergyBand
Value UV : wavelength from 100 to 300nm.

V

V - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value V : Stokes circular V.
value() - Method in enum class org.ivoa.dm.caom2.CalibrationLevel
Return the string representation of this enum constant (value)
value() - Method in enum class org.ivoa.dm.caom2.EnergyBand
Return the string representation of this enum constant (value)
value() - Method in enum class org.ivoa.dm.caom2.ObservationIntentType
Return the string representation of this enum constant (value)
value() - Method in enum class org.ivoa.dm.caom2.PolarizationState
Return the string representation of this enum constant (value)
value() - Method in enum class org.ivoa.dm.caom2.ReleaseType
Return the string representation of this enum constant (value)
valueOf(String) - Static method in enum class org.ivoa.dm.caom2.CalibrationLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.ivoa.dm.caom2.EnergyBand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.ivoa.dm.caom2.ObservationIntentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.ivoa.dm.caom2.PolarizationState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.ivoa.dm.caom2.ReleaseType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.ivoa.dm.caom2.CalibrationLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.ivoa.dm.caom2.EnergyBand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.ivoa.dm.caom2.ObservationIntentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.ivoa.dm.caom2.PolarizationState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.ivoa.dm.caom2.ReleaseType
Returns an array containing the constants of this enum class, in the order they are declared.
version - Variable in class org.ivoa.dm.caom2.Provenance.ProvenanceBuilder
version of the software or process that produced the data.
version - Variable in class org.ivoa.dm.caom2.Provenance
version of the software or process that produced the data.
Visibility - Class in org.ivoa.dm.caom2
description of a UV-plane for interferometry data (new in CAOM-2.5).
Visibility() - Constructor for class org.ivoa.dm.caom2.Visibility
Creates a new Visibility
Visibility(Interval, Double, Double) - Constructor for class org.ivoa.dm.caom2.Visibility
full parameter constructor.
Visibility(Visibility) - Constructor for class org.ivoa.dm.caom2.Visibility
Copy Constructor.
Visibility.VisibilityBuilder - Class in org.ivoa.dm.caom2
A builder class for Visibility, mainly for use in the functional builder pattern.
VisibilityBuilder() - Constructor for class org.ivoa.dm.caom2.Visibility.VisibilityBuilder
 
VocabularyTerm - Class in org.ivoa.dm.caom2
This is a base class that defines a useful structure to handle terms from an external vocabulary.
VocabularyTerm() - Constructor for class org.ivoa.dm.caom2.VocabularyTerm
Creates a new VocabularyTerm
VocabularyTerm(String, String) - Constructor for class org.ivoa.dm.caom2.VocabularyTerm
full parameter constructor.
VocabularyTerm(VocabularyTerm) - Constructor for class org.ivoa.dm.caom2.VocabularyTerm
Copy Constructor.

W

wavelengthTau - Variable in class org.ivoa.dm.caom2.Environment.EnvironmentBuilder
wavelength at which opacity was measured.
wavelengthTau - Variable in class org.ivoa.dm.caom2.Environment
wavelength at which opacity was measured.
withAccMetaChecksum(String) - Method in class org.ivoa.dm.caom2.CaomEntity
fluent setter for accMetaChecksum Attribute.
withAlgorithm(Algorithm) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for algorithm Attribute.
withAmbientTemp(Double) - Method in class org.ivoa.dm.caom2.Environment
fluent setter for ambientTemp Attribute.
withBackground(Double) - Method in class org.ivoa.dm.caom2.Metrics
fluent setter for background Attribute.
withBackgroundStddev(Double) - Method in class org.ivoa.dm.caom2.Metrics
fluent setter for backgroundStddev Attribute.
withBandpassName(List<String>) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for bandpassName Attribute.
withBounds(Interval) - Method in class org.ivoa.dm.caom2.CustomAxis
fluent setter for bounds Attribute.
withBounds(Interval) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for bounds Attribute.
withBounds(Interval) - Method in class org.ivoa.dm.caom2.Time
fluent setter for bounds Attribute.
withBounds(Shape) - Method in class org.ivoa.dm.caom2.Position
fluent setter for bounds Attribute.
withCalibration(CalibrationStatus) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for calibration Attribute.
withCalibration(CalibrationStatus) - Method in class org.ivoa.dm.caom2.Observable
fluent setter for calibration Attribute.
withCalibration(CalibrationStatus) - Method in class org.ivoa.dm.caom2.Position
fluent setter for calibration Attribute.
withCalibration(CalibrationStatus) - Method in class org.ivoa.dm.caom2.Time
fluent setter for calibration Attribute.
withCalibrationLevel(CalibrationLevel) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for calibrationLevel Attribute.
withCenter(Point) - Method in class org.ivoa.dm.caom2.types.Circle
fluent setter for center Attribute.
withCollection(String) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for collection Attribute.
withContentChecksum(String) - Method in class org.ivoa.dm.caom2.Artifact
fluent setter for contentChecksum Attribute.
withContentLength(Integer) - Method in class org.ivoa.dm.caom2.Artifact
fluent setter for contentLength Attribute.
withContentReadGroups(List<String>) - Method in class org.ivoa.dm.caom2.Artifact
fluent setter for contentReadGroups Attribute.
withContentRelease(Date) - Method in class org.ivoa.dm.caom2.Artifact
fluent setter for contentRelease Attribute.
withContentType(String) - Method in class org.ivoa.dm.caom2.Artifact
fluent setter for contentType Attribute.
withCoordinates(Point) - Method in class org.ivoa.dm.caom2.TargetPosition
fluent setter for coordinates Attribute.
withCoordsys(String) - Method in class org.ivoa.dm.caom2.TargetPosition
fluent setter for coordsys Attribute.
withCtype(String) - Method in class org.ivoa.dm.caom2.CustomAxis
fluent setter for ctype Attribute.
withCustom(CustomAxis) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for custom Attribute.
withCval1(Double) - Method in class org.ivoa.dm.caom2.types.Point
fluent setter for cval1 Attribute.
withCval2(Double) - Method in class org.ivoa.dm.caom2.types.Point
fluent setter for cval2 Attribute.
withDataProductType(String) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for dataProductType Attribute.
withDataReadGroups(List<String>) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for dataReadGroups Attribute.
withDataRelease(Date) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for dataRelease Attribute.
withDescription(String) - Method in class org.ivoa.dm.caom2.ArtifactDescription
fluent setter for description Attribute.
withDescriptionID(String) - Method in class org.ivoa.dm.caom2.Artifact
fluent setter for descriptionID Attribute.
withDimension(Integer) - Method in class org.ivoa.dm.caom2.CustomAxis
fluent setter for dimension Attribute.
withDimension(Integer) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for dimension Attribute.
withDimension(Integer) - Method in class org.ivoa.dm.caom2.Polarization
fluent setter for dimension Attribute.
withDimension(Integer) - Method in class org.ivoa.dm.caom2.Time
fluent setter for dimension Attribute.
withDimension(Dimension2D) - Method in class org.ivoa.dm.caom2.Position
fluent setter for dimension Attribute.
withDistance(Interval) - Method in class org.ivoa.dm.caom2.Visibility
fluent setter for distance Attribute.
withDistributionEccentricity(Double) - Method in class org.ivoa.dm.caom2.Visibility
fluent setter for distributionEccentricity Attribute.
withDistributionFill(Double) - Method in class org.ivoa.dm.caom2.Visibility
fluent setter for distributionFill Attribute.
withElevation(Double) - Method in class org.ivoa.dm.caom2.Environment
fluent setter for elevation Attribute.
withEnergy(Energy) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for energy Attribute.
withEnergyBands(List<EnergyBand>) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for energyBands Attribute.
withEnvironment(Environment) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for environment Attribute.
withEquinox(Double) - Method in class org.ivoa.dm.caom2.TargetPosition
fluent setter for equinox Attribute.
withExposure(Double) - Method in class org.ivoa.dm.caom2.Time
fluent setter for exposure Attribute.
withExposureBounds(Interval) - Method in class org.ivoa.dm.caom2.Time
fluent setter for exposureBounds Attribute.
withFlag(Quality) - Method in class org.ivoa.dm.caom2.DataQuality
fluent setter for flag Attribute.
withFlag(Status) - Method in class org.ivoa.dm.caom2.Requirements
fluent setter for flag Attribute.
withFluxDensityLimit(Double) - Method in class org.ivoa.dm.caom2.Metrics
fluent setter for fluxDensityLimit Attribute.
withGeoLocationX(Double) - Method in class org.ivoa.dm.caom2.Telescope
fluent setter for geoLocationX Attribute.
withGeoLocationY(Double) - Method in class org.ivoa.dm.caom2.Telescope
fluent setter for geoLocationY Attribute.
withGeoLocationZ(Double) - Method in class org.ivoa.dm.caom2.Telescope
fluent setter for geoLocationZ Attribute.
withHumidity(Double) - Method in class org.ivoa.dm.caom2.Environment
fluent setter for humidity Attribute.
withId(String) - Method in class org.ivoa.dm.caom2.Entity
fluent setter for id Attribute.
withId(String) - Method in class org.ivoa.dm.caom2.Proposal
fluent setter for id Attribute.
withInputs(List<String>) - Method in class org.ivoa.dm.caom2.Provenance
fluent setter for inputs Attribute.
withInstrument(Instrument) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for instrument Attribute.
withIntent(ObservationIntentType) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for intent Attribute.
withKeywords(List<String>) - Method in class org.ivoa.dm.caom2.Instrument
fluent setter for keywords Attribute.
withKeywords(List<String>) - Method in class org.ivoa.dm.caom2.Proposal
fluent setter for keywords Attribute.
withKeywords(List<String>) - Method in class org.ivoa.dm.caom2.Provenance
fluent setter for keywords Attribute.
withKeywords(List<String>) - Method in class org.ivoa.dm.caom2.Target
fluent setter for keywords Attribute.
withKeywords(List<String>) - Method in class org.ivoa.dm.caom2.Telescope
fluent setter for keywords Attribute.
withLastExecuted(String) - Method in class org.ivoa.dm.caom2.Provenance
fluent setter for lastExecuted Attribute.
withLastModified(Date) - Method in class org.ivoa.dm.caom2.Entity
fluent setter for lastModified Attribute.
withLower(Double) - Method in class org.ivoa.dm.caom2.types.Interval
fluent setter for lower Attribute.
withLower(Double) - Method in class org.ivoa.dm.caom2.types.IntervalM
fluent setter for lower Attribute.
withMagLimit(Double) - Method in class org.ivoa.dm.caom2.Metrics
fluent setter for magLimit Attribute.
withMaxLastModified(Date) - Method in class org.ivoa.dm.caom2.CaomEntity
fluent setter for maxLastModified Attribute.
withMaxRecoverableScale(Interval) - Method in class org.ivoa.dm.caom2.Position
fluent setter for maxRecoverableScale Attribute.
withMembers(List<String>) - Method in class org.ivoa.dm.caom2.DerivedObservation
fluent setter for members Attribute.
withMetaChecksum(String) - Method in class org.ivoa.dm.caom2.Entity
fluent setter for metaChecksum Attribute.
withMetaProducer(String) - Method in class org.ivoa.dm.caom2.Entity
fluent setter for metaProducer Attribute.
withMetaReadGroups(List<String>) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for metaReadGroups Attribute.
withMetaReadGroups(List<String>) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for metaReadGroups Attribute.
withMetaRelease(Date) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for metaRelease Attribute.
withMetaRelease(Date) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for metaRelease Attribute.
withMetrics(Metrics) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for metrics Attribute.
withMinBounds(Shape) - Method in class org.ivoa.dm.caom2.Position
fluent setter for minBounds Attribute.
withMoving(Boolean) - Method in class org.ivoa.dm.caom2.Target
fluent setter for moving Attribute.
withName(Double) - Method in class org.ivoa.dm.caom2.Environment
fluent setter for name Attribute.
withName(String) - Method in class org.ivoa.dm.caom2.Algorithm
fluent setter for name Attribute.
withName(String) - Method in class org.ivoa.dm.caom2.Instrument
fluent setter for name Attribute.
withName(String) - Method in class org.ivoa.dm.caom2.Provenance
fluent setter for name Attribute.
withName(String) - Method in class org.ivoa.dm.caom2.Target
fluent setter for name Attribute.
withName(String) - Method in class org.ivoa.dm.caom2.Telescope
fluent setter for name Attribute.
withNamespace(String) - Method in class org.ivoa.dm.caom2.VocabularyTerm
fluent setter for namespace Attribute.
withNaxis1(Integer) - Method in class org.ivoa.dm.caom2.types.Dimension2D
fluent setter for naxis1 Attribute.
withNaxis2(Integer) - Method in class org.ivoa.dm.caom2.types.Dimension2D
fluent setter for naxis2 Attribute.
withObservable(Observable) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for observable Attribute.
withPhotometric(Boolean) - Method in class org.ivoa.dm.caom2.Environment
fluent setter for photometric Attribute.
withPi(String) - Method in class org.ivoa.dm.caom2.Proposal
fluent setter for pi Attribute.
withPolarization(Polarization) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for polarization Attribute.
withPosition(Position) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for position Attribute.
withProducer(String) - Method in class org.ivoa.dm.caom2.Provenance
fluent setter for producer Attribute.
withProductType(String) - Method in class org.ivoa.dm.caom2.Artifact
fluent setter for productType Attribute.
withProject(String) - Method in class org.ivoa.dm.caom2.Proposal
fluent setter for project Attribute.
withProject(String) - Method in class org.ivoa.dm.caom2.Provenance
fluent setter for project Attribute.
withProposal(Proposal) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for proposal Attribute.
withProvenance(Provenance) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for provenance Attribute.
withQuality(DataQuality) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for quality Attribute.
withRadius(Double) - Method in class org.ivoa.dm.caom2.types.Circle
fluent setter for radius Attribute.
withRedshift(Double) - Method in class org.ivoa.dm.caom2.Target
fluent setter for redshift Attribute.
withReference(String) - Method in class org.ivoa.dm.caom2.Proposal
fluent setter for reference Attribute.
withReference(String) - Method in class org.ivoa.dm.caom2.Provenance
fluent setter for reference Attribute.
withReleaseType(ReleaseType) - Method in class org.ivoa.dm.caom2.Artifact
fluent setter for releaseType Attribute.
withRequirements(Requirements) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for requirements Attribute.
withResolution(Double) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for resolution Attribute.
withResolution(Double) - Method in class org.ivoa.dm.caom2.Position
fluent setter for resolution Attribute.
withResolution(Double) - Method in class org.ivoa.dm.caom2.Time
fluent setter for resolution Attribute.
withResolutionBounds(Interval) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for resolutionBounds Attribute.
withResolutionBounds(Interval) - Method in class org.ivoa.dm.caom2.Position
fluent setter for resolutionBounds Attribute.
withResolutionBounds(Interval) - Method in class org.ivoa.dm.caom2.Time
fluent setter for resolutionBounds Attribute.
withResolvingPower(Double) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for resolvingPower Attribute.
withResolvingPowerBounds(Interval) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for resolvingPowerBounds Attribute.
withRestwav(Double) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for restwav Attribute.
withRunID(String) - Method in class org.ivoa.dm.caom2.Provenance
fluent setter for runID Attribute.
withSamples(MultiShape) - Method in class org.ivoa.dm.caom2.Position
fluent setter for samples Attribute.
withSampleSize(Double) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for sampleSize Attribute.
withSampleSize(Double) - Method in class org.ivoa.dm.caom2.Position
fluent setter for sampleSize Attribute.
withSampleSize(Double) - Method in class org.ivoa.dm.caom2.Time
fluent setter for sampleSize Attribute.
withSampleSNR(Double) - Method in class org.ivoa.dm.caom2.Metrics
fluent setter for sampleSNR Attribute.
withSequenceNumber(Integer) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for sequenceNumber Attribute.
withSourceNumberDensity(Double) - Method in class org.ivoa.dm.caom2.Metrics
fluent setter for sourceNumberDensity Attribute.
withSpecies(String) - Method in class org.ivoa.dm.caom2.EnergyTransition
fluent setter for species Attribute.
withStandard(Boolean) - Method in class org.ivoa.dm.caom2.Target
fluent setter for standard Attribute.
withStates(List<PolarizationState>) - Method in class org.ivoa.dm.caom2.Polarization
fluent setter for states Attribute.
withTarget(Target) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for target Attribute.
withTargetID(String) - Method in class org.ivoa.dm.caom2.Target
fluent setter for targetID Attribute.
withTargetPosition(TargetPosition) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for targetPosition Attribute.
withTau(Double) - Method in class org.ivoa.dm.caom2.Environment
fluent setter for tau Attribute.
withTelescope(Telescope) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for telescope Attribute.
withTerm(String) - Method in class org.ivoa.dm.caom2.VocabularyTerm
fluent setter for term Attribute.
withTime(Time) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for time Attribute.
withTitle(String) - Method in class org.ivoa.dm.caom2.Proposal
fluent setter for title Attribute.
withTrackingMode(String) - Method in class org.ivoa.dm.caom2.Telescope
fluent setter for trackingMode Attribute.
withTransition(String) - Method in class org.ivoa.dm.caom2.EnergyTransition
fluent setter for transition Attribute.
withTransition(EnergyTransition) - Method in class org.ivoa.dm.caom2.Energy
fluent setter for transition Attribute.
withType(String) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for type Attribute.
withType(TargetType) - Method in class org.ivoa.dm.caom2.Target
fluent setter for type Attribute.
withUcd(UCDTerm) - Method in class org.ivoa.dm.caom2.Observable
fluent setter for ucd Attribute.
withUpper(Double) - Method in class org.ivoa.dm.caom2.types.Interval
fluent setter for upper Attribute.
withUpper(Double) - Method in class org.ivoa.dm.caom2.types.IntervalM
fluent setter for upper Attribute.
withUri(String) - Method in class org.ivoa.dm.caom2.Artifact
fluent setter for uri Attribute.
withUri(String) - Method in class org.ivoa.dm.caom2.ArtifactDescription
fluent setter for uri Attribute.
withUri(String) - Method in class org.ivoa.dm.caom2.DeletedArtifactDescriptionEvent
fluent setter for uri Attribute.
withUri(String) - Method in class org.ivoa.dm.caom2.DeletedObservationEvent
fluent setter for uri Attribute.
withUri(String) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for uri Attribute.
withUri(String) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for uri Attribute.
withUriBucket(String) - Method in class org.ivoa.dm.caom2.Artifact
fluent setter for uriBucket Attribute.
withUriBucket(String) - Method in class org.ivoa.dm.caom2.Observation
fluent setter for uriBucket Attribute.
withUv(Visibility) - Method in class org.ivoa.dm.caom2.Plane
fluent setter for uv Attribute.
withVersion(String) - Method in class org.ivoa.dm.caom2.Provenance
fluent setter for version Attribute.
withWavelengthTau(Double) - Method in class org.ivoa.dm.caom2.Environment
fluent setter for wavelengthTau Attribute.

X

XRAY - Enum constant in enum class org.ivoa.dm.caom2.EnergyBand
Value Xray : energy from 0.12 to 120keV.
XX - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value XX : X parallel linear.
XY - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value XY : XY cross-linear.

Y

YX - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value YX : YX cross-linear.
YY - Enum constant in enum class org.ivoa.dm.caom2.PolarizationState
Value YY : Y parallel linear.

_

_id - Variable in class org.ivoa.dm.caom2.Algorithm
inserted database key
_id - Variable in class org.ivoa.dm.caom2.CustomAxis
inserted database key
_id - Variable in class org.ivoa.dm.caom2.DataQuality
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Energy
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Environment
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Instrument
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Metrics
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Observable
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Polarization
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Position
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Provenance
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Requirements
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Target
inserted database key
_id - Variable in class org.ivoa.dm.caom2.TargetPosition
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Telescope
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Time
inserted database key
_id - Variable in class org.ivoa.dm.caom2.types.IntervalM
inserted database key
_id - Variable in class org.ivoa.dm.caom2.types.MultiShape
inserted database key
_id - Variable in class org.ivoa.dm.caom2.types.Point
inserted database key
_id - Variable in class org.ivoa.dm.caom2.types.Shape
inserted database key
_id - Variable in class org.ivoa.dm.caom2.Visibility
inserted database key
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages