|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.geotoolkit.coverage |
|---|
| Class AbstractCoverage extends PropertySourceImpl implements Serializable |
|---|
serialVersionUID: -2989320942499746295L
| Serialized Fields |
|---|
InternationalString name
null if none.
CoordinateReferenceSystem crs
null if there is none.
| Class AbstractCoverage.Renderable extends PropertySourceImpl implements Serializable |
|---|
serialVersionUID: -6661389795161502552L
| Serialized Fields |
|---|
Rectangle2D bounds
int xAxis
int yAxis
GeneralDirectPosition coordinate
y ordinates will be ignored, since they will vary for each pixel
to be evaluated. Other ordinates, if any, should be set to a fixed value. For example a
coverage may be three-dimensional, where the third dimension is the time axis. In such
case, coordinate.ord[2] should be set to the point in time where to evaluate the
coverage. By default, all ordinates are initialized to 0. Subclasses should set the
desired values in their constructor if needed.
| Class Category extends Object implements Serializable |
|---|
serialVersionUID: 6215962897884256696L
| Serialized Fields |
|---|
InternationalString name
double minimum
minimum to maximum inclusive.
If this category is an instance of GeophysicsCategory,
then this field is the minimal geophysics value in this category.
For qualitative categories, the geophysics value is one of NaN values.
double maximum
minimum to maximum inclusive.
If this category is an instance of GeophysicsCategory,
then this field is the maximal geophysics value in this category.
For qualitative categories, the geophysics value is one of NaN values.
NumberRange<T extends Number & Comparable<? super T>> range
[minimum … maximum].
May be computed only when first requested, or may be
user-supplied (which is why it must be serialized).
MathTransform1D transform
null).
If this category is an instance of GeophysicsCategory, then this transform is
the inverse (as computed by MathTransform1D.inverse()), except for qualitative
categories. Since Category.getSampleToGeophysics() returns null for qualitative
categories, this difference is not visible to the user.
GridSampleDimension.getScale(),
GridSampleDimension.getOffset()Category inverse
GeophysicsCategory. If this category is already an
instance of GeophysicsCategory, then inverse is a reference
to the Category object that own it.
int[] ARGB
| Class CoverageStack extends AbstractCoverage implements Serializable |
|---|
serialVersionUID: -7100201963376146053L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
CoverageStack.Element[] elements
CoverageStack.
SampleDimension[] sampleDimensions
null if unknown.
int numSampleDimensions
CoverageStack.sampleDimensions is null.
GeneralEnvelope envelope
CoverageStack.getEnvelope(org.opengis.referencing.crs.CoordinateReferenceSystem, org.geotoolkit.coverage.CoverageStack.Element[])int zDimension
This field is named z dimension by convention only. The dimension doesn't need to be the vertical axis. It can be a temporal or any other kind of dimension.
CoordinateReferenceSystem zCRS
null if unknown.
boolean interpolationEnabled
true if interpolations are allowed.
double lagTolerance
evaluate(...) methods will returns NaN for z values in this hole.
IIOListeners listeners
| Class GridSampleDimension extends Object implements Serializable |
|---|
serialVersionUID: 6026936545776852758L
| Serialized Fields |
|---|
GridSampleDimension inverse
CategoryList.inverse.
This object is constructed and returned by GridSampleDimension.geophysics(boolean). Constructed
when first needed, but serialized anyway because it may be a user-supplied object.
CategoryList categories
null if this sample dimension
has no category and no units. Note that it may happen in some occasions that this field
is a non-null empty list. This happen if the users specified units of measurement but no
range of values, in which case it was not possible to build Category instances.
boolean isGeophysics
true if all categories in this sample dimension have been already scaled
to geophysics ranges. If true, then the GridSampleDimension.getSampleToGeophysics()
method should returns an identity transform. Note that the opposite do not always hold:
an identity transform doesn't means that all categories are geophysics. For example,
some qualitative categories may map to some values different than NaN.
Assertions:
isGeophysics == categories.isGeophysics(true).isGeophysics != categories.isGeophysics(false), except
if categories.geophysics(true) == categories.geophysics(false)
boolean hasQualitative
true if this sample dimension has at least one qualitative category. An arbitrary
number of qualitative categories is allowed, providing their sample value ranges do not
overlap. A sample dimension can have both qualitative and quantitative categories.
boolean hasQuantitative
true if this sample dimension has at least one quantitative category.
An arbitrary number of quantitative categories is allowed, providing their sample
value ranges do not overlap.
If sampleToGeophysics is non-null, then hasQuantitative
must be true. However, the opposite do not hold in all cases: a
true value doesn't means that sampleToGeophysics should be non-null.
MathTransform1D sampleToGeophysics
sampleToGeophysics transform used by every
quantitative Category, or null. This field may be null for two reasons:
sampleToGeophysics transform.GridSampleDimension.getOffset() and GridSampleDimension.getScale(). The
GridSampleDimension.getSampleToGeophysics() method may also returns directly this
value in some conditions.
InternationalString description
| Class OrdinateOutsideCoverageException extends PointOutsideCoverageException implements Serializable |
|---|
serialVersionUID: -4718948524305632185L
| Serialized Fields |
|---|
int dimension
Envelope envelope
null if unknown.
| Class SpatioTemporalCoverage3D extends AbstractCoverage implements Serializable |
|---|
serialVersionUID: 2885506902340338431L
| Serialized Fields |
|---|
Coverage coverage
DefaultTemporalCRS temporalCRS
DefaultTemporalCRS.toDate(double) and DefaultTemporalCRS.toValue(java.util.Date) methods.
int temporalDimension
int xDimension
int yDimension
GeneralDirectPosition coordinate
evaluate(...) methods.
This object is cached and reused for performance purpose. However,
this caching sacrifies SpatioTemporalCoverage3D thread safety.
| Class TransformedCoverage extends AbstractCoverage implements Serializable |
|---|
serialVersionUID: 638094266593359879L
| Serialized Fields |
|---|
Coverage coverage
evaluate methods in
this class will delegate the work, after having transformed the coordinates.
MathTransform toOriginalCRS
| Package org.geotoolkit.coverage.grid |
|---|
| Class AbstractGridCoverage extends AbstractCoverage implements Serializable |
|---|
serialVersionUID: 6476934258101450793L
| Class Calculator2D extends GridCoverage2D implements Serializable |
|---|
serialVersionUID: -6287856672249003253L
| Serialized Fields |
|---|
GridCoverage2D source
null).
AbstractGridCoverage.getSources()(0)
except if this coverage has been deserialized. The source is required in order to get
the GridCoverage2D.view(org.geotoolkit.coverage.grid.ViewType) method to work. Because the image
contained in the source is the same one than in this Calculator2D, there is
few cost in keeping it.| Class GeneralGridCoordinates extends Object implements Serializable |
|---|
serialVersionUID: 8146318677770695383L
| Serialized Fields |
|---|
int[] coordinates
| Class GeneralGridCoordinates.Immutable extends GeneralGridCoordinates implements Serializable |
|---|
serialVersionUID: -7723383411061425866L
| Class GeneralGridEnvelope extends Object implements Serializable |
|---|
serialVersionUID: -1695224412095031712L
| Serialized Fields |
|---|
int[] index
| Class GeneralGridGeometry extends Object implements Serializable |
|---|
serialVersionUID: 670887173069270234L
| Serialized Fields |
|---|
GridEnvelope extent
null if none. The lowest valid
grid coordinate is zero for BufferedImage, but may be non-zero for
arbitrary RenderedImage. A grid with 512 cells can have a minimum coordinate of 0
and maximum of 512, with 511 as the highest valid index.
Note:
This field name was gridRange in all Geotk versions prior 3.20. The
grid range name was defined in the legacy OGC 01-004 specification,
while extent is defined in the ISO 19123 specification. This field
has been renamed in order to avoid confusion with coverage range,
which has a totally different meaning in ISO 19123.
RenderedImage.getMinX(),
RenderedImage.getMinY(),
RenderedImage.getWidth(),
RenderedImage.getHeight()ImmutableEnvelope envelope
null if none. If non-null, this envelope is usually the
grid envelope transformed to real world
coordinates. The coordinate reference system (CRS)
of this envelope defines the "real world" CRS of this grid geometry.
MathTransform gridToCRS
null if none.
This math transform is usually affine. It maps pixel center
to "real world" coordinate using the following line:
DirectPosition aCellIndices = ...: DirectPosition aPixelCenter = gridToCRS.transform(pixels, aCellIndices);
MathTransform cornerToCRS
GeneralGridGeometry.gridToCRS but from pixel corner
instead of center. Will be computed only when first needed. Serialized because it may
be a value specified explicitly at construction time, in which case it can be more
accurate than a computed value.
| Class GridCoordinates2D extends Point implements Serializable |
|---|
serialVersionUID: -4583333545268906740L
| Class GridCoverage2D extends AbstractGridCoverage implements Serializable |
|---|
serialVersionUID: 667472989475027853L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
PlanarImage from the SerializableRenderedImage
after deserialization.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
RenderedImage serializedImage
SerializableRenderedImage.
This image will be created only when first needed during serialization.
GridGeometry2D gridGeometry
GridSampleDimension[] sampleDimensions
The content of this array should never be modified.
| Class GridCoverage2D.Renderable extends AbstractCoverage.Renderable implements Serializable |
|---|
serialVersionUID: 4544636336787905450L
| Class GridEnvelope2D extends Rectangle implements Serializable |
|---|
serialVersionUID: -3370515914148690059L
| Class GridGeometry2D extends GeneralGridGeometry implements Serializable |
|---|
serialVersionUID: -3989363771504614419L
| Serialized Fields |
|---|
CoordinateReferenceSystem crs2D
GridGeometry2D.getCoordinateReferenceSystem2D()int gridDimensionX
GridGeometry2D.gridDimensionX) and row (GridGeometry2D.gridDimensionY) ordinates
in a grid point. They are the index of the first two dimensions with a span greater than 1 in the grid extent.
Their values are usually 0 and 1 respectively.
Notes:
GridGeometry2D.gridDimensionX < GridGeometry2D.gridDimensionY.
int gridDimensionY
GridGeometry2D.gridDimensionX) and row (GridGeometry2D.gridDimensionY) ordinates
in a grid point. They are the index of the first two dimensions with a span greater than 1 in the grid extent.
Their values are usually 0 and 1 respectively.
Notes:
GridGeometry2D.gridDimensionX < GridGeometry2D.gridDimensionY.
int axisDimensionX
GridGeometry2D.gridDimensionX, GridGeometry2D.gridDimensionY) dimensions in the envelope space.
They are index of (x, y) ordinates in a direct position after the
grid to CRS transform.
Notes:
GridGeometry2D.axisDimensionX < GridGeometry2D.axisDimensionY.GridGeometry2D.gridDimensionX maps to GridGeometry2D.axisDimensionX and
GridGeometry2D.gridDimensionY maps to GridGeometry2D.axisDimensionY, since axis may be interchanged.
int axisDimensionY
GridGeometry2D.gridDimensionX, GridGeometry2D.gridDimensionY) dimensions in the envelope space.
They are index of (x, y) ordinates in a direct position after the
grid to CRS transform.
Notes:
GridGeometry2D.axisDimensionX < GridGeometry2D.axisDimensionY.GridGeometry2D.gridDimensionX maps to GridGeometry2D.axisDimensionX and
GridGeometry2D.gridDimensionY maps to GridGeometry2D.axisDimensionY, since axis may be interchanged.
MathTransform2D gridToCRS2D
gridToCRS.
Is null if and only if GeneralGridGeometry.gridToCRS is null.
MathTransform2D gridFromCRS2D
gridToCRS2D.
Is null if and only if GridGeometry2D.gridToCRS2D is null.
MathTransform2D cornerToCRS2D
GridGeometry2D.gridToCRS2D cached in the PixelOrientation.UPPER_LEFT case.
This field is serialized because it may be user-provided, in which case it is
likely to be more accurate than what we would compute. If null, will
be computed when first needed.
| Class ImageGeometry extends Object implements Serializable |
|---|
serialVersionUID: -6578330391565232607L
| Serialized Fields |
|---|
GridEnvelope2D extent
AffineTransform2D gridToCRS
| Class Interpolator2D extends Calculator2D implements Serializable |
|---|
serialVersionUID: 9028980295030908004L
| Serialized Fields |
|---|
MathTransform2D toGrid
Interpolation interpolation
Interpolator2D fallback
null if there
is no fallback. By convention, this means that interpolation should fallback
on super.evaluate(...) (i.e. nearest neighbor).
int xmin
Interpolation's padding.
int ymin
Interpolation's padding.
int xmax
Interpolation's padding.
int ymax
Interpolation's padding.
int top
int left
Rectangle bounds
RectIterFactory.
| Class InvalidGridGeometryException extends IllegalStateException implements Serializable |
|---|
serialVersionUID: -7386283388753448743L
| Package org.geotoolkit.coverage.io |
|---|
| Class CoverageStoreException extends DataStoreException implements Serializable |
|---|
serialVersionUID: 782165122782532854L
| Class DisjointCoverageDomainException extends CoverageStoreException implements Serializable |
|---|
serialVersionUID: 3818685838021231218L
| Class GridCoverageReadParam extends GridCoverageStoreParam implements Serializable |
|---|
serialVersionUID: -7515981676576102704L
| Serialized Fields |
|---|
int[] destinationBands
null, indicating that all destination bands should be written in order.
| Class GridCoverageStoreParam extends Object implements Serializable |
|---|
serialVersionUID: 5654080292972651645L
| Serialized Fields |
|---|
CoordinateReferenceSystem crs
null if unspecified.
Envelope envelope
null if unspecified.
double[] resolution
null if unspecified.
int[] sourceBands
null for all of them.
| Class GridCoverageWriteParam extends GridCoverageStoreParam implements Serializable |
|---|
serialVersionUID: 171475620398426965L
| Serialized Fields |
|---|
String formatName
ImageWriter instance, or null for
inferring it automatically from the output
suffix.
Float compressionQuality
null if not defined.
Value 0 is for more compression, at the cost of either quality for lossy formats or
speed for lossless formats.
InterpolationMethod interpolation
null for the default (nearest-neighbor).
double[] backgroundValues
null for the default values.
| Package org.geotoolkit.coverage.processing |
|---|
| Class AbstractOperation extends Object implements Serializable |
|---|
serialVersionUID: -1441856042779942954L
| Serialized Fields |
|---|
ParameterDescriptorGroup descriptor
| Class BilevelOperation extends OperationJAI implements Serializable |
|---|
serialVersionUID: 8975871552152978976L
| Class CannotCropException extends CoverageProcessingException implements Serializable |
|---|
serialVersionUID: -4382377333378224973L
| Class CannotReprojectException extends CoverageProcessingException implements Serializable |
|---|
serialVersionUID: -8145425848361056027L
| Class CannotScaleException extends CoverageProcessingException implements Serializable |
|---|
serialVersionUID: 8644771885589352455L
| Class ColorMap extends Object implements Serializable |
|---|
serialVersionUID: 1688030908496323012L
| Serialized Fields |
|---|
Map<K,V> colorMap
String objects.
Values may be Color singletons or Color[] arrays.
The ColorMap.ANY_QUANTITATIVE_CATEGORY key is replaced by null in
order to avoid confusion with user-specified category with the exact name.
Map<K,V> colorRanges
NumberRange instances
if the range is relative, or MeasurementRange if the range is geophysics.
The ColorMap.ANY_QUANTITATIVE_CATEGORY key is replaced by null in
order to avoid confusion with user-specified category with the exact name.
boolean resetUnspecifiedColors
true, the ARGB values corresponding to any category
not specified in this color map will be reset to the color specified
by the category. The default value is false.
| Class CoverageProcessingException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -2199436135615396946L
| Class FilterOperation extends OperationJAI implements Serializable |
|---|
serialVersionUID: 7984379314515755769L
| Class IndexColorOperation extends Operation2D implements Serializable |
|---|
| Class Operation2D extends AbstractOperation implements Serializable |
|---|
serialVersionUID: 574096338873406394L
| Class OperationJAI extends Operation2D implements Serializable |
|---|
serialVersionUID: -5974520239347639965L
| Serialized Fields |
|---|
OperationDescriptor operation
| Class RangeSpecifier extends Object implements Serializable |
|---|
serialVersionUID: 8436500582161136302L
| Serialized Fields |
|---|
NumberRange<T extends Number & Comparable<? super T>> range
null if none.
MathTransform1D transform
null if none.
Unit<Q extends Quantity> unit
null if none.
Color[] colors
null if none.
| Package org.geotoolkit.coverage.processing.operation |
|---|
| Class Absolute extends OperationJAI implements Serializable |
|---|
serialVersionUID: 3723059532452772794L
| Class AddConst extends OperationJAI implements Serializable |
|---|
serialVersionUID: 5443686039059774671L
| Class Convolve extends OperationJAI implements Serializable |
|---|
serialVersionUID: -8324284100732653109L
| Class DivideByConst extends OperationJAI implements Serializable |
|---|
serialVersionUID: -3723238033407316564L
| Class Exp extends OperationJAI implements Serializable |
|---|
serialVersionUID: 6136918309949539525L
| Class GradientMagnitude extends OperationJAI implements Serializable |
|---|
serialVersionUID: -1514713427236924048L
| Class Interpolate extends Operation2D implements Serializable |
|---|
serialVersionUID: 6742127682733620661L
| Class Invert extends OperationJAI implements Serializable |
|---|
serialVersionUID: 7297641092994880308L
| Class Log extends OperationJAI implements Serializable |
|---|
serialVersionUID: -3622176942444895367L
| Class MaxFilter extends FilterOperation implements Serializable |
|---|
serialVersionUID: 3368109980974496342L
| Class MedianFilter extends FilterOperation implements Serializable |
|---|
serialVersionUID: -8604321975842276962L
| Class MinFilter extends FilterOperation implements Serializable |
|---|
serialVersionUID: -45487721305059086L
| Class MultiplyConst extends OperationJAI implements Serializable |
|---|
serialVersionUID: -1077713495023498436L
| Class NodataFilter extends FilterOperation implements Serializable |
|---|
serialVersionUID: 6818008657792977519L
| Class Recolor extends IndexColorOperation implements Serializable |
|---|
serialVersionUID: 915698753323176492L
| Class Resample extends Operation2D implements Serializable |
|---|
serialVersionUID: -2022393087647420577L
| Class Rescale extends OperationJAI implements Serializable |
|---|
serialVersionUID: -9150531690336265741L
| Class SelectSampleDimension extends Operation2D implements Serializable |
|---|
serialVersionUID: 6889502343896409135L
| Class SubtractConst extends OperationJAI implements Serializable |
|---|
serialVersionUID: 279426577290256732L
| Class SubtractFromConst extends OperationJAI implements Serializable |
|---|
serialVersionUID: 6941277637814235474L
| Package org.geotoolkit.coverage.sql |
|---|
| Class CoverageDatabaseEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -5238430708385410876L
| Serialized Fields |
|---|
boolean isBefore
true if the event occurs before the change, or
false if the event occurs after the change.
int numEntryChange
| Class CoverageTableModel extends AbstractTableModel implements Serializable |
|---|
serialVersionUID: 6723633134014245147L
| Serialized Fields |
|---|
String[] titles
CoverageTableModel.NAME, CoverageTableModel.DATE or
CoverageTableModel.DURATION constants.
GridCoverageReference[] entries
CoverageProxy instances when first visited, on a element-by-element
basis.
Locale locale
Locale.Category.DISPLAY.
DateFormat dateFormat
DateFormat timeFormat
NumberFormat numberFormat
String DAY
String DAYS
| Class CoverageTableModel.CellRenderer extends DefaultTableCellRenderer implements Serializable |
|---|
| Serialized Fields |
|---|
Color foreground
Color background
| Class DatabaseVetoException extends CoverageStoreException implements Serializable |
|---|
serialVersionUID: -8529860269259521319L
| Package org.geotoolkit.display.axis |
|---|
| Class AbstractGraduation extends Object implements Serializable |
|---|
serialVersionUID: 5215728323932315112L
| Serialized Fields |
|---|
Unit<Q extends Quantity> unit
null if unknown.
String title
Locale locale
PropertyChangeSupport listenerList
| Class Axis2D extends Line2D implements Serializable |
|---|
serialVersionUID: -8396436909942389360L
| Serialized Fields |
|---|
double x1
Graduation.getMinimum() et Graduation.getMaximum().
double y1
Graduation.getMinimum() et Graduation.getMaximum().
double x2
Graduation.getMinimum() et Graduation.getMaximum().
double y2
Graduation.getMinimum() et Graduation.getMaximum().
double tickStart
[sub]TickStart (généralement 0) jusqu'à [sub]TickEnd. Par convention,
des valeurs positives désignent l'intérieur du graphique et des valeurs négatives
l'extérieur.
double tickEnd
[sub]TickStart (généralement 0) jusqu'à [sub]TickEnd. Par convention,
des valeurs positives désignent l'intérieur du graphique et des valeurs négatives
l'extérieur.
double subTickStart
[sub]TickStart (généralement 0) jusqu'à [sub]TickEnd. Par convention,
des valeurs positives désignent l'intérieur du graphique et des valeurs négatives
l'extérieur.
double subTickEnd
[sub]TickStart (généralement 0) jusqu'à [sub]TickEnd. Par convention,
des valeurs positives désignent l'intérieur du graphique et des valeurs négatives
l'extérieur.
byte relativeCCW
Graduation graduation
RenderingHints hints
| Class DateGraduation extends AbstractGraduation implements Serializable |
|---|
serialVersionUID: -7590383805990568769L
| Serialized Fields |
|---|
long minimum
long maximum
TimeZone timezone
| Class LogarithmicNumberGraduation extends NumberGraduation implements Serializable |
|---|
serialVersionUID: -8514854171546232887L
| Class NumberGraduation extends AbstractGraduation implements Serializable |
|---|
serialVersionUID: -3074504745332240845L
| Serialized Fields |
|---|
double minimum
double maximum
NumberFormat format
| Package org.geotoolkit.display.shape |
|---|
| Class Arrow2D extends RectangularShape implements Serializable |
|---|
serialVersionUID: 5093131349056679731L
| Serialized Fields |
|---|
double minX
double minY
double length
double thickness
double sy0
x == minX), as a proportion of the
maximal thickness. Should be a factor between 0 and 1.
double sy1
x == minX+sx*length), as a proportion of
the maximal thickness. Should be a factor between 0 and 1.
double sx
| Class DoubleDimension2D extends Dimension2D implements Serializable |
|---|
serialVersionUID: 3603763914115376884L
| Serialized Fields |
|---|
double width
double height
| Class FloatDimension2D extends Dimension2D implements Serializable |
|---|
serialVersionUID: 4011566975974105082L
| Serialized Fields |
|---|
float width
float height
| Class ProjectedShape extends Object implements Serializable |
|---|
serialVersionUID: -583674918489345612L
| Serialized Fields |
|---|
Shape shape
MathTransform2D projection
| Class TransformedShape extends AffineTransform implements Serializable |
|---|
serialVersionUID: 3541606381365714951L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
Shape shape
TransformedShape is a view.
| Class XRectangle2D extends Rectangle2D implements Serializable |
|---|
serialVersionUID: -1918221103635749436L
| Serialized Fields |
|---|
double xmin
double ymin
double xmax
double ymax
| Package org.geotoolkit.factory |
|---|
| Class FactoryNotFoundException extends FactoryRegistryException implements Serializable |
|---|
serialVersionUID: 7555229653402417318L
| Class FactoryRegistryException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 8483095037433886648L
| Class Hints.ClassKey extends Hints.Key implements Serializable |
|---|
| Class Hints.FileKey extends Hints.Key implements Serializable |
|---|
| Serialized Fields |
|---|
boolean writable
true if write operations need to be allowed.
| Class Hints.IntegerKey extends Hints.Key implements Serializable |
|---|
| Serialized Fields |
|---|
int number
| Class Hints.Key extends RenderingHints.Key implements Serializable |
|---|
| Serialization Methods |
|---|
protected final Object writeReplace()
throws ObjectStreamException
Key
instance. The proxy will use reflection in order to restore the key as one
of the static constants defined in the enclosing class on deserialization.
ObjectStreamException - If this key can not be serialized
because it is not a known constant.| Serialized Fields |
|---|
String className
Hints.Key.valueClass.
| Class Hints.OptionKey extends Hints.Key implements Serializable |
|---|
| Serialized Fields |
|---|
Set<E> options
boolean wildcard
true if the "*" wildcard was given in the set of options.
| Class RecursiveSearchException extends FactoryRegistryException implements Serializable |
|---|
serialVersionUID: -2028654588882874110L
| Package org.geotoolkit.geometry |
|---|
| Class DirectPosition1D extends AbstractDirectPosition implements Serializable |
|---|
serialVersionUID: 3235094562875693710L
| Serialized Fields |
|---|
CoordinateReferenceSystem crs
double ordinate
| Class DirectPosition2D extends DirectPosition2D implements Serializable |
|---|
serialVersionUID: 835130287438466997L
| Class Envelope2D extends Envelope2D implements Serializable |
|---|
serialVersionUID: -3319231220761419351L
| Class GeneralDirectPosition extends AbstractDirectPosition implements Serializable |
|---|
serialVersionUID: 9071833698385715524L
| Serialized Fields |
|---|
double[] ordinates
CoordinateReferenceSystem crs
null.
| Class GeneralEnvelope extends ArrayEnvelope implements Serializable |
|---|
serialVersionUID: 1752330560227688940L
| Class ImmutableEnvelope extends ArrayEnvelope implements Serializable |
|---|
serialVersionUID: 5593936512712449234L
| Class TransformedDirectPosition extends GeneralDirectPosition implements Serializable |
|---|
serialVersionUID: -3988283183934950437L
| Serialized Fields |
|---|
CoordinateOperationFactory factory
CoordinateReferenceSystem defaultCRS
TransformedDirectPosition.transform(org.opengis.geometry.DirectPosition) with
a position without associated CoordinateReferenceSystem. May be null
if the default CRS is assumed equal to this
position CRS.
| Package org.geotoolkit.gui.swing |
|---|
| Class About extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
About.ThreadList updater
null s'il n'y en a pas.
Vocabulary resources
| Class DisjointLists extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JList left
JList right
boolean autoSort
true if elements should be automatically sorted.
| Class FormatChooser extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
Format format
FormatChooser.
Object value
JComboBox choices
JLabel preview
value formated using format.
| Class ListTableModel extends AbstractTableModel implements Serializable |
|---|
serialVersionUID: 3543567151179489778L
| Serialized Fields |
|---|
Class<T> type
List<E> elements
fireXXX method must be invoked explicitly.
| Class LoggingPanel extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
LoggingTableModel model
JXTable table
LoggingTableModel.Scroll scrollControl
LoggingPanel.Highlighter[] levelColors
LoggingPanel.getForeground(Level),
LoggingPanel.getBackground(Level)Logger logger
null if none.
Font messageFont
| Class ParameterEditor extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
Map<K,V> editors
Container cards
JTextField for simple parameters (numbers, string, etc.)JList for enumerated parameters.JTable for any kind of array parameter and LookupTableJAI.KernelEditor for KernelJAI parameters.
JLabel description
Object value
Number, KernelJAI, LookupTableJAI or some other parameter object.
ParameterEditor.setParameterValue(java.lang.Object)Component editor
ParameterEditor.setParameterValue(java.lang.Object),
ParameterEditor.getEditor()ParameterEditor.Editor model
| Class Plot2D extends ZoomPane implements Serializable |
|---|
| Serialized Fields |
|---|
List<E> xAxes
Entry.xAxis instance must appears in this list as well, but
not necessarily in the same order.
Plot2D.addXAxis(java.lang.String),
Plot2D.addSeries(java.lang.String, java.awt.Paint, float[], float[])List<E> yAxes
Entry.yAxis instance must appears in this list as well, but
not necessarily in the same order.
Plot2D.addYAxis(java.lang.String),
Plot2D.addSeries(java.lang.String, java.awt.Paint, float[], float[])Map<K,V> series
Plot2D.Series objects while values are Entry
objects with the x and y axis to use for the series.
Plot2D.addSeries(java.lang.String, java.awt.Paint, float[], float[])Set<E> unmodifiableSeries
series to be returned by Plot2D.getSeries().
Plot2D.getSeries()Plot2D.Entry currentAxes
null if not yet created.
String nextXAxis
null if the current axis should be used
instead.
Plot2D.addXAxis(java.lang.String),
Plot2D.addYAxis(java.lang.String)String nextYAxis
null if the current axis should be used
instead.
Plot2D.addXAxis(java.lang.String),
Plot2D.addYAxis(java.lang.String)int top
int bottom
int left
int right
int xOffset
int yOffset
int lastWidth
int lastHeight
String title
Font titleFont
Color gridColor
null if the grid should not be drawn.
| Class WindowCreator extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
WindowCreator.Handler windowHandler
null if not yet initialized.
| Class ZoomPane extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
MouseListener mouseSelectionTracker
AffineTransform zoom
Graphics2D.transform(zoom).
boolean zoomIsReset
ZoomPane.reset() operation.
This is used in order to determine which behavior to replicate when the
widget is resized.
boolean disableRepaint
true if calls to ZoomPane.repaint(long, int, int, int, int) should be temporarily disabled.
int allowedActions
ZoomPane.SCALE_X, ZoomPane.SCALE_Y, ZoomPane.TRANSLATE_X, ZoomPane.TRANSLATE_Y,
ZoomPane.ROTATE, ZoomPane.RESET and ZoomPane.DEFAULT_ZOOM.
boolean fillPanel
true indicates that the content should fill the entire panel, even if it
means losing some of the edges. The value false indicates, on the contrary,
that we should display the entire contents, even if it means leaving blank spaces in
the panel.
Rectangle2D visibleArea
ZoomPane.reset() is called and
ZoomPane.getPreferredArea() and ZoomPane.getZoomableBounds() have both returned valid coordinates.
ZoomPane.getVisibleArea(),
ZoomPane.setVisibleArea(java.awt.geom.Rectangle2D)Rectangle2D preferredArea
null indicates a call to ZoomPane.getArea().
ZoomPane.getPreferredArea(),
ZoomPane.setPreferredArea(java.awt.geom.Rectangle2D)boolean paintingWhileAdjusting
ZoomPane object should be repainted when the user adjusts the
scrollbars. The default value is false, which means that ZoomPane will
wait until the user has released the scrollbar before repainting the component.
ZoomPane.isPaintingWhileAdjusting(),
ZoomPane.setPaintingWhileAdjusting(boolean)boolean magnifierEnabled
true.
double magnifierPower
Paint magnifierGlass
Paint magnifierBorder
| Package org.geotoolkit.gui.swing.coverage |
|---|
| Class CategoryRecord extends Object implements Serializable |
|---|
serialVersionUID: 2445769517016833850L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
Category category
null if the field has
been updated and the category has not yet been recreated.
String name
int sampleMin
int sampleMax
int functionType
double offset
double scale
String paletteName
null if unknown.
This is used for selection in a PaletteComboBox.
| Class CategoryTable extends ListTableModel<CategoryRecord> implements Serializable |
|---|
serialVersionUID: -7923217651480496097L
| Serialized Fields |
|---|
Locale locale
String[] headers
boolean editable
true if the table is editable.
Every CategoryTable instances are editable by default.
PaletteFactory paletteFactory
null for the default one.
| Class CoverageFileProperties extends ImageFileProperties implements Serializable |
|---|
| Serialized Fields |
|---|
AtomicReference<V> imageReader
CoverageFileProperties.setImageInput(Object), or
null if none. Note that this field is typically read and written from
a background thread.
| Class CoverageList extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
String selectionPanelName
CoverageList.selectionPanel.
JPanel selectionPanel
CardLayout.
ImageFileChooser fileChooser
JList variableChooser
JTable table
CoverageTableModel coverages
Layer layer
CoverageEnvelope envelope
null for the full coverage.
ImageFileProperties properties
JXBusyLabel busyLabel
CoverageList.addController is initialized with the new values.
NewGridCoverageDetails addController
ToolBar toolbar
CoverageList.selectionPanel.
JButton removeButton
CoverageList.Listeners listeners
| Class LayerList extends WindowCreator implements Serializable |
|---|
| Serialized Fields |
|---|
CoverageDatabase database
ArrayListModel<E> layers
JList layerList
JButton removeButton
JButton coveragesButton
JXTitledPanel layerProperties
JLabel west
JLabel east
JLabel north
JLabel south
JLabel timeRange
JLabel typicalResolution
JPanel geographicPanel
ArrayListModel<E> elevations
JLabel imageFormat
JLabel sampleValueRanges
JXBusyLabel busyDomain
JXBusyLabel busyFormat
DateFormat dateFormat
NumberFormat heightFormat
AngleFormat angleFormat
RangeFormat rangeFormat
Timer timer
java.util package, because we want don't want to create a new thread.
| Class SampleDimensionPanel extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JComboBox nameField
JFormattedTextField unitField
CategoryTable categories
GridSampleDimension[] sampleDimensions
null if none.
CategoryRecord[][] records
Unit<Q extends Quantity>[] units
int selectedBandIndex
-1 if none.
| Package org.geotoolkit.gui.swing.event |
|---|
| Class ZoomChangeEvent extends EventObject implements Serializable |
|---|
serialVersionUID: 5063317286699888858L
| Serialized Fields |
|---|
AffineTransform change
oldZoom and newZoom
are the affine transforms before and after the change respectively, then the following
relation must hold (within the limits of rounding error):
newZoom = oldZoom.concatenate(change)
| Package org.geotoolkit.gui.swing.image |
|---|
| Class ColorRamp extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
ColorRamp.Painter painter
ColorRamp.UI ui
ComponentUI object for computing preferred
size, drawn the component and handle some events.
| Class GradientKernelEditor extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
KernelEditor kernelH
KernelEditor kernelV
| Class IIOMetadataPanel extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
DefaultComboBoxModel formatChoices
JLabel description
JLabel validValues
IIOMetadataPanel.Controller controller
| Class ImageFileChooser extends JFileChooser implements Serializable |
|---|
| Serialized Fields |
|---|
String defaultFormat
null if none.
boolean listFileFilterUsed
true if the list of providers should include a special entry
for loading a text file which contains a list of files.
Map<K,V> providers
ImageFileProperties propertiesPane
null if none.
| Class ImageFileProperties extends ImageProperties implements Serializable |
|---|
| Serialized Fields |
|---|
Dimension preferredThumbnailSize
IIOMetadataPanel metadata
DefaultListModel warnings
int warningsTab
| Class ImagePane extends ZoomPane implements Serializable |
|---|
| Serialized Fields |
|---|
Dimension renderedSize
RenderableImage.
This is also the maximum size for a RenderedImage; bigger image
will be scaled down for faster rendering.
RenderableImage renderable
null if none. If non-null, then the Render
will transform this renderable image into a rendered one when first requested.
Once the image is rendered, this field is set to null.
RenderedImage rendered
null if none. This image may be explicitly set
by ImagePane.setImage(RenderedImage), or computed by Render.
Throwable error
ImagePane.ProgressPane progressPane
null if none.
Will be created only when ImagePane.getProgressPane() is first invoked.
| Class ImageProperties extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JLabel[] descriptions
ImageProperties.LAST (at most) of text areas for various image properties.
JLabel[] labelOptionals
ColorRamp colorRamp
IndexColorModel.
ImageProperties.Table properties
null if none.
This field is null - together with ImageProperties.samples - when this object
is actually an instance of the ImageFileProperties subclass, because the
properties tab is replaced by image metadata.
ImageSampleValues samples
null if none.
This field is null - together with ImageProperties.properties - when this object
is actually an instance of the ImageFileProperties subclass, because the
later will try to load only a small portion of the image. Since the subsampling
is arbitrary, so is the table size - so we are better to not show it.
ImagePane viewer
JTabbedPane tabs
| Class ImageSampleValues extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JTable table
ImageSampleValues.CellRenderer renderer
SpinnerNumberModel band
JLabel comments
ImageSampleValues.CurrentColor current
| Class ImageTableModel extends AbstractTableModel implements Serializable |
|---|
serialVersionUID: -408603520054548181L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
RenderedImage image
null if none.
NumberFormat format
NumberFormat titleFormat
int band
| Class KernelEditor extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
KernelEditor.Model model
JComboBox categorySelector
JComboBox kernelSelector
JSpinner widthSelector
JSpinner heightSelector
| Class MosaicBuilderEditor extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
MosaicBuilder builder
MosaicBuilderEditor.getMosaicBuilder() is invoked.
MosaicBuilderEditor.Subsamplings subsamplingTable
SizeFields sizeFields
JComboBox formatChoices
FileField directoryField
MosaicPerformanceGraph plot
JProgressBar progressBar
| Class MosaicChooser extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
MosaicTableModel tiles
JSplitPane pane
JTable failures
CardLayout mosaicLayout
MosaicPanel mosaic
JXBusyLabel busy
| Class MosaicPerformanceGraph extends Plot2D implements Serializable |
|---|
| Serialized Fields |
|---|
long seed
boolean clearBeforePlot
true, automatically clears the plot before to add the result of a new computation.
int imagesPerSubsampling
JProgressBar progressBar
null if none.
| Class MosaicTableModel extends ListTableModel<Tile> implements Serializable |
|---|
serialVersionUID: 1863722624530354663L
| Serialized Fields |
|---|
Locale locale
null
for the default.
| Class MultiColorChooser extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
MultiColorChooser.Colors colors
| Class OperationTreeBrowser extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
ImageProperties imageProperties
IMAGE name.
ParameterEditor parameterEditor
PARAMETER name.
Container cards
ImageProperties instance.ParameterEditor instance.
| Class PaletteComboBox extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
PaletteFactory factory
JComboBox comboBox
| Class RegisteredOperationBrowser extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JLabel description
JLabel version
| Package org.geotoolkit.gui.swing.referencing |
|---|
| Class AuthorityCodesComboBox extends WindowCreator implements Serializable |
|---|
| Serialized Fields |
|---|
AuthorityFactory factory
AuthorityCodeList codeList
AuthorityCode.
JComboBox codeComboBox
AuthorityCode, and the list model is AuthorityCodesComboBox.codeList.
JTextField searchField
JPanel searchOrList
AuthorityCodesComboBox.searchField or AuthorityCodesComboBox.codeComboBox field.
CardLayout cards
AuthorityCodesComboBox.codeComboBox or AuthorityCodesComboBox.searchField.
JButton showSearchField
JButton showProperties
PropertiesSheet properties
Window propertiesWindow
AuthorityCodesComboBox.properties.
AuthorityCode selectedCode
AuthorityCodesComboBox.selectionChanged().
| Class CoordinateChooser extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JComponent areaPanel
JComponent timePanel
JComponent resoPanel
JComboBox timezone
JSpinner tmin
SpinnerDateModel.
JSpinner tmax
SpinnerDateModel.
JSpinner xmin
SpinnerNumberModel.
JSpinner xmax
SpinnerNumberModel.
JSpinner ymin
SpinnerNumberModel.
JSpinner ymax
SpinnerNumberModel.
JSpinner xres
SpinnerNumberModel.
JSpinner yres
SpinnerNumberModel.
AbstractButton radioBestRes
AbstractButton radioPrefRes
JComponent accessory
CoordinateChooser.
| Class CoordinateTableModel extends AbstractTableModel implements Serializable |
|---|
| Serialized Fields |
|---|
CoordinateReferenceSystem crs
String[] columnNames
List<E> positions
List<E> unmodifiablePositions
fire method.
ImmutableEnvelope validArea
TransformedDirectPosition toWGS84
| Class CoordinateTableModel.CellRenderer extends DefaultTableCellRenderer implements Serializable |
|---|
serialVersionUID: -2485722823332168812L
| Serialized Fields |
|---|
Color foreground
Color background
Color invalidForeground
Color invalidBackground
| Class PropertiesSheet extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JTextField name
JTextField authority
JTextField identifier
JTextField type
JXLabel remarks
JEditorPane wktArea
WKTFormat formatter
| Package org.geotoolkit.gui.swing.tree |
|---|
| Class DefaultMutableTreeNode extends DefaultMutableTreeNode implements Serializable |
|---|
serialVersionUID: -8782548896062360341L
| Class DefaultTreeModel extends DefaultTreeModel implements Serializable |
|---|
serialVersionUID: -2060236329590860790L
| Class NamedTreeNode extends DefaultMutableTreeNode implements Serializable |
|---|
serialVersionUID: -5052321314347001298L
| Serialized Fields |
|---|
CharSequence name
NamedTreeNode.toString().
| Class TreeFormat extends Format implements Serializable |
|---|
serialVersionUID: -4476366905386037025L
| Serialized Fields |
|---|
int indentation
int verticalLinePosition
String lineSeparator
char columnSeparator
boolean isTableFormatEnabled
true for enabling the formating of tree tables. The default value is false.
| Package org.geotoolkit.image |
|---|
| Class ImageDimension extends Dimension implements Serializable |
|---|
serialVersionUID: -4349573462196081362L
| Serialized Fields |
|---|
int numBands
int dataType
| Package org.geotoolkit.image.io |
|---|
| Class IIOListeners extends Object implements Serializable |
|---|
serialVersionUID: 3747976429353858766L
| Serialized Fields |
|---|
IIOListeners.List listeners
| Class IllegalImageDimensionException extends IIOException implements Serializable |
|---|
serialVersionUID: 1853327916078127235L
| Class ImageMetadataException extends IIOException implements Serializable |
|---|
serialVersionUID: 298508144853920271L
| Class ImageNameNotFoundException extends IIOException implements Serializable |
|---|
serialVersionUID: 1546424895695946016L
| Class InvalidImageStoreException extends IIOException implements Serializable |
|---|
serialVersionUID: 7306875489752707142L
| Class UnsupportedImageFormatException extends IIOException implements Serializable |
|---|
serialVersionUID: 8810756579848825657L
| Package org.geotoolkit.image.io.metadata |
|---|
| Class MetadataTreeNode extends NamedTreeNode implements Serializable |
|---|
serialVersionUID: 3458235875074371134L
| Serialized Fields |
|---|
MetadataTreeTable tree
String element
null.
String attribute
null.
Node xmlNode
MetadataTreeNode is associated with a XML tree node, that node.
Otherwise null. This is non-null only if an IIOMetadata instance
has been given to the MetadataTreeTable.
Many instances of MetadataTreeNode with identical MetadataTreeNode.tree, MetadataTreeNode.element
and MetadataTreeNode.attribute values but different xmlNode may occur if:
IIOMetadata instance have been assigned to MetadataTreeTable.IIOMetadataFormat.CHILD_POLICY_REPEAT.Example: enumerating the RGB entries in a color palette.
boolean hasValue
true if the tree that contains this node is expected to have value. Note that
this boolean may be true even if xmlNode is null, because the
values can be in other nodes.
| Package org.geotoolkit.image.io.mosaic |
|---|
| Class Tile extends Object implements Serializable |
|---|
serialVersionUID: -5417183834232374962L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IIORegistry. The search is performed by classname.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
Object input
ImageReader.getInput() instead.
short imageIndex
& MASK).
short xSubsampling
Values are stored as unsigned shorts (i.e. must be used with & MASK).
This field should be considered as final. It is not final only because
RegionCalculator may computes its value automatically.
short ySubsampling
Values are stored as unsigned shorts (i.e. must be used with & MASK).
This field should be considered as final. It is not final only because
RegionCalculator may computes its value automatically.
int x
Tile.translate(int, int) before an instance is made public.
int y
Tile.translate(int, int) before an instance is made public.
short width
int with
s & MASK. We assume that the [0 … 65535] range is sufficient
on the basis that tiles need to be reasonably small for being useful. Furthermore
tiles are usually square and an image of size 32767×32767 reaches the limit
of Java Image I/O library anyway, since image area must hold in an int.
short height
int with
s & MASK. We assume that the [0 … 65535] range is sufficient
on the basis that tiles need to be reasonably small for being useful. Furthermore
tiles are usually square and an image of size 32767×32767 reaches the limit
of Java Image I/O library anyway, since image area must hold in an int.
AffineTransform gridToCRS
RegionCalculator in order to compute
the region for this tile. This field is set to null when
RegionCalculator's work is in progress, and set to a new value on completion.
Note: RegionCalculator really needs a new instance for each tile.
No caching allowed before RegionCalculator processing. Caching allowed
after RegionCalculator processing.
| Class TileManager extends Object implements Serializable |
|---|
serialVersionUID: -7645850962821189968L
| Serialized Fields |
|---|
ImageGeometry geometry
TileManagerFactory when this information is available.
| Package org.geotoolkit.io |
|---|
| Class ContentFormatException extends IOException implements Serializable |
|---|
serialVersionUID: 6152194019351374599L
| Class LineFormat extends Format implements Serializable |
|---|
serialVersionUID: 1257759127594136266L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
Object[] data
LineFormat.setLine(String) has been invoked.
Those data are returned by methods like LineFormat.getValues(float[]).
Format[] formats
data[4] will be parsed with format[4]. If
the LineFormat.data array is longer than LineFormat.format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition), then the last format is
reused for all remaining columns.
int[] limits
index[0]
contains the index of the first character read for data[0], etc.
This array length must be equal to LineFormat.data.length + 1. The
last element will be the line length.
String line
LineFormat.setLine(String).
| Package org.geotoolkit.io.wkt |
|---|
| Class Colors extends Object implements Serializable |
|---|
serialVersionUID: 256160285861027191L
| Serialized Fields |
|---|
EnumMap<K extends Enum<K>,V> map
| Class Symbols extends Object implements Serializable |
|---|
serialVersionUID: -1730166945430878916L
| Serialized Fields |
|---|
Locale locale
char open
'[', but '(' is legal as well.
char close
']', but ')' is legal as well.
char openArray
char closeArray
char quote
'"'.
char separator
',', but would need
to be changed if a non-English locale is used for formatting numbers.
char space
' ', but could be a no-break space too if unicode is allowed.
char[] openingBrackets
closingBrackets array at the same index
than the opening bracket.
char[] closingBrackets
NumberFormat numberFormat
Note:NumberFormatobjects are usually not thread safe. Consequently, each instance ofParserorFormattermust use a clone of this object, not this object directly (unless they synchronize on it).
| Class UnformattableObjectException extends UnsupportedOperationException implements Serializable |
|---|
serialVersionUID: 3623766455562385536L
| Serialized Fields |
|---|
Class<T> unformattable
| Class WKTFormat extends Format implements Serializable |
|---|
serialVersionUID: -2909110214650709560L
| Serialized Fields |
|---|
Symbols symbols
Colors colors
null for no syntax coloring.
The same object is also referenced in the WKTFormat.formatter. It appears
here for serialization purpose.
Convention convention
Citation authority
null value
means that the authority shall be inferred from the WKTFormat.convention.
int indentation
Definitions definitions
| Package org.geotoolkit.math |
|---|
| Class Complex extends Object implements Serializable |
|---|
serialVersionUID: -8143196508298758583L
| Serialized Fields |
|---|
double real
double imag
| Class Fraction extends Number implements Serializable |
|---|
serialVersionUID: -4501644254763471216L
| Serialized Fields |
|---|
int numerator
int denominator
| Class Line extends Object implements Serializable |
|---|
serialVersionUID: 2185952238314399110L
| Serialized Fields |
|---|
double slope
double y0
double x0
| Class Plane extends Object implements Serializable |
|---|
serialVersionUID: 2956201711131316723L
| Serialized Fields |
|---|
double c
double cx
double cy
| Class Polynom extends Object implements Serializable |
|---|
serialVersionUID: 6825019711186108990L
| Serialized Fields |
|---|
double[] c
| Class Statistics extends Statistics implements Serializable |
|---|
serialVersionUID: -22884277805533726L
| Class VectorPair extends Object implements Serializable |
|---|
serialVersionUID: 8330893190189236019L
| Serialized Fields |
|---|
Vector X
VectorPair constructor,
or the result of the last operation performed on this object.
Vector Y
VectorPair constructor,
or the result of the last operation performed on this object.
| Package org.geotoolkit.measure |
|---|
| Class Angle extends Angle implements Serializable |
|---|
serialVersionUID: 1158747349433104534L
| Class AngleFormat extends AngleFormat implements Serializable |
|---|
serialVersionUID: 4320403817210439764L
| Class CoordinateFormat extends Format implements Serializable |
|---|
serialVersionUID: 8324486673169133932L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
CoordinateReferenceSystem crs
null.
String separator
Locale locale
DateFormat dateFormat
AngleFormat angleFormat
NumberFormat numberFormat
| Class Latitude extends Angle implements Serializable |
|---|
serialVersionUID: -4496748683919618976L
| Class Longitude extends Angle implements Serializable |
|---|
serialVersionUID: -8614900608052762636L
| Class Measure extends Number implements Serializable |
|---|
serialVersionUID: 6917234039472328164L
| Serialized Fields |
|---|
double value
Unit<Q extends Quantity> unit
| Class RangeFormat extends RangeFormat implements Serializable |
|---|
serialVersionUID: 6700474540675919894L
| Serialized Fields |
|---|
RangeSymbols symbols
char minusSign
DecimalFormatSymbols.
String infinity
DecimalFormatSymbols.
Class<T> elementClass
Number, Angle,
Date or a subclass of those types. This value determines the kind of range
to be created by the parse method:
NumberRange if the element class is assignable to Number.DateRange if the element class is assignable to Date.
Format elementFormat
AngleFormat if the element class is assignable to Angle.NumberFormat if the element class is assignable to Number.DateFormat if the element class is assignable to Date.
UnitFormat unitFormat
null if none. This is non-null if and
only if RangeFormat.elementClass is assignable to Number but not to Angle.
| Package org.geotoolkit.metadata |
|---|
| Class InvalidMetadataException extends InvalidMetadataException implements Serializable |
|---|
serialVersionUID: 3219759595538181102L
| Class MetadataTreeFormat extends Format implements Serializable |
|---|
serialVersionUID: -3603011614118221049L
| Serialized Fields |
|---|
MetadataStandard standard
Locale displayLocale
Locale formatLocale
| Class UnmodifiableMetadataException extends UnmodifiableMetadataException implements Serializable |
|---|
serialVersionUID: -1885135341334523675L
| Class ValueRestriction extends Object implements Serializable |
|---|
serialVersionUID: 888961503200860655L
| Serialized Fields |
|---|
Obligation obligation
null if there is
no known restriction.
The optional obligation is considered
equivalent to an absence of restriction and is replaced by null
if MetadataStandard.asRestrictionMap(...)
has been invoked with a metadata instance, since the metadata is not violating this
obligation. If asRestrictionMap(...) has been invoked with a Class
argument instead, then the obligation is provided verbatism since we are not testing
violation of restrictions.
NumberRange<T extends Number & Comparable<? super T>> range
null if the values are not restricted by a range.
This restriction is typically exclusive with the enumeration
of valid values (i.e. only one of range or validValues is non-null),
but this is not enforced by this ValueRestriction class.
Set<E> validValues
null if the values are not restricted that way.
This restriction is typically exclusive with the range of valid values
(i.e. only one of range or validValues is non-null), but this is not
enforced by this ValueRestriction class.
| Package org.geotoolkit.metadata.iso |
|---|
| Class DefaultApplicationSchemaInformation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -3109191272905767382L
| Serialized Fields |
|---|
Citation name
String schemaLanguage
String constraintLanguage
URI schemaAscii
URI graphicsFile
URI softwareDevelopmentFile
String softwareDevelopmentFileFormat
| Class DefaultExtendedElementInformation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -935396252908733907L
| Serialized Fields |
|---|
String name
String shortName
Integer domainCode
InternationalString definition
Obligation obligation
InternationalString condition
Datatype dataType
Integer maximumOccurrence
null if it doesn't apply, for example if the
data type is enumeration,
code list or code list element.
InternationalString domainValue
null if it doesn't apply, for example if the
data type is enumeration,
code list or code list element.
Collection<E> parentEntity
InternationalString rule
Collection<E> rationales
Collection<E> sources
| Class DefaultFeatureTypeList extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 5417914796207743856L
| Serialized Fields |
|---|
String spatialObject
String spatialSchemaName
| Class DefaultIdentifier extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 7459062382170865919L
| Serialized Fields |
|---|
String code
String version
Citation authority
| Class DefaultMetadata extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 7254025230235329493L
| Serialized Fields |
|---|
String fileIdentifier
null if none.
Locale language
Collection<E> locales
CharacterSet characterSet
String parentIdentifier
Collection<E> hierarchyLevels
Collection<E> hierarchyLevelNames
Collection<E> contacts
String dataSetUri
long dateStamp
Long.MIN_VALUE.
String metadataStandardName
String metadataStandardVersion
Collection<E> spatialRepresentationInfo
Collection<E> referenceSystemInfo
Collection<E> metadataExtensionInfo
Collection<E> identificationInfo
Collection<E> contentInfo
Distribution distributionInfo
Collection<E> dataQualityInfo
Collection<E> portrayalCatalogueInfo
Collection<E> metadataConstraints
Collection<E> applicationSchemaInfo
MaintenanceInformation metadataMaintenance
Collection<E> acquisitionInformation
| Class DefaultMetadataExtensionInformation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 573866936088674519L
| Serialized Fields |
|---|
OnlineResource extensionOnLineResource
Collection<E> extendedElementInformation
| Class DefaultPortrayalCatalogueReference extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -3095277682987563157L
| Serialized Fields |
|---|
Collection<E> portrayalCatalogueCitations
| Class MetadataEntity extends ModifiableMetadata implements Serializable |
|---|
serialVersionUID: 5730550742604669102L
| Serialized Fields |
|---|
Collection<E> identifiers
null if none.
This field is initialized to a non-null value when first needed.
MetadataEntity.getIdentifiers()| Package org.geotoolkit.metadata.iso.acquisition |
|---|
| Class DefaultAcquisitionInformation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 1232071263806560246L
| Serialized Fields |
|---|
Collection<E> acquisitionPlans
Collection<E> acquisitionRequirements
EnvironmentalRecord environmentalConditions
Collection<E> instruments
Collection<E> objectives
Collection<E> operations
Collection<E> platforms
| Class DefaultEnvironmentalRecord extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -8553651678708627947L
| Serialized Fields |
|---|
Double averageAirTemperature
Double maxRelativeHumidity
Double maxAltitude
InternationalString meteorologicalConditions
| Class DefaultEvent extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -5625600499628778407L
| Serialized Fields |
|---|
Trigger trigger
Context context
Sequence sequence
long time
Long.MIN_VALUE if none.
Collection<E> expectedObjectives
PlatformPass relatedPass
Collection<E> relatedSensors
| Class DefaultInstrument extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 6356044176200794578L
| Serialized Fields |
|---|
Collection<E> citations
InternationalString type
InternationalString description
Platform mountedOn
| Class DefaultObjective extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -4633298523976029384L
| Serialized Fields |
|---|
InternationalString priority
Collection<E> types
Collection<E> functions
Collection<E> extents
Collection<E> objectiveOccurences
Collection<E> pass
Collection<E> sensingInstruments
| Class DefaultOperation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -4247450339144267883L
| Serialized Fields |
|---|
InternationalString description
Citation citation
Progress status
OperationType type
Collection<E> childOperations
Collection<E> objectives
Operation parentOperation
Plan plan
Collection<E> platforms
Collection<E> significantEvents
| Class DefaultPlan extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -8457900515677160271L
| Serialized Fields |
|---|
GeometryType type
Progress status
Citation citation
Collection<E> operations
Collection<E> satisfiedRequirements
| Class DefaultPlatform extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -6870357428019309408L
| Serialized Fields |
|---|
Citation citation
InternationalString description
Collection<E> sponsors
Collection<E> instruments
| Class DefaultPlatformPass extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -1695097227120034432L
| Serialized Fields |
|---|
Geometry extent
Collection<E> relatedEvents
| Class DefaultRequestedDate extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -8884795189934200802L
| Serialized Fields |
|---|
long requestedDateOfCollection
Long.MIN_VALUE if none.
long latestAcceptableDate
Long.MIN_VALUE if none.
| Class DefaultRequirement extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 7305276418007196948L
| Serialized Fields |
|---|
Citation citation
Collection<E> requestors
Collection<E> recipients
Priority priority
RequestedDate requestedDate
long expiryDate
Long.MIN_VALUE if none.
Collection<E> satisfiedPlans
| Package org.geotoolkit.metadata.iso.citation |
|---|
| Class DefaultAddress extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 2278687294173262546L
| Serialized Fields |
|---|
InternationalString administrativeArea
InternationalString city
InternationalString country
String postalCode
Collection<E> deliveryPoints
Collection<E> electronicMailAddresses
| Class DefaultCitation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 2595269795652984755L
| Serialized Fields |
|---|
InternationalString title
Collection<E> alternateTitles
Collection<E> dates
InternationalString edition
long editionDate
Long.MIN_VALUE if none.
Collection<E> citedResponsibleParties
Collection<E> presentationForms
Series series
null if none.
InternationalString otherCitationDetails
null if none.
InternationalString collectiveTitle
null if there is no title.
| Class DefaultCitationDate extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -2884791484254008454L
| Serialized Fields |
|---|
long date
Long.MIN_VALUE if none.
DateType dateType
| Class DefaultContact extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 3283637180253117382L
| Serialized Fields |
|---|
InternationalString contactInstructions
InternationalString hoursOfService
OnlineResource onlineResource
Address address
Telephone phone
| Class DefaultOnlineResource extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 5412370008274334799L
| Serialized Fields |
|---|
String applicationProfile
String name
InternationalString description
OnLineFunction function
URI linkage
String protocol
| Class DefaultResponsibleParty extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -2477962229031486552L
| Serialized Fields |
|---|
String individualName
InternationalString organisationName
InternationalString positionName
Contact contactInfo
Role role
| Class DefaultSeries extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 2784101441023323052L
| Serialized Fields |
|---|
InternationalString name
String issueIdentification
String page
| Class DefaultTelephone extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 4920157673337669241L
| Serialized Fields |
|---|
Collection<E> voices
Collection<E> facsimiles
| Package org.geotoolkit.metadata.iso.constraint |
|---|
| Class DefaultConstraints extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 1771854790746022204L
| Serialized Fields |
|---|
Collection<E> useLimitations
| Class DefaultLegalConstraints extends DefaultConstraints implements Serializable |
|---|
serialVersionUID: -2891061818279024901L
| Serialized Fields |
|---|
Collection<E> accessConstraints
Collection<E> useConstraints
Collection<E> otherConstraints
| Class DefaultSecurityConstraints extends DefaultConstraints implements Serializable |
|---|
serialVersionUID: 6412833018607679734L
| Serialized Fields |
|---|
Classification classification
InternationalString userNote
InternationalString classificationSystem
InternationalString handlingDescription
| Package org.geotoolkit.metadata.iso.content |
|---|
| Class AbstractContentInformation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -1609535650982322560L
| Class DefaultBand extends DefaultRangeDimension implements Serializable |
|---|
serialVersionUID: -3543010637264725421L
| Serialized Fields |
|---|
Double maxValue
Double minValue
Unit<Q extends Quantity> units
Double peakResponse
null if unspecified.
Integer bitsPerValue
null if unspecified.
Integer toneGradation
null if unspecified.
Double scaleFactor
null if unspecified.
Double offset
null if unspecified.
BandDefinition bandBoundaryDefinition
null if unspecified.
Double nominalSpatialResolution
null if unspecified.
TransferFunctionType transferFunctionType
null if unspecified.
PolarizationOrientation transmittedPolarization
null if unspecified.
PolarizationOrientation detectedPolarization
null if unspecified.
| Class DefaultCoverageDescription extends AbstractContentInformation implements Serializable |
|---|
serialVersionUID: 5943716957630930520L
| Serialized Fields |
|---|
RecordType attributeDescription
CoverageContentType contentType
Collection<E> dimensions
Collection<E> rangeElementDescriptions
| Class DefaultFeatureCatalogueDescription extends AbstractContentInformation implements Serializable |
|---|
serialVersionUID: 1984922846251567908L
| Serialized Fields |
|---|
Boolean compliant
Collection<E> languages
boolean includedWithDataset
Collection<E> featureTypes
Collection<E> featureCatalogueCitations
| Class DefaultImageDescription extends DefaultCoverageDescription implements Serializable |
|---|
serialVersionUID: -6168624828802439062L
| Serialized Fields |
|---|
Double illuminationElevationAngle
Double illuminationAzimuthAngle
ImagingCondition imagingCondition
Identifier imageQualityCode
Double cloudCoverPercentage
Identifier processingLevelCode
Integer compressionGenerationQuantity
null if the information is not provided.
Boolean triangulationIndicator
null if the information is not provided.
Boolean radiometricCalibrationDataAvailable
Boolean cameraCalibrationInformationAvailable
Boolean filmDistortionInformationAvailable
Boolean lensDistortionInformationAvailable
| Class DefaultRangeDimension extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 4365956866782010460L
| Serialized Fields |
|---|
MemberName sequenceIdentifier
InternationalString descriptor
| Class DefaultRangeElementDescription extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -2869953851390143207L
| Serialized Fields |
|---|
InternationalString name
InternationalString definition
Collection<E> rangeElements
| Package org.geotoolkit.metadata.iso.distribution |
|---|
| Class DefaultDataFile extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 5737775725403867273L
| Serialized Fields |
|---|
Collection<E> featureTypes
Format fileFormat
| Class DefaultDigitalTransferOptions extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -1533064478468754337L
| Serialized Fields |
|---|
InternationalString unitsOfDistribution
Double transferSize
null if the transfer size is unknown.
Collection<E> onLines
Medium offLines
| Class DefaultDistribution extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -5899590027802365131L
| Serialized Fields |
|---|
Collection<E> distributionFormats
Collection<E> distributors
Collection<E> transferOptions
| Class DefaultDistributor extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 7142984376823483766L
| Serialized Fields |
|---|
ResponsibleParty distributorContact
Collection<E> distributionOrderProcesses
Collection<E> distributorFormats
Collection<E> distributorTransferOptions
| Class DefaultFormat extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 6498897239493553607L
| Serialized Fields |
|---|
InternationalString name
InternationalString version
InternationalString amendmentNumber
InternationalString specification
InternationalString fileDecompressionTechnique
Collection<E> formatDistributors
| Class DefaultMedium extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -2838122926367921673L
| Serialized Fields |
|---|
MediumName name
Collection<E> densities
null if unknown.
If non-null, then the number should be greater than zero.
Unit<Q extends Quantity> densityUnits
Integer volumes
null if unknown.
Collection<E> mediumFormats
InternationalString mediumNote
| Class DefaultStandardOrderProcess extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -6503378937452728631L
| Serialized Fields |
|---|
InternationalString fees
long plannedAvailableDateTime
InternationalString orderingInstructions
InternationalString turnaround
| Package org.geotoolkit.metadata.iso.extent |
|---|
| Class AbstractGeographicExtent extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -8844015895495563161L
| Serialized Fields |
|---|
Boolean inclusion
| Class DefaultBoundingPolygon extends AbstractGeographicExtent implements Serializable |
|---|
serialVersionUID: 8174011874910887918L
| Serialized Fields |
|---|
Collection<E> polygons
| Class DefaultExtent extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 7812213837337326257L
| Serialized Fields |
|---|
InternationalString description
Collection<E> geographicElements
Collection<E> temporalElements
Collection<E> verticalElements
| Class DefaultGeographicBoundingBox extends AbstractGeographicExtent implements Serializable |
|---|
serialVersionUID: -3278089380004172514L
| Serialized Fields |
|---|
double westBoundLongitude
double eastBoundLongitude
double southBoundLatitude
double northBoundLatitude
| Class DefaultGeographicDescription extends AbstractGeographicExtent implements Serializable |
|---|
serialVersionUID: 7250161161099782176L
| Serialized Fields |
|---|
Identifier geographicIdentifier
| Class DefaultSpatialTemporalExtent extends DefaultTemporalExtent implements Serializable |
|---|
serialVersionUID: 821702768255546660L
| Serialized Fields |
|---|
Collection<E> spatialExtent
| Class DefaultTemporalExtent extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 3668140516657118045L
| Serialized Fields |
|---|
long startTime
Long.MIN_VALUE means that this attribute is not set.
long endTime
Long.MIN_VALUE means that this attribute is not set.
TemporalPrimitive extent
| Class DefaultVerticalExtent extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -3214554246909844079L
| Serialized Fields |
|---|
Double minimumValue
Double maximumValue
VerticalCRS verticalCRS
| Package org.geotoolkit.metadata.iso.identification |
|---|
| Class AbstractIdentification extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 5794381277658853611L
| Serialized Fields |
|---|
Citation citation
InternationalString abstracts
InternationalString purpose
Collection<E> credits
Collection<E> status
Collection<E> pointOfContacts
Collection<E> resourceMaintenances
Collection<E> graphicOverviews
Collection<E> resourceFormats
Collection<E> descriptiveKeywords
Collection<E> resourceSpecificUsages
Collection<E> resourceConstraints
Collection<E> aggregationInfo
| Class DefaultAggregateInformation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 5520234916010871192L
| Serialized Fields |
|---|
Citation aggregateDataSetName
Identifier aggregateDataSetIdentifier
AssociationType associationType
InitiativeType initiativeType
| Class DefaultBrowseGraphic extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 1715873406472953616L
| Serialized Fields |
|---|
URI fileName
InternationalString fileDescription
String fileType
| Class DefaultDataIdentification extends AbstractIdentification implements Serializable |
|---|
serialVersionUID: 2099051218533426785L
| Serialized Fields |
|---|
Collection<E> spatialRepresentationTypes
Collection<E> spatialResolutions
Collection<E> languages
Collection<E> characterSets
Collection<E> topicCategories
InternationalString environmentDescription
Collection<E> extents
InternationalString supplementalInformation
| Class DefaultKeywords extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 48691634443678266L
| Serialized Fields |
|---|
Collection<E> keywords
KeywordType type
Citation thesaurusName
| Class DefaultRepresentativeFraction extends Number implements Serializable |
|---|
serialVersionUID: -715235893904309869L
| Serialized Fields |
|---|
long denominator
| Class DefaultResolution extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -4644465057871958482L
| Serialized Fields |
|---|
RepresentativeFraction equivalentScale
Double distance
| Class DefaultServiceIdentification extends AbstractIdentification implements Serializable |
|---|
serialVersionUID: -8337161132057617851L
| Class DefaultUsage extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 4059324536168287490L
| Serialized Fields |
|---|
InternationalString specificUsage
long usageDate
Long.MIN_VALUE if this value is not set.
InternationalString userDeterminedLimitations
Collection<E> userContactInfo
| Package org.geotoolkit.metadata.iso.lineage |
|---|
| Class DefaultAlgorithm extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 6343760610092069341L
| Serialized Fields |
|---|
Citation citation
InternationalString description
| Class DefaultLineage extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 3351230301999744987L
| Serialized Fields |
|---|
InternationalString statement
Collection<E> processSteps
Collection<E> sources
| Class DefaultNominalResolution extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -3337606314192690008L
| Serialized Fields |
|---|
Double scanningResolution
Double groundResolution
| Class DefaultProcessing extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -8032712379901591272L
| Serialized Fields |
|---|
Collection<E> softwareReferences
InternationalString procedureDescription
Collection<E> documentations
InternationalString runTimeParameters
Collection<E> algorithms
| Class DefaultProcessStep extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 8151975419390308233L
| Serialized Fields |
|---|
InternationalString description
InternationalString rationale
long date
Long.MIN_VALUE.
Collection<E> processors
Collection<E> sources
Collection<E> outputs
Processing processingInformation
Collection<E> reports
| Class DefaultProcessStepReport extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -7054783651586763896L
| Serialized Fields |
|---|
InternationalString name
InternationalString description
InternationalString fileType
| Class DefaultSource extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 6277132009549470021L
| Serialized Fields |
|---|
InternationalString description
RepresentativeFraction scaleDenominator
ReferenceSystem sourceReferenceSystem
Citation sourceCitation
Collection<E> sourceExtents
Collection<E> sourceSteps
Identifier processedLevel
NominalResolution resolution
| Package org.geotoolkit.metadata.iso.maintenance |
|---|
| Class DefaultMaintenanceInformation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 8523463344581266776L
| Serialized Fields |
|---|
MaintenanceFrequency maintenanceAndUpdateFrequency
long dateOfNextUpdate
Long.MIN_VALUE.
PeriodDuration userDefinedMaintenanceFrequency
Collection<E> updateScopes
Collection<E> updateScopeDescriptions
Collection<E> maintenanceNotes
Collection<E> contacts
| Class DefaultScopeDescription extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -5671299759930976286L
| Serialized Fields |
|---|
Set<E> attributes
Set<E> features
Set<E> featureInstances
Set<E> attributeInstances
String dataset
String other
| Package org.geotoolkit.metadata.iso.quality |
|---|
| Class AbstractCompleteness extends AbstractElement implements Serializable |
|---|
serialVersionUID: -7893993264874215741L
| Class AbstractElement extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -3542504624077298894L
| Serialized Fields |
|---|
Collection<E> namesOfMeasure
Identifier measureIdentification
null if none.
InternationalString measureDescription
EvaluationMethodType evaluationMethodType
null if unspecified.
InternationalString evaluationMethodDescription
Citation evaluationProcedure
null if none.
long date1
date1) and end time (date2) on which a data quality measure
was applied. Value is Long.MIN_VALUE if this information is not available.
long date2
date1) and end time (date2) on which a data quality measure
was applied. Value is Long.MIN_VALUE if this information is not available.
Collection<E> results
| Class AbstractLogicalConsistency extends AbstractElement implements Serializable |
|---|
serialVersionUID: -2470752876057569947L
| Class AbstractPositionalAccuracy extends AbstractElement implements Serializable |
|---|
serialVersionUID: 6043381860937480828L
| Class AbstractResult extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 2961355780515174732L
| Class AbstractTemporalAccuracy extends AbstractElement implements Serializable |
|---|
serialVersionUID: 4525353962603986621L
| Class AbstractThematicAccuracy extends AbstractElement implements Serializable |
|---|
serialVersionUID: -781072634778767137L
| Class DefaultAbsoluteExternalPositionalAccuracy extends AbstractPositionalAccuracy implements Serializable |
|---|
serialVersionUID: 4116627805950579738L
| Class DefaultAccuracyOfATimeMeasurement extends AbstractTemporalAccuracy implements Serializable |
|---|
serialVersionUID: -7934234071852119486L
| Class DefaultCompletenessCommission extends AbstractCompleteness implements Serializable |
|---|
serialVersionUID: 1565144822249562765L
| Class DefaultCompletenessOmission extends AbstractCompleteness implements Serializable |
|---|
serialVersionUID: 6614084398532053054L
| Class DefaultConceptualConsistency extends AbstractLogicalConsistency implements Serializable |
|---|
serialVersionUID: 7143342570712197486L
| Class DefaultConformanceResult extends AbstractResult implements Serializable |
|---|
serialVersionUID: -8746956498487963352L
| Serialized Fields |
|---|
Citation specification
InternationalString explanation
Boolean pass
The field is directly annotated here, because the getter method is called DefaultConformanceResult.pass(),
and JAXB does not recognize it. The method should have been called getPass() or isPass().
| Class DefaultCoverageResult extends AbstractResult implements Serializable |
|---|
serialVersionUID: -5014701989643853577L
| Serialized Fields |
|---|
SpatialRepresentationType spatialRepresentationType
SpatialRepresentation resultSpatialRepresentation
CoverageDescription resultContentDescription
Format resultFormat
DataFile resultFile
| Class DefaultDataQuality extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 7964896551368382214L
| Serialized Fields |
|---|
Scope scope
Collection<E> reports
Lineage lineage
| Class DefaultDomainConsistency extends AbstractLogicalConsistency implements Serializable |
|---|
serialVersionUID: -358082990944183859L
| Class DefaultFormatConsistency extends AbstractLogicalConsistency implements Serializable |
|---|
serialVersionUID: -1204766930140154729L
| Class DefaultGriddedDataPositionalAccuracy extends AbstractPositionalAccuracy implements Serializable |
|---|
serialVersionUID: -3852184823135498458L
| Class DefaultNonQuantitativeAttributeAccuracy extends AbstractThematicAccuracy implements Serializable |
|---|
serialVersionUID: 2659617465862554345L
| Class DefaultQuantitativeAttributeAccuracy extends AbstractThematicAccuracy implements Serializable |
|---|
serialVersionUID: 7030401943270178746L
| Class DefaultQuantitativeResult extends AbstractResult implements Serializable |
|---|
serialVersionUID: 1230713599561236060L
| Serialized Fields |
|---|
List<E> values
RecordType valueType
null if none.
Unit<Q extends Quantity> valueUnit
null if none.
InternationalString errorStatistic
null if none.
| Class DefaultRelativeInternalPositionalAccuracy extends AbstractPositionalAccuracy implements Serializable |
|---|
serialVersionUID: -8216355887797408106L
| Class DefaultScope extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -8021256328527422972L
| Serialized Fields |
|---|
ScopeCode level
Extent extent
Collection<E> levelDescription
| Class DefaultTemporalConsistency extends AbstractTemporalAccuracy implements Serializable |
|---|
serialVersionUID: -2549290466982699190L
| Class DefaultTemporalValidity extends AbstractTemporalAccuracy implements Serializable |
|---|
serialVersionUID: 2866684429712027839L
| Class DefaultThematicClassificationCorrectness extends AbstractThematicAccuracy implements Serializable |
|---|
serialVersionUID: -5484398738783800915L
| Class DefaultTopologicalConsistency extends AbstractLogicalConsistency implements Serializable |
|---|
serialVersionUID: -255014076679068944L
| Class DefaultUsability extends AbstractElement implements Serializable |
|---|
serialVersionUID: -2834763269479082042L
| Package org.geotoolkit.metadata.iso.spatial |
|---|
| Class AbstractGeolocationInformation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -2929163425440282342L
| Serialized Fields |
|---|
Collection<E> qualityInfo
| Class AbstractSpatialRepresentation extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 1443170876207840116L
| Class DefaultDimension extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -2572515000574007266L
| Serialized Fields |
|---|
DimensionNameType dimensionName
Integer dimensionSize
Double resolution
| Class DefaultGCP extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -5517470507848931237L
| Serialized Fields |
|---|
DirectPosition geographicCoordinates
Collection<E> accuracyReports
| Class DefaultGCPCollection extends AbstractGeolocationInformation implements Serializable |
|---|
serialVersionUID: -5267006706468159746L
| Serialized Fields |
|---|
Integer collectionIdentification
InternationalString collectionName
ReferenceSystem coordinateReferenceSystem
Collection<E> GCPs
| Class DefaultGeometricObjects extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 8755950031078638313L
| Serialized Fields |
|---|
GeometricObjectType geometricObjectType
Integer geometricObjectCount
| Class DefaultGeorectified extends DefaultGridSpatialRepresentation implements Serializable |
|---|
serialVersionUID: -4467097498958444505L
| Serialized Fields |
|---|
boolean checkPointAvailable
InternationalString checkPointDescription
List<E> cornerPoints
Point centerPoint
PixelOrientation pointInPixel
InternationalString transformationDimensionDescription
Collection<E> transformationDimensionMapping
Collection<E> checkPoints
| Class DefaultGeoreferenceable extends DefaultGridSpatialRepresentation implements Serializable |
|---|
serialVersionUID: 7369639367164358759L
| Serialized Fields |
|---|
boolean controlPointAvailable
boolean orientationParameterAvailable
InternationalString orientationParameterDescription
Record georeferencedParameters
Collection<E> parameterCitations
Collection<E> geolocationInformation
| Class DefaultGridSpatialRepresentation extends AbstractSpatialRepresentation implements Serializable |
|---|
serialVersionUID: -8400572307442433979L
| Serialized Fields |
|---|
Integer numberOfDimensions
List<E> axisDimensionProperties
CellGeometry cellGeometry
boolean transformationParameterAvailable
| Class DefaultVectorSpatialRepresentation extends AbstractSpatialRepresentation implements Serializable |
|---|
serialVersionUID: 5643234643524810592L
| Serialized Fields |
|---|
TopologyLevel topologyLevel
Collection<E> geometricObjects
| Class PixelTranslation extends Static implements Serializable |
|---|
serialVersionUID: 2616596940766158984L
| Serialized Fields |
|---|
PixelOrientation orientation
double dx
double dy
| Package org.geotoolkit.metadata.sql |
|---|
| Class MetadataException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -7156617726114815455L
| Package org.geotoolkit.naming |
|---|
| Class AbstractName extends Object implements Serializable |
|---|
serialVersionUID: 3362498790089164525L
| Class DefaultLocalName extends AbstractName implements Serializable |
|---|
serialVersionUID: 8747478206456790138L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
Because of its private access, this method is not invoked if the deserialized class is a subclass. This is the intended behavior since we don't want to replace an instance of a user-defined class.
ObjectStreamException - Should never happen.| Serialized Fields |
|---|
NameSpace scope
null if the scope is the unique GLOBAL instance.
We don't use direct reference to GLOBAL because null is used as a sentinel
value for stopping iterative searches (using GLOBAL would have higher risk of never-ending
loops in case of bug), and in order to reduce the stream size during serialization.
CharSequence name
String or an InternationalString.
| Class DefaultMemberName extends DefaultLocalName implements Serializable |
|---|
serialVersionUID: 6252686806895124457L
| Serialized Fields |
|---|
TypeName attributeType
| Class DefaultNameSpace extends Object implements Serializable |
|---|
serialVersionUID: -3064358267398624306L
| Serialization Methods |
|---|
Object readResolve()
throws ObjectStreamException
Because of its package-private access, this method is not invoked if the deserialized class is a subclass defined in an other package. This is the intended behavior since we don't want to replace an instance of a user-defined class.
ObjectStreamException - Should never happen.| Serialized Fields |
|---|
DefaultNameSpace parent
null if the parent is the unique GLOBAL instance.
We don't use direct reference to GLOBAL because null is used as a sentinel
value for stopping iterative searches (using GLOBAL would have higher risk of never-ending
loops in case of bug), and in order to reduce the stream size during serialization.
CharSequence name
String or an InternationalString.
String headSeparator
String separator
| Class DefaultRecordType extends Object implements Serializable |
|---|
serialVersionUID: -116458723163877388L
| Serialized Fields |
|---|
RecordSchema parent
TypeName name
Map<K,V> memberTypes
| Class DefaultScopedName extends AbstractName implements Serializable |
|---|
serialVersionUID: -5215955533541748481L
| Serialized Fields |
|---|
UnmodifiableArrayList<E> parsedNames
| Class DefaultTypeName extends DefaultLocalName implements Serializable |
|---|
serialVersionUID: -7985388992575173993L
| Package org.geotoolkit.parameter |
|---|
| Class AbstractParameter extends FormattableObject implements Serializable |
|---|
serialVersionUID: 8458179223988766398L
| Serialized Fields |
|---|
GeneralParameterDescriptor descriptor
| Class AbstractParameterDescriptor extends AbstractIdentifiedObject implements Serializable |
|---|
serialVersionUID: -2630644278783845276L
| Serialized Fields |
|---|
int minimumOccurs
| Class AbstractParameterValue extends AbstractParameter implements Serializable |
|---|
serialVersionUID: 4166422894375776520L
| Class DefaultParameterDescriptor extends AbstractParameterDescriptor implements Serializable |
|---|
serialVersionUID: -295668622297737705L
| Serialized Fields |
|---|
Class<T> valueClass
Set<E> validValues
null if it doesn't apply. This set is immutable.
Object defaultValue
null.
Comparable<T> minimum
null.
Comparable<T> maximum
null.
Unit<Q extends Quantity> unit
null.
| Class DefaultParameterDescriptorGroup extends AbstractParameterDescriptor implements Serializable |
|---|
serialVersionUID: -4613190550542423839L
| Serialized Fields |
|---|
int maximumOccurs
GeneralParameterDescriptor[] parameters
| Class FloatParameter extends AbstractParameterValue<Double> implements Serializable |
|---|
serialVersionUID: 9027797654033417816L
| Serialized Fields |
|---|
double value
NaN if undefined. Except for the constructors, the
FloatParameter.equals(Object) and the FloatParameter.hashCode() methods, this field is
read only by FloatParameter.doubleValue() and written by FloatParameter.setValue(double, Unit).
Unit<Q extends Quantity> unit
null if it doesn't apply. Except for the
constructors, the FloatParameter.equals(Object) and the FloatParameter.hashCode() methods, this field
is read only by FloatParameter.getUnit() and written by FloatParameter.setValue(double, Unit).
| Class ImagingParameterDescriptors extends DefaultParameterDescriptorGroup implements Serializable |
|---|
serialVersionUID: 2127050865911951239L
| Serialized Fields |
|---|
String registryMode
null if ImagingParameterDescriptors.operation is null.
RegistryElementDescriptor operation
null if none. This is usually an
instance of OperationDescriptor, but this is not strictly required.
ParameterListDescriptor descriptor
ImagingParameterDescriptors.operation is non-null, then
this attribute is defined by RegistryElementDescriptor.getParameterListDescriptor(java.lang.String).
| Class ImagingParameters extends AbstractParameter implements Serializable |
|---|
serialVersionUID: 1378692626023992530L
| Serialized Fields |
|---|
ParameterList parameters
If the JAI descriptor is an instance
of OperationDescriptor, then this parameter list is also an instance of
ParameterBlockJAI. The sources
must be handled separatly, because the source type for a JAI operator (typically
RenderedImage) is not the same than the source type for a
coverage operation (typically GridCoverage).
List<E> values
ImagingParameters.parameters as an immutable list.
Will be created by ImagingParameters.createElements() only when first needed. Note that
while this list may be immutable, elements in this list stay
modifiable. The goal is to allows the following idiom:
values().get(i).setValue(myValue);
| Class MatrixParameterDescriptors extends DefaultParameterDescriptorGroup implements Serializable |
|---|
serialVersionUID: -7386537348359343836L
| Serialized Fields |
|---|
ParameterDescriptor<T>[] parameters
MatrixParameters instances.
ParameterDescriptor<T> numRow
"num_row" parameter.
ParameterDescriptor<T> numCol
"num_col" parameter.
String prefix
char separator
| Class MatrixParameters extends ParameterGroup implements Serializable |
|---|
serialVersionUID: -7747712999115044943L
| Serialized Fields |
|---|
ParameterValue<T>[][] matrixValues
ParameterValue<T> numRow
MatrixParameterDescriptors.numRow parameter.
Consider this field as final. It is not only for MatrixParameters.clone() implementation.
ParameterValue<T> numCol
MatrixParameterDescriptors.numCol parameter.
Consider this field as final. It is not only for MatrixParameters.clone() implementation.
| Class Parameter extends AbstractParameterValue<T> implements Serializable |
|---|
serialVersionUID: -5837826787089486776L
| Serialized Fields |
|---|
Object value
null if undefined. Except for the constructors, the
Parameter.equals(Object) and the Parameter.hashCode() methods, this field is
read only by Parameter.getValue() and written by Parameter.setSafeValue(Object, Unit).
Unit<Q extends Quantity> unit
null if it doesn't apply. Except for the
constructors, the Parameter.equals(Object) and the Parameter.hashCode() methods, this field
is read only by Parameter.getUnit() and written by Parameter.setSafeValue(Object, Unit).
| Class ParameterGroup extends AbstractParameter implements Serializable |
|---|
serialVersionUID: -1985309386356545126L
| Serialized Fields |
|---|
ArrayList<E> values
| Package org.geotoolkit.process |
|---|
| Class ProcessEvent extends EventObject implements Serializable |
|---|
serialVersionUID: 622026012845207483L
| Serialized Fields |
|---|
InternationalString task
null if none.
ProcessEvent.getTask()float progress
NaN value means that the process is in an undetermined state.
ParameterValueGroup output
ProcessEvent.getOutput(),
or null if none.
Exception exception
null if none.
The exception is considered fatal if this ProcessEvent was given to the
ProcessListener.failed(ProcessEvent) method. Otherwise the exception is
considered as a warning only.
| Class ProcessException extends Exception implements Serializable |
|---|
serialVersionUID: -9009593453460083634L
| Serialized Fields |
|---|
Identifier processId
null. We retain only the identifier rather than
a full Process object because the process may not be serializable, or may
be associated with large amount of data that we don't want to serialize.
| Package org.geotoolkit.referencing |
|---|
| Class AbstractIdentifiedObject extends FormattableObject implements Serializable |
|---|
serialVersionUID: -5173281694258483264L
| Serialized Fields |
|---|
ReferenceIdentifier name
null.
Collection<E> alias
Set<E> identifiers
InternationalString remarks
null if none.
| Class AbstractReferenceSystem extends AbstractIdentifiedObject implements Serializable |
|---|
serialVersionUID: 3337659819553899435L
| Serialized Fields |
|---|
Extent domainOfValidity
InternationalString scope
| Class DefaultReferenceIdentifier extends Object implements Serializable |
|---|
serialVersionUID: 2004263079254434562L
| Serialized Fields |
|---|
String code
DefaultReferenceIdentifier.getCode()String codeSpace
null if not available. This is often an abbreviation of the authority name.
DefaultReferenceIdentifier.getCodeSpace()Citation authority
null if not available.
DefaultReferenceIdentifier.getAuthority()String version
null if not available. This
version is included only when the code uses versions.
When appropriate, the edition is identified by the effective date, coded using
ISO 8601 date format.
DefaultReferenceIdentifier.getVersion()InternationalString remarks
null if none.
DefaultReferenceIdentifier.getRemarks()| Class NamedIdentifier extends DefaultReferenceIdentifier implements Serializable |
|---|
serialVersionUID: 8474731565582774497L
| Serialized Fields |
|---|
GenericName name
null, will be constructed
only when first needed. This field is serialized (instead of being recreated after
deserialization) because it may be a user-supplied value.
| Package org.geotoolkit.referencing.crs |
|---|
| Class AbstractCRS extends AbstractReferenceSystem implements Serializable |
|---|
serialVersionUID: -7433284548909530047L
| Serialized Fields |
|---|
CoordinateSystem coordinateSystem
| Class AbstractDerivedCRS extends AbstractSingleCRS implements Serializable |
|---|
serialVersionUID: -175151161496419854L
| Serialized Fields |
|---|
CoordinateReferenceSystem baseCRS
Conversion conversionFromBase
| Class AbstractSingleCRS extends AbstractCRS implements Serializable |
|---|
serialVersionUID: 1815712797774273L
| Serialized Fields |
|---|
Datum datum
| Class DefaultCompoundCRS extends AbstractCRS implements Serializable |
|---|
serialVersionUID: -2656710314586929287L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
List<E> components
SingleCRS.
| Class DefaultDerivedCRS extends AbstractDerivedCRS implements Serializable |
|---|
serialVersionUID: -8149602276542469876L
| Class DefaultEngineeringCRS extends AbstractSingleCRS implements Serializable |
|---|
serialVersionUID: 6695541732063382701L
| Class DefaultGeocentricCRS extends AbstractSingleCRS implements Serializable |
|---|
serialVersionUID: 6784642848287659827L
| Class DefaultGeographicCRS extends AbstractSingleCRS implements Serializable |
|---|
serialVersionUID: 861224913438092335L
| Class DefaultImageCRS extends AbstractSingleCRS implements Serializable |
|---|
serialVersionUID: 7312452786096397847L
| Class DefaultProjectedCRS extends AbstractDerivedCRS implements Serializable |
|---|
serialVersionUID: -4502680112031773028L
| Class DefaultTemporalCRS extends AbstractSingleCRS implements Serializable |
|---|
serialVersionUID: 3000119849197222007L
| Class DefaultVerticalCRS extends AbstractSingleCRS implements Serializable |
|---|
serialVersionUID: 3565878468719941800L
| Package org.geotoolkit.referencing.cs |
|---|
| Class AbstractCS extends AbstractIdentifiedObject implements Serializable |
|---|
serialVersionUID: 6757665252533744744L
| Serialized Fields |
|---|
CoordinateSystemAxis[] axis
| Class DefaultAffineCS extends AbstractCS implements Serializable |
|---|
serialVersionUID: 7977674229369042440L
| Class DefaultCartesianCS extends DefaultAffineCS implements Serializable |
|---|
serialVersionUID: -6182037957705712945L
| Class DefaultCompoundCS extends AbstractCS implements Serializable |
|---|
serialVersionUID: -5726410275278843373L
| Serialized Fields |
|---|
CoordinateSystem[] components
| Class DefaultCoordinateSystemAxis extends AbstractIdentifiedObject implements Serializable |
|---|
serialVersionUID: -7883614853277827689L
| Serialized Fields |
|---|
String abbreviation
AxisDirection direction
Unit<Q extends Quantity> unit
double minimum
double maximum
RangeMeaning rangeMeaning
| Class DefaultCylindricalCS extends AbstractCS implements Serializable |
|---|
serialVersionUID: -8290402732390917907L
| Class DefaultEllipsoidalCS extends AbstractCS implements Serializable |
|---|
serialVersionUID: -1452492488902329211L
| Class DefaultLinearCS extends AbstractCS implements Serializable |
|---|
serialVersionUID: -6890723478287625763L
| Class DefaultPolarCS extends AbstractCS implements Serializable |
|---|
serialVersionUID: 3960197260975470951L
| Class DefaultSphericalCS extends AbstractCS implements Serializable |
|---|
serialVersionUID: 196295996465774477L
| Class DefaultTimeCS extends AbstractCS implements Serializable |
|---|
serialVersionUID: 5222911412381303989L
| Class DefaultUserDefinedCS extends AbstractCS implements Serializable |
|---|
serialVersionUID: -4904091898305706316L
| Class DefaultVerticalCS extends AbstractCS implements Serializable |
|---|
serialVersionUID: 1201155778896630499L
| Package org.geotoolkit.referencing.datum |
|---|
| Class AbstractDatum extends AbstractIdentifiedObject implements Serializable |
|---|
serialVersionUID: -4894180465652474930L
| Serialized Fields |
|---|
InternationalString anchorPoint
long realizationEpoch
Long.MIN_VALUE.
Extent domainOfValidity
InternationalString scope
| Class BursaWolfParameters extends FormattableObject implements Serializable |
|---|
serialVersionUID: 754825592343010900L
| Serialized Fields |
|---|
double dx
double dy
double dz
double ex
double ey
double ez
double ppm
GeodeticDatum targetDatum
| Class DefaultEllipsoid extends AbstractIdentifiedObject implements Serializable |
|---|
serialVersionUID: -1149451543954764081L
| Serialized Fields |
|---|
double semiMajorAxis
DefaultEllipsoid.getSemiMajorAxis()double semiMinorAxis
DefaultEllipsoid.getSemiMinorAxis()double inverseFlattening
Double.POSITIVE_INFINITY
if the ellipsoid is a sphere. This field should be considered as final.
It is modified only by JAXB at unmarshalling time.
DefaultEllipsoid.getInverseFlattening()boolean ivfDefinitive
DefaultEllipsoid.isIvfDefinitive()Unit<Q extends Quantity> unit
| Class DefaultEngineeringDatum extends AbstractDatum implements Serializable |
|---|
serialVersionUID: 1498304918725248637L
| Class DefaultGeodeticDatum extends AbstractDatum implements Serializable |
|---|
serialVersionUID: 8832100095648302943L
| Serialized Fields |
|---|
Ellipsoid ellipsoid
PrimeMeridian primeMeridian
BursaWolfParameters[] bursaWolf
null if none.
| Class DefaultImageDatum extends AbstractDatum implements Serializable |
|---|
serialVersionUID: -4304193511244150936L
| Serialized Fields |
|---|
PixelInCell pixelInCell
| Class DefaultPrimeMeridian extends AbstractIdentifiedObject implements Serializable |
|---|
serialVersionUID: 541978454643213305L
| Serialized Fields |
|---|
double greenwichLongitude
Unit<Q extends Quantity> angularUnit
| Class DefaultTemporalDatum extends AbstractDatum implements Serializable |
|---|
serialVersionUID: 3357241732140076884L
| Serialized Fields |
|---|
long origin
| Class DefaultVerticalDatum extends AbstractDatum implements Serializable |
|---|
serialVersionUID: 380347456670516572L
| Serialized Fields |
|---|
VerticalDatumType type
null, a value will be inferred from the name by DefaultVerticalDatum.type().
| Package org.geotoolkit.referencing.factory |
|---|
| Class IdentifiedObjectSet extends AbstractSet<T extends IdentifiedObject> implements Serializable |
|---|
serialVersionUID: -4221260663706882719L
| Serialization Methods |
|---|
protected Object writeReplace()
throws ObjectStreamException
ObjectStreamException - If this set can not be serialized.| Serialized Fields |
|---|
Map<K,V> objects
AuthorityFactory factory
AuthorityFactoryProxy<T> proxy
Class<T> type
| Class NoSuchFactoryException extends FactoryException implements Serializable |
|---|
serialVersionUID: -661925454228937249L
| Class NoSuchIdentifiedResource extends NoSuchIdentifierException implements Serializable |
|---|
serialVersionUID: 7434897698526502211L
| Package org.geotoolkit.referencing.operation |
|---|
| Class AbstractCoordinateOperation extends AbstractIdentifiedObject implements Serializable |
|---|
serialVersionUID: 1237358357729193885L
| Serialized Fields |
|---|
CoordinateReferenceSystem sourceCRS
null if not available.
CoordinateReferenceSystem targetCRS
null if not available.
String operationVersion
Collection<E> coordinateOperationAccuracy
null
if none.
Extent domainOfValidity
null if not available.
InternationalString scope
MathTransform transform
| Class DefaultConcatenatedOperation extends AbstractCoordinateOperation implements Serializable |
|---|
serialVersionUID: 4199619838029045700L
| Serialized Fields |
|---|
List<E> operations
| Class DefaultConicProjection extends DefaultProjection implements Serializable |
|---|
serialVersionUID: -8717453834398763963L
| Class DefaultConversion extends DefaultSingleOperation implements Serializable |
|---|
serialVersionUID: -2148164324805562793L
| Class DefaultCylindricalProjection extends DefaultProjection implements Serializable |
|---|
serialVersionUID: -969486613826553580L
| Class DefaultFormula extends Object implements Serializable |
|---|
serialVersionUID: 1929966748615362698L
| Serialized Fields |
|---|
InternationalString formula
Citation citation
| Class DefaultOperationMethod extends AbstractIdentifiedObject implements Serializable |
|---|
serialVersionUID: -8181774670648793964L
| Serialized Fields |
|---|
Formula formula
Integer sourceDimension
null if this method can work with any number of
source dimensions (e.g. Affine Transform).
Integer targetDimension
null if this method can work with any number of
target dimensions (e.g. Affine Transform).
ParameterDescriptorGroup parameters
null if none.
| Class DefaultPassThroughOperation extends DefaultSingleOperation implements Serializable |
|---|
serialVersionUID: 4308173919747248695L
| Serialized Fields |
|---|
SingleOperation operation
| Class DefaultPlanarProjection extends DefaultProjection implements Serializable |
|---|
serialVersionUID: 8171256287775067736L
| Class DefaultProjection extends DefaultConversion implements Serializable |
|---|
serialVersionUID: -7176751851369816864L
| Class DefaultSingleOperation extends AbstractCoordinateOperation implements Serializable |
|---|
serialVersionUID: -2635450075620911309L
| Serialized Fields |
|---|
OperationMethod method
ParameterValueGroup parameters
null for inferring it from the math transform.
| Class DefaultTransformation extends DefaultSingleOperation implements Serializable |
|---|
serialVersionUID: -7486704846151648971L
| Class DefiningConversion extends DefaultConversion implements Serializable |
|---|
serialVersionUID: 7399026512478064721L
| Class MathTransformProvider extends DefaultOperationMethod implements Serializable |
|---|
serialVersionUID: 7530475536803158473L
| Class TransformPathNotFoundException extends TransformException implements Serializable |
|---|
serialVersionUID: 5072333160296464925L
| Package org.geotoolkit.referencing.operation.matrix |
|---|
| Class AffineMatrix3 extends AffineTransform implements Serializable |
|---|
serialVersionUID: -9104194268576601386L
| Class GeneralMatrix extends GMatrix implements Serializable |
|---|
serialVersionUID: 8447482612423035360L
| Class Matrix1 extends Object implements Serializable |
|---|
serialVersionUID: -4829171016106097031L
| Serialized Fields |
|---|
double m00
| Class Matrix2 extends Object implements Serializable |
|---|
serialVersionUID: 7116561372481474290L
| Serialized Fields |
|---|
double m00
double m01
double m10
double m11
| Class Matrix3 extends Matrix3d implements Serializable |
|---|
serialVersionUID: 8902061778871586611L
| Class Matrix4 extends Matrix4d implements Serializable |
|---|
serialVersionUID: 5685762518066856310L
| Class XAffineTransform extends AffineTransform implements Serializable |
|---|
serialVersionUID: 5215291166450556451L
| Package org.geotoolkit.referencing.operation.projection |
|---|
| Class AlbersEqualArea extends UnitaryProjection implements Serializable |
|---|
serialVersionUID: -3024658742514888646L
| Serialized Fields |
|---|
double n
double c
double ec
| Class CassiniSoldner extends CassiniOrMercator implements Serializable |
|---|
serialVersionUID: 4710150547701615178L
| Class EquatorialStereographic extends Stereographic implements Serializable |
|---|
serialVersionUID: -5098015759558831875L
| Class Equirectangular extends UnitaryProjection implements Serializable |
|---|
serialVersionUID: -848975059471102069L
| Class Krovak extends UnitaryProjection implements Serializable |
|---|
serialVersionUID: -8359105634355342212L
| Serialized Fields |
|---|
double sinAzim
double cosAzim
double n
double tanS2
double alfa
double hae
double k1
double ka
double ro0
| Class LambertAzimuthalEqualArea extends UnitaryProjection implements Serializable |
|---|
serialVersionUID: 1639914708790574760L
| Serialized Fields |
|---|
boolean pole
true if the projection is at a pole.
boolean north
pole is true, then this field true is true for the North pole
and false for the South pole.
boolean oblique
pole is false, then this field true is true for the oblique
case and false for the equatorial case.
double latitudeOfOrigin
double sinb1
double cosb1
double qp
double rq
double APA0
double APA1
double APA2
| Class LambertConformal extends UnitaryProjection implements Serializable |
|---|
serialVersionUID: 2067358524298002016L
| Serialized Fields |
|---|
double n
| Class Mercator extends UnitaryProjection implements Serializable |
|---|
serialVersionUID: 2564172914329253286L
| Class NewZealandMapGrid extends UnitaryProjection implements Serializable |
|---|
serialVersionUID: 8394817836243729133L
| Class ObliqueMercator extends UnitaryProjection implements Serializable |
|---|
serialVersionUID: 5382294977124711214L
| Serialized Fields |
|---|
double B
ObliqueMercator.Parameters.latitudeOfCentre.
double E
ObliqueMercator.Parameters.latitudeOfCentre.
double v_pole_n
gamma0 only, so they don't need to be compared in the equals
method if singamma0 and cosgamma0 are compared.
double v_pole_s
gamma0 only, so they don't need to be compared in the equals
method if singamma0 and cosgamma0 are compared.
double singamma0
double cosgamma0
| Class ObliqueMercator.Parameters extends UnitaryProjection.Parameters implements Serializable |
|---|
serialVersionUID: -5356116159749775517L
| Serialized Fields |
|---|
double latitudeOfCentre
latitudeOfOrigin, but the latitude of origin is the Earth equator on aposphere for
the oblique Mercator.
double longitudeOfCentre
centralMeridian, which is the meridian where the central
line intersects the Earth equator on aposphere.
This parameter applies to the "azimuth" case only and shall be set to NaN for the "two points" case.
double rectifiedGridAngle
RECTIFIED_GRID_ANGLE parameter value is not provided.
double latitudeOf1stPoint
double longitudeOf1stPoint
double latitudeOf2ndPoint
double longitudeOf2ndPoint
| Class ObliqueStereographic extends Stereographic implements Serializable |
|---|
serialVersionUID: -1454098847621943639L
| Serialized Fields |
|---|
double C
double K
double ratexp
double phic0
double cosc0
double sinc0
| Class Orthographic extends UnitaryProjection implements Serializable |
|---|
serialVersionUID: 5036668705538661687L
| Serialized Fields |
|---|
byte type
Orthographic.latitudeOfOrigin is zero, Orthographic.sinφ0 is zero and Orthographic.cosφ0
is one.
double latitudeOfOrigin
double sinφ0
Orthographic.latitudeOfOrigin.
double cosφ0
Orthographic.latitudeOfOrigin.
| Class PolarStereographic extends Stereographic implements Serializable |
|---|
serialVersionUID: -6635298308431138524L
| Class Polyconic extends CassiniOrMercator implements Serializable |
|---|
serialVersionUID: -4178027711158788385L
| Class ProjectionException extends TransformException implements Serializable |
|---|
serialVersionUID: 3031350727691500915L
| Class Stereographic extends UnitaryProjection implements Serializable |
|---|
serialVersionUID: 948619442800459872L
| Serialized Fields |
|---|
double φ0
double sinφ0
Stereographic.φ0. Consequently, there is no need to test them in
AbstractMathTransform.hashCode or Stereographic.equals(Object, ComparisonMode) methods.
double cosφ0
Stereographic.φ0. Consequently, there is no need to test them in
AbstractMathTransform.hashCode or Stereographic.equals(Object, ComparisonMode) methods.
double χ1
Stereographic.φ0 in the spherical and equatorial case.
double sinχ1
Stereographic.φ0 and UnitaryProjection.excentricity. Consequently, there is no need to test them in
AbstractMathTransform.hashCode or Stereographic.equals(Object, ComparisonMode) methods.
double cosχ1
Stereographic.φ0 and UnitaryProjection.excentricity. Consequently, there is no need to test them in
AbstractMathTransform.hashCode or Stereographic.equals(Object, ComparisonMode) methods.
| Class TransverseMercator extends CassiniOrMercator implements Serializable |
|---|
serialVersionUID: -4717976245811852528L
| Serialized Fields |
|---|
double esp
e'² = (a²-b²)/b² = es/(1-es)
where a is the semi-major axis length and b is the semi-minor axis
length.
| Class TransverseMercator.Parameters extends UnitaryProjection.Parameters implements Serializable |
|---|
serialVersionUID: -1689301305119562861L
| Class UnitaryProjection extends AbstractMathTransform2D implements Serializable |
|---|
serialVersionUID: 1969740225939106310L
| Serialized Fields |
|---|
UnitaryProjection.Parameters parameters
double excentricity
sqrt(UnitaryProjection.excentricitySquared).
Value 0 means that the ellipsoid is spherical.
double excentricitySquared
MathTransform2D inverse
double longitudeBound
PI, but could also be a different value if a scale
has been applied on the normalize affine transform.
double longitudeRotation
| Class UnitaryProjection.Parameters extends AbstractMathTransform2D.Parameters implements Serializable |
|---|
serialVersionUID: -4952134260969915530L
| Serialized Fields |
|---|
double semiMajor
MapProjection.SEMI_MAJOR,
UnitaryProjection.excentricitydouble semiMinor
MapProjection.SEMI_MINOR,
UnitaryProjection.excentricityBoolean rollLongitude
true, then the value of
(longitude - central meridian) will be
rolled to the [-180 … 180]° range before the projection is applied.
This parameter may be null if the user didn't set it explicitly.
double centralMeridian
double latitudeOfOrigin
double[] standardParallels
double azimuth
double scaleFactor
double falseEasting
double falseNorthing
double[] xyScaleAndRotation
null if none. Those parameters
are "X_Scale", "Y_Scale" and "XY_Plane_Rotation".
We stores those values as an array for saving space in the common case
where no value is given.
| Package org.geotoolkit.referencing.operation.provider |
|---|
| Class AbridgedMolodensky extends Molodensky implements Serializable |
|---|
serialVersionUID: -3889456253400732280L
| Class Affine extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: 649555815622129472L
| Class AlbersEqualArea extends MapProjection implements Serializable |
|---|
serialVersionUID: -7489679528438418778L
| Class CassiniSoldner extends MapProjection implements Serializable |
|---|
serialVersionUID: -2473637102471705721L
| Class CoordinateFrameRotation extends PositionVector7Param implements Serializable |
|---|
serialVersionUID: 5513675854809530038L
| Class EllipsoidToGeocentric extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: -5690807111952562344L
| Serialized Fields |
|---|
EllipsoidToGeocentric complement
complement is the provider for the 2D case.
Conversely if this provider is for the 2D case, then complement is the provider for
the 3D case.
| Class EllipsoidToGeoid extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: 914369333205211248L
| Class EquidistantCylindrical extends MapProjection implements Serializable |
|---|
serialVersionUID: -278288251842178001L
| Class Exponential extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: -5838840021166379987L
| Class GeocentricToEllipsoid extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: 8459294628751497567L
| Serialized Fields |
|---|
GeocentricToEllipsoid complement
complement is the provider for the 2D case.
Conversely if this provider is for the 2D case, then complement is the provider for
the 3D case.
| Class GeocentricTranslation extends PositionVector7Param implements Serializable |
|---|
serialVersionUID: -7160250630666911608L
| Class HotineObliqueMercator extends ObliqueMercator implements Serializable |
|---|
serialVersionUID: 5822488360988630419L
| Class HotineObliqueMercator.TwoPoint extends HotineObliqueMercator implements Serializable |
|---|
serialVersionUID: -3104452416276842816L
| Class Krovak extends MapProjection implements Serializable |
|---|
serialVersionUID: -278392856661204734L
| Class LambertAzimuthalEqualArea extends MapProjection implements Serializable |
|---|
serialVersionUID: 3877793025552244132L
| Class LambertConformal1SP extends MapProjection implements Serializable |
|---|
serialVersionUID: -4243116402872545772L
| Class LambertConformal2SP extends MapProjection implements Serializable |
|---|
serialVersionUID: 3240860802816724947L
| Class LambertConformal2SP.Belgium extends LambertConformal2SP implements Serializable |
|---|
serialVersionUID: -6388030784088639876L
| Class Logarithmic extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: -7235097164208708484L
| Class LongitudeRotation extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: -2104496465933824935L
| Class MapProjection extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: 6280666068007678702L
| Class Mercator1SP extends MapProjection implements Serializable |
|---|
serialVersionUID: -5886510621481710072L
| Class Mercator2SP extends MapProjection implements Serializable |
|---|
serialVersionUID: 6356028352681135786L
| Class MillerCylindrical extends MapProjection implements Serializable |
|---|
serialVersionUID: -7682370461334391883L
| Class Molodensky extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: 8126525068450868912L
| Serialized Fields |
|---|
Molodensky[] complements
| Class NADCON extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: -4707304160205218546L
| Class NewZealandMapGrid extends MapProjection implements Serializable |
|---|
serialVersionUID: -7716733400419275656L
| Class NTv2 extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: -4707304160205218546L
| Class ObliqueMercator extends MapProjection implements Serializable |
|---|
serialVersionUID: 201776686002266891L
| Class ObliqueMercator.TwoPoint extends ObliqueMercator implements Serializable |
|---|
serialVersionUID: 7124258885016543889L
| Class ObliqueStereographic extends Stereographic implements Serializable |
|---|
serialVersionUID: 6505988910141381354L
| Class Orthographic extends MapProjection implements Serializable |
|---|
serialVersionUID: 3180410512573499562L
| Class PlateCarree extends EquidistantCylindrical implements Serializable |
|---|
serialVersionUID: 8535645757318203345L
| Class PolarStereographic extends Stereographic implements Serializable |
|---|
serialVersionUID: 9124091259039220308L
| Class PolarStereographic.North extends PolarStereographic implements Serializable |
|---|
serialVersionUID: 657493908431273866L
| Class PolarStereographic.South extends PolarStereographic implements Serializable |
|---|
serialVersionUID: 6537800238416448564L
| Class PolarStereographic.VariantB extends PolarStereographic implements Serializable |
|---|
serialVersionUID: 5188231050523249971L
| Class Polyconic extends MapProjection implements Serializable |
|---|
serialVersionUID: 1681887819214500096L
| Class PositionVector7Param extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: -6398226638364450229L
| Class PseudoMercator extends MapProjection implements Serializable |
|---|
serialVersionUID: -8126827491349984471L
| Class RGF93 extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: 4049217192968903800L
| Class Stereographic extends MapProjection implements Serializable |
|---|
serialVersionUID: 1243300263948365065L
| Class TransverseMercator extends MapProjection implements Serializable |
|---|
serialVersionUID: -3386587506686432398L
| Class TransverseMercator.SouthOrientated extends TransverseMercator implements Serializable |
|---|
serialVersionUID: -5938929136350638347L
| Class UniversalParameters extends DefaultParameterDescriptor<Double> implements Serializable |
|---|
serialVersionUID: -4608976443553166518L
| Serialized Fields |
|---|
NamedIdentifier[] identifiers
select method.
Map<K,V> identifiersMap
UniversalParameters.nextSameName.
Map<K,V> nextSameName
null.
| Class WarpPolynomial extends MathTransformProvider implements Serializable |
|---|
serialVersionUID: -7949539694656719923L
| Package org.geotoolkit.referencing.operation.transform |
|---|
| Class AbstractMathTransform.Inverse extends AbstractMathTransform implements Serializable |
|---|
serialVersionUID: 3528274816628012283L
| Class AbstractMathTransform2D.Inverse extends AbstractMathTransform.Inverse implements Serializable |
|---|
serialVersionUID: 5751908928042026412L
| Class AbstractMathTransform2D.Parameters extends Object implements Serializable |
|---|
serialVersionUID: 4899134192407586472L
| Serialized Fields |
|---|
ParameterDescriptorGroup descriptor
Note:
The definition of "kernel" is left to implementors. In the particular case of
map projections, kernel are subclasses of UnitaryProjection.
AffineTransform normalize
Parameters construction,
those affines are initially identity transforms. Subclasses should set the coefficients
according their parameter values. When all coefficients are set to their final value,
the affine transforms will be replaced by immutable instances.
AbstractMathTransform2D.Parameters.normalize(boolean)AffineTransform denormalize
Parameters construction,
those affines are initially identity transforms. Subclasses should set the coefficients
according their parameter values. When all coefficients are set to their final value,
the affine transforms will be replaced by immutable instances.
AbstractMathTransform2D.Parameters.normalize(boolean)| Class AffineTransform2D extends XAffineTransform implements Serializable |
|---|
serialVersionUID: -5299837898367149069L
| Class ConcatenatedTransform extends AbstractMathTransform implements Serializable |
|---|
serialVersionUID: 5772066656987558634L
| Serialized Fields |
|---|
MathTransform transform1
MathTransform transform2
ConcatenatedTransform inverse
| Class ExponentialTransform1D extends AbstractMathTransform1D implements Serializable |
|---|
serialVersionUID: 5331178990358868947L
| Serialized Fields |
|---|
double base
double lnBase
ExponentialTransform1D.base.
double scale
Note:
The scale could be handled by a concatenation with LinearTransform1D
instead than an explicit field in this class. However the scale ·
basex formula is extensively used as a transfer
function in grid coverages. Consequently we keep this explicit field for
performance reasons.
MathTransform1D inverse
| Class GeocentricAffineTransform extends ProjectiveTransform implements Serializable |
|---|
serialVersionUID: -3588786513463289242L
| Serialized Fields |
|---|
byte type
GeocentricAffineTransform.TRANSLATION, GeocentricAffineTransform.SEVEN_PARAM
or GeocentricAffineTransform.FRAME_ROTATION. We stores a code of the type instead than a
reference to the parameter descriptor in order to avoid serialization of
a full ParameterDescriptorGroup object.
| Class GeocentricTransform extends AbstractMathTransform implements Serializable |
|---|
serialVersionUID: -3352045463953828140L
| Serialized Fields |
|---|
double a
double b
double a2
double b2
double e2
double ep2
boolean hasHeight
true if geographic coordinates include an ellipsoidal
height (i.e. are 3-D), or false if they are strictly 2-D.
| Class GridTransform extends AbstractMathTransform implements Serializable |
|---|
serialVersionUID: -7973466015425546562L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
GridTransform.grid in a special way because
the default JDK implementations are not serializable.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
GridTransform.grid in a special way because
the default JDK implementations are not serializable.
IOException| Serialized Fields |
|---|
int width
int height
double xOrigin
double yOrigin
double scaleX
double scaleY
GridType type
| Class GridTransform2D extends GridTransform implements Serializable |
|---|
serialVersionUID: -5797129125459758798L
| Class LinearTransform1D extends AbstractMathTransform1D implements Serializable |
|---|
serialVersionUID: -7595037195668813000L
| Serialized Fields |
|---|
double scale
double offset
| Class LogarithmicTransform1D extends AbstractMathTransform1D implements Serializable |
|---|
serialVersionUID: 1535101265352133948L
| Serialized Fields |
|---|
double base
double lnBase
LogarithmicTransform1D.base.
double offset
Note:
The offset could be handled by a concatenation with LinearTransform1D
instead than an explicit field in this class. However the offset +
logbase(x) formula is extensively used as a transfer
function in grid coverages. Consequently we keep this explicit field for
performance reasons.
MathTransform1D inverse
| Class MolodenskyTransform extends AbstractMathTransform implements Serializable |
|---|
serialVersionUID: 7206439437113286122L
| Serialized Fields |
|---|
int type
*_MASK constants. This is also
the index of this transform in the MolodenskyTransform.variants array.
double dx
double dy
double dz
double a
double b
double da
da = target a - source a) and semi-minor
(db = target b - source b) axes of the target and source ellipsoids.
double db
da = target a - source a) and semi-minor
(db = target b - source b) axes of the target and source ellipsoids.
double df
df = target f - source f)
of the target and source ellipsoids.
double b_a
a_b = a/b and b_a = b/a).
double a_b
a_b = a/b and b_a = b/a).
double daa
daa = da*a and da_a = da/a).
double da_a
daa = da*a and da_a = da/a).
double e2
double adf
(a*df) + (f*da).
| Class NadconTransform extends GridTransform2D implements Serializable |
|---|
serialVersionUID: -4707304160205218546L
| Serialized Fields |
|---|
String latitudeGridFile
String longitudeGridFile
| Class NTv2Transform extends GridTransform2D implements Serializable |
|---|
serialVersionUID: -1351957989631930381L
| Serialized Fields |
|---|
String gridFile
| Class PassThroughTransform extends AbstractMathTransform implements Serializable |
|---|
serialVersionUID: -1673997634240223449L
| Serialized Fields |
|---|
int firstAffectedOrdinate
int numTrailingOrdinates
MathTransform subTransform
PassThroughTransform.getSubTransform()PassThroughTransform inverse
| Class ProjectiveTransform extends AbstractMathTransform implements Serializable |
|---|
serialVersionUID: -2104496465933824935L
| Serialized Fields |
|---|
int numRow
int numCol
double[] elt
AbstractMathTransform inverse
| Class WarpTransform2D extends AbstractMathTransform2D implements Serializable |
|---|
serialVersionUID: -7949539694656719923L
| Serialized Fields |
|---|
Warp warp
warpPoint method or something equivalent.
WarpTransform2D inverse
| Package org.geotoolkit.storage |
|---|
| Class DataStoreException extends Exception implements Serializable |
|---|
serialVersionUID: -1778987176103191950L
| Package org.geotoolkit.util |
|---|
| Class DateRange extends Range<Date> implements Serializable |
|---|
serialVersionUID: -6400011350250757942L
| Class DefaultInternationalString extends AbstractInternationalString implements Serializable |
|---|
serialVersionUID: 5760033376627376938L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
Map<K,V> localeMap
null).
Keys are Locale objects and values are Strings.
| Class MeasurementRange extends NumberRange<T extends Number & Comparable<? super T>> implements Serializable |
|---|
serialVersionUID: 3980319420337513745L
| Serialized Fields |
|---|
Unit<Q extends Quantity> units
null if unknown.
| Class NullArgumentException extends NullArgumentException implements Serializable |
|---|
serialVersionUID: -9191547216229354211L
| Class NumberRange extends Range<T extends Number & Comparable<? super T>> implements Serializable |
|---|
serialVersionUID: -818167965963008231L
| Class Range extends Range implements Serializable |
|---|
serialVersionUID: -5393896130562660517L
| Serialized Fields |
|---|
Class<T> elementClass
Comparable<T> minValue
Comparable<T> maxValue
boolean isMinIncluded
boolean isMaxIncluded
| Class ResourceInternationalString extends AbstractInternationalString implements Serializable |
|---|
serialVersionUID: 6339944890723487336L
| Serialized Fields |
|---|
String resources
String key
ClassLoader loader
null for the default
class loader.
| Class SimpleInternationalString extends AbstractInternationalString implements Serializable |
|---|
serialVersionUID: 3543963804501667578L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
AbstractInternationalString.defaultValue is not serialized.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
AbstractInternationalString.defaultValue is not serialized.
IOException| Class UnsupportedImplementationException extends UnsupportedImplementationException implements Serializable |
|---|
serialVersionUID: -649050339146622731L
| Class Version extends Version implements Serializable |
|---|
serialVersionUID: -6793384507333713771L
| Package org.geotoolkit.util.collection |
|---|
| Class BackingStoreException extends BackingStoreException implements Serializable |
|---|
serialVersionUID: -1714319767053628605L
| Class CheckedArrayList extends ArrayList<E> implements Serializable |
|---|
serialVersionUID: -587331971085094268L
| Serialized Fields |
|---|
Class<T> type
| Class CheckedHashMap extends LinkedHashMap<K,V> implements Serializable |
|---|
serialVersionUID: -7777695267921872849L
| Serialized Fields |
|---|
Class<T> keyType
Class<T> valueType
| Class CheckedHashSet extends LinkedHashSet<E> implements Serializable |
|---|
serialVersionUID: -9014541457174735097L
| Serialized Fields |
|---|
Class<T> type
| Class DerivedMap extends AbstractMap<K,V> implements Serializable |
|---|
serialVersionUID: -6994867383669885934L
| Serialized Fields |
|---|
Map<K,V> base
DerivedMap.baseToDerived(BK),
DerivedMap.derivedToBase(K)Class<T> keyType
| Class DerivedSet extends AbstractSet<E> implements Serializable |
|---|
serialVersionUID: -4662336508586424581L
| Serialized Fields |
|---|
Set<E> base
DerivedSet.baseToDerived(B),
DerivedSet.derivedToBase(E)Class<T> derivedType
| Class DisjointSet extends AbstractSet<E> implements Serializable |
|---|
serialVersionUID: -7933552571588598563L
| Serialized Fields |
|---|
Map<K,V> map
add and remove operations
on this set are translated into Map operations as below:
Adding a new element to this Set:
Map, where:
DisjointSet.DisjointSet
prior to add it to this set (in other words, moving the element).
Removing an element from this Set:
DisjointSet, then the element is assumed to belongs to an
other DisjointSet and nothing is done.trash value
in the underlying Map. This is equivalent to moving the
element from this set to the "trash" set. Note that if the operation
is applied on the "trash" set itself or if this set doesn't have a
trash (trash==null), then the element is effectively
removed from the underlying map.
DisjointSet<E> trash
null if there is none.
| Class FrequencySortedSet extends AbstractSet<E> implements Serializable |
|---|
serialVersionUID: 6034102231354388179L
| Serialized Fields |
|---|
Map<K,V> count
int order
+1 if the element should be sorted in the usual order, or -1
if the elements should be sorted in reverse order (most frequent element first).
| Class IntegerList extends AbstractList<Integer> implements Serializable |
|---|
serialVersionUID: 1241962316404811189L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream out)
throws IOException
IntegerList.trimToSize() before serialization in order to make the stream more compact.
IOException| Serialized Fields |
|---|
long[] values
long type instead of int
on the basis that 64 bits machines are becoming more and more common.
int bitCount
int mask
(1 << bitCount) - 1.
int size
| Class KeySortedList extends AbstractSequentialList<V> implements Serializable |
|---|
serialVersionUID: 6969483179756527012L
| Serialized Fields |
|---|
SortedMap<K,V> map
| Class RangeSet extends AbstractSet<Range<T extends Comparable<? super T>>> implements Serializable |
|---|
serialVersionUID: -6085227672036239981L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
Class<T> elementClass
Object array
int[]
or float[], or an array of Comparable[]. Elements in this array must be
strictly increasing without duplicated values.
| Class UnmodifiableArrayList extends AbstractList<E> implements Serializable |
|---|
serialVersionUID: -3605810209653785967L
| Serialized Fields |
|---|
Object[] array
| Package org.geotoolkit.util.converter |
|---|
| Class BaseClassFilter extends Object implements Serializable |
|---|
serialVersionUID: 8927565996519595329L
| Serialized Fields |
|---|
Class<T> base
| Class NonconvertibleObjectException extends Exception implements Serializable |
|---|
serialVersionUID: 3434744387048059588L
| Serialized Fields |
|---|
LinkedList<E> allAttempts
null and filled only if needed.
| Package org.geotoolkit.util.logging |
|---|
| Class LoggedFormat extends Format implements Serializable |
|---|
serialVersionUID: 4578880360344271325L
| Serialized Fields |
|---|
Format format
Class<T> type
Level level
String logger
null if none.
LoggedFormat.setLogger(java.lang.String)String className
null if none.
LoggedFormat.setCaller(java.lang.Class>, java.lang.String)String methodName
null if none.
LoggedFormat.setCaller(java.lang.Class>, java.lang.String)| Package org.geotoolkit.xml |
|---|
| Class XLink extends XLink implements Serializable |
|---|
serialVersionUID: -4349950135677857726L
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||