Serialized Form


Package org.geotools.arcsde.data

Class ArcSDEGeometryBuildingException extends Exception implements Serializable


Package org.geotools.arcsde.filter

Class GeometryEncoderException extends Exception implements Serializable


Package org.geotools.arcsde.pool

Class UnavailableArcSDEConnectionException extends IOException implements Serializable


Package org.geotools.axis

Class AbstractGraduation extends Object implements Serializable

serialVersionUID: 5215728323932315112L

Serialized Fields

unit

Unit unit
The axis's units, or null if unknow.


title

String title
The axis title for this graduation.


locale

Locale locale
The locale for formatting labels.


listenerList

PropertyChangeSupport listenerList
A list of event listeners for this component.

Class Axis2D extends Line2D implements Serializable

serialVersionUID: -8396436909942389360L

Serialized Fields

x1

float x1
Coordonnées des premier et dernier points de l'axe. Ces coordonnées sont exprimées en "points" (1/72 de pouce), ce qui n'a rien à voir avec les unités de Graduation.getMinimum() et Graduation.getMaximum().


y1

float y1
Coordonnées des premier et dernier points de l'axe. Ces coordonnées sont exprimées en "points" (1/72 de pouce), ce qui n'a rien à voir avec les unités de Graduation.getMinimum() et Graduation.getMaximum().


x2

float x2
Coordonnées des premier et dernier points de l'axe. Ces coordonnées sont exprimées en "points" (1/72 de pouce), ce qui n'a rien à voir avec les unités de Graduation.getMinimum() et Graduation.getMaximum().


y2

float y2
Coordonnées des premier et dernier points de l'axe. Ces coordonnées sont exprimées en "points" (1/72 de pouce), ce qui n'a rien à voir avec les unités de Graduation.getMinimum() et Graduation.getMaximum().


tickStart

float tickStart
Longueur des graduations, en points. Chaque graduations sera tracée à partir de [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.


tickEnd

float tickEnd
Longueur des graduations, en points. Chaque graduations sera tracée à partir de [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.


subTickStart

float subTickStart
Longueur des graduations, en points. Chaque graduations sera tracée à partir de [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.


subTickEnd

float subTickEnd
Longueur des graduations, en points. Chaque graduations sera tracée à partir de [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.


relativeCCW

byte relativeCCW
Indique dans quelle direction se trouve la graduation de l'axe. La valeur -1 indique qu'il faudrait tourner l'axe dans le sens des aiguilles d'une montre pour qu'il soit par-dessus sa graduation. La valeur +1 indique au contraire qu'il faudrait le tourner dans le sens inverse des aiguilles d'une montre pour le même effet.


graduation

Graduation graduation
Modèle qui contient les minimum, maximum et la graduation de l'axe.


hints

RenderingHints hints
A set of rendering hints for this axis.

Class DateGraduation extends AbstractGraduation implements Serializable

serialVersionUID: -7590383805990568769L

Serialized Fields

minimum

long minimum
The minimal value for this graduation, in milliseconds ellapsed since January 1st, 1970 (no matter what the graduation units are). Default to current time (today).


maximum

long maximum
The maximal value for this graduation, in milliseconds ellapsed since January 1st, 1970 (no matter what the graduation units are). Default to tomorrow.


timezone

TimeZone timezone
The time zone for graduation labels.

Class LogarithmicNumberGraduation extends NumberGraduation implements Serializable

serialVersionUID: -8514854171546232887L

Class NumberGraduation extends AbstractGraduation implements Serializable

serialVersionUID: -3074504745332240845L

Serialized Fields

minimum

double minimum
The minimal value for this graduation. Default to 0.


maximum

double maximum
The maximal value for this graduation. Default to 10.


Package org.geotools.coverage

Class AbstractCoverage extends PropertySourceImpl implements Serializable

serialVersionUID: -2989320942499746295L

Serialized Fields

name

InternationalString name
The coverage name.


crs

CoordinateReferenceSystem crs
The coordinate reference system, or null if there is none.

Class AbstractCoverage.Renderable extends PropertySourceImpl implements Serializable

Serialized Fields

bounds

Rectangle2D bounds
The two dimensional view of the coverage's envelope.


xAxis

int xAxis
Dimension to use for x axis.


yAxis

int yAxis
Dimension to use for y axis.


coordinate

GeneralDirectPosition coordinate
A coordinate point where to evaluate the function. The point dimension is equals to the coverage's dimension. The x and 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

name

InternationalString name
The category name.


minimum

double minimum
The minimal sample value (inclusive). This category is made of all values in the range 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.


maximum

double maximum
The maximal sample value (inclusive). This category is made of all values in the range 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.


range

NumberRange range
The range of values [minimum..maximum]. May be computed only when first requested, or may be user-supplied (which is why it must be serialized).


transform

MathTransform1D transform
The math transform from sample to geophysics values (never null). If this category is an instance of GeophysicsCategory, then this transform is the inverse (as computed by MathTransform.inverse()), except for qualitative categories. Since Category.getSampleToGeophysics() returns null for qualitative categories, this difference is not visible to the user.

See Also:
GridSampleDimension.getScale(), GridSampleDimension.getOffset()

inverse

Category inverse
A reference to the GeophysicsCategory. If this category is already an instance of GeophysicsCategory, then inverse is a reference to the Category object that own it.


ARGB

int[] ARGB
Codes ARGB des couleurs de la catégorie. Les couleurs par défaut seront un gradient allant du noir au blanc opaque.

Class CoverageStack extends AbstractCoverage implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Initialize fields after deserialization.

Throws:
IOException
ClassNotFoundException
Serialized Fields

elements

CoverageStack.Element[] elements
Coverage elements in this stack. Elements may be shared by more than one instances of CoverageStack.


sampleDimensions

SampleDimension[] sampleDimensions
The sample dimensions for this coverage, or null if unknown.


numSampleDimensions

int numSampleDimensions
The number of sample dimensions for this coverage, or 0 is unknow. Note: this attribute may be non-null even if CoverageStack.sampleDimensions is null.


envelope

GeneralEnvelope envelope
The envelope for this coverage. This is the union of all elements envelopes.

See Also:
CoverageStack.getEnvelope()

zDimension

int zDimension
The dimension of the z ordinate (the last value in coordinate points). This is always the coordinate reference system dimension minus 1.

Since:
2.3

zCRS

CoordinateReferenceSystem zCRS
The coordinate reference system for the z dimension, or null if unknown.


interpolationEnabled

boolean interpolationEnabled
true if interpolations are allowed.


lagTolerance

double lagTolerance
Maximal interval between the upper z-value of a coverage and the lower z-value of the next one. If a greater difference is found, we will consider that there is a hole in the data and evaluate(...) methods will returns NaN for z values in this hole.


listeners

IIOListeners listeners
List of objects to inform when image loading are trigged.

Class GridSampleDimension extends Object implements Serializable

serialVersionUID: 6026936545776852758L

Serialized Fields

inverse

GridSampleDimension inverse
A sample dimension wrapping the list of categories 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.


categories

CategoryList categories
The category list for this sample dimension, or null if this sample dimension has no category. This field is read by SampleTranscoder only.


isGeophysics

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 differents than NaN.

Assertions:


hasQualitative

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.


hasQuantitative

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.


sampleToGeophysics

MathTransform1D sampleToGeophysics
The sampleToGeophysics transform used by every quantitative Category, or null. This field may be null for two reasons: This field is used by GridSampleDimension.getOffset() and GridSampleDimension.getScale(). The GridSampleDimension.getSampleToGeophysics() method may also returns directly this value in some conditions.


description

InternationalString description
Decription for this sample dimension. It is particularly important to have the possiblity to specify a description for a sample dimension in order to be able to perform a band select by using human comprehensible descriptions instead of just numbers. As an instance a service like the WCS would use this feature in order to perform band subsetting as directed from a user request.

Class OrdinateOutsideCoverageException extends PointOutsideCoverageException implements Serializable

serialVersionUID: -4718948524305632185L

Serialized Fields

dimension

int dimension
The dimension of the out-of-bounds ordinate.


envelope

Envelope envelope
The coverage envelope, or null if unknown.

Class SpatioTemporalCoverage3D extends AbstractCoverage implements Serializable

Serialized Fields

coverage

Coverage coverage
The wrapped coverage.


temporalCRS

DefaultTemporalCRS temporalCRS
The temporal coordinate system, as a Geotools implementation in order to gets the DefaultTemporalCRS.toDate(double) and DefaultTemporalCRS.toValue(java.util.Date) methods.


temporalDimension

int temporalDimension
The dimension of the temporal coordinate system. All other dimensions are expected to be the temporal ones.


xDimension

int xDimension
The dimension for x and y coordinates.


yDimension

int yDimension
The dimension for x and y coordinates.


coordinate

GeneralDirectPosition coordinate
The direct position to uses for evaluate(...) methods. This object is cached and reused for performance purpose. However, this caching sacrifies SpatioTemporalCoverage3D thread safety.

Class TransformedCoverage extends AbstractCoverage implements Serializable

Serialized Fields

coverage

Coverage coverage
The wrapped coverage.


toWrapped

MathTransform toWrapped
The transform from this coverage CRS to the wrapped coverage CRS.


position

GeneralDirectPosition position
The projected point.


Package org.geotools.coverage.grid

Class AbstractGridCoverage extends AbstractCoverage implements Serializable

serialVersionUID: 6476934258101450793L

Class GeneralGridCoordinates extends Object implements Serializable

serialVersionUID: 8146318677770695383L

Serialized Fields

coordinates

int[] coordinates
The grid coordinates.

Class GeneralGridGeometry extends Object implements Serializable

serialVersionUID: 124700383873732132L

Serialized Fields

gridRange

GridRange gridRange
The valid coordinate range of a grid coverage, or 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.

See Also:
RenderedImage.getMinX(), RenderedImage.getMinY(), RenderedImage.getWidth(), RenderedImage.getHeight()

envelope

GeneralEnvelope envelope
The envelope, which is usually the grid range transformed to real world coordinates. This envelope contains the coordinate reference system of "real world" coordinates.

This field should be considered as private because envelopes are mutable, and we want to make sure that envelopes are cloned before to be returned to the user. Only GridGeometry2D and GridCoverage2D access directly to this field (read only) for performance reason.

Since:
2.2

gridToCRS

MathTransform gridToCRS
The math transform (usually an affine transform), or null if none. This math transform maps pixel center to "real world" coordinate using the following line:
gridToCRS.transform(pixels, point);

Class GeneralGridRange extends Object implements Serializable

serialVersionUID: 1452569710967224145L

Serialized Fields

index

int[] index
Minimum and maximum grid ordinates. The first half contains minimum ordinates, while the last half contains maximum ordinates.

Class GridCoverage2D extends AbstractGridCoverage implements Serializable

serialVersionUID: 667472989475027853L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Constructs the PlanarImage from the SerializableRenderedImage after deserialization.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes this grid coverage. Before serialization, a serializable rendered image is created if it was not already done.

Throws:
IOException
Serialized Fields

serializedImage

RenderedImage serializedImage
The serialized image, as an instance of SerializableRenderedImage. This image will be created only when first needed during serialization.


gridGeometry

GridGeometry2D gridGeometry
The grid geometry.


sampleDimensions

GridSampleDimension[] sampleDimensions
List of sample dimension information for the grid coverage. For a grid coverage, a sample dimension is a band. The sample dimension information include such things as description, data type of the value (bit, byte, integer...), the no data values, minimum and maximum values and a color table if one is associated with the dimension. A coverage must have at least one sample dimension.


isGeophysics

boolean isGeophysics
true is all sample in the image are geophysics values.

Class GridCoverage2D.Renderable extends AbstractCoverage.Renderable implements Serializable

Class GridGeometry2D extends GeneralGridGeometry implements Serializable

serialVersionUID: -3989363771504614419L

Serialized Fields

crs2D

CoordinateReferenceSystem crs2D
The two-dimensional part of the coordinate reference system. This is usually (but not always) identical to GeneralGridGeometry.getCoordinateReferenceSystem().


gridDimensionX

int gridDimensionX
The first (gridDimensionX) and second (gridDimensionY) dimensions of grid range with length greater than 1. Those (x, y) dimensions are usually 0 and 1 respectively.


gridDimensionY

int gridDimensionY
The first (gridDimensionX) and second (gridDimensionY) dimensions of grid range with length greater than 1. Those (x, y) dimensions are usually 0 and 1 respectively.


axisDimensionX

int axisDimensionX
The (GridGeometry2D.gridDimensionX, GridGeometry2D.gridDimensionY) dimensions in the envelope space. They are the (x, y) dimensions after the grid to CRS transform. Those dimensions are usually 0 and 1 respectively.


axisDimensionY

int axisDimensionY
The (GridGeometry2D.gridDimensionX, GridGeometry2D.gridDimensionY) dimensions in the envelope space. They are the (x, y) dimensions after the grid to CRS transform. Those dimensions are usually 0 and 1 respectively.


gridToCRS2D

MathTransform2D gridToCRS2D
A math transform mapping only the two first dimensions of gridToCRS.


gridFromCRS2D

MathTransform2D gridFromCRS2D
The inverse of gridToCRS2D.

Class Interpolator2D extends GridCoverage2D implements Serializable

Serialized Fields

toGrid

MathTransform2D toGrid
Transform from "real world" coordinates to grid coordinates. This transform maps coordinates to pixel centers.


interpolation

Interpolation interpolation
The interpolation method.


fallback

Interpolator2D fallback
Second interpolation method to use if this one failed. May be null if there is no fallback. By convention, this means that interpolation should fallback on super.evaluate(...) (i.e. nearest neighbor).


xmin

int xmin
Image bounds. Bounds have been reduced by Interpolation's padding.


ymin

int ymin
Image bounds. Bounds have been reduced by Interpolation's padding.


xmax

int xmax
Image bounds. Bounds have been reduced by Interpolation's padding.


ymax

int ymax
Image bounds. Bounds have been reduced by Interpolation's padding.


top

int top
Interpolation padding.


left

int left
Interpolation padding.


bounds

Rectangle bounds
The interpolation bounds. Interpolation will use pixel inside this rectangle. This rectangle is passed as an argument to RectIterFactory.

Class InvalidGridGeometryException extends IllegalStateException implements Serializable

serialVersionUID: -7386283388753448743L

Class ViewType extends Object implements Serializable

serialVersionUID: -1926667155583006688L

Serialized Fields

name

String name
The name for this enum.


interpolationAllowed

boolean interpolationAllowed
true if interpolations other than nearest neighbor are allowed.


colorSpaceConversionAllowed

boolean colorSpaceConversionAllowed
true if the replacement of index color model is allowed.

See Also:
JAI.KEY_REPLACE_INDEX_COLOR_MODEL

Package org.geotools.coverage.io

Class AmbiguousMetadataException extends MetadataException implements Serializable

serialVersionUID: 9024148330467307209L

Class MetadataBuilder.Key extends Object implements Serializable

serialVersionUID: -6197070349689520675L

Serialized Fields

name

String name
The original name, as specified by the user.


key

String key
The trimed name in lower case. This is the key to use in comparaisons.

Class MetadataException extends IIOException implements Serializable

serialVersionUID: -3146379152278866037L

Serialized Fields

key

MetadataBuilder.Key key
The key for the faulty metadata, or null if none.


alias

String alias
The alias used for the metadata, or null if none.

Class MissingMetadataException extends MetadataException implements Serializable

serialVersionUID: -5215286265847774754L


Package org.geotools.coverage.processing

Class AbstractOperation extends Object implements Serializable

serialVersionUID: -1441856042779942954L

Serialized Fields

descriptor

ParameterDescriptorGroup descriptor
The parameters descriptor.

Class AbstractStatisticsOperationJAI extends OperationJAI implements Serializable

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

colorMap

Map colorMap
The colors to apply to categories. Keys are 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.


colorRanges

Map colorRanges
The range of values for quantitative categories. Values are 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.


resetUnspecifiedColors

boolean resetUnspecifiedColors
If 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 Operation2D extends AbstractOperation implements Serializable

serialVersionUID: 574096338873406394L

Class OperationJAI extends Operation2D implements Serializable

serialVersionUID: -5974520239347639965L

Serialized Fields

operation

OperationDescriptor operation
The JAI's operation descriptor.

Class RangeSpecifier extends Object implements Serializable

serialVersionUID: 8436500582161136302L

Serialized Fields

range

NumberRange range
The target range, or null if none.


transform

MathTransform1D transform
The target "sample to geophysics" transform, or null if none.


unit

Unit unit
The target range units, or null if none.


colors

Color[] colors
The target colors, or null if none.


Package org.geotools.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 Crop extends Operation2D implements Serializable

serialVersionUID: 4466072819239413456L

Class DivideByConst extends OperationJAI implements Serializable

serialVersionUID: -3723238033407316564L

Class Exp extends OperationJAI implements Serializable

serialVersionUID: 6136918309949539525L

Class Extrema extends AbstractStatisticsOperationJAI implements Serializable

serialVersionUID: 7731039381590398047L

Class FilteredSubsample extends Operation2D implements Serializable

serialVersionUID: 652535074064952517L

Class GradientMagnitude extends OperationJAI implements Serializable

serialVersionUID: -1514713427236924048L

Class Histogram extends AbstractStatisticsOperationJAI implements Serializable

serialVersionUID: -4256576399698278701L

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 OperationJAI implements Serializable

serialVersionUID: 3368109980974496342L

Class MedianFilter extends OperationJAI implements Serializable

serialVersionUID: -8604321975842276962L

Class MinFilter extends OperationJAI 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

Class Resample extends Operation2D implements Serializable

serialVersionUID: -2022393087647420577L

Class Rescale extends OperationJAI implements Serializable

serialVersionUID: -9150531690336265741L

Class Scale extends Operation2D implements Serializable

serialVersionUID: -3212656385631097713L

Class SelectSampleDimension extends Operation2D implements Serializable

serialVersionUID: 6889502343896409135L

Class SubsampleAverage extends Operation2D implements Serializable

Class SubtractConst extends OperationJAI implements Serializable

serialVersionUID: 279426577290256732L

Class SubtractFromConst extends OperationJAI implements Serializable

serialVersionUID: 6941277637814235474L


Package org.geotools.data

Class DataSourceException extends IOException implements Serializable

serialVersionUID: -602847953059978370L

Class FeatureEvent extends EventObject implements Serializable

serialVersionUID: 3154238322369916485L

Serialized Fields

type

int type
Indicates one of FEATURES_ADDED, FEATURES_REMOVED, FEATURES_CHANGED


bounds

Envelope bounds
Indicates the bounds in which the modification occured.

This value is allowed to by null if this information is not known.

Class FeatureLockException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

featureID

String featureID

Class SchemaNotFoundException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

typeName

String typeName

Package org.geotools.data.db2

Class DB2AutoIncrementFIDMapper extends AutoIncrementFIDMapper implements Serializable

Class DB2NullFIDMapper extends NullFIDMapper implements Serializable

Serialized Fields

currentFID

int currentFID

Package org.geotools.data.jdbc

Class FilterToSQLException extends Exception implements Serializable

serialVersionUID: -2394509611777950167L


Package org.geotools.data.jdbc.fidmapper

Class AbstractFIDMapper extends Object implements Serializable

Serialized Fields

autoIncrement

boolean[] autoIncrement

colDecimalDigits

int[] colDecimalDigits

colNames

String[] colNames

colSizes

int[] colSizes

colTypes

int[] colTypes

tableName

String tableName

tableSchemaName

String tableSchemaName

returnFIDColumnsAsAttributes

boolean returnFIDColumnsAsAttributes
Set if table FID columns are to be returned as business attributes.

Class AutoIncrementFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1L

Class BasicFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1L

Class MaxIncFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 5719859796485477701L

Class MultiColumnFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1L

Class NullFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1L

Class TypedFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1L

Serialized Fields

featureTypeName

String featureTypeName

wrappedMapper

FIDMapper wrappedMapper

Package org.geotools.data.oracle.sdo

Class TT.GeomClasses extends HashMap implements Serializable

serialVersionUID: -3359664692996608331L


Package org.geotools.data.postgis.fidmapper

Class OIDFidMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 3257569520561763632L

Class PostGISAutoIncrementFIDMapper extends AutoIncrementFIDMapper implements Serializable

serialVersionUID: -6082930630426171079L

Serialized Fields

can_usepg_get_serial_sequence

boolean can_usepg_get_serial_sequence
Indicates that the pg_get_serial_sequence function exists, and works for this table


hasSerialSequence

boolean hasSerialSequence
Flag to indicate when we can't find the table's sequence


sequenceName

String sequenceName
The actual name of the sequence, if we have found it


Package org.geotools.data.shapefile.dbf

Class DbaseFileException extends DataSourceException implements Serializable

serialVersionUID: -6890880438911014652L


Package org.geotools.data.shapefile.shp

Class ShapefileException extends DataSourceException implements Serializable

serialVersionUID: -6523799964553991364L


Package org.geotools.data.vpf.exc

Class VPFDataException extends IOException implements Serializable

Class VPFDataFormatException extends RuntimeException implements Serializable

Class VPFHeaderFormatException extends VPFDataException implements Serializable

Class VPFRowDataException extends VPFDataException implements Serializable


Package org.geotools.data.vpf.io

Class RowField extends Number implements Serializable

Serialized Fields

value

Object value
Describe variable value here.


type

char type
Describe variable type here.

Class TripletId extends Number implements Serializable

Serialized Fields

rawData

byte[] rawData
The raw data that can be decomposed into as many as three separate numbers


Package org.geotools.data.vpf.util

Class EdgeData extends HashMap implements Serializable

Class PointData extends HashMap implements Serializable


Package org.geotools.data.wfs

Class WFSSchemaFactory.WFSRootHandler extends RootHandler implements Serializable

Serialized Fields

se

WFSSchemaFactory.ServiceExceptionReportHandler se

Package org.geotools.data.wms.gce

Class WMSParameterValue extends Parameter implements Serializable

Serialized Fields

value

Object value

descriptor

DefaultParameterDescriptor descriptor

Package org.geotools.event

Class GTEventImpl extends EventObject implements Serializable

serialVersionUID: -5304196462694574579L

Serialized Fields

delta

GTDelta delta

type

GTEvent.Type type

Class GTList extends ArrayList implements Serializable

serialVersionUID: -4849245752797538846L

Serialized Fields

host

GTComponent host

notificationName

String notificationName

Package org.geotools.factory

Class FactoryConfigurationError extends Error implements Serializable

Class FactoryNotFoundException extends FactoryRegistryException implements Serializable

serialVersionUID: 7555229653402417318L

Class FactoryRegistryException extends RuntimeException implements Serializable

serialVersionUID: 8483095037433886648L

Class RecursiveSearchException extends FactoryRegistryException implements Serializable

serialVersionUID: -2028654588882874110L


Package org.geotools.feature

Class CollectionEvent extends EventObject implements Serializable

serialVersionUID: -1864190177730929948L

Serialized Fields

type

int type
Indicates one of FEATURES_ADDED, FEATURES_REMOVED, FEATURES_CHANGED


features

Feature[] features
Holds value of property features.

Class IllegalAttributeException extends Exception implements Serializable

serialVersionUID: -4964013824521988182L

Serialized Fields

expected

AttributeType expected
The expected attribute type.


invalid

Object invalid
The object that does not match the expected type.

Class SchemaException extends Exception implements Serializable

serialVersionUID: 5453903672192802976L


Package org.geotools.filter

Class FilterFactoryCreationException extends Exception implements Serializable

Class IllegalFilterException extends RuntimeException implements Serializable

serialVersionUID: 6991878877158220201L

Class MalformedFilterException extends Exception implements Serializable

Class SQLEncoderException extends Exception implements Serializable

serialVersionUID: -2394509611777950167L


Package org.geotools.filter.parser

Class ExpressionException extends ParseException implements Serializable

Serialized Fields

cause

Throwable cause

Class ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

String[] tokenImage

eol

String eol

Class TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.geotools.filter.text.cql2

Class CQLException extends ParseException implements Serializable

serialVersionUID: 8873756073711225699L

Serialized Fields

cause

Throwable cause

cqlSource

String cqlSource

Class ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

String[] tokenImage

eol

String eol

Class TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.geotools.gce.geotiff

Class GeoTiffException extends IOException implements Serializable

serialVersionUID: 1008533682021487024L

Serialized Fields

metadata

GeoTiffIIOMetadataDecoder metadata

geoKeys

GeoKeyEntry[] geoKeys

Package org.geotools.geometry

Class DirectPosition1D extends AbstractDirectPosition implements Serializable

serialVersionUID: 3235094562875693710L

Serialized Fields

crs

CoordinateReferenceSystem crs
The coordinate reference system for this position;


ordinate

double ordinate
The ordinate value.

Class DirectPosition2D extends Point2D.Double implements Serializable

serialVersionUID: 835130287438466996L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read this object from the specified stream. This method is necessary because the super-class is not serializable.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write this object to the specified stream. This method is necessary because the super-class is not serializable.

Throws:
IOException
Serialized Fields

crs

CoordinateReferenceSystem crs
The coordinate reference system for this position;

Class Envelope2D extends Rectangle2D.Double implements Serializable

serialVersionUID: -3319231220761419350L

Serialized Fields

crs

CoordinateReferenceSystem crs
The coordinate reference system, or null.

Class GeneralDirectPosition extends AbstractDirectPosition implements Serializable

serialVersionUID: 9071833698385715524L

Serialized Fields

ordinates

double[] ordinates
The ordinates of the direct position.


crs

CoordinateReferenceSystem crs
The coordinate reference system for this position, or null.

Class GeneralEnvelope extends AbstractEnvelope implements Serializable

serialVersionUID: 1752330560227688940L

Serialized Fields

ordinates

double[] ordinates
Minimum and maximum ordinate values. The first half contains minimum ordinates, while the last half contains maximum ordinates. Consider this reference as final; it is modified by GeneralEnvelope.clone() only.


crs

CoordinateReferenceSystem crs
The coordinate reference system, or null.

Class Geometry extends Object implements Serializable

serialVersionUID: -601532429079649232L

Serialized Fields

crs

CoordinateReferenceSystem crs
Deprecated. 
The coordinate reference system used in direct position coordinates.

Class TransformedDirectPosition extends GeneralDirectPosition implements Serializable

serialVersionUID: -3988283183934950437L

Serialized Fields

factory

CoordinateOperationFactory factory
The factory to use for creating new coordinate operation.


defaultCRS

CoordinateReferenceSystem defaultCRS
The default source CRS. To be used only when the user invoked TransformedDirectPosition.transform(org.opengis.geometry.DirectPosition) with a position without associated CoordinateReferenceSystem. May be null if the default CRS is assumed equals to this position CRS.


Package org.geotools.geometry.jts

Class ReferencedEnvelope extends Envelope implements Serializable

serialVersionUID: -3188702602373537163L

Serialized Fields

crs

CoordinateReferenceSystem crs
The coordinate reference system, or null.

Class TransformedShape extends AffineTransform implements Serializable

Serialized Fields

shape

Shape shape
The wrapped shape.


point

Point2D.Double point
A temporary point.


rectangle

Rectangle2D.Double rectangle
A temporary rectangle.


Package org.geotools.gml

Class GMLException extends Exception implements Serializable


Package org.geotools.gml3

Class Curve extends MultiLineString implements Serializable

Class MultiCurve extends GeometryCollection implements Serializable

Class MultiSurface extends MultiPolygon implements Serializable


Package org.geotools.graph.path

Class Cycle extends Walk implements Serializable

Class Path extends Walk implements Serializable

Class Walk extends ArrayList implements Serializable

Serialized Fields

m_edges

List m_edges

Package org.geotools.graph.structure.basic

Class BasicDirectedEdge extends BasicGraphable implements Serializable

Serialized Fields

m_in

DirectedNode m_in
in node


m_out

DirectedNode m_out
out node

Class BasicDirectedGraph extends BasicGraph implements Serializable

Class BasicDirectedNode extends BasicGraphable implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Overides the default deserialization operation. The edge adjacency lists of a BasicDirectedNode is not written out when the node is serialized so they must be recreated upon deserialization.

Throws:
IOException
ClassNotFoundException

Class BasicEdge extends BasicGraphable implements Serializable

Serialized Fields

m_nodeA

Node m_nodeA
A node


m_nodeB

Node m_nodeB
B node

Class BasicGraph extends Object implements Serializable

Class BasicGraphable extends Object implements Serializable

Serialized Fields

m_obj

Object m_obj
underlying object of component


m_visited

boolean m_visited
Flag to indicate wether the component has been visited


m_nvisited

int m_nvisited
A counter to track how many times a component has been visited


m_id

int m_id
Id for component.

Class BasicNode extends BasicGraphable implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Overides the default deserialization operation. The edge adjacency list of a BasicNode is not written out when the node is serialized so it must be recreated upon deserialization.

Throws:
IOException
ClassNotFoundException

Package org.geotools.graph.structure.line

Class BasicDirectedXYNode extends BasicDirectedNode implements Serializable

Class BasicXYNode extends BasicNode implements Serializable

Class OptDirectedXYNode extends OptDirectedNode implements Serializable

Serialized Fields

m_x

double m_x
x value of coordinate


m_y

double m_y
y value of coordinate

Class OptXYNode extends OptNode implements Serializable

Serialized Fields

m_x

double m_x
x value of coordinate


m_y

double m_y
y value of coordinate


Package org.geotools.graph.structure.opt

Class OptDirectedEdge extends OptGraphable implements Serializable

Serialized Fields

m_in

OptDirectedNode m_in
in node


m_out

OptDirectedNode m_out
out node

Class OptDirectedNode extends OptGraphable implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Overrides the default deserialization operation. Since edge adjacency lists of Nodes are not written out upon serialization, they must be recreated upon deserialization.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Overrides the default serialization operation. Since edge adjacency lists of Nodes are not written out upon serialization, all the information needed to recreate them must be written to the object stream as well. Since the edge list is not written out, and the node does not store its degree explicitly, it must be written to the output stream.

Throws:
IOException
ClassNotFoundException

Class OptEdge extends OptGraphable implements Serializable

Serialized Fields

m_nodeA

OptNode m_nodeA
a node


m_nodeB

OptNode m_nodeB
b node

Class OptGraphable extends Object implements Serializable

Serialized Fields

m_visited

boolean m_visited
visited flag


m_count

byte m_count
counter

Class OptNode extends OptGraphable implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Overrides the default deserialization operation. Since edge adjacency lists of Nodes are not written out upon serialization, they must be recreated upon deserialization.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Overrides the default serialization operation. Since edge adjacency lists of Nodes are not written out upon serialization, all the information needed to recreate them must be written to the object stream as well. Since the edge list is not written out, and the node does not store its degree explicitly, it must be written to the output stream.

Throws:
IOException
ClassNotFoundException
Serialized Fields

m_edges

Edge[] m_edges
edge adjacency list


Package org.geotools.graph.util

Class IndexedStack extends Stack implements Serializable

Serialized Fields

m_index

HashMap m_index

Class MultiMap extends Object implements Serializable

Serialized Fields

m_map

Map m_map

m_collectionClass

Class m_collectionClass

Class ParseErrorHandler extends DefaultHandler implements Serializable

Serialized Fields

m_parseErrors

ArrayList m_parseErrors

Class SimpleFileFilter extends FileFilter implements Serializable

Serialized Fields

m_ext

String m_ext

m_desc

String m_desc

Package org.geotools.graph.util.delaunay

Class DelaunayEdge extends BasicEdge implements Serializable

Serialized Fields

faceA

Triangle faceA

faceB

Triangle faceB

Class DelaunayNode extends BasicXYNode implements Serializable

Serialized Fields

feature

Feature feature

Class GraphViewer extends JPanel implements Serializable

Serialized Fields

graph

Graph graph

nodes

Collection nodes

minX

double minX

minY

double minY

xScaling

int xScaling

yScaling

int yScaling

xOffset

int xOffset

yOffset

int yOffset

colorEdges

boolean colorEdges

nodeColors

Color[] nodeColors

shortEdges

Vector shortEdges

longEdges

Vector longEdges

otherEdges

Vector otherEdges

Package org.geotools.gui.swing

Class About extends JPanel implements Serializable

Serialized Fields

updater

About.ThreadList updater
Thread qui aura la charge de faire des mises à jour en arrière-plan. Ce champ sera null s'il n'y en a pas.


resources

Vocabulary resources
The localized resources to use.

Class DisjointLists extends JPanel implements Serializable

Serialized Fields

left

JList left
The list on the left side. This is the list that contains the element selectable by the user.


right

JList right
The list on the right side. This list is initially empty.


autoSort

boolean autoSort
true if elements should be automatically sorted.

Class FormatChooser extends JPanel implements Serializable

Serialized Fields

format

Format format
The format to configure by this FormatChooser.


value

Object value
A sample value for the "preview" text.


choices

JComboBox choices
The panel in which to edit the pattern.


preview

JLabel preview
The preview text. This is the value formated using format.

Class JMapPane extends JPanel implements Serializable

serialVersionUID: -8647971481359690499L

Serialized Fields

renderer

GTRenderer renderer
what renders the map


highlightRenderer

GTRenderer highlightRenderer

selectionRenderer

GTRenderer selectionRenderer

context

MapContext context
the map context to render


selectionContext

MapContext selectionContext

mapArea

Envelope mapArea
the area of the map to draw


oldRect

Rectangle oldRect
the size of the pane last time we drew


oldMapArea

Envelope oldMapArea
the last map area drawn.


baseImage

BufferedImage baseImage
the base image of the map


selectImage

BufferedImage selectImage
image of selection


selectionStyle

Style selectionStyle
style for selected items


selectionLayer

MapLayer selectionLayer
layer that selection works on


highlightLayer

MapLayer highlightLayer
layer that highlight works on


highlightManager

HighlightManager highlightManager
the object which manages highlighting


highlight

boolean highlight
is highlighting on or off


ff

FilterFactory2 ff
a factory for filters


gf

GeometryFactory gf
a factory for geometries


selection

FeatureCollection selection
the collections of features to be selected or highlighted


highlightFeature

FeatureCollection highlightFeature
the collections of features to be selected or highlighted


state

int state

zoomFactor

double zoomFactor
how far to zoom in or out


lineHighlightStyle

Style lineHighlightStyle

pointHighlightStyle

Style pointHighlightStyle

polygonHighlightStyle

Style polygonHighlightStyle

polygonSelectionStyle

Style polygonSelectionStyle

pointSelectionStyle

Style pointSelectionStyle

lineSelectionStyle

Style lineSelectionStyle

changed

boolean changed

labelCache

LabelCache labelCache

reset

boolean reset

startX

int startX

startY

int startY

clickable

boolean clickable

lastX

int lastX

lastY

int lastY

selectionManager

SelectionManager selectionManager

Class LoggingPanel extends JPanel implements Serializable

Serialized Fields

model

LoggingTableModel model
The model for this component.


table

JTable table
The table for displaying logging messages.


levelValues

int[] levelValues
The levels for colors enumerated in levelColors. This array must be in increasing order. Logging messages of level levelValues[i] or higher will be displayed with foreground color levelColors[i*2] and background color levelColors[i*2+1].

See Also:
Level.intValue(), LoggingPanel.getForeground(LogRecord), LoggingPanel.getBackground(LogRecord)

levelColors

List levelColors
Pairs of foreground and background colors to use for displaying logging messages. Logging messages of level levelValues[i] or higher will be displayed with foreground color levelColors[i*2] and background color levelColors[i*2+1].

See Also:
LoggingPanel.getForeground(LogRecord), LoggingPanel.getBackground(LogRecord)

logger

Logger logger
The logger specified at construction time, or null if none.

Class PanAction extends AbstractAction implements Serializable

serialVersionUID: 2718536128821468386L

Serialized Fields

icon

ImageIcon icon
the icon to display


map

JMapPane map
the mappane to pan

Class ParameterEditor extends JPanel implements Serializable

Serialized Fields

editors

Map editors
The set of component editors created up to date. Keys are String and values are Component objects.


cards

Container cards
The properties panel for parameters. The content for this panel depends on the selected item, but usually includes the following:


description

JLabel description
The label for parameter or image description. Usually displayed on top of parameter editor.


value

Object value
The current value in the process of being edited. This object is usually an instance of Number, KernelJAI, LookupTableJAI or some other parameter object.

See Also:
ParameterEditor.setParameterValue(java.lang.Object)

editor

Component editor
The editor widget currently in use.

See Also:
ParameterEditor.setParameterValue(java.lang.Object), ParameterEditor.getEditor()

model

ParameterEditor.Editor model
The editor model currently in use. This is often the model used by the editor widget.

Class ResetAction extends AbstractAction implements Serializable

Serialized Fields

icon

ImageIcon icon
a simple reset action


map

JMapPane map

Class SelectAction extends AbstractAction implements Serializable

Serialized Fields

icon

ImageIcon icon

map

JMapPane map

Class ZoomInAction extends AbstractAction implements Serializable

serialVersionUID: 5757407203303739037L

Serialized Fields

icon

ImageIcon icon

map

JMapPane map

Class ZoomOutAction extends AbstractAction implements Serializable

serialVersionUID: 8669650422678543113L

Serialized Fields

icon

ImageIcon icon

map

JMapPane map

Class ZoomPane extends JComponent implements Serializable

Serialized Fields

mouseSelectionTracker

MouseListener mouseSelectionTracker
Object in charge of drawing a box representing the user's selection. We retain a reference to this object in order to be able to register it and extract it at will from the list of objects interested in being notified of the mouse movements.


zoom

AffineTransform zoom
Affine transform containing zoom factors, translations and rotations. During the painting of a component, this affine transform should be combined with a call to Graphics2D.transform(zoom).


zoomIsReset

boolean zoomIsReset
Indicates whether the zoom is the result of a ZoomPane.reset() operation.


type

int type
Types of zoom permitted. This field should be a combination of the constants ZoomPane.SCALE_X, ZoomPane.SCALE_Y, ZoomPane.TRANSLATE_X, ZoomPane.TRANSLATE_Y, ZoomPane.ROTATE, ZoomPane.RESET and ZoomPane.DEFAULT_ZOOM.


fillPanel

boolean fillPanel
Strategy to follow in order to calculate the initial affine transform. The value 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.


visibleArea

Rectangle2D visibleArea
Rectangle representing the logical coordinates of the visible region. This information is used to keep the same region when the size or position of the component changes. Initially, this rectangle is empty. It will only stop being empty if ZoomPane.reset() is called and ZoomPane.getPreferredArea() and ZoomPane.getZoomableBounds() have both returned valid coordinates.

See Also:
ZoomPane.getVisibleArea(), ZoomPane.setVisibleArea(java.awt.geom.Rectangle2D)

preferredArea

Rectangle2D preferredArea
Rectangle representing the logical coordinates of the region to display initially, the first time that the window is displayed. The value null indicates a call to ZoomPane.getArea().

See Also:
ZoomPane.getPreferredArea(), ZoomPane.setPreferredArea(java.awt.geom.Rectangle2D)

paintingWhileAdjusting

boolean paintingWhileAdjusting
Indicates if this 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.

See Also:
ZoomPane.isPaintingWhileAdjusting(), ZoomPane.setPaintingWhileAdjusting(boolean)

magnifierEnabled

boolean magnifierEnabled
Indicates whether the user is authorised to display the magnifying glass. The default value is true.


magnifierPower

double magnifierPower
Magnification factor inside the magnifying glass. This factor must be greater than 1.


magnifierGlass

Paint magnifierGlass
Colour with which to tint magnifying glass.


magnifierBorder

Paint magnifierBorder
Colour of the magnifying glass's border.


Package org.geotools.gui.swing.event

Class GeoMouseEvent extends MouseEvent implements Serializable

Serialized Fields

transform

MathTransform transform
The transform which will convert screenCoordinates to CoordinateSystem coordinates.

Class HighlightChangedEvent extends EventObject implements Serializable

serialVersionUID: -7958576070524520655L

Serialized Fields

source

Object source

filter

Filter filter

Class SelectionChangedEvent extends EventObject implements Serializable

serialVersionUID: 7082320269388833169L

Serialized Fields

source

Object source

filter

Filter filter

Class ZoomChangeEvent extends EventObject implements Serializable

Serialized Fields

change

AffineTransform change
An affine transform indicating the zoom change. If 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.geotools.gui.swing.image

Class ColorRamp extends JComponent implements Serializable

Serialized Fields

graduation

Graduation graduation
The graduation to write over the color ramp.


units

String units
Graduation units. This is constructed from Graduation.getUnit() and cached for faster rendering.


colors

Color[] colors
The colors to paint (never null).


labelVisibles

boolean labelVisibles
true if tick label must be display.


autoForeground

boolean autoForeground
true if tick label can be display with an automatic color. The automatic color will be white or black depending the background color.


horizontal

boolean horizontal
true if the color bar should be drawn horizontally, or false if it should be drawn vertically.


ui

ColorRamp.UI ui
The ComponentUI object for computing preferred size, drawn the component and handle some events.

Class GradientKernelEditor extends JComponent implements Serializable

Serialized Fields

kernelH

KernelEditor kernelH
The horizontal kernel editor.


kernelV

KernelEditor kernelV
The vertical kernel editor.

Class ImagePane extends ZoomPane implements Serializable

Serialized Fields

renderedSize

int renderedSize
The default size for rendered image produced by a RenderableImage. This is also the maximum size for a RenderedImage; bigger image will be scaled down using JAI's "Scale" operation for faster rendering.


renderable

RenderableImage renderable
The renderable image, or null if none. If non-null, then the ImagePane.run() method will transform this renderable image into a rendered one when first requested. Once the image is rendered, this field is set to null.


rendered

RenderedImage rendered
The rendered image, or null if none. This image may be explicitly set by ImagePane.setImage(RenderedImage), or computed by ImagePane.run().


running

boolean running
true if the ImagePane.run() method has been invoked for the current image. This field is used in order to avoid to start more than one thread for the same ImagePane.renderable image.

Class ImageProperties extends JPanel implements Serializable

Serialized Fields

operationName

JLabel operationName
The operation name, or the image class name if the image is not an instance of OperationNode.


operationDescription

JLabel operationDescription
The operation description.


operationVersion

JLabel operationVersion
The operation vendor and version.


imageSize

JLabel imageSize
The text area for image size.


tileSize

JLabel tileSize
The text area for tile size.


dataType

JLabel dataType
The text area for sample type (e.g. "8 bits unsigned integer".


sampleModel

JLabel sampleModel
The text area for the sample model.


colorModel

JLabel colorModel
The text area for the color model.


colorRamp

ColorRamp colorRamp
The color bar for IndexColorModel.


properties

ImageProperties.Table properties
The table model for image's properties.


samples

ImageSampleValues samples
The table for sample values.


viewer

ImagePane viewer
The viewer for an image quick look.

Class ImageSampleValues extends JPanel implements Serializable

Serialized Fields

table

JTable table
The table which contains sample values.


renderer

ImageSampleValues.CellRenderer renderer
The cell renderer for sample values.


band

SpinnerNumberModel band
The model for band selection.


comments

JLabel comments
An empty component for now. May contains geographic coordinates in a future version. This is the only component in the "status bar" with a variable width.


current

ImageSampleValues.CurrentColor current
The color for the selected cell.

Class ImageTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -408603520054548181L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Recomputes transient fields after deserializations.

Throws:
IOException
ClassNotFoundException
Serialized Fields

image

RenderedImage image
The image to display.


format

NumberFormat format
The format to use for formatting sample values.


titleFormat

NumberFormat titleFormat
The format to use for formatting line and column labels.


band

int band
The band to show.

Class ImageTableModel.RowHeaders extends AbstractTableModel implements Serializable

serialVersionUID: 5162324745024331522L

Class KernelEditor extends JComponent implements Serializable

Serialized Fields

model

KernelEditor.Model model
The matrix coefficient as a table.


categorySelector

JComboBox categorySelector
The list of available filter's categories.


kernelSelector

JComboBox kernelSelector
The list of available kernels.


widthSelector

JSpinner widthSelector
The matrix width.


heightSelector

JSpinner heightSelector
The matrix height.

Class OperationTreeBrowser extends JPanel implements Serializable

Serialized Fields

imageProperties

ImageProperties imageProperties
The image properties panel. Will be constructed only when first needed, and the added to the card layout with the IMAGE name.


parameterEditor

ParameterEditor parameterEditor
The parameter properties panel. Will be constructed only when first needed, and the added to the card layout with the PARAMETER name.


cards

Container cards
The properties panel. The content for this panel depends on the selected tree item, but usually includes the following:

Class RegisteredOperationBrowser extends JPanel implements Serializable

Serialized Fields

description

JLabel description
The text area for operation's description.


version

JLabel version
The text area for the version and vendor.


Package org.geotools.gui.swing.referencing

Class AuthorityCodesComboBox extends JComponent implements Serializable

Serialized Fields

factory

AuthorityFactory factory
The authority factory responsible for creating objects from a list of codes.


codeList

CodeList codeList
The list of authority codes, as a combo box model.


type

Class type
The type of CRS object to includes in the list.


list

JComboBox list
The list of CRS objects.


search

JTextField search
The text field for searching item.


searchOrList

JPanel searchOrList
The AuthorityCodesComboBox.search or AuthorityCodesComboBox.list field.


cards

CardLayout cards
The card layout showing either AuthorityCodesComboBox.list or AuthorityCodesComboBox.search.


showProperties

JButton showProperties
The button to press for showing properties.


properties

PropertiesSheet properties
Info about the currently selected item.


propertiesWindow

Component propertiesWindow
The window that contains AuthorityCodesComboBox.properties.

Class CoordinateChooser extends JPanel implements Serializable

Serialized Fields

areaPanel

JComponent areaPanel
The three mean panels in this dialog box: geographic area, time and preferred resolution.


timePanel

JComponent timePanel
The three mean panels in this dialog box: geographic area, time and preferred resolution.


resoPanel

JComponent resoPanel
The three mean panels in this dialog box: geographic area, time and preferred resolution.


timezone

JComboBox timezone
Liste de choix dans laquelle l'utilisateur choisira le fuseau horaire de ses dates.


tmin

JSpinner tmin
Dates de début et de fin de la plage de temps demandée par l'utilisateur. Ces dates sont gérées par un modèle SpinnerDateModel.


tmax

JSpinner tmax
Dates de début et de fin de la plage de temps demandée par l'utilisateur. Ces dates sont gérées par un modèle SpinnerDateModel.


xmin

JSpinner xmin
Longitudes et latitudes minimales et maximales demandées par l'utilisateur. Ces coordonnées sont gérées par un modèle SpinnerNumberModel.


xmax

JSpinner xmax
Longitudes et latitudes minimales et maximales demandées par l'utilisateur. Ces coordonnées sont gérées par un modèle SpinnerNumberModel.


ymin

JSpinner ymin
Longitudes et latitudes minimales et maximales demandées par l'utilisateur. Ces coordonnées sont gérées par un modèle SpinnerNumberModel.


ymax

JSpinner ymax
Longitudes et latitudes minimales et maximales demandées par l'utilisateur. Ces coordonnées sont gérées par un modèle SpinnerNumberModel.


xres

JSpinner xres
Résolution (en minutes de longitudes et de latitudes) demandée par l'utilisateur. Ces résolution sont gérées par un modèle SpinnerNumberModel.


yres

JSpinner yres
Résolution (en minutes de longitudes et de latitudes) demandée par l'utilisateur. Ces résolution sont gérées par un modèle SpinnerNumberModel.


radioBestRes

AbstractButton radioBestRes
Bouton radio pour sélectioner la meilleure résolution possible.


radioPrefRes

AbstractButton radioPrefRes
Bouton radio pour sélectioner la résolution spécifiée.


accessory

JComponent accessory
Composante facultative à afficher à la droite du paneau CoordinateChooser.

Class CoordinateTableModel extends AbstractTableModel implements Serializable

Serialized Fields

crs

CoordinateReferenceSystem crs
The CRS for all coordinates in this table. This is specified by the user at construction time.


columnNames

String[] columnNames
The columns table names. They are inferred from the table CRS specified at construction time.


positions

List positions
The direct positions to display in the table.


unmodifiablePositions

List unmodifiablePositions
An unmodifiable view of the positions list. This is the view returned by public accessors. We do not allow addition or removal of positions through this list because such changes would not invoke the proper fire method.


validArea

GeneralEnvelope validArea
The CRS valid area.


toWGS84

TransformedDirectPosition toWGS84
For transformation frop the table CRS to WGS84.

Class CoordinateTableModel.CellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

foreground

Color foreground
The default text and background color.


background

Color background
The default text and background color.


invalidForeground

Color invalidForeground
The text and background color for invalid coordinates.


invalidBackground

Color invalidBackground
The text and background color for invalid coordinates.

Class PropertiesSheet extends JComponent implements Serializable

Serialized Fields

tabs

JTabbedPane tabs
Provides different view of the CRS object (properties, WKT, etc.).


wktArea

JTextArea wktArea
The Well Known Text area.


Package org.geotools.gui.swing.table

Class FeatureTableModel extends AbstractTableModel implements Serializable

Serialized Fields

featureTable

FeatureCollection featureTable
Holds the feature table that will be represented by this model.


Package org.geotools.gui.swing.tree

Class DefaultMutableTreeNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: -8782548896062360341L

Class NamedTreeNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: -5052321314347001298L

Serialized Fields

name

String name
The node label to be returned by NamedTreeNode.toString().


Package org.geotools.image

Class ImageDimension extends Dimension implements Serializable

serialVersionUID: -4349573462196081362L

Serialized Fields

numBands

int numBands
The number of bands in the image or raster.


dataType

int dataType
The image data type.


Package org.geotools.image.io

Class IIOListeners extends Object implements Serializable

serialVersionUID: 6944397966242054247L

Serialized Fields

listeners

EventListenerList listeners
List of listeners.


Package org.geotools.image.io.metadata

Class Identification extends Object implements Serializable

serialVersionUID: 7439545624472885445L

Serialized Fields

name

String name
The object name, or null if none.


type

String type
The object type, or null if none.


Package org.geotools.image.jai

Class CombineDescriptor extends OperationDescriptorImpl implements Serializable

Class HysteresisDescriptor extends OperationDescriptorImpl implements Serializable

Class NodataFilterDescriptor extends OperationDescriptorImpl implements Serializable


Package org.geotools.index

Class LockTimeoutException extends Exception implements Serializable

Class TreeException extends Exception implements Serializable

Class UnsupportedFilterException extends Exception implements Serializable


Package org.geotools.index.quadtree

Class StoreException extends Exception implements Serializable

serialVersionUID: -3356954193373344773L


Package org.geotools.index.rtree.cachefs

Class NodeCache extends LinkedHashMap implements Serializable

Serialized Fields

maxElements

int maxElements

Package org.geotools.io

Class ContentFormatException extends IOException implements Serializable

serialVersionUID: 6152194019351374599L

Class LineFormat extends Format implements Serializable

Serialized Fields

count

int count
Nombre de données valides dans le tableau LineFormat.data. Il s'agit du nombre de données lues lors du dernier appel de la méthode LineFormat.setLine(String).


data

Object[] data
Données lus lors du dernier appel de la méthode LineFormat.setLine(String). Ces données seront restitués par des appels à LineFormat.getValues(float[]).


format

Format[] format
Tableau de formats à utiliser. Chaque format de ce tableau correspond à une colonne. Par exemple la donnée data[4] aura été lu avec le format format[4]. Il n'est toutefois pas obligatoire qu'il y ait autant de format que de colonnes. Si LineFormat.data et plus long que LineFormat.format, alors le dernier format sera réutilisé pour toutes les colonnes restantes.


position

ParsePosition position
Objet ParsePosition utilisé lors de la lecture pour spécifier quelle partie de la chaîne doit être interprétée.


limits

int[] limits
Index du caractère auquel commençaient les éléments qui ont été lus. Par exemple index[0] contient l'index du premier caractère qui a été lu pour la donnée data[0], et ainsi de suite. Ce tableau doit toujours avoir une longueur de LineFormat.data.length + 1. Le dernier élément de ce tableau sera la longueur de la ligne.


line

String line
Dernière ligne de texte à avoir été spécifiée à la méthode LineFormat.setLine(String).


Package org.geotools.map.event

Class MapBoundsEvent extends EventObject implements Serializable

Serialized Fields

type

int type
Holds value of property type.


oldCoordinateReferenceSystem

CoordinateReferenceSystem oldCoordinateReferenceSystem
Holds value of property oldCoordinateReferenceSystem.


oldAreaOfInterest

Envelope oldAreaOfInterest
Holds value of property oldAreaOfInterest.

Class MapLayerEvent extends EventObject implements Serializable

Serialized Fields

reason

int reason
The reason for the change.

Class MapLayerListEvent extends EventObject implements Serializable

Serialized Fields

layer

MapLayer layer
Holds value of property layer.


fromIndex

int fromIndex
Holds value of property fromIndex.


toIndex

int toIndex
Holds value of property toIndex.


mapLayerEvent

MapLayerEvent mapLayerEvent
Holds value of property mapLayerEvent.


Package org.geotools.math

Class Complex extends Object implements Serializable

serialVersionUID: -8143196508298758583L

Serialized Fields

real

double real
The real part of the complex number.


imag

double imag
The imaginary part of the complex number.

Class Line extends Object implements Serializable

serialVersionUID: 2185952238314399110L

Serialized Fields

slope

double slope
The slope for this line.


y0

double y0
The y value at x==0.


x0

double x0
Value of x at y==0. This value is used for vertical lines.

Class Plane extends Object implements Serializable

serialVersionUID: 2956201711131316723L

Serialized Fields

c

double c
The c coefficient for this plane. This coefficient appears in the place equation c+cx*x+cy*y.


cx

double cx
The cx coefficient for this plane. This coefficient appears in the place equation c+cx*x+cy*y.


cy

double cy
The cy coefficient for this plane. This coefficient appears in the place equation c+cx*x+cy*y.

Class Polynom extends Object implements Serializable

serialVersionUID: 6825019711186108990L

Serialized Fields

c

double[] c
The coefficients for this polynom.

Class Statistics extends Object implements Serializable

serialVersionUID: -22884277805533726L

Serialized Fields

min

double min
Valeur minimale qui aie été transmise à la méthode Statistics.add(double). Lors de la construction, ce champs est initialisé à NaN.


max

double max
Valeur maximale qui aie été transmise à la méthode Statistics.add(double). Lors de la construction, ce champs est initialisé à NaN.


sum

double sum
Somme de toutes les valeurs qui ont été transmises à la méthode Statistics.add(double). Lors de la construction, ce champs est initialisé à 0.


sum2

double sum2
Somme des carrés de toutes les valeurs qui ont été transmises à la méthode Statistics.add(double). Lors de la construction, ce champs est initialisé à 0.


n

int n
Nombre de données autres que NaN qui ont été transmises à la méthode Statistics.add(double). Lors de la construction, ce champs est initialisé à 0.


nNaN

int nNaN
Nombre de données égales à NaN qui ont été transmises à la méthode Statistics.add(double). Les NaN sont ingorés lors du calcul des statistiques, mais on les compte quand même au passage. Lors de la construction ce champs est initialisé à 0.

Class Statistics.Delta extends Statistics implements Serializable

serialVersionUID: 3464306833883333219L

Serialized Fields

delta

Statistics delta
Statistics about the differences between consecutive sample values.


last

double last
Last value given to an add method as a double, or NaN if none.


lastAsLong

long lastAsLong
Last value given to an add method as a long, or 0 if none.


Package org.geotools.measure

Class Angle extends Object implements Serializable

serialVersionUID: 1158747349433104534L

Serialized Fields

theta

double theta
Angle value in degres.

Class AngleFormat extends Format implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Restore fields after deserialization.

Throws:
IOException
ClassNotFoundException
Serialized Fields

width0

int width0
Nombre minimal d'espaces que doivent occuper les parties entières des degrés (0), minutes (1) et secondes (2). Le champs widthDecimal indique la largeur fixe que doit avoir la partie décimale. Il s'appliquera au dernier champs non-zero dans width0..2.


width1

int width1
Nombre minimal d'espaces que doivent occuper les parties entières des degrés (0), minutes (1) et secondes (2). Le champs widthDecimal indique la largeur fixe que doit avoir la partie décimale. Il s'appliquera au dernier champs non-zero dans width0..2.


width2

int width2
Nombre minimal d'espaces que doivent occuper les parties entières des degrés (0), minutes (1) et secondes (2). Le champs widthDecimal indique la largeur fixe que doit avoir la partie décimale. Il s'appliquera au dernier champs non-zero dans width0..2.


widthDecimal

int widthDecimal
Nombre minimal d'espaces que doivent occuper les parties entières des degrés (0), minutes (1) et secondes (2). Le champs widthDecimal indique la largeur fixe que doit avoir la partie décimale. Il s'appliquera au dernier champs non-zero dans width0..2.


prefix

String prefix
Caractères à insérer au début (prefix) et à la suite des degrés, minutes et secondes (suffix0..2). Ces champs doivent être null s'il n'y a rien à insérer.


suffix0

String suffix0
Caractères à insérer au début (prefix) et à la suite des degrés, minutes et secondes (suffix0..2). Ces champs doivent être null s'il n'y a rien à insérer.


suffix1

String suffix1
Caractères à insérer au début (prefix) et à la suite des degrés, minutes et secondes (suffix0..2). Ces champs doivent être null s'il n'y a rien à insérer.


suffix2

String suffix2
Caractères à insérer au début (prefix) et à la suite des degrés, minutes et secondes (suffix0..2). Ces champs doivent être null s'il n'y a rien à insérer.


decimalSeparator

boolean decimalSeparator
Indique s'il faut utiliser le séparateur décimal pour séparer la partie entière de la partie fractionnaire. La valeur false indique que les parties entières et fractionnaires doivent être écrites ensembles (par exemple 34867 pour 34.867). La valeur par défaut est true.


numberFormat

DecimalFormat numberFormat
Format à utiliser pour écrire les nombres (degrés, minutes ou secondes) à l'intérieur de l'écriture d'un angle.

Class CoordinateFormat extends Format implements Serializable

serialVersionUID: 8235685097881260737L

Serialized Fields

crs

CoordinateReferenceSystem crs
The output coordinate reference system. May be null.


separator

String separator
The separator between each coordinate values to be formatted.


formats

Format[] formats
The formats to use for formatting. This array's length must be equals to the coordinate system's dimension. This array is never null.


types

byte[] types
The type for each value in the formats array. Types are: 0=number, 1=longitude, 2=latitude, 3=other angle, 4=date, 5=ellapsed time. This array is never null.


epochs

long[] epochs
The time epochs. Non-null only if at least one ordinate is a date.


toMillis

Converter[] toMillis
Conversions from temporal axis units to milliseconds. Non-null only if at least one ordinate is a date.


dummy

FieldPosition dummy
Dummy field position.


locale

Locale locale
The locale for formatting coordinates and numbers.

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

value

double value
The scalar value.


unit

Unit unit
The unit.


Package org.geotools.metadata

Class InvalidMetadataException extends IllegalStateException implements Serializable

serialVersionUID: 3219759595538181102L

Class UnmodifiableMetadataException extends UnsupportedOperationException implements Serializable

serialVersionUID: -1885135341334523675L


Package org.geotools.metadata.iso

Class ApplicationSchemaInformationImpl extends MetadataEntity implements Serializable

serialVersionUID: -3109191272905767382L

Serialized Fields

name

Citation name
Name of the application schema used.


schemaLanguage

String schemaLanguage
Identification of the schema language used.


constraintLanguage

String constraintLanguage
Formal language used in Application Schema.


schemaAscii

URI schemaAscii
Full application schema given as an ASCII file.


graphicsFile

URI graphicsFile
Full application schema given as a graphics file.


softwareDevelopmentFile

URI softwareDevelopmentFile
Full application schema given as a software development file.


softwareDevelopmentFileFormat

String softwareDevelopmentFileFormat
Software dependent format used for the application schema software dependent file.


featureCatalogueSupplement

SpatialAttributeSupplement featureCatalogueSupplement
Information about the spatial attributes in the application schema for the feature types.

Class ExtendedElementInformationImpl extends MetadataEntity implements Serializable

serialVersionUID: -935396252908733907L

Serialized Fields

name

String name
Name of the extended metadata element.


shortName

String shortName
Short form suitable for use in an implementation method such as XML or SGML.


domainCode

Integer domainCode
Three digit code assigned to the extended element. Non-null only if the data type is code list element.


definition

InternationalString definition
Definition of the extended element.


obligation

Obligation obligation
Obligation of the extended element.


condition

InternationalString condition
Condition under which the extended element is mandatory. Non-null value only if the obligation is conditional.


dataType

Datatype dataType
Code which identifies the kind of value provided in the extended element.


maximumOccurrence

Integer maximumOccurrence
Maximum occurrence of the extended element. Returns null if it doesn't apply, for example if the data type is enumeration, code list or code list element.


domainValue

InternationalString domainValue
Valid values that can be assigned to the extended element. Returns null if it doesn't apply, for example if the data type is enumeration, code list or code list element.


parentEntity

Collection parentEntity
Name of the metadata entity(s) under which this extended metadata element may appear. The name(s) may be standard metadata element(s) or other extended metadata element(s).


rule

InternationalString rule
Specifies how the extended element relates to other existing elements and entities.


rationales

Collection rationales
Reason for creating the extended element.


sources

Collection sources
Name of the person or organization creating the extended element.

Class FeatureCatalogueDescriptionImpl extends ContentInformationImpl implements Serializable

serialVersionUID: -5361236546997056467L

Serialized Fields

compliant

Boolean compliant
Indication of whether or not the cited feature catalogue complies with ISO 19110.


language

Collection language
Language(s) used within the catalogue


includeWithDataset

Boolean includeWithDataset
Indication of whether or not the feature catalogue is included with the dataset.


featureTypes

Collection featureTypes
Subset of feature types from cited feature catalogue occurring in dataset.


featureCatalogueCitations

Collection featureCatalogueCitations
Complete bibliographic reference to one or more external feature catalogues.

Class FeatureTypeListImpl extends MetadataEntity implements Serializable

serialVersionUID: 5417914796207743856L

Serialized Fields

spatialObject

String spatialObject
Instance of a type defined in the spatial schema.


spatialSchemaName

String spatialSchemaName
Name of the spatial schema used.

Class IdentifierImpl extends MetadataEntity implements Serializable

serialVersionUID: 7459062382170865919L

Serialized Fields

code

String code
Alphanumeric value identifying an instance in the namespace.


version

String version
Identifier of the version of the associated code space or code, as specified by the code space or code authority. 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.


authority

Citation authority
Organization or party responsible for definition and maintenance of the code.

Class MetadataEntity extends ModifiableMetadata implements Serializable

serialVersionUID: 5730550742604669102L

Class MetadataExtensionInformationImpl extends MetadataEntity implements Serializable

serialVersionUID: 573866936088674519L

Serialized Fields

extensionOnLineResource

OnLineResource extensionOnLineResource
Information about on-line sources containing the community profile name and the extended metadata elements. Information for all new metadata elements.


extendedElementInformation

Collection extendedElementInformation
Provides information about a new metadata element, not found in ISO 19115, which is required to describe geographic data.

Class MetaDataImpl extends MetadataEntity implements Serializable

serialVersionUID: -5600409558876701144L

Serialized Fields

fileIdentifier

String fileIdentifier
Unique identifier for this metadata file, or null if none.


language

Locale language
Language used for documenting metadata.


locales

Collection locales
Information about an alternatively used localized character strings for linguistic extensions.


characterSet

CharacterSet characterSet
Full name of the character coding standard used for the metadata set.


parentIdentifier

String parentIdentifier
File identifier of the metadata to which this metadata is a subset (child).


hierarchyLevels

Collection hierarchyLevels
Scope to which the metadata applies.


hierarchyLevelNames

Collection hierarchyLevelNames
Name of the hierarchy levels for which the metadata is provided.


contacts

Collection contacts
Parties responsible for the metadata information.


dataSetUri

String dataSetUri
Uniformed Resource Identifier (URI) of the dataset to which the metadata applies.


dateStamp

long dateStamp
Date that the metadata was created, in milliseconds ellapsed since January 1st, 1970. If not defined, then then value is Long.MIN_VALUE.


metadataStandardName

String metadataStandardName
Name of the metadata standard (including profile name) used.


metadataStandardVersion

String metadataStandardVersion
Version (profile) of the metadata standard used.


spatialRepresentationInfo

Collection spatialRepresentationInfo
Digital representation of spatial information in the dataset.


referenceSystemInfo

Collection referenceSystemInfo
Description of the spatial and temporal reference systems used in the dataset.


metadataExtensionInfo

Collection metadataExtensionInfo
Information describing metadata extensions.


identificationInfo

Collection identificationInfo
Basic information about the resource(s) to which the metadata applies.


contentInfo

Collection contentInfo
Provides information about the feature catalogue and describes the coverage and image data characteristics.


distributionInfo

Distribution distributionInfo
Provides information about the distributor of and options for obtaining the resource(s).


dataQualityInfo

Collection dataQualityInfo
Provides overall assessment of quality of a resource(s).


portrayalCatalogueInfo

Collection portrayalCatalogueInfo
Provides information about the catalogue of rules defined for the portrayal of a resource(s).


metadataConstraints

Collection metadataConstraints
Provides restrictions on the access and use of data.


applicationSchemaInfo

Collection applicationSchemaInfo
Provides information about the conceptual schema of a dataset.


metadataMaintenance

MaintenanceInformation metadataMaintenance
Provides information about the frequency of metadata updates, and the scope of those updates.

Class PortrayalCatalogueReferenceImpl extends MetadataEntity implements Serializable

serialVersionUID: -3095277682987563157L

Serialized Fields

portrayalCatalogueCitations

Collection portrayalCatalogueCitations
Bibliographic reference to the portrayal catalogue cited.

Class SpatialAttributeSupplementImpl extends MetadataEntity implements Serializable

serialVersionUID: 273337004694210422L

Serialized Fields

featureTypeList

Collection featureTypeList
Provides information about the list of feature types with the same spatial representation.


Package org.geotools.metadata.iso.citation

Class AddressImpl extends MetadataEntity implements Serializable

serialVersionUID: 2278687294173262546L

Serialized Fields

administrativeArea

InternationalString administrativeArea
State, province of the location.


city

InternationalString city
The city of the location


country

InternationalString country
Country of the physical address.


postalCode

String postalCode
ZIP or other postal code.


deliveryPoints

Collection deliveryPoints
Address line for the location (as described in ISO 11180, Annex A).


electronicMailAddresses

Collection electronicMailAddresses
Address of the electronic mailbox of the responsible organization or individual.

Class CitationDateImpl extends MetadataEntity implements Serializable

serialVersionUID: -2884791484254008454L

Serialized Fields

date

long date
Reference date for the cited resource in millisecondes ellapsed sine January 1st, 1970, or Long.MIN_VALUE if none.


dateType

DateType dateType
Event used for reference date.

Class CitationImpl extends MetadataEntity implements Serializable

serialVersionUID: -4415559967618358778L

Serialized Fields

title

InternationalString title
Name by which the cited resource is known.


alternateTitles

Collection alternateTitles
Short name or other language name by which the cited information is known. Example: "DCW" as an alternative title for "Digital Chart of the World.


dates

Collection dates
Reference date for the cited resource.


edition

InternationalString edition
Version of the cited resource.


editionDate

long editionDate
Date of the edition in millisecondes ellapsed sine January 1st, 1970, or Long.MIN_VALUE if none.


identifiers

Collection identifiers
Unique identifier for the resource. Example: Universal Product Code (UPC), National Stock Number (NSN).


identifierTypes

Collection identifierTypes
Deprecated. 
Reference form of the unique identifier (ID). Example: Universal Product Code (UPC), National Stock Number (NSN).


citedResponsibleParties

Collection citedResponsibleParties
Name and position information for an individual or organization that is responsible for the resource. Returns an empty string if there is none.


presentationForm

Collection presentationForm
Mode in which the resource is represented, or an empty string if none.


series

Series series
Information about the series, or aggregate dataset, of which the dataset is a part. May be null if none.


otherCitationDetails

InternationalString otherCitationDetails
Other information required to complete the citation that is not recorded elsewhere. May be null if none.


collectiveTitle

InternationalString collectiveTitle
Common title with holdings note. Note: title identifies elements of a series collectively, combined with information about what volumes are available at the source cited. May be null if there is no title.


ISBN

String ISBN
International Standard Book Number, or null if none.


ISSN

String ISSN
International Standard Serial Number, or null if none.

Class ContactImpl extends MetadataEntity implements Serializable

serialVersionUID: 3283637180253117382L

Serialized Fields

contactInstructions

InternationalString contactInstructions
Supplemental instructions on how or when to contact the individual or organization.


hoursOfService

InternationalString hoursOfService
Time period (including time zone) when individuals can contact the organization or individual.


onLineResource

OnLineResource onLineResource
On-line information that can be used to contact the individual or organization.


address

Address address
Physical and email address at which the organization or individual may be contacted.


phone

Telephone phone
Telephone numbers at which the organization or individual may be contacted.

Class OnLineResourceImpl extends MetadataEntity implements Serializable

serialVersionUID: 5412370008274334799L

Serialized Fields

applicationProfile

String applicationProfile
Name of an application profile that can be used with the online resource.


description

InternationalString description
Detailed text description of what the online resource is/does.


function

OnLineFunction function
Code for function performed by the online resource.


linkage

URI linkage
Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211.


name

String name
Name of the online resources.

Class ResponsiblePartyImpl extends MetadataEntity implements Serializable

serialVersionUID: -2477962229031486552L

Serialized Fields

individualName

String individualName
Name of the responsible person- surname, given name, title separated by a delimiter.


organisationName

InternationalString organisationName
Name of the responsible organization.


positionName

InternationalString positionName
Role or position of the responsible person


contactInfo

Contact contactInfo
Address of the responsible party.


role

Role role
Function performed by the responsible party.

Class SeriesImpl extends MetadataEntity implements Serializable

serialVersionUID: 2784101441023323052L

Serialized Fields

name

InternationalString name
Name of the series, or aggregate dataset, of which the dataset is a part.


issueIdentification

String issueIdentification
Information identifying the issue of the series.


page

String page
Details on which pages of the publication the article was published.

Class TelephoneImpl extends MetadataEntity implements Serializable

serialVersionUID: 4920157673337669241L

Serialized Fields

voices

Collection voices
Telephone numbers by which individuals can speak to the responsible organization or individual.


facsimiles

Collection facsimiles
Telephone numbers of a facsimile machine for the responsible organization or individual.


Package org.geotools.metadata.iso.constraint

Class ConstraintsImpl extends MetadataEntity implements Serializable

serialVersionUID: 7197823876215294777L

Serialized Fields

useLimitation

Collection useLimitation
Limitation affecting the fitness for use of the resource. Example, "not to be used for navigation".

Class LegalConstraintsImpl extends ConstraintsImpl implements Serializable

serialVersionUID: -2891061818279024901L

Serialized Fields

accessConstraints

Collection accessConstraints
Access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource.


useConstraints

Collection useConstraints
Constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource.


otherConstraints

Collection otherConstraints
Other restrictions and legal prerequisites for accessing and using the resource. This method should returns a non-empty value only if access constraints or use constraints declares other restrictions.

Class SecurityConstraintsImpl extends ConstraintsImpl implements Serializable

serialVersionUID: 6412833018607679734L

Serialized Fields

classification

Classification classification
Name of the handling restrictions on the resource.


userNote

InternationalString userNote
Explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.


classificationSystem

InternationalString classificationSystem
Name of the classification system.


handlingDescription

InternationalString handlingDescription
Additional information about the restrictions on handling the resource.


Package org.geotools.metadata.iso.content

Class BandImpl extends RangeDimensionImpl implements Serializable

serialVersionUID: -2302918545469034653L

Serialized Fields

maxValue

Double maxValue
Longest wavelength that the sensor is capable of collecting within a designated band.


minValue

Double minValue
Shortest wavelength that the sensor is capable of collecting within a designated band.


units

Unit units
Units in which sensor wavelengths are expressed. Should be non-null if min value or max value are provided.


peakResponse

Double peakResponse
Wavelength at which the response is the highest. null if unspecified.


bitsPerValue

Integer bitsPerValue
Maximum number of significant bits in the uncompressed representation for the value in each band of each pixel. null if unspecified.


toneGradation

Integer toneGradation
Number of discrete numerical values in the grid data. null if unspecified.


scaleFactor

Double scaleFactor
Scale factor which has been applied to the cell value. null if unspecified.


offset

Double offset
The physical value corresponding to a cell value of zero. null if unspecified.

Class ContentInformationImpl extends MetadataEntity implements Serializable

serialVersionUID: -1609535650982322560L

Class CoverageDescriptionImpl extends ContentInformationImpl implements Serializable

serialVersionUID: -326050615789333559L

Serialized Fields

attributeDescription

RecordType attributeDescription
Description of the attribute described by the measurement value.


contentType

CoverageContentType contentType
Type of information represented by the cell value.


dimensions

Collection dimensions
Information on the dimensions of the cell measurement value.

Class FeatureCatalogueDescriptionImpl extends ContentInformationImpl implements Serializable

serialVersionUID: -2566307080447896276L

Serialized Fields

compliant

Boolean compliant
Indication of whether or not the cited feature catalogue complies with ISO 19110.


language

Collection language
Language(s) used within the catalogue


includeWithDataset

boolean includeWithDataset
Indication of whether or not the feature catalogue is included with the dataset.


featureTypes

Collection featureTypes
Subset of feature types from cited feature catalogue occurring in dataset.


featureCatalogueCitations

Collection featureCatalogueCitations
Complete bibliographic reference to one or more external feature catalogues.

Class ImageDescriptionImpl extends CoverageDescriptionImpl implements Serializable

serialVersionUID: -6168624828802439062L

Serialized Fields

illuminationElevationAngle

Double illuminationElevationAngle
Illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earth’s surface. For images from a scanning device, refer to the centre pixel of the image.


illuminationAzimuthAngle

Double illuminationAzimuthAngle
Illumination azimuth measured in degrees clockwise from true north at the time the image is taken. For images from a scanning device, refer to the centre pixel of the image.


imagingCondition

ImagingCondition imagingCondition
Conditions affected the image.


imageQualityCode

Identifier imageQualityCode
Specifies the image quality.


cloudCoverPercentage

Double cloudCoverPercentage
Area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.


processingLevelCode

Identifier processingLevelCode
Image distributor’s code that identifies the level of radiometric and geometric processing that has been applied.


compressionGenerationQuantity

Integer compressionGenerationQuantity
Count of the number the number of lossy compression cycles performed on the image. null if the information is not provided.


triangulationIndicator

Boolean triangulationIndicator
Indication of whether or not triangulation has been performed upon the image. null if the information is not provided.


radiometricCalibrationDataAvailable

Boolean radiometricCalibrationDataAvailable
Indication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available.


cameraCalibrationInformationAvailable

Boolean cameraCalibrationInformationAvailable
Indication of whether or not constants are available which allow for camera calibration corrections.


filmDistortionInformationAvailable

Boolean filmDistortionInformationAvailable
Indication of whether or not Calibration Reseau information is available.


lensDistortionInformationAvailable

Boolean lensDistortionInformationAvailable
Indication of whether or not lens aberration correction information is available.

Class RangeDimensionImpl extends MetadataEntity implements Serializable

serialVersionUID: 4365956866782010460L

Serialized Fields

sequenceIdentifier

MemberName sequenceIdentifier
Number that uniquely identifies instances of bands of wavelengths on which a sensor operates.


descriptor

InternationalString descriptor
Description of the range of a cell measurement value.


Package org.geotools.metadata.iso.distribution

Class DigitalTransferOptionsImpl extends MetadataEntity implements Serializable

serialVersionUID: -1533064478468754337L

Serialized Fields

unitsOfDistribution

InternationalString unitsOfDistribution
Tiles, layers, geographic areas, etc., in which data is available.


transferSize

Double transferSize
Estimated size of a unit in the specified transfer format, expressed in megabytes. The transfer size is > 0.0. Returns null if the transfer size is unknown.


onLines

Collection onLines
Information about online sources from which the resource can be obtained.


offLines

Medium offLines
Information about offline media on which the resource can be obtained.

Class DistributionImpl extends MetadataEntity implements Serializable

serialVersionUID: -5899590027802365131L

Serialized Fields

distributionFormats

Collection distributionFormats
Provides a description of the format of the data to be distributed.


distributors

Collection distributors
Provides information about the distributor.


transferOptions

Collection transferOptions
Provides information about technical means and media by which a resource is obtained from the distributor.

Class DistributorImpl extends MetadataEntity implements Serializable

serialVersionUID: 7142984376823483766L

Serialized Fields

distributorContact

ResponsibleParty distributorContact
Party from whom the resource may be obtained. This list need not be exhaustive.


distributionOrderProcesses

Collection distributionOrderProcesses
Provides information about how the resource may be obtained, and related instructions and fee information.


distributorFormats

Collection distributorFormats
Provides information about the format used by the distributor.


distributorTransferOptions

Collection distributorTransferOptions
Provides information about the technical means and media used by the distributor.

Class FormatImpl extends MetadataEntity implements Serializable

serialVersionUID: 6498897239493553607L

Serialized Fields

name

InternationalString name
Name of the data transfer format(s).


version

InternationalString version
Version of the format (date, number, etc.).


amendmentNumber

InternationalString amendmentNumber
Amendment number of the format version.


specification

InternationalString specification
Name of a subset, profile, or product specification of the format.


fileDecompressionTechnique

InternationalString fileDecompressionTechnique
Recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied.


formatDistributors

Collection formatDistributors
Provides information about the distributor’s format.

Class MediumImpl extends MetadataEntity implements Serializable

serialVersionUID: -2838122926367921673L

Serialized Fields

name

MediumName name
Name of the medium on which the resource can be received.


densities

Collection densities
Density at which the data is recorded. Returns null if unknown. If non-null, then the number should be greater than zero.


densityUnits

Unit densityUnits
Units of measure for the recording density.


volumes

Integer volumes
Number of items in the media identified. Returns null if unknown.


mediumFormats

Collection mediumFormats
Methods used to write to the medium.


mediumNote

InternationalString mediumNote
Description of other limitations or requirements for using the medium.

Class StandardOrderProcessImpl extends MetadataEntity implements Serializable

serialVersionUID: -6503378937452728631L

Serialized Fields

fees

InternationalString fees
Fees and terms for retrieving the resource. Include monetary units (as specified in ISO 4217).


plannedAvailableDateTime

long plannedAvailableDateTime
Date and time when the dataset will be available, in milliseconds ellapsed since January 1st, 1970.


orderingInstructions

InternationalString orderingInstructions
General instructions, terms and services provided by the distributor.


turnaround

InternationalString turnaround
Typical turnaround time for the filling of an order.


Package org.geotools.metadata.iso.extent

Class BoundingPolygonImpl extends GeographicExtentImpl implements Serializable

serialVersionUID: 8174011874910887918L

Serialized Fields

polygons

Collection polygons
The sets of points defining the bounding polygon.

Class ExtentImpl extends MetadataEntity implements Serializable

serialVersionUID: 7812213837337326257L

Serialized Fields

description

InternationalString description
Returns the spatial and temporal extent for the referring object.


geographicElements

Collection geographicElements
Provides geographic component of the extent of the referring object


temporalElements

Collection temporalElements
Provides temporal component of the extent of the referring object


verticalElements

Collection verticalElements
Provides vertical component of the extent of the referring object

Class GeographicBoundingBoxImpl extends GeographicExtentImpl implements Serializable

serialVersionUID: -3278089380004172514L

Serialized Fields

westBoundLongitude

double westBoundLongitude
The western-most coordinate of the limit of the dataset extent. The value is expressed in longitude in decimal degrees (positive east).


eastBoundLongitude

double eastBoundLongitude
The eastern-most coordinate of the limit of the dataset extent. The value is expressed in longitude in decimal degrees (positive east).


southBoundLatitude

double southBoundLatitude
The southern-most coordinate of the limit of the dataset extent. The value is expressed in latitude in decimal degrees (positive north).


northBoundLatitude

double northBoundLatitude
The northern-most, coordinate of the limit of the dataset extent. The value is expressed in latitude in decimal degrees (positive north).

Class GeographicDescriptionImpl extends GeographicExtentImpl implements Serializable

serialVersionUID: 7250161161099782176L

Serialized Fields

geographicIdentifier

Identifier geographicIdentifier
The identifier used to represent a geographic area.

Class GeographicExtentImpl extends MetadataEntity implements Serializable

serialVersionUID: -8844015895495563161L

Serialized Fields

inclusion

Boolean inclusion
Indication of whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion).

Class SpatialTemporalExtentImpl extends TemporalExtentImpl implements Serializable

serialVersionUID: 821702768255546660L

Serialized Fields

spatialExtent

Collection spatialExtent
The spatial extent component of composite spatial and temporal extent.

Class TemporalExtentImpl extends MetadataEntity implements Serializable

serialVersionUID: 3668140516657118045L

Serialized Fields

startTime

long startTime
The start date and time for the content of the dataset, in milliseconds ellapsed since January 1st, 1970. A value of Long.MIN_VALUE means that this attribute is not set.


endTime

long endTime
The end date and time for the content of the dataset, in milliseconds ellapsed since January 1st, 1970. A value of Long.MIN_VALUE means that this attribute is not set.


extent

TemporalPrimitive extent
The date and time for the content of the dataset.

Class VerticalExtentImpl extends MetadataEntity implements Serializable

serialVersionUID: -3214554246909844079L

Serialized Fields

minimumValue

Double minimumValue
The lowest vertical extent contained in the dataset.


maximumValue

Double maximumValue
The highest vertical extent contained in the dataset.


verticalCRS

VerticalCRS verticalCRS
Provides information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured. The CRS identification includes unit of measure.


Package org.geotools.metadata.iso.identification

Class BrowseGraphicImpl extends MetadataEntity implements Serializable

serialVersionUID: 1715873406472953616L

Serialized Fields

applicationSchemaInformation

URI applicationSchemaInformation
Name of the file that contains a graphic that provides an illustration of the dataset.


fileName

URI fileName
Name of the file that contains a graphic that provides an illustration of the dataset.


fileDescription

InternationalString fileDescription
Text description of the illustration.


fileType

String fileType
Format in which the illustration is encoded. Examples: CGM, EPS, GIF, JPEG, PBM, PS, TIFF, XWD.

Class DataIdentificationImpl extends IdentificationImpl implements Serializable

serialVersionUID: -4418520352804939785L

Serialized Fields

spatialRepresentationTypes

Collection spatialRepresentationTypes
Method used to spatially represent geographic information.


spatialResolutions

Collection spatialResolutions
Factor which provides a general understanding of the density of spatial data in the dataset.


language

Collection language
Language(s) used within the dataset.


characterSets

Collection characterSets
Full name of the character coding standard used for the dataset.


topicCategories

Collection topicCategories
Main theme(s) of the datset.


geographicBox

Collection geographicBox
Deprecated. not in ISO 19115:2003
Minimum bounding rectangle within which data is available. Only one of getGeographicBox() and DataIdentificationImpl.getGeographicDescription() should be provided.


geographicDescription

Collection geographicDescription
Deprecated. not in ISO 19115:2003
Description of the geographic area within which data is available. Only one of DataIdentificationImpl.getGeographicBox() and getGeographicDescription() should be provided.


environmentDescription

InternationalString environmentDescription
Description of the dataset in the producer’s processing environment, including items such as the software, the computer operating system, file name, and the dataset size


extent

Collection extent
Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.


supplementalInformation

InternationalString supplementalInformation
Any other descriptive information about the dataset.

Class IdentificationImpl extends MetadataEntity implements Serializable

serialVersionUID: -3715084806249419137L

Serialized Fields

citation

Citation citation
Citation data for the resource(s).


abstracts

InternationalString abstracts
Brief narrative summary of the content of the resource(s).


purpose

InternationalString purpose
Summary of the intentions with which the resource(s) was developed.


credits

Collection credits
Recognition of those who contributed to the resource(s).


status

Collection status
Status of the resource(s).


pointOfContacts

Collection pointOfContacts
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).


resourceMaintenance

Collection resourceMaintenance
Provides information about the frequency of resource updates, and the scope of those updates.


graphicOverviews

Collection graphicOverviews
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).


resourceFormat

Collection resourceFormat
Provides a description of the format of the resource(s).


descriptiveKeywords

Collection descriptiveKeywords
Provides category keywords, their type, and reference source.


resourceSpecificUsages

Collection resourceSpecificUsages
Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.


resourceConstraints

Collection resourceConstraints
Provides information about constraints which apply to the resource(s).


aggregationInfo

Collection aggregationInfo
Provides aggregate dataset information.

Class KeywordsImpl extends MetadataEntity implements Serializable

serialVersionUID: 48691634443678266L

Serialized Fields

keywords

Collection keywords
Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.


type

KeywordType type
Subject matter used to group similar keywords.


thesaurusName

Citation thesaurusName
Name of the formally registered thesaurus or a similar authoritative source of keywords.

Class RepresentativeFractionImpl extends Number implements Serializable

serialVersionUID: 7228422109144637537L

Serialized Fields

denominator

long denominator
The number below the line in a vulgar fraction.

Class ResolutionImpl extends MetadataEntity implements Serializable

serialVersionUID: -4644465057871958482L

Serialized Fields

equivalentScale

RepresentativeFraction equivalentScale
Level of detail expressed as the scale of a comparable hardcopy map or chart. This value should be between 0 and 1. Only one of equivalent scale and ground sample distance may be provided.


distance

Double distance
Ground sample distance. Only one of equivalent scale and ground sample distance may be provided.

Class ServiceIdentificationImpl extends IdentificationImpl implements Serializable

serialVersionUID: -8337161132057617851L

Class UsageImpl extends MetadataEntity implements Serializable

serialVersionUID: 4059324536168287490L

Serialized Fields

specificUsage

InternationalString specificUsage
Brief description of the resource and/or resource series usage.


usageDate

long usageDate
Date and time of the first use or range of uses of the resource and/or resource series. Values are milliseconds ellapsed since January 1st, 1970, or Long.MIN_VALUE if this value is not set.


userDeterminedLimitations

InternationalString userDeterminedLimitations
Applications, determined by the user for which the resource and/or resource series is not suitable.


userContactInfo

Collection userContactInfo
Identification of and means of communicating with person(s) and organization(s) using the resource(s).


Package org.geotools.metadata.iso.lineage

Class LineageImpl extends MetadataEntity implements Serializable

serialVersionUID: 3351230301999744987L

Serialized Fields

statement

InternationalString statement
General explanation of the data producer’s knowledge about the lineage of a dataset. Should be provided only if scope level is dataset or series.


processSteps

Collection processSteps
Information about an event in the creation process for the data specified by the scope.


sources

Collection sources
Information about the source data used in creating the data specified by the scope.

Class ProcessStepImpl extends MetadataEntity implements Serializable

serialVersionUID: 4629429337326490722L

Serialized Fields

description

InternationalString description
Description of the event, including related parameters or tolerances.


rationale

InternationalString rationale
Requirement or purpose for the process step.


date

long date
Date and time or range of date and time on or over which the process step occurred, in milliseconds ellapsed since January 1st, 1970. If there is no such date, then this field is set to the special value Long.MIN_VALUE.


processors

Collection processors
Identification of, and means of communication with, person(s) and organization(s) associated with the process step.


sources

Collection sources
Information about the source data used in creating the data specified by the scope.

Class SourceImpl extends MetadataEntity implements Serializable

serialVersionUID: 2660914446466438044L

Serialized Fields

description

InternationalString description
Detailed description of the level of the source data.


scaleDenominator

RepresentativeFraction scaleDenominator
Denominator of the representative fraction on a source map.


sourceReferenceSystem

ReferenceSystem sourceReferenceSystem
Spatial reference system used by the source data.


sourceCitation

Citation sourceCitation
Recommended reference to be used for the source data.


sourceExtents

Collection sourceExtents
Information about the spatial, vertical and temporal extent of the source data.


sourceSteps

Collection sourceSteps
Information about an event in the creation process for the source data.


Package org.geotools.metadata.iso.maintenance

Class MaintenanceInformationImpl extends MetadataEntity implements Serializable

serialVersionUID: 8523463344581266776L

Serialized Fields

maintenanceAndUpdateFrequency

MaintenanceFrequency maintenanceAndUpdateFrequency
Frequency with which changes and additions are made to the resource after the initial resource is completed.


dateOfNextUpdate

long dateOfNextUpdate
Scheduled revision date for resource, in milliseconds ellapsed since January 1st, 1970. If there is no such date, then this field is set to the special value Long.MIN_VALUE.


userDefinedMaintenanceFrequency

PeriodDuration userDefinedMaintenanceFrequency
Maintenance period other than those defined, in milliseconds.


updateScopes

Collection updateScopes
Scope of data to which maintenance is applied.


updateScopeDescriptions

Collection updateScopeDescriptions
Additional information about the range or extent of the resource.


maintenanceNotes

Collection maintenanceNotes
Information regarding specific requirements for maintaining the resource.


contacts

Collection contacts
Identification of, and means of communicating with, person(s) and organization(s) with responsibility for maintaining the metadata

Class ScopeDescriptionImpl extends MetadataEntity implements Serializable

serialVersionUID: -5671299759930976286L

Serialized Fields

dataset

String dataset
Dataset to which the information applies.


other

String other
Class of information that does not fall into the other categories to which the information applies.


Package org.geotools.metadata.iso.quality

Class AbsoluteExternalPositionalAccuracyImpl extends PositionalAccuracyImpl implements Serializable

serialVersionUID: 4116627805950579738L

Class AccuracyOfATimeMeasurementImpl extends TemporalAccuracyImpl implements Serializable

serialVersionUID: -7934234071852119486L

Class CompletenessCommissionImpl extends CompletenessImpl implements Serializable

serialVersionUID: 1565144822249562765L

Class CompletenessImpl extends ElementImpl implements Serializable

serialVersionUID: -7893993264874215741L

Class CompletenessOmissionImpl extends CompletenessImpl implements Serializable

serialVersionUID: 6614084398532053054L

Class ConceptualConsistencyImpl extends LogicalConsistencyImpl implements Serializable

serialVersionUID: 7143342570712197486L

Class ConformanceResultImpl extends ResultImpl implements Serializable

serialVersionUID: 6429932577869033286L

Serialized Fields

specification

Citation specification
Citation of product specification or user requirement against which data is being evaluated.


explanation

InternationalString explanation
Explanation of the meaning of conformance for this result.


pass

boolean pass
Indication of the conformance result.

Class DataQualityImpl extends MetadataEntity implements Serializable

serialVersionUID: 7964896551368382214L

Serialized Fields

scope

Scope scope
The specific data to which the data quality information applies.


reports

Collection reports
Quantitative quality information for the data specified by the scope. Should be provided only if scope level is dataset.


lineage

Lineage lineage
Non-quantitative quality information about the lineage of the data specified by the scope. Should be provided only if scope level is dataset.

Class DomainConsistencyImpl extends LogicalConsistencyImpl implements Serializable

serialVersionUID: -358082990944183859L

Class ElementImpl extends MetadataEntity implements Serializable

serialVersionUID: -3542504624077298894L

Serialized Fields

namesOfMeasure

Collection namesOfMeasure
Name of the test applied to the data.


measureIdentification

Identifier measureIdentification
Code identifying a registered standard procedure, or null if none.


measureDescription

InternationalString measureDescription
Description of the measure being determined.


evaluationMethodType

EvaluationMethodType evaluationMethodType
Type of method used to evaluate quality of the dataset, or null if unspecified.


evaluationMethodDescription

InternationalString evaluationMethodDescription
Description of the evaluation method.


evaluationProcedure

Citation evaluationProcedure
Reference to the procedure information, or null if none.


date1

long date1
Date or range of dates on which a data quality measure was applied. The array length is 1 for a single date, or 2 for a range. Returns null if this information is not available.


date2

long date2
Date or range of dates on which a data quality measure was applied. The array length is 1 for a single date, or 2 for a range. Returns null if this information is not available.


results

Collection results
Value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.

Class FormalConsistencyImpl extends LogicalConsistencyImpl implements Serializable

serialVersionUID: -6474410938957783954L

Class FormatConsistencyImpl extends LogicalConsistencyImpl implements Serializable

serialVersionUID: -1204766930140154729L

Class GriddedDataPositionalAccuracyImpl extends PositionalAccuracyImpl implements Serializable

serialVersionUID: -3852184823135498458L

Class LogicalConsistencyImpl extends ElementImpl implements Serializable

serialVersionUID: -2470752876057569947L

Class NonQuantitativeAttributeAccuracyImpl extends ThematicAccuracyImpl implements Serializable

serialVersionUID: 2659617465862554345L

Class NonQuantitativeAttributeCorrectnessImpl extends ThematicAccuracyImpl implements Serializable

serialVersionUID: -4976754662775709253L

Class PositionalAccuracyImpl extends ElementImpl implements Serializable

serialVersionUID: 6043381860937480828L

Class QuantitativeAttributeAccuracyImpl extends ThematicAccuracyImpl implements Serializable

serialVersionUID: 7030401943270178746L

Class QuantitativeResultImpl extends ResultImpl implements Serializable

serialVersionUID: 1230713599561236060L

Serialized Fields

values

Collection values
Quantitative value or values, content determined by the evaluation procedure used.


valueType

RecordType valueType
Value type for reporting a data quality result, or null if none.


valueUnit

Unit valueUnit
Value unit for reporting a data quality result, or null if none.


errorStatistic

InternationalString errorStatistic
Statistical method used to determine the value, or null if none.

Class RelativeInternalPositionalAccuracyImpl extends PositionalAccuracyImpl implements Serializable

serialVersionUID: -8216355887797408106L

Class ResultImpl extends MetadataEntity implements Serializable

serialVersionUID: 2961355780515174732L

Class ScopeImpl extends MetadataEntity implements Serializable

serialVersionUID: -8021256328527422972L

Serialized Fields

level

ScopeCode level
Hierarchical level of the data specified by the scope.


extent

Extent extent
Information about the spatial, vertical and temporal extent of the data specified by the scope.


levelDescription

Collection levelDescription
Detailed description about the level of the data specified by the scope.

Class TemporalAccuracyImpl extends ElementImpl implements Serializable

serialVersionUID: 4525353962603986621L

Class TemporalConsistencyImpl extends TemporalAccuracyImpl implements Serializable

serialVersionUID: -2549290466982699190L

Class TemporalValidityImpl extends TemporalAccuracyImpl implements Serializable

serialVersionUID: 2866684429712027839L

Class ThematicAccuracyImpl extends ElementImpl implements Serializable

serialVersionUID: -781072634778767137L

Class ThematicClassificationCorrectnessImpl extends ThematicAccuracyImpl implements Serializable

serialVersionUID: -5484398738783800915L

Class TopologicalConsistencyImpl extends LogicalConsistencyImpl implements Serializable

serialVersionUID: -255014076679068944L


Package org.geotools.metadata.iso.spatial

Class DimensionImpl extends MetadataEntity implements Serializable

serialVersionUID: -2572515000574007266L

Serialized Fields

dimensionName

DimensionNameType dimensionName
Name of the axis.


dimensionSize

Integer dimensionSize
Number of elements along the axis.


resolution

Double resolution
Degree of detail in the grid dataset.

Class GeometricObjectsImpl extends MetadataEntity implements Serializable

serialVersionUID: 8755950031078638313L

Serialized Fields

geometricObjectType

GeometricObjectType geometricObjectType
Total number of the point or vector object type occurring in the dataset.


geometricObjectCount

Integer geometricObjectCount
Total number of the point or vector object type occurring in the dataset.

Class GeorectifiedImpl extends GridSpatialRepresentationImpl implements Serializable

serialVersionUID: 5875851898471237138L

Serialized Fields

checkPointAvailable

boolean checkPointAvailable
Indication of whether or not geographic position points are available to test the accuracy of the georeferenced grid data.


checkPointDescription

InternationalString checkPointDescription
Description of geographic position points used to test the accuracy of the georeferenced grid data.


cornerPoints

List cornerPoints
Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid spatial dimensions. There are four corner points in a georectified grid; at least two corner points along one diagonal are required.


centerPoint

Point centerPoint
Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cell halfway between opposite ends of the grid in the spatial dimensions.


pointInPixel

PixelOrientation pointInPixel
Point in a pixel corresponding to the Earth location of the pixel.


transformationDimensionDescription

InternationalString transformationDimensionDescription
Description of the information about which grid dimensions are the spatial dimensions.


transformationDimensionMapping

Collection transformationDimensionMapping
Information about which grid dimensions are the spatial dimensions.

Class GeoreferenceableImpl extends GridSpatialRepresentationImpl implements Serializable

serialVersionUID: 5203270142818028946L

Serialized Fields

controlPointAvailable

boolean controlPointAvailable
Indication of whether or not control point(s) exists.


orientationParameterAvailable

boolean orientationParameterAvailable
Indication of whether or not orientation parameters are available.


orientationParameterDescription

InternationalString orientationParameterDescription
Description of parameters used to describe sensor orientation.


georeferencedParameters

Record georeferencedParameters
Terms which support grid data georeferencing.


parameterCitation

Collection parameterCitation
Reference providing description of the parameters.

Class GridSpatialRepresentationImpl extends SpatialRepresentationImpl implements Serializable

serialVersionUID: -8400572307442433979L

Serialized Fields

numberOfDimensions

Integer numberOfDimensions
Number of independent spatial-temporal axes.


axisDimensionsProperties

List axisDimensionsProperties
Information about spatial-temporal axis properties.


cellGeometry

CellGeometry cellGeometry
Identification of grid data as point or cell.


transformationParameterAvailable

boolean transformationParameterAvailable
Indication of whether or not parameters for transformation exists.

Class SpatialRepresentationImpl extends MetadataEntity implements Serializable

serialVersionUID: 1443170876207840116L

Class VectorSpatialRepresentationImpl extends SpatialRepresentationImpl implements Serializable

serialVersionUID: 5643234643524810592L

Serialized Fields

topologyLevel

TopologyLevel topologyLevel
Code which identifies the degree of complexity of the spatial relationships.


geometricObjects

Collection geometricObjects
Information about the geometric objects used in the dataset.


Package org.geotools.metadata.sql

Class MetadataException extends RuntimeException implements Serializable


Package org.geotools.ows

Class ServiceException extends SAXException implements Serializable

Serialized Fields

code

String code

locator

String locator

next

ServiceException next

Package org.geotools.parameter

Class AbstractParameter extends Formattable implements Serializable

serialVersionUID: 8458179223988766398L

Serialized Fields

descriptor

GeneralParameterDescriptor descriptor
The abstract definition of this parameter or group of parameters.

Class AbstractParameterDescriptor extends AbstractIdentifiedObject implements Serializable

serialVersionUID: -2630644278783845276L

Serialized Fields

minimumOccurs

int minimumOccurs
The minimum number of times that values for this parameter group or parameter are required.

Class DefaultParameterDescriptor extends AbstractParameterDescriptor implements Serializable

serialVersionUID: -295668622297737705L

Serialized Fields

valueClass

Class valueClass
The class that describe the type of the parameter. This class can never be a primitive.


primitiveClass

Class primitiveClass
The class that describe the type of the parameter, maybe as a primitive. This is the value class that the user specified at construction time. This is usually identical to valueClass. However, some optimization may be done for some primitive types, for example a special implementation of Parameter for the double type.


validValues

Set validValues
A immutable, finite set of valid values (usually from a {linkplain org.opengis.util.CodeList code list}) or null if it doesn't apply. This set is immutable.


defaultValue

Object defaultValue
The default value for the parameter, or null.


minimum

Comparable minimum
The minimum parameter value, or null.


maximum

Comparable maximum
The maximum parameter value, or null.


unit

Unit unit
The unit for default, minimum and maximum values, or null.

Class DefaultParameterDescriptorGroup extends AbstractParameterDescriptor implements Serializable

serialVersionUID: -4613190550542423839L

Serialized Fields

maximumOccurs

int maximumOccurs
The maximum number of times that values for this parameter group or parameter are required.


parameters

GeneralParameterDescriptor[] parameters
The parameter descriptors for this group.

Class FloatParameter extends AbstractParameter implements Serializable

serialVersionUID: 9027797654033417816L

Serialized Fields

value