Serialized Form


Package org.geotools.parameter

Class org.geotools.parameter.AbstractParameter extends Formattable implements Serializable

serialVersionUID: 8458179223988766398l

Serialized Fields

descriptor

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

Class org.geotools.parameter.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 org.geotools.parameter.DefaultParameterDescriptor extends AbstractParameterDescriptor implements Serializable

serialVersionUID: -295668622297737705l

Serialized Fields

valueClass

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


primitiveClass

java.lang.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 . However, some optimization may be done for some primitive types, for example a special implementation of Parameter for the type.


validValues

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


defaultValue

java.lang.Object defaultValue
The default value for the parameter, or .


minimum

java.lang.Comparable minimum
The minimum parameter value, or .


maximum

java.lang.Comparable maximum
The maximum parameter value, or .


unit

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

Class org.geotools.parameter.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

org.opengis.parameter.GeneralParameterDescriptor[] parameters
The parameter descriptors for this group.

Class org.geotools.parameter.FloatParameter extends AbstractParameter implements Serializable

serialVersionUID: 9027797654033417816l

Serialized Fields

value

double value
The value.

Class org.geotools.parameter.ImagingParameterDescriptors extends DefaultParameterDescriptorGroup implements Serializable

serialVersionUID: 2127050865911951239l

Serialized Fields

registryMode

java.lang.String registryMode
The registry mode, usually "rendered". This field is if ImagingParameterDescriptors.operation is null.


operation

javax.media.jai.RegistryElementDescriptor operation
The JAI's operation descriptor, or if none. This is usually an instance of OperationDescriptor, but this is not strictly required.


descriptor

javax.media.jai.ParameterListDescriptor descriptor
The Java Advanced Imaging parameter descriptor. If ImagingParameterDescriptors.operation is non-null, then this attribute is defined by RegistryElementDescriptor.getParameterListDescriptor(java.lang.String).

Class org.geotools.parameter.ImagingParameters extends AbstractParameter implements Serializable

serialVersionUID: 1378692626023992530l

Serialized Fields

parameters

javax.media.jai.ParameterList parameters
The JAI's parameter list. This is also the backing store for this parameter value group: all "ordinary" parameters (i.e. not including sources) are actually stored in this list.

If the JAI descriptor is an instance of OperationDescriptor, then this parameter list is also an instance of ParameterBlockJAI. The sources must be handled separatly, because the source type for a JAI operator (typically RenderedImage) is not the same than the source type for a coverage operation (typically org.opengis.coverage.GridCoverage).

Class org.geotools.parameter.MatrixParameterDescriptors extends DefaultParameterDescriptorGroup implements Serializable

serialVersionUID: -7386537348359343836l

Serialized Fields

parameters

org.opengis.parameter.ParameterDescriptor[] parameters
The cached descriptors for each elements in a matrix. Descriptors do not depends on matrix element values. Consequently, the same descriptors can be reused for all MatrixParameters instances.


numRow

org.opengis.parameter.ParameterDescriptor numRow
The descriptor for the "num_row" parameter.


numCol

org.opengis.parameter.ParameterDescriptor numCol
The descriptor for the "num_col" parameter.


prefix

java.lang.String prefix
The prefix to insert in front of parameter name for each matrix elements.


separator

char separator
The separator between the row and the column index in parameter names.

Class org.geotools.parameter.MatrixParameters extends ParameterGroup implements Serializable

serialVersionUID: -7747712999115044943l

Serialized Fields

matrixValues

org.opengis.parameter.ParameterValue[][] matrixValues
The parameter values. Will be constructed only when first requested.


numRow

org.opengis.parameter.ParameterValue numRow
The value for the MatrixParameterDescriptors.numRow parameter. Consider this field as final. It is not only for MatrixParameters.clone() implementation.


numCol

org.opengis.parameter.ParameterValue numCol
The value for the MatrixParameterDescriptors.numCol parameter. Consider this field as final. It is not only for MatrixParameters.clone() implementation.

Class org.geotools.parameter.Parameter extends AbstractParameter implements Serializable

serialVersionUID: -5837826787089486776l

Serialized Fields

value

java.lang.Object value
The value.


unit

javax.units.Unit unit
The unit of measure for the value, or if it doesn't apply.

Class org.geotools.parameter.ParameterGroup extends AbstractParameter implements Serializable

serialVersionUID: -1985309386356545126l

Serialized Fields

values

java.util.ArrayList values
The parameter values for this group. Note: consider as final. This field is not final only in order to allows ParameterGroup.clone() to work.


Package org.geotools.metadata.sql

Class org.geotools.metadata.sql.MetadataException extends java.lang.RuntimeException implements Serializable


Package org.geotools.metadata.iso

Class org.geotools.metadata.iso.ApplicationSchemaInformationImpl extends MetadataEntity implements Serializable

serialVersionUID: -3109191272905767382l

Serialized Fields

name

org.opengis.metadata.citation.Citation name
Name of the application schema used.


schemaLanguage

java.lang.String schemaLanguage
Identification of the schema language used.


constraintLanguage

java.lang.String constraintLanguage
Formal language used in Application Schema.


schemaAscii

java.net.URI schemaAscii
Full application schema given as an ASCII file.


graphicsFile

java.net.URI graphicsFile
Full application schema given as a graphics file.


softwareDevelopmentFile

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


softwareDevelopmentFileFormat

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


featureCatalogueSupplement

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

Class org.geotools.metadata.iso.ExtendedElementInformationImpl extends MetadataEntity implements Serializable

serialVersionUID: -935396252908733907l

Serialized Fields

name

java.lang.String name
Name of the extended metadata element.


shortName

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


domainCode

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


definition

org.opengis.util.InternationalString definition
Definition of the extended element.


obligation

org.opengis.metadata.Obligation obligation
Obligation of the extended element.


condition

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


dataType

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


maximumOccurrence

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


domainValue

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


parentEntity

java.util.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

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


rationales

java.util.Collection rationales
Reason for creating the extended element.


sources

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

Class org.geotools.metadata.iso.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

java.util.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

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


featureCatalogueCitations

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

Class org.geotools.metadata.iso.FeatureTypeListImpl extends MetadataEntity implements Serializable

serialVersionUID: 5417914796207743856l

Serialized Fields

spatialObject

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


spatialSchemaName

java.lang.String spatialSchemaName
Name of the spatial schema used.

Class org.geotools.metadata.iso.IdentifierImpl extends MetadataEntity implements Serializable

serialVersionUID: 7459062382170865919l

Serialized Fields

code

java.lang.String code
Alphanumeric value identifying an instance in the namespace.


version

java.lang.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

org.opengis.metadata.citation.Citation authority
Organization or party responsible for definition and maintenance of the code.

Class org.geotools.metadata.iso.MetadataEntity extends java.lang.Object implements Serializable

serialVersionUID: 5730550742604669102l

Class org.geotools.metadata.iso.MetadataExtensionInformationImpl extends MetadataEntity implements Serializable

serialVersionUID: 573866936088674519l

Serialized Fields

extensionOnLineResource

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


extendedElementInformation

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

Class org.geotools.metadata.iso.MetaDataImpl extends MetadataEntity implements Serializable

serialVersionUID: 4280620497868178687l

Serialized Fields

fileIdentifier

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


language

java.util.Locale language
Language used for documenting metadata.


characterSet

java.nio.charset.Charset characterSet
Full name of the character coding standard used for the metadata set.


parentIdentifier

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


hierarchyLevels

java.util.Collection hierarchyLevels
Scope to which the metadata applies.


hierarchyLevelNames

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


contact

org.opengis.metadata.citation.ResponsibleParty contact
Party responsible for the metadata information.


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

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


metadataStandardVersion

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


spatialRepresentationInfo

java.util.Collection spatialRepresentationInfo
Digital representation of spatial information in the dataset.


referenceSystemInfo

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


metadataExtensionInfo

java.util.Collection metadataExtensionInfo
Information describing metadata extensions.


identificationInfo

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


contentInfo

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


distributionInfo

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


dataQualityInfo

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


portrayalCatalogueInfo

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


metadataConstraints

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


applicationSchemaInfo

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


metadataMaintenance

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

Class org.geotools.metadata.iso.PortrayalCatalogueReferenceImpl extends MetadataEntity implements Serializable

serialVersionUID: -3095277682987563157l

Serialized Fields

portrayalCatalogueCitations

java.util.Collection portrayalCatalogueCitations
Bibliographic reference to the portrayal catalogue cited.

Class org.geotools.metadata.iso.SpatialAttributeSupplementImpl extends MetadataEntity implements Serializable

serialVersionUID: 273337004694210422l

Serialized Fields

featureTypeList

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


Package org.geotools.metadata.iso.distribution

Class org.geotools.metadata.iso.distribution.DigitalTransferOptionsImpl extends MetadataEntity implements Serializable

serialVersionUID: -1533064478468754337l

Serialized Fields

unitsOfDistribution

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


transferSize

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


onLines

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


offLines

org.opengis.metadata.distribution.Medium offLines
Information about offline media on which the resource can be obtained.

Class org.geotools.metadata.iso.distribution.DistributionImpl extends MetadataEntity implements Serializable

serialVersionUID: -5899590027802365131l

Serialized Fields

distributionFormats

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


distributors

java.util.Collection distributors
Provides information about the distributor.


transferOptions

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

Class org.geotools.metadata.iso.distribution.DistributorImpl extends MetadataEntity implements Serializable

serialVersionUID: 7142984376823483766l

Serialized Fields

distributorContact

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


distributionOrderProcesses

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


distributorFormats

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


distributorTransferOptions

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

Class org.geotools.metadata.iso.distribution.FormatImpl extends MetadataEntity implements Serializable

serialVersionUID: 6498897239493553607l

Serialized Fields

name

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


version

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


amendmentNumber

org.opengis.util.InternationalString amendmentNumber
Amendment number of the format version.


specification

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


fileDecompressionTechnique

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


formatDistributors

java.util.Collection formatDistributors
Provides information about the distributor?s format.

Class org.geotools.metadata.iso.distribution.MediumImpl extends MetadataEntity implements Serializable

serialVersionUID: -2838122926367921673l

Serialized Fields

name

org.opengis.metadata.distribution.MediumName name
Name of the medium on which the resource can be received.


densities

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


densityUnits

javax.units.Unit densityUnits
Units of measure for the recording density.


volumes

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


mediumFormats

java.util.Collection mediumFormats
Methods used to write to the medium.


mediumNote

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

Class org.geotools.metadata.iso.distribution.StandardOrderProcessImpl extends MetadataEntity implements Serializable

serialVersionUID: -6503378937452728631l

Serialized Fields

fees

org.opengis.util.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

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


turnaround

org.opengis.util.InternationalString turnaround
Typical turnaround time for the filling of an order.


Package org.geotools.metadata.iso.maintenance

Class org.geotools.metadata.iso.maintenance.MaintenanceInformationImpl extends MetadataEntity implements Serializable

serialVersionUID: -8268338804608896671l

Serialized Fields

maintenanceAndUpdateFrequency

org.opengis.metadata.maintenance.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

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


updateScope

org.opengis.metadata.maintenance.ScopeCode updateScope
Scope of data to which maintenance is applied.


updateScopeDescription

org.opengis.metadata.maintenance.ScopeDescription updateScopeDescription
Additional information about the range or extent of the resource.


maintenanceNote

org.opengis.util.InternationalString maintenanceNote
Information regarding specific requirements for maintaining the resource.

Class org.geotools.metadata.iso.maintenance.ScopeDescriptionImpl extends MetadataEntity implements Serializable

serialVersionUID: -5671299759930976286l


Package org.geotools.metadata.iso.constraint

Class org.geotools.metadata.iso.constraint.ConstraintsImpl extends MetadataEntity implements Serializable

serialVersionUID: 7197823876215294777l

Serialized Fields

useLimitation

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

Class org.geotools.metadata.iso.constraint.LegalConstraintsImpl extends ConstraintsImpl implements Serializable

serialVersionUID: 6197608101092130586l

Serialized Fields

accessConstraints

java.util.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

java.util.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

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

Class org.geotools.metadata.iso.constraint.SecurityConstraintsImpl extends ConstraintsImpl implements Serializable

serialVersionUID: 6412833018607679734l

Serialized Fields

classification

org.opengis.metadata.constraint.Classification classification
Name of the handling restrictions on the resource.


userNote

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


classificationSystem

org.opengis.util.InternationalString classificationSystem
Name of the classification system.


handlingDescription

org.opengis.util.InternationalString handlingDescription
Additional information about the restrictions on handling the resource.


Package org.geotools.metadata.iso.quality

Class org.geotools.metadata.iso.quality.AbsoluteExternalPositionalAccuracyImpl extends PositionalAccuracyImpl implements Serializable

serialVersionUID: 4116627805950579738l

Class org.geotools.metadata.iso.quality.AccuracyOfATimeMeasurementImpl extends TemporalAccuracyImpl implements Serializable

serialVersionUID: -7934234071852119486l

Class org.geotools.metadata.iso.quality.CompletenessCommissionImpl extends CompletenessImpl implements Serializable

serialVersionUID: 1565144822249562765l

Class org.geotools.metadata.iso.quality.CompletenessImpl extends ElementImpl implements Serializable

serialVersionUID: -7893993264874215741l

Class org.geotools.metadata.iso.quality.CompletenessOmissionImpl extends CompletenessImpl implements Serializable

serialVersionUID: 6614084398532053054l

Class org.geotools.metadata.iso.quality.ConceptualConsistencyImpl extends LogicalConsistencyImpl implements Serializable

serialVersionUID: 7143342570712197486l

Class org.geotools.metadata.iso.quality.ConformanceResultImpl extends ResultImpl implements Serializable

serialVersionUID: 6429932577869033286l

Serialized Fields

specification

org.opengis.metadata.citation.Citation specification
Citation of product specification or user requirement against which data is being evaluated.


explanation

org.opengis.util.InternationalString explanation
Explanation of the meaning of conformance for this result.


pass

boolean pass
Indication of the conformance result.

Class org.geotools.metadata.iso.quality.DataQualityImpl extends MetadataEntity implements Serializable

serialVersionUID: 7964896551368382214l

Serialized Fields

scope

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


reports

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


lineage

org.opengis.metadata.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 org.geotools.metadata.iso.quality.DomainConsistencyImpl extends LogicalConsistencyImpl implements Serializable

serialVersionUID: -358082990944183859l

Class org.geotools.metadata.iso.quality.ElementImpl extends MetadataEntity implements Serializable

serialVersionUID: -3542504624077298894l

Serialized Fields

namesOfMeasure

java.util.Collection namesOfMeasure
Name of the test applied to the data.


measureIdentification

org.opengis.metadata.Identifier measureIdentification
Code identifying a registered standard procedure, or if none.


measureDescription

org.opengis.util.InternationalString measureDescription
Description of the measure being determined.


evaluationMethodType

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


evaluationMethodDescription

org.opengis.util.InternationalString evaluationMethodDescription
Description of the evaluation method.


evaluationProcedure

org.opengis.metadata.citation.Citation evaluationProcedure
Reference to the procedure information, or 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 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 if this information is not available.


result

org.opengis.metadata.quality.Result result
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 org.geotools.metadata.iso.quality.FormalConsistencyImpl extends LogicalConsistencyImpl implements Serializable

serialVersionUID: -6474410938957783954l

Class org.geotools.metadata.iso.quality.GriddedDataPositionalAccuracyImpl extends PositionalAccuracyImpl implements Serializable

serialVersionUID: -3852184823135498458l

Class org.geotools.metadata.iso.quality.LogicalConsistencyImpl extends ElementImpl implements Serializable

serialVersionUID: -2470752876057569947l

Class org.geotools.metadata.iso.quality.NonQuantitativeAttributeCorrectnessImpl extends ThematicAccuracyImpl implements Serializable

serialVersionUID: -4976754662775709253l

Class org.geotools.metadata.iso.quality.PositionalAccuracyImpl extends ElementImpl implements Serializable

serialVersionUID: 6043381860937480828l

Class org.geotools.metadata.iso.quality.QuantitativeAttributeAccuracyImpl extends ThematicAccuracyImpl implements Serializable

serialVersionUID: 7030401943270178746l

Class org.geotools.metadata.iso.quality.QuantitativeResultImpl extends ResultImpl implements Serializable

serialVersionUID: -3430567391539903195l

Serialized Fields

values

double[] values
Quantitative value or values, content determined by the evaluation procedure used.


valueType

java.lang.Class valueType
Value type for reporting a data quality result, or if none.


valueUnit

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


errorStatistic

org.opengis.util.InternationalString errorStatistic
Statistical method used to determine the value, or if none.

Class org.geotools.metadata.iso.quality.RelativeInternalPositionalAccuracyImpl extends PositionalAccuracyImpl implements Serializable

serialVersionUID: -8216355887797408106l

Class org.geotools.metadata.iso.quality.ResultImpl extends MetadataEntity implements Serializable

serialVersionUID: 2961355780515174732l

Class org.geotools.metadata.iso.quality.ScopeImpl extends MetadataEntity implements Serializable

serialVersionUID: -8021256328527422972l

Serialized Fields

level

org.opengis.metadata.maintenance.ScopeCode level
Hierarchical level of the data specified by the scope.


extent

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

Class org.geotools.metadata.iso.quality.TemporalAccuracyImpl extends ElementImpl implements Serializable

serialVersionUID: 4525353962603986621l

Class org.geotools.metadata.iso.quality.TemporalConsistencyImpl extends TemporalAccuracyImpl implements Serializable

serialVersionUID: -2549290466982699190l

Class org.geotools.metadata.iso.quality.TemporalValidityImpl extends TemporalAccuracyImpl implements Serializable

serialVersionUID: 2866684429712027839l

Class org.geotools.metadata.iso.quality.ThematicAccuracyImpl extends ElementImpl implements Serializable

serialVersionUID: -781072634778767137l

Class org.geotools.metadata.iso.quality.ThematicClassificationCorrectnessImpl extends ThematicAccuracyImpl implements Serializable

serialVersionUID: -5484398738783800915l

Class org.geotools.metadata.iso.quality.TopologicalConsistencyImpl extends LogicalConsistencyImpl implements Serializable

serialVersionUID: -255014076679068944l


Package org.geotools.metadata.iso.identification

Class org.geotools.metadata.iso.identification.BrowseGraphicImpl extends MetadataEntity implements Serializable

serialVersionUID: 1715873406472953616l

Serialized Fields

applicationSchemaInformation

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


fileName

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


fileDescription

org.opengis.util.InternationalString fileDescription
Text description of the illustration.


fileType

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

Class org.geotools.metadata.iso.identification.DataIdentificationImpl extends IdentificationImpl implements Serializable

serialVersionUID: -4418520352804939785l

Serialized Fields

spatialRepresentationTypes

java.util.Collection spatialRepresentationTypes
Method used to spatially represent geographic information.


spatialResolutions

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


language

java.util.Collection language
Language(s) used within the dataset.


characterSet

java.nio.charset.Charset characterSet
Full name of the character coding standard used for the dataset.


topicCategories

java.util.Collection topicCategories
Main theme(s) of the datset.


geographicBox

java.util.Collection geographicBox
Minimum bounding rectangle within which data is available. Only one of and DataIdentificationImpl.getGeographicDescription() should be provided.


geographicDescription

java.util.Collection geographicDescription
Description of the geographic area within which data is available. Only one of DataIdentificationImpl.getGeographicBox() and should be provided.


environmentDescription

org.opengis.util.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

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


supplementalInformation

org.opengis.util.InternationalString supplementalInformation
Any other descriptive information about the dataset.

Class org.geotools.metadata.iso.identification.IdentificationImpl extends MetadataEntity implements Serializable

serialVersionUID: -3715084806249419137l

Serialized Fields

citation

org.opengis.metadata.citation.Citation citation
Citation data for the resource(s).


abstracts

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


purpose

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


credits

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


status

java.util.Collection status
Status of the resource(s).


pointOfContacts

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


resourceMaintenance

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


graphicOverviews

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


resourceFormat

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


descriptiveKeywords

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


resourceSpecificUsages

java.util.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

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

Class org.geotools.metadata.iso.identification.KeywordsImpl extends MetadataEntity implements Serializable

serialVersionUID: 48691634443678266l

Serialized Fields

keywords

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


type

org.opengis.metadata.identification.KeywordType type
Subject matter used to group similar keywords.


thesaurusName

org.opengis.metadata.citation.Citation thesaurusName
Name of the formally registered thesaurus or a similar authoritative source of keywords.

Class org.geotools.metadata.iso.identification.ResolutionImpl extends MetadataEntity implements Serializable

serialVersionUID: 4418980634370167689l

Serialized Fields

equivalentScale

double 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 org.geotools.metadata.iso.identification.ServiceIdentificationImpl extends IdentificationImpl implements Serializable

serialVersionUID: -8337161132057617851l

Class org.geotools.metadata.iso.identification.UsageImpl extends MetadataEntity implements Serializable

serialVersionUID: 4059324536168287490l

Serialized Fields

specificUsage

org.opengis.util.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

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


userContactInfo

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


Package org.geotools.metadata.iso.spatial

Class org.geotools.metadata.iso.spatial.DimensionImpl extends MetadataEntity implements Serializable

serialVersionUID: -1945030788532182129l

Serialized Fields

dimensionName

org.opengis.metadata.spatial.DimensionNameType dimensionName
Name of the axis.


dimensionSize

int dimensionSize
Number of elements along the axis.


resolution

double resolution
Degree of detail in the grid dataset.

Class org.geotools.metadata.iso.spatial.GeometricObjectsImpl extends MetadataEntity implements Serializable

serialVersionUID: 8755950031078638313l

Serialized Fields

geometricObjectType

org.opengis.metadata.spatial.GeometricObjectType geometricObjectType
Total number of the point or vector object type occurring in the dataset.


geometricObjectCount

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

Class org.geotools.metadata.iso.spatial.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

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


cornerPoints

java.util.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

org.opengis.spatialschema.geometry.primitive.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

org.opengis.metadata.spatial.PixelOrientation pointInPixel
Point in a pixel corresponding to the Earth location of the pixel.


transformationDimensionDescription

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


transformationDimensionMapping

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

Class org.geotools.metadata.iso.spatial.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

org.opengis.util.InternationalString orientationParameterDescription
Description of parameters used to describe sensor orientation.


parameters

java.lang.Object parameters
Terms which support grid data georeferencing.


parameterCitation

java.util.Collection parameterCitation
Reference providing description of the parameters.

Class org.geotools.metadata.iso.spatial.GridSpatialRepresentationImpl extends SpatialRepresentationImpl implements Serializable

serialVersionUID: -8400572307442433979l

Serialized Fields

numberOfDimensions

int numberOfDimensions
Number of independent spatial-temporal axes.


axisDimensionsProperties

java.util.List axisDimensionsProperties
Information about spatial-temporal axis properties.


cellGeometry

org.opengis.metadata.spatial.CellGeometry cellGeometry
Identification of grid data as point or cell.


transformationParameterAvailable

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

Class org.geotools.metadata.iso.spatial.SpatialRepresentationImpl extends MetadataEntity implements Serializable

serialVersionUID: 1443170876207840116l

Class org.geotools.metadata.iso.spatial.VectorSpatialRepresentationImpl extends SpatialRepresentationImpl implements Serializable

serialVersionUID: 5643234643524810592l

Serialized Fields

topologyLevel

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


geometricObjects

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


Package org.geotools.metadata.iso.lineage

Class org.geotools.metadata.iso.lineage.LineageImpl extends MetadataEntity implements Serializable

serialVersionUID: 3351230301999744987l

Serialized Fields

statement

org.opengis.util.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

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


sources

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

Class org.geotools.metadata.iso.lineage.ProcessStepImpl extends MetadataEntity implements Serializable

serialVersionUID: 4629429337326490722l

Serialized Fields

description

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


rationale

org.opengis.util.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

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


sources

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

Class org.geotools.metadata.iso.lineage.SourceImpl extends MetadataEntity implements Serializable

serialVersionUID: 1754233428736991423l

Serialized Fields

description

org.opengis.util.InternationalString description
Detailed description of the level of the source data.


scaleDenominator

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


sourceReferenceSystem

org.opengis.referencing.ReferenceSystem sourceReferenceSystem
Spatial reference system used by the source data.


sourceCitation

org.opengis.metadata.citation.Citation sourceCitation
Recommended reference to be used for the source data.


sourceExtents

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


sourceSteps

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


Package org.geotools.metadata.iso.extent

Class org.geotools.metadata.iso.extent.BoundingPolygonImpl extends GeographicExtentImpl implements Serializable

serialVersionUID: 8174011874910887918l

Serialized Fields

polygons

java.util.Collection polygons
The sets of points defining the bounding polygon.

Class org.geotools.metadata.iso.extent.ExtentImpl extends MetadataEntity implements Serializable

serialVersionUID: 7812213837337326257l

Serialized Fields

description

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


geographicElements

java.util.Collection geographicElements
Provides geographic component of the extent of the referring object


temporalElements

java.util.Collection temporalElements
Provides temporal component of the extent of the referring object


verticalElements

java.util.Collection verticalElements
Provides vertical component of the extent of the referring object

Class org.geotools.metadata.iso.extent.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 org.geotools.metadata.iso.extent.GeographicDescriptionImpl extends GeographicExtentImpl implements Serializable

serialVersionUID: 7250161161099782176l

Serialized Fields

geographicIdentifier

org.opengis.metadata.Identifier geographicIdentifier
The identifier used to represent a geographic area.

Class org.geotools.metadata.iso.extent.GeographicExtentImpl extends MetadataEntity implements Serializable

serialVersionUID: -1871146315280869971l

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 org.geotools.metadata.iso.extent.SpatialTemporalExtentImpl extends TemporalExtentImpl implements Serializable

serialVersionUID: 821702768255546660l

Serialized Fields

spatialExtent

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

Class org.geotools.metadata.iso.extent.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.

Class org.geotools.metadata.iso.extent.VerticalExtentImpl extends MetadataEntity implements Serializable

serialVersionUID: -6288728580430359681l

Serialized Fields

minimumValue

double minimumValue
The lowest vertical extent contained in the dataset.


maximumValue

double maximumValue
The highest vertical extent contained in the dataset.


unit

javax.units.Unit unit
The vertical units used for vertical extent information. Examples: metres, feet, millimetres, hectopascals.


verticalDatum

org.opengis.referencing.datum.VerticalDatum verticalDatum
Provides information about the origin from which the maximum and minimum elevation values are measured.


Package org.geotools.metadata.iso.citation

Class org.geotools.metadata.iso.citation.AddressImpl extends MetadataEntity implements Serializable

serialVersionUID: 2278687294173262546l

Serialized Fields

administrativeArea

org.opengis.util.InternationalString administrativeArea
State, province of the location.


city

org.opengis.util.InternationalString city
The city of the location


country

org.opengis.util.InternationalString country
Country of the physical address.


postalCode

java.lang.String postalCode
ZIP or other postal code.


deliveryPoints

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


electronicMailAddresses

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

Class org.geotools.metadata.iso.citation.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

org.opengis.metadata.citation.DateType dateType
Event used for reference date.

Class org.geotools.metadata.iso.citation.CitationImpl extends MetadataEntity implements Serializable

serialVersionUID: -4415559967618358778l

Serialized Fields

title

org.opengis.util.InternationalString title
Name by which the cited resource is known.


alternateTitles

java.util.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

java.util.Collection dates
Reference date for the cited resource.


edition

org.opengis.util.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

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


identifierTypes

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


citedResponsibleParties

java.util.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

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


series

org.opengis.metadata.citation.Series series
Information about the series, or aggregate dataset, of which the dataset is a part. May be if none.


otherCitationDetails

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


collectiveTitle

org.opengis.util.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 if there is no title.


ISBN

java.lang.String ISBN
International Standard Book Number, or if none.


ISSN

java.lang.String ISSN
International Standard Serial Number, or if none.

Class org.geotools.metadata.iso.citation.ContactImpl extends MetadataEntity implements Serializable

serialVersionUID: 3283637180253117382l

Serialized Fields

contactInstructions

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


hoursOfService

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


onLineResource

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


address

org.opengis.metadata.citation.Address address
Physical and email address at which the organization or individual may be contacted.


phone

org.opengis.metadata.citation.Telephone phone
Telephone numbers at which the organization or individual may be contacted.

Class org.geotools.metadata.iso.citation.OnLineResourceImpl extends MetadataEntity implements Serializable

serialVersionUID: 5412370008274334799l

Serialized Fields

applicationProfile

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


description

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


function

org.opengis.metadata.citation.OnLineFunction function
Code for function performed by the online resource.


linkage

java.net.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.

Class org.geotools.metadata.iso.citation.ResponsiblePartyImpl extends MetadataEntity implements Serializable

serialVersionUID: -2477962229031486552l

Serialized Fields

individualName

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


organisationName

org.opengis.util.InternationalString organisationName
Name of the responsible organization.


positionName

org.opengis.util.InternationalString positionName
Role or position of the responsible person


contactInfo

org.opengis.metadata.citation.Contact contactInfo
Address of the responsible party.


role

org.opengis.metadata.citation.Role role
Function performed by the responsible party.

Class org.geotools.metadata.iso.citation.SeriesImpl extends MetadataEntity implements Serializable

serialVersionUID: 2784101441023323052l

Serialized Fields

name

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


issueIdentification

java.lang.String issueIdentification
Information identifying the issue of the series.


page

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

Class org.geotools.metadata.iso.citation.TelephoneImpl extends MetadataEntity implements Serializable

serialVersionUID: -8237503664554861494l

Serialized Fields

voice

java.lang.String voice
Telephone number by which individuals can speak to the responsible organization or individual.


facsimile

java.lang.String facsimile
Telephone number of a facsimile machine for the responsible organization or individual.


Package org.geotools.metadata.iso.content

Class org.geotools.metadata.iso.content.BandImpl extends RangeDimensionImpl implements Serializable

serialVersionUID: -2302918545469034653l

Serialized Fields

maxValue

java.lang.Number maxValue
Longest wavelength that the sensor is capable of collecting within a designated band.


minValue

java.lang.Number minValue
Shortest wavelength that the sensor is capable of collecting within a designated band.


units

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


peakResponse

java.lang.Number peakResponse
Wavelength at which the response is the highest. if unspecified.


bitsPerValue

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


toneGradation

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


scaleFactor

java.lang.Number scaleFactor
Scale factor which has been applied to the cell value. if unspecified.


offset

java.lang.Number offset
The physical value corresponding to a cell value of zero. if unspecified.

Class org.geotools.metadata.iso.content.ContentInformationImpl extends MetadataEntity implements Serializable

serialVersionUID: -1609535650982322560l

Class org.geotools.metadata.iso.content.CoverageDescriptionImpl extends ContentInformationImpl implements Serializable

serialVersionUID: -2303929749109678792l

Serialized Fields

attributeDescription

java.lang.Class attributeDescription
Description of the attribute described by the measurement value.


contentType

org.opengis.metadata.content.CoverageContentType contentType
Type of information represented by the cell value.


dimension

org.opengis.metadata.content.RangeDimension dimension
Information on the dimensions of the cell measurement value.

Class org.geotools.metadata.iso.content.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

java.util.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

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


featureCatalogueCitations

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

Class org.geotools.metadata.iso.content.ImageDescriptionImpl extends CoverageDescriptionImpl implements Serializable

serialVersionUID: -6168624828802439062l

Serialized Fields

illuminationElevationAngle

java.lang.Number 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

java.lang.Number 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

org.opengis.metadata.content.ImagingCondition imagingCondition
Conditions affected the image.


imageQualityCode

org.opengis.metadata.Identifier imageQualityCode
Specifies the image quality.


cloudCoverPercentage

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


processingLevelCode

org.opengis.metadata.Identifier processingLevelCode
Image distributor?s code that identifies the level of radiometric and geometric processing that has been applied.


compressionGenerationQuantity

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


triangulationIndicator

java.lang.Boolean triangulationIndicator
Indication of whether or not triangulation has been performed upon the image. 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 org.geotools.metadata.iso.content.RangeDimensionImpl extends MetadataEntity implements Serializable

serialVersionUID: 4365956866782010460l

Serialized Fields

sequenceIdentifier

org.opengis.util.LocalName sequenceIdentifier
Number that uniquely identifies instances of bands of wavelengths on which a sensor operates.


descriptor

org.opengis.util.InternationalString descriptor
Description of the range of a cell measurement value.


Package org.geotools.measure

Class org.geotools.measure.Angle extends java.lang.Object implements Serializable

serialVersionUID: 1158747349433104534l

Serialized Fields

theta

double theta
Angle value in degres.

Class org.geotools.measure.AngleFormat extends java.text.Format implements Serializable

Serialization Methods

readObject

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

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 indique la largeur fixe que doit avoir la partie d?cimale. Il s'appliquera au dernier champs non-zero dans .


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 indique la largeur fixe que doit avoir la partie d?cimale. Il s'appliquera au dernier champs non-zero dans .


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 indique la largeur fixe que doit avoir la partie d?cimale. Il s'appliquera au dernier champs non-zero dans .


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 indique la largeur fixe que doit avoir la partie d?cimale. Il s'appliquera au dernier champs non-zero dans .


prefix

java.lang.String prefix
Caract?res ? ins?rer au d?but () et ? la suite des degr?s, minutes et secondes (). Ces champs doivent ?tre s'il n'y a rien ? ins?rer.


suffix0

java.lang.String suffix0
Caract?res ? ins?rer au d?but () et ? la suite des degr?s, minutes et secondes (). Ces champs doivent ?tre s'il n'y a rien ? ins?rer.


suffix1

java.lang.String suffix1
Caract?res ? ins?rer au d?but () et ? la suite des degr?s, minutes et secondes (). Ces champs doivent ?tre s'il n'y a rien ? ins?rer.


suffix2

java.lang.String suffix2
Caract?res ? ins?rer au d?but () et ? la suite des degr?s, minutes et secondes (). Ces champs doivent ?tre 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 indique que les parties enti?res et fractionnaires doivent ?tre ?crites ensembles (par exemple 34867 pour 34.867). La valeur par d?faut est .


numberFormat

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

Class org.geotools.measure.CoordinateFormat extends java.text.Format implements Serializable

serialVersionUID: 8235685097881260737l

Serialized Fields

crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs
The output coordinate reference system. May be .


separator

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


formats

java.text.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 .


types

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


epochs

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


toMillis

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


dummy

java.text.FieldPosition dummy
Dummy field position.


locale

java.util.Locale locale
The locale for formatting coordinates and numbers.

Class org.geotools.measure.Latitude extends Angle implements Serializable

serialVersionUID: -4496748683919618976l

Class org.geotools.measure.Longitude extends Angle implements Serializable

serialVersionUID: -8614900608052762636l

Class org.geotools.measure.Measure extends java.lang.Number implements Serializable

serialVersionUID: 6917234039472328164l

Serialized Fields

value

double value
The scalar value.


unit

javax.units.Unit unit
The unit.


Package org.geotools.referencing

Class org.geotools.referencing.AbstractIdentifiedObject extends Formattable implements Serializable

serialVersionUID: -5173281694258483264l

Serialized Fields

name

org.opengis.metadata.Identifier name
The name for this object or code. Should never be .


alias

java.util.Collection alias
An alternative name by which this object is identified.


identifiers

java.util.Set identifiers
An identifier which references elsewhere the object's defining information. Alternatively an identifier by which this object can be referenced.


remarks

org.opengis.util.InternationalString remarks
Comments on or information about this object, or if none.

Class org.geotools.referencing.AbstractReferenceSystem extends AbstractIdentifiedObject implements Serializable

serialVersionUID: 3337659819553899435l

Serialized Fields

validArea

org.opengis.metadata.extent.Extent validArea
Area for which the (coordinate) reference system is valid.


scope

org.opengis.util.InternationalString scope
Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.

Class org.geotools.referencing.NamedIdentifier extends java.lang.Object implements Serializable

serialVersionUID: 8474731565582774497l

Serialized Fields

code

java.lang.String code
Identifier code or name, optionally from a controlled list or pattern defined by a code space.


authority

org.opengis.metadata.citation.Citation authority
Organization or party responsible for definition and maintenance of the code space or code.


version

java.lang.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.


remarks

org.opengis.util.InternationalString remarks
Comments on or information about this identifier, or if none.


name

org.opengis.util.GenericName name
The name of this identifier as a generic name. If , will be constructed only when first needed. This field is serialized (instead of being recreated after deserialization) because it may be a user-supplied value.


Package org.geotools.referencing.crs

Class org.geotools.referencing.crs.AbstractCRS extends AbstractReferenceSystem implements Serializable

serialVersionUID: -7433284548909530047l

Serialized Fields

coordinateSystem

org.opengis.referencing.cs.CoordinateSystem coordinateSystem
The coordinate system.

Class org.geotools.referencing.crs.AbstractDerivedCRS extends AbstractSingleCRS implements Serializable

serialVersionUID: -175151161496419854l

Serialized Fields

baseCRS

org.opengis.referencing.crs.CoordinateReferenceSystem baseCRS
The base coordinate reference system.


conversionFromBase

org.opengis.referencing.operation.Conversion conversionFromBase
The conversion from the base CRS to this CRS.

Class org.geotools.referencing.crs.AbstractSingleCRS extends AbstractCRS implements Serializable

serialVersionUID: 1815712797774273l

Serialized Fields

datum

org.opengis.referencing.datum.Datum datum
The datum.

Class org.geotools.referencing.crs.DefaultCompoundCRS extends AbstractCRS implements Serializable

serialVersionUID: -2656710314586929286l

Serialized Fields

crs

java.util.List crs
The coordinate reference systems in this compound CRS.

Class org.geotools.referencing.crs.DefaultDerivedCRS extends AbstractDerivedCRS implements Serializable

serialVersionUID: -8149602276542469876l

Class org.geotools.referencing.crs.DefaultEngineeringCRS extends AbstractSingleCRS implements Serializable

serialVersionUID: 6695541732063382701l

Class org.geotools.referencing.crs.DefaultGeocentricCRS extends AbstractSingleCRS implements Serializable

serialVersionUID: 6784642848287659827l

Class org.geotools.referencing.crs.DefaultGeographicCRS extends AbstractSingleCRS implements Serializable

serialVersionUID: 861224913438092335l

Class org.geotools.referencing.crs.DefaultImageCRS extends AbstractSingleCRS implements Serializable

serialVersionUID: 7312452786096397847l

Class org.geotools.referencing.crs.DefaultProjectedCRS extends AbstractDerivedCRS implements Serializable

serialVersionUID: -4502680112031773028l

Class org.geotools.referencing.crs.DefaultTemporalCRS extends AbstractSingleCRS implements Serializable

serialVersionUID: 3000119849197222007l

Class org.geotools.referencing.crs.DefaultVerticalCRS extends AbstractSingleCRS implements Serializable

serialVersionUID: 3565878468719941800l


Package org.geotools.referencing.operation

Class org.geotools.referencing.operation.AbstractCoordinateOperation extends AbstractIdentifiedObject implements Serializable

serialVersionUID: 1237358357729193885l

Serialized Fields

sourceCRS

org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS
The source CRS, or if not available.


targetCRS

org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS
The target CRS, or if not available.


operationVersion

java.lang.String operationVersion
Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters).


positionalAccuracy

java.util.Collection positionalAccuracy
Estimate(s) of the impact of this operation on point accuracy, or if none.


validArea

org.opengis.metadata.extent.Extent validArea
Area in which this operation is valid, or if not available.


scope

org.opengis.util.InternationalString scope
Description of domain of usage, or limitations of usage, for which this operation is valid.


transform

org.opengis.referencing.operation.MathTransform transform
Transform from positions in the source coordinate reference system to positions in the target coordinate reference system.

Class org.geotools.referencing.operation.DefaultConcatenatedOperation extends AbstractCoordinateOperation implements Serializable

serialVersionUID: 4199619838029045700l

Serialized Fields

operations

java.util.List operations
The sequence of operations.

Class org.geotools.referencing.operation.DefaultConicProjection extends DefaultProjection implements Serializable

serialVersionUID: -8717453834398763963l

Class org.geotools.referencing.operation.DefaultConversion extends DefaultOperation implements Serializable

serialVersionUID: -2148164324805562793l

Class org.geotools.referencing.operation.DefaultCylindricalProjection extends DefaultProjection implements Serializable

serialVersionUID: -969486613826553580l

Class org.geotools.referencing.operation.DefaultOperation extends DefaultSingleOperation implements Serializable

serialVersionUID: -8923365753849532179l

Serialized Fields

method

org.opengis.referencing.operation.OperationMethod method
The operation method.

Class org.geotools.referencing.operation.DefaultOperationMethod extends AbstractIdentifiedObject implements Serializable

serialVersionUID: -98032729598205972l

Serialized Fields

formula

org.opengis.util.InternationalString formula
Formula(s) or procedure used by this operation method. This may be a reference to a publication. Note that the operation method may not be analytic, in which case this attribute references or contains the procedure, not an analytic formula.


sourceDimensions

int sourceDimensions
Number of dimensions in the source CRS of this operation method.


targetDimensions

int targetDimensions
Number of dimensions in the target CRS of this operation method.


parameters

org.opengis.parameter.ParameterDescriptorGroup parameters
The set of parameters, or if none.

Class org.geotools.referencing.operation.DefaultPassThroughOperation extends DefaultSingleOperation implements Serializable

serialVersionUID: 4308173919747248695l

Serialized Fields

operation

org.opengis.referencing.operation.Operation operation
The operation to apply on the subset of a coordinate tuple.

Class org.geotools.referencing.operation.DefaultPlanarProjection extends DefaultProjection implements Serializable

serialVersionUID: 8171256287775067736l

Class org.geotools.referencing.operation.DefaultProjection extends DefaultConversion implements Serializable

serialVersionUID: -7176751851369816864l

Class org.geotools.referencing.operation.DefaultSingleOperation extends AbstractCoordinateOperation implements Serializable

serialVersionUID: 672935231344137185l

Class org.geotools.referencing.operation.DefaultTransformation extends DefaultOperation implements Serializable

serialVersionUID: -7486704846151648971l

Class org.geotools.referencing.operation.DefiningConversion extends DefaultConversion implements Serializable

serialVersionUID: 7399026512478064721l

Serialized Fields

parameters

org.opengis.parameter.ParameterValueGroup parameters
The parameter values.

Class org.geotools.referencing.operation.GeneralMatrix extends GeneralMatrix implements Serializable

serialVersionUID: 2315556279279988442l

Class org.geotools.referencing.operation.MathTransformProvider extends DefaultOperationMethod implements Serializable

serialVersionUID: 7530475536803158473l

Class org.geotools.referencing.operation.MathTransformProvider.Delegate extends MathTransformProxy implements Serializable

Serialized Fields

method

org.opengis.referencing.operation.OperationMethod method
The provider for the transform.

Class org.geotools.referencing.operation.TransformPathNotFoundException extends org.opengis.referencing.operation.TransformException implements Serializable

serialVersionUID: 5072333160296464925l


Package org.geotools.referencing.operation.matrix

Class org.geotools.referencing.operation.matrix.AffineTransform2D extends java.awt.geom.AffineTransform implements Serializable

serialVersionUID: -9104194268576601386l

Class org.geotools.referencing.operation.matrix.GeneralMatrix extends javax.vecmath.GMatrix implements Serializable

serialVersionUID: 8447482612423035360l

Class org.geotools.referencing.operation.matrix.Matrix1 extends java.lang.Object implements Serializable

serialVersionUID: -4829171016106097031l

Serialized Fields

m00

double m00
The only element in this matrix.

Class org.geotools.referencing.operation.matrix.Matrix2 extends java.lang.Object implements Serializable

serialVersionUID: 7116561372481474290l

Serialized Fields

m00

double m00
The first matrix element in the first row.


m01

double m01
The second matrix element in the first row.


m10

double m10
The first matrix element in the second row.


m11

double m11
The second matrix element in the second row.

Class org.geotools.referencing.operation.matrix.Matrix3 extends javax.vecmath.Matrix3d implements Serializable

serialVersionUID: 8902061778871586611l

Class org.geotools.referencing.operation.matrix.Matrix4 extends javax.vecmath.Matrix4d implements Serializable

serialVersionUID: 5685762518066856310l


Package org.geotools.referencing.operation.transform

Class org.geotools.referencing.operation.transform.AbstractMathTransform.Inverse extends AbstractMathTransform implements Serializable

serialVersionUID: 3528274816628012283l

Class org.geotools.referencing.operation.transform.ConcatenatedTransform extends AbstractMathTransform implements Serializable

serialVersionUID: 5772066656987558634l

Serialized Fields

transform1

org.opengis.referencing.operation.MathTransform transform1
The first math transform.


transform2

org.opengis.referencing.operation.MathTransform transform2
The second math transform.


inverse

ConcatenatedTransform inverse
The inverse transform. This field will be computed only when needed. But it is serialized in order to avoid rounding error if the inverse transform is serialized instead of the original one.

Class org.geotools.referencing.operation.transform.ExponentialTransform1D extends AbstractMathTransform implements Serializable

serialVersionUID: 5331178990358868947l

Serialized Fields

base

double base
The base to be raised to a power.


lnBase

double lnBase
Natural logarithm of ExponentialTransform1D.base.


scale

double scale
The scale value to be multiplied.


inverse

org.opengis.referencing.operation.MathTransform inverse
The inverse of this transform. Created only when first needed. Serialized in order to avoid rounding error if this transform is actually the one which was created from the inverse.

Class org.geotools.referencing.operation.transform.ExponentialTransform1D.Provider extends MathTransformProvider implements Serializable

serialVersionUID: -5838840021166379987l

Class org.geotools.referencing.operation.transform.GeocentricTransform extends AbstractMathTransform implements Serializable

serialVersionUID: -3352045463953828140l

Serialized Fields

a

double a
Semi-major axis of ellipsoid in meters.


b

double b
Semi-minor axis of ellipsoid in meters.


a2

double a2
Square of semi-major axis (a?).


b2

double b2
Square of semi-minor axis (b?).


e2

double e2
Eccentricity squared.


ep2

double ep2
2nd eccentricity squared.


hasHeight

boolean hasHeight
if geographic coordinates include an ellipsoidal height (i.e. are 3-D), or if they are strictly 2-D.

Class org.geotools.referencing.operation.transform.GeocentricTransform.Provider extends MathTransformProvider implements Serializable

serialVersionUID: 7043216580786030251l

Class org.geotools.referencing.operation.transform.GeocentricTransform.ProviderInverse extends GeocentricTransform.Provider implements Serializable

serialVersionUID: -7356791540110076789l

Class org.geotools.referencing.operation.transform.GeocentricTranslation extends ProjectiveTransform implements Serializable

serialVersionUID: -168669443433018655l

Serialized Fields

descriptor

org.opengis.parameter.ParameterDescriptorGroup descriptor
The parameter descriptor group.

Class org.geotools.referencing.operation.transform.GeocentricTranslation.Provider extends MathTransformProvider implements Serializable

serialVersionUID: -7160250630666911608l

Class org.geotools.referencing.operation.transform.GeocentricTranslation.ProviderFrameRotation extends GeocentricTranslation.ProviderSevenParam implements Serializable

serialVersionUID: 5513675854809530038l

Class org.geotools.referencing.operation.transform.GeocentricTranslation.ProviderSevenParam extends GeocentricTranslation.Provider implements Serializable

serialVersionUID: -6398226638364450229l

Class org.geotools.referencing.operation.transform.IdentityTransform extends AbstractMathTransform implements Serializable

serialVersionUID: -5339040282922138164l

Serialized Fields

dimension

int dimension
The input and output dimension.

Class org.geotools.referencing.operation.transform.LinearTransform1D extends AbstractMathTransform implements Serializable

serialVersionUID: -7595037195668813000l

Serialized Fields

scale

double scale
The value which is multiplied to input values.


offset

double offset
The value to add to input values.

Class org.geotools.referencing.operation.transform.LogarithmicTransform1D extends AbstractMathTransform implements Serializable

serialVersionUID: 1535101265352133948l

Serialized Fields

base

double base
The base of the logarithm.


lnBase

double lnBase
Natural logarithm of LogarithmicTransform1D.base.


offset

double offset
The offset to add to the logarithm.


inverse

org.opengis.referencing.operation.MathTransform inverse
The inverse of this transform. Created only when first needed. Serialized in order to avoid rounding error if this transform is actually the one which was created from the inverse.

Class org.geotools.referencing.operation.transform.LogarithmicTransform1D.Provider extends MathTransformProvider implements Serializable

serialVersionUID: -7235097164208708484l

Class org.geotools.referencing.operation.transform.MathTransformProxy extends java.lang.Object implements Serializable

serialVersionUID: 8844242705205498128l

Serialized Fields

transform

org.opengis.referencing.operation.MathTransform transform
The math transform on which to delegate the work.

Class org.geotools.referencing.operation.transform.MolodenskiTransform extends AbstractMathTransform implements Serializable

serialVersionUID: 7536566033885338422l

Serialized Fields

abridged

boolean abridged
for the abridged formula, or for the complete version.


source3D

boolean source3D
for a 3D transformation, or for a 2D transformation.


target3D

boolean target3D
for a 3D transformation, or for a 2D transformation.


dx

double dx
X,Y,Z shift in meters.


dy

double dy
X,Y,Z shift in meters.


dz

double dz
X,Y,Z shift in meters.


a

double a
Semi-major (a) semi-minor (b/) radius in meters.


b

double b
Semi-major (a) semi-minor (b/) radius in meters.


da

double da
Difference in the semi-major () and semi-minor () axes of the target and source ellipsoids.


db

double db
Difference in the semi-major () and semi-minor () axes of the target and source ellipsoids.


df

double df
Difference between the flattenings () of the target and source ellipsoids.


b_a

double b_a
Ratio of the Semi-major (a) semi-minor (b/) axis values ( and ).


a_b

double a_b
Ratio of the Semi-major (a) semi-minor (b/) axis values ( and ).


daa

double daa
Some more constants (daa = da*a and ).


da_a

double da_a
Some more constants (daa = da*a and ).


e2

double e2
The square of excentricity of the ellipsoid: e? = (a?-b?)/a? where a is the semi-major axis length and b is the semi-minor axis length.


adf

double adf
Defined as (a*df) + (f*da).

Class org.geotools.referencing.operation.transform.MolodenskiTransform.Provider extends MathTransformProvider implements Serializable

serialVersionUID: -5332126871499059030l

Class org.geotools.referencing.operation.transform.MolodenskiTransform.ProviderAbridged extends MolodenskiTransform.Provider implements Serializable

serialVersionUID: 9148242601566635131l

Class org.geotools.referencing.operation.transform.NADCONTransform extends AbstractMathTransform implements Serializable

serialVersionUID: -4707304160205218546l

Serialized Fields

latGridName

java.lang.String latGridName
Latitude grid shift file names. Output in WKT.


longGridName

java.lang.String longGridName
Longitude grid shift file names. Output in WKT.


xmin

double xmin
The minimum longitude value covered by this grid (degrees)


ymin

double ymin
The minimum latitude value covered by this grid (degrees)


xmax

double xmax
The maximum longitude value covered by this grid (degrees)


ymax

double ymax
The maximum latitude value covered by this grid (degrees)


dx

double dx
The difference between longitude grid points (degrees)


dy

double dy
The difference between latitude grid points (degrees)


gridShift

LocalizationGrid gridShift
Longitude and latitude grid shift values. Values are organized from low to high longitude (low x index to high) and low to high latitude (low y index to high).


gridShiftTransform

org.opengis.referencing.operation.MathTransform gridShiftTransform
The #gridShift values as a . Used for interpolating shift values.

Class org.geotools.referencing.operation.transform.NADCONTransform.Provider extends MathTransformProvider implements Serializable

serialVersionUID: -4707304160205218546l

Class org.geotools.referencing.operation.transform.PassThroughTransform extends AbstractMathTransform implements Serializable

serialVersionUID: -1673997634240223449l

Serialized Fields

firstAffectedOrdinate

int firstAffectedOrdinate
Index of the first affected ordinate.


numTrailingOrdinates

int numTrailingOrdinates
Number of unaffected ordinates after the affected ones. Always 0 when used through the strict OpenGIS API.


subTransform

org.opengis.referencing.operation.MathTransform subTransform
The sub transform.

See Also:
PassThroughTransform.getSubTransform()

inverse

PassThroughTransform inverse
The inverse transform. This field will be computed only when needed. But it is serialized in order to avoid rounding error.

Class org.geotools.referencing.operation.transform.ProjectiveTransform extends AbstractMathTransform implements Serializable

serialVersionUID: -2104496465933824935l

Serialized Fields

numRow

int numRow
The number of rows.


numCol

int numCol
The number of columns.


elt

double[] elt
Elements of the matrix. Column indice vary fastest.

Class org.geotools.referencing.operation.transform.ProjectiveTransform.ProviderAffine extends MathTransformProvider implements Serializable

serialVersionUID: 649555815622129472l

Class org.geotools.referencing.operation.transform.ProjectiveTransform.ProviderLongitudeRotation extends MathTransformProvider implements Serializable

serialVersionUID: -2104496465933824935l

Class org.geotools.referencing.operation.transform.WarpTransform2D extends AbstractMathTransform implements Serializable

serialVersionUID: -7949539694656719923l

Serialized Fields

warp

javax.media.jai.Warp warp
The warp object. Transformations will be applied using the warpPoint method or something equivalent.


inverse

WarpTransform2D inverse
The inverse math transform.

Class org.geotools.referencing.operation.transform.WarpTransform2D.Provider extends MathTransformProvider implements Serializable

serialVersionUID: -7949539694656719923l


Package org.geotools.referencing.operation.projection

Class org.geotools.referencing.operation.projection.AlbersEqualArea extends MapProjection implements Serializable

Serialized Fields

n

double n
Constants used by the spherical and elliptical Albers projection.


c

double c
Constants used by the spherical and elliptical Albers projection.


rho0

double rho0
Constants used by the spherical and elliptical Albers projection.


ec

double ec
An error condition indicating itteration will not converge for the inverse ellipse. See Snyder (14-20)


phi1

double phi1
Standards parallel 1 in radians, for AlbersEqualArea.getParameterValues() implementation.


phi2

double phi2
Standards parallel 2 in radians, for AlbersEqualArea.getParameterValues() implementation.

Class org.geotools.referencing.operation.projection.AlbersEqualArea.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.EquidistantCylindrical extends MapProjection implements Serializable

Serialized Fields

cosStandardParallel

double cosStandardParallel
Cosinus of the standard_parallel_1 parameter.


standardParallel

double standardParallel
standard_parallel_1 parameter, used in getParameterValues(). Set to Double.NaN for the case.

Class org.geotools.referencing.operation.projection.EquidistantCylindrical.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.LambertConformal extends MapProjection implements Serializable

Serialized Fields

phi1

double phi1
Standards parallel 1 in radians, for LambertConformal.getParameterValues() implementation.


phi2

double phi2
Standards parallel 2 in radians, for LambertConformal.getParameterValues() implementation.


n

double n
Internal variables for computation.


F

double F
Internal variables for computation.


rho0

double rho0
Internal variables for computation.


belgium

boolean belgium
for Belgium 2SP.

Class org.geotools.referencing.operation.projection.LambertConformal1SP extends LambertConformal implements Serializable

Class org.geotools.referencing.operation.projection.LambertConformal1SP.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.LambertConformal2SP extends LambertConformal implements Serializable

Class org.geotools.referencing.operation.projection.LambertConformal2SP.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.LambertConformalBelgium extends LambertConformal implements Serializable

Class org.geotools.referencing.operation.projection.LambertConformalBelgium.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.LambertConformalESRI extends LambertConformal implements Serializable

Class org.geotools.referencing.operation.projection.LambertConformalESRI.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.MapProjection extends AbstractMathTransform implements Serializable

Serialized Fields

excentricity

double excentricity
Ellipsoid excentricity, equals to sqrt(MapProjection.excentricitySquared). Value 0 means that the ellipsoid is spherical.

See Also:
MapProjection.excentricitySquared, MapProjection.isSpherical

excentricitySquared

double excentricitySquared
The square of excentricity: e? = (a?-b?)/a? where e is the excentricity, a is the semi major axis length and b is the semi minor axis length.

See Also:
MapProjection.excentricity, MapProjection.semiMajor, MapProjection.semiMinor, MapProjection.isSpherical

isSpherical

boolean isSpherical
if this projection is spherical. Spherical model has identical semi major and semi minor axis length, and an excentricity zero.

See Also:
MapProjection.excentricity, MapProjection.semiMajor, MapProjection.semiMinor

semiMajor

double semiMajor
Length of semi-major axis, in metres. This is named 'a' or 'R' (Radius in spherical cases) in Snyder.

See Also:
MapProjection.excentricity, MapProjection.semiMinor

semiMinor

double semiMinor
Length of semi-minor axis, in metres. This is named 'b' in Snyder.

See Also:
MapProjection.excentricity, MapProjection.semiMajor

centralMeridian

double centralMeridian
Central longitude in radians. Default value is 0, the Greenwich meridian. This is called 'lambda0' in Snyder. Consider this field as final. It is not final only because some classes need to modify it at construction time.


latitudeOfOrigin

double latitudeOfOrigin
Latitude of origin in radians. Default value is 0, the equator. This is called 'phi0' in Snyder. Consider this field as final. It is not final only because some classes need to modify it at construction time.


scaleFactor

double scaleFactor
The scale factor. Default value is 1. Named 'k' in Snyder. Consider this field as final. It is not final only because some classes need to modify it at construction time.


falseEasting

double falseEasting
False easting, in metres. Default value is 0.


falseNorthing

double falseNorthing
False northing, in metres. Default value is 0.


globalScale

double globalScale
Global scale factor. Default value is equal to MapProjection.semiMajor×MapProjection.scaleFactor. Consider this field as final. It is not final only because some classes need to modify it at construction time.

Class org.geotools.referencing.operation.projection.MapProjection.AbstractProvider extends MathTransformProvider implements Serializable

serialVersionUID: 6280666068007678702l

Class org.geotools.referencing.operation.projection.Mercator extends MapProjection implements Serializable

Serialized Fields

standardParallel

double standardParallel
Standard Parallel used for the case. Set to Double.NaN for the case.

Class org.geotools.referencing.operation.projection.Mercator1SP extends Mercator implements Serializable

Class org.geotools.referencing.operation.projection.Mercator1SP.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.Mercator2SP extends Mercator implements Serializable

Class org.geotools.referencing.operation.projection.Mercator2SP.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.NewZealandMapGrid extends MapProjection implements Serializable

serialVersionUID: 8394817836243729133l

Class org.geotools.referencing.operation.projection.NewZealandMapGrid.Provider extends MapProjection.AbstractProvider implements Serializable

serialVersionUID: -7716733400419275656l

Class org.geotools.referencing.operation.projection.ObliqueMercator extends MapProjection implements Serializable

Serialized Fields

latitudeOfCentre

double latitudeOfCentre
Latitude of the projection centre. This is similar to the MapProjection.latitudeOfOrigin, but the latitude of origin is the Earth equator on aposphere for the oblique mercator. Needed for WKT.


longitudeOfCentre

double longitudeOfCentre
Longitude of the projection centre. This is NOT equal to the MapProjection.centralMeridian, which is the meridian where the central line intersects the Earth equator on aposphere. Needed for for non-two point WKT.


alpha_c

double alpha_c
The azimuth of the central line passing throught the centre of the projection, needed for for non-two point WKT.


rectGridAngle

double rectGridAngle
The rectified bearing of the central line, needed for non-two point WKT. Equals #alpha_c if the "rectified_grid_angle" parameter value is not set.


latitudeOf1stPoint

double latitudeOf1stPoint
The latitude of the 1st point used to specify the central line, needed for two point WKT.


longitudeOf1stPoint

double longitudeOf1stPoint
The longitude of the 1st point used to specify the central line, needed for two point WKT.


latitudeOf2ndPoint

double latitudeOf2ndPoint
The latitude of the 2nd point used to specify the central line, needed for two point WKT.


longitudeOf2ndPoint

double longitudeOf2ndPoint
The longitude of the 2nd point used to specify the central line, needed for two point WKT.


B

double B
Constants used in the transformation.


A

double A
Constants used in the transformation.


E

double E
Constants used in the transformation.


ArB

double ArB
Convenience values equal to #A / #B, #A×#B, and #B / #A.


AB

double AB
Convenience values equal to #A / #B, #A×#B, and #B / #A.


BrA

double BrA
Convenience values equal to #A / #B, #A×#B, and #B / #A.


v_pole_n

double v_pole_n
v values when the input latitude is a pole.


v_pole_s

double v_pole_s
v values when the input latitude is a pole.


singamma0

double singamma0
Sine and Cosine values for gamma0 (the angle between the meridian and central line at the intersection between the central line and the Earth equator on aposphere).


cosgamma0

double cosgamma0
Sine and Cosine values for gamma0 (the angle between the meridian and central line at the intersection between the central line and the Earth equator on aposphere).


sinrot

double sinrot
Sine and Cosine values for the rotation between (U,V) and (X,Y) coordinate systems


cosrot

double cosrot
Sine and Cosine values for the rotation between (U,V) and (X,Y) coordinate systems


u_c

double u_c
u value (in (U,V) coordinate system) of the central point. Used in the oblique mercater case. The v value of the central point is 0.0.


twoPoint

boolean twoPoint
if using two points on the central line to specify the azimuth.


hotine

boolean hotine
for hotine oblique mercator, or for the oblique mercator case.

Class org.geotools.referencing.operation.projection.ObliqueMercator.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.ObliqueMercator.Provider_Hotine extends ObliqueMercator.Provider implements Serializable

Class org.geotools.referencing.operation.projection.ObliqueMercator.Provider_Hotine_TwoPoint extends ObliqueMercator.Provider_TwoPoint implements Serializable

Class org.geotools.referencing.operation.projection.ObliqueMercator.Provider_TwoPoint extends ObliqueMercator.Provider implements Serializable

Class org.geotools.referencing.operation.projection.Orthographic extends MapProjection implements Serializable

Class org.geotools.referencing.operation.projection.Orthographic.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.OrthographicEquatorial extends OrthographicOblique implements Serializable

Class org.geotools.referencing.operation.projection.OrthographicOblique extends Orthographic implements Serializable

Serialized Fields

sinphi0

double sinphi0
The sine of the MapProjection.latitudeOfOrigin.


cosphi0

double cosphi0
The cosine of the MapProjection.latitudeOfOrigin.

Class org.geotools.referencing.operation.projection.OrthographicPolar extends Orthographic implements Serializable

Serialized Fields

northPole

boolean northPole
if this projection is for the north pole, or if it is for the south pole.

Class org.geotools.referencing.operation.projection.PlateCarree extends EquidistantCylindrical implements Serializable

Class org.geotools.referencing.operation.projection.PlateCarree.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.PointOutsideEnvelopeException extends ProjectionException implements Serializable

serialVersionUID: -4384490413772200352l

Class org.geotools.referencing.operation.projection.ProjectionException extends org.opengis.referencing.operation.TransformException implements Serializable

serialVersionUID: 3031350727691500915l

Class org.geotools.referencing.operation.projection.Stereographic extends MapProjection implements Serializable

Serialized Fields

stereoType

short stereoType
The type of stereographic projection, used for wkt parameters.

Class org.geotools.referencing.operation.projection.Stereographic.Provider_North_Pole extends Stereographic.Provider_Polar_B implements Serializable

Class org.geotools.referencing.operation.projection.Stereographic.Provider_Oblique extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.Stereographic.Provider_Polar_A extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.Stereographic.Provider_Polar_B extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.Stereographic.Provider_South_Pole extends Stereographic.Provider_North_Pole implements Serializable

Class org.geotools.referencing.operation.projection.Stereographic.Provider_USGS extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.StereographicEquatorial extends StereographicOblique implements Serializable

Class org.geotools.referencing.operation.projection.StereographicOblique extends Stereographic implements Serializable

Serialized Fields

k0

double k0
A constant used in the transformations. This is not equal to the MapProjection.scaleFactor.


sinphi0

double sinphi0
Constants used for the oblique projections.


cosphi0

double cosphi0
Constants used for the oblique projections.


chi1

double chi1
Constants used for the oblique projections.


sinChi1

double sinChi1
Constants used for the oblique projections.


cosChi1

double cosChi1
Constants used for the oblique projections.

Class org.geotools.referencing.operation.projection.StereographicPolar extends Stereographic implements Serializable

Serialized Fields

k0

double k0
A constant used in the transformations. This is not equal to the MapProjection.scaleFactor.


latitudeTrueScale

double latitudeTrueScale
Latitude of true scale, in radians (a.k.a. standard_parallel_1).


southPole

boolean southPole
if this projection is for the south pole, or if it is for the north pole.

Class org.geotools.referencing.operation.projection.TransverseMercator extends MapProjection implements Serializable

Serialized Fields

esp

double esp
A derived quantity of excentricity, computed by e'? = (a?-b?)/b? = es/(1-es) where a is the semi-major axis length and b is the semi-minor axis length.


ml0

double ml0
Meridian distance at the . Used for calculations for the ellipsoid.


en0

double en0
Constant needed for the mlfn method. Setup at construction time.


en1

double en1
Constant needed for the mlfn method. Setup at construction time.


en2

double en2
Constant needed for the mlfn method. Setup at construction time.


en3

double en3
Constant needed for the mlfn method. Setup at construction time.


en4

double en4
Constant needed for the mlfn method. Setup at construction time.

Class org.geotools.referencing.operation.projection.TransverseMercator.Provider extends MapProjection.AbstractProvider implements Serializable

Class org.geotools.referencing.operation.projection.TransverseMercator.Provider_SouthOrientated extends TransverseMercator.Provider implements Serializable


Package org.geotools.referencing.cs

Class org.geotools.referencing.cs.AbstractCS extends AbstractIdentifiedObject implements Serializable

serialVersionUID: 6757665252533744744l

Serialized Fields

axis

org.opengis.referencing.cs.CoordinateSystemAxis[] axis
The axis for this coordinate system at the specified dimension.

Class org.geotools.referencing.cs.DefaultAffineCS extends AbstractCS implements Serializable

serialVersionUID: 7977674229369042440l

Class org.geotools.referencing.cs.DefaultCartesianCS extends DefaultAffineCS implements Serializable

serialVersionUID: -6182037957705712945l

Class org.geotools.referencing.cs.DefaultCompoundCS extends AbstractCS implements Serializable

serialVersionUID: -5726410275278843372l

Serialized Fields

cs

org.opengis.referencing.cs.CoordinateSystem[] cs
The coordinate systems.

Class org.geotools.referencing.cs.DefaultCoordinateSystemAxis extends AbstractIdentifiedObject implements Serializable

serialVersionUID: 1449284160523432645l

Serialized Fields

abbreviation

java.lang.String abbreviation
The abbreviation used for this coordinate system axes. This abbreviation is also used to identify the ordinates in coordinate tuple. Examples are "X" and "Y".


direction

org.opengis.referencing.cs.AxisDirection direction
Direction of this coordinate system axis. In the case of Cartesian projected coordinates, this is the direction of this coordinate system axis locally.


unit

javax.units.Unit unit
The unit of measure used for this coordinate system axis.

Class org.geotools.referencing.cs.DefaultCylindricalCS extends AbstractCS implements Serializable

serialVersionUID: -8290402732390917907l

Class org.geotools.referencing.cs.DefaultEllipsoidalCS extends AbstractCS implements Serializable

serialVersionUID: -1452492488902329211l

Class org.geotools.referencing.cs.DefaultLinearCS extends AbstractCS implements Serializable

serialVersionUID: -6890723478287625763l

Class org.geotools.referencing.cs.DefaultPolarCS extends AbstractCS implements Serializable

serialVersionUID: 3960197260975470951l

Class org.geotools.referencing.cs.DefaultSphericalCS extends AbstractCS implements Serializable

serialVersionUID: 196295996465774477l

Class org.geotools.referencing.cs.DefaultTimeCS extends AbstractCS implements Serializable

serialVersionUID: 5222911412381303989l

Class org.geotools.referencing.cs.DefaultUserDefinedCS extends AbstractCS implements Serializable

serialVersionUID: -4904091898305706316l

Class org.geotools.referencing.cs.DefaultVerticalCS extends AbstractCS implements Serializable

serialVersionUID: 1201155778896630499l


Package org.geotools.referencing.wkt

Class org.geotools.referencing.wkt.AbstractParser extends java.text.Format implements Serializable

Serialized Fields

symbols

Symbols symbols
The symbols to use for parsing WKT.


numberFormat

java.text.NumberFormat numberFormat
The object to use for parsing numbers.

Class org.geotools.referencing.wkt.MathTransformParser extends AbstractParser implements Serializable

Serialized Fields

mtFactory

org.opengis.referencing.operation.MathTransformFactory mtFactory
The factory to use for creating math transforms.


classification

java.lang.String classification
The classification of the last math transform or projection parsed, or if none.


method

Singleton method
The method for the last math transform passed.

See Also:
#getOperationMethod

Class org.geotools.referencing.wkt.Parser extends MathTransformParser implements Serializable

Serialized Fields

datumFactory

org.opengis.referencing.datum.DatumFactory datumFactory
The factory to use for creating datum.


csFactory

org.opengis.referencing.cs.CSFactory csFactory
The factory to use for creating coordinate systems.


crsFactory

org.opengis.referencing.crs.CRSFactory crsFactory
The factory to use for creating coordinate reference systems.


directions

java.util.Map directions
The list of axis directions from their name.


predefinedAxis

org.opengis.referencing.cs.CoordinateSystemAxis[] predefinedAxis
A set of predefined axis (usually the constant array).

Class org.geotools.referencing.wkt.ParseWKT2GeoTiffMetadata extends AbstractParser implements Serializable

serialVersionUID: 3976739159681675316l

Serialized Fields

directions

java.util.Map directions
The list of axis directions from their name.


WKT

java.lang.String WKT
WKT string to parse


metadata

org.esa.beam.util.geotiff.GeoTIFFMetadata metadata
Metadata to fill.


csObjFactory

org.opengis.referencing.cs.CSFactory csObjFactory

crsObjFactory

org.opengis.referencing.crs.CRSFactory crsObjFactory

datumObjFactory

org.opengis.referencing.datum.DatumFactory datumObjFactory

Class org.geotools.referencing.wkt.Preprocessor extends java.text.Format implements Serializable

Serialized Fields

parser

java.text.Format parser
The WKT parser, usually a Parser object.


definitions

java.util.Map definitions
The set of objects defined by calls to Preprocessor.addDefinition(java.lang.String, java.lang.String).

Class org.geotools.referencing.wkt.UnformattableObjectException extends java.lang.UnsupportedOperationException implements Serializable


Package org.geotools.referencing.factory

Class org.geotools.referencing.factory.FactoryNotFoundException extends org.opengis.referencing.FactoryException implements Serializable

serialVersionUID: -661925454228937249l

Class org.geotools.referencing.factory.IdentifiedObjectSet extends java.util.AbstractSet implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Returns a serializable copy of this set. This method is invoked automatically during serialization. The serialised set of identified objects is disconnected from the underlying factory.

Serialized Fields

objects

java.util.Map objects
The map of object codes (keys), and the actual identified objects (values) when it has been created. Each entry has a null value until the corresponding object is created.


factory

org.opengis.referencing.AuthorityFactory factory
The factory to use for creating identified objects when first needed.


Package org.geotools.referencing.factory.epsg

Class org.geotools.referencing.factory.epsg.AccessDataSource extends sun.jdbc.odbc.ee.DataSource implements Serializable

Class org.geotools.referencing.factory.epsg.HSQLDataSource extends org.hsqldb.jdbc.jdbcDataSource implements Serializable

Serialized Fields

directory

java.io.File directory
The directory where the database is stored.

Class org.geotools.referencing.factory.epsg.PostgreDataSource extends org.postgresql.jdbc3.Jdbc3SimpleDataSource implements Serializable

Serialized Fields

schema

java.lang.String schema
The schema name, or if none.


Package org.geotools.referencing.datum

Class org.geotools.referencing.datum.AbstractDatum extends AbstractIdentifiedObject implements Serializable

serialVersionUID: -4894180465652474930l

Serialized Fields

anchorPoint

org.opengis.util.InternationalString anchorPoint
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth. Also known as the "origin", especially for Engineering and Image Datums.


realizationEpoch

long realizationEpoch
The time after which this datum definition is valid. This time may be precise (e.g. 1997 for IRTF97) or merely a year (e.g. 1983 for NAD83). If the time is not defined, then the value is Long.MIN_VALUE.


validArea

org.opengis.metadata.extent.Extent validArea
Area or region in which this datum object is valid.


scope

org.opengis.util.InternationalString scope
Description of domain of usage, or limitations of usage, for which this datum object is valid.

Class org.geotools.referencing.datum.BursaWolfParameters extends Formattable implements Serializable

serialVersionUID: 754825592343010900l

Serialized Fields

dx

double dx
Bursa Wolf shift in meters.


dy

double dy
Bursa Wolf shift in meters.


dz

double dz
Bursa Wolf shift in meters.


ex

double ex
Bursa Wolf rotation in arc seconds.


ey

double ey
Bursa Wolf rotation in arc seconds.


ez

double ez
Bursa Wolf rotation in arc seconds.


ppm

double ppm
Bursa Wolf scaling in parts per million.


targetDatum

org.opengis.referencing.datum.GeodeticDatum targetDatum
The target datum for this parameters.

Class org.geotools.referencing.datum.DefaultEllipsoid extends AbstractIdentifiedObject implements Serializable

serialVersionUID: -1149451543954764081l

Serialized Fields

semiMajorAxis

double semiMajorAxis
The equatorial radius.

See Also:
DefaultEllipsoid.getSemiMajorAxis()

semiMinorAxis

double semiMinorAxis
The polar radius.

See Also:
DefaultEllipsoid.getSemiMinorAxis()

inverseFlattening

double inverseFlattening
The inverse of the flattening value, or Double.POSITIVE_INFINITY if the ellipsoid is a sphere.

See Also:
DefaultEllipsoid.getInverseFlattening()

ivfDefinitive

boolean ivfDefinitive
Tells if the Inverse Flattening definitive for this ellipsoid.

See Also:
DefaultEllipsoid.isIvfDefinitive()

unit

javax.units.Unit unit
The units of the semi-major and semi-minor axis values.

Class org.geotools.referencing.datum.DefaultEngineeringDatum extends AbstractDatum implements Serializable

serialVersionUID: 1498304918725248637l

Class org.geotools.referencing.datum.DefaultGeodeticDatum extends AbstractDatum implements Serializable

serialVersionUID: 8832100095648302943l

Serialized Fields

ellipsoid

org.opengis.referencing.datum.Ellipsoid ellipsoid
The ellipsoid.


primeMeridian

org.opengis.referencing.datum.PrimeMeridian primeMeridian
The prime meridian.


bursaWolf

BursaWolfParameters[] bursaWolf
Bursa Wolf parameters for datum shifts, or if none.

Class org.geotools.referencing.datum.DefaultImageDatum extends AbstractDatum implements Serializable

serialVersionUID: -4304193511244150936l

Serialized Fields

pixelInCell

org.opengis.referencing.datum.PixelInCell pixelInCell
Specification of the way the image grid is associated with the image data attributes.

Class org.geotools.referencing.datum.DefaultPrimeMeridian extends AbstractIdentifiedObject implements Serializable

serialVersionUID: 541978454643213305l

Serialized Fields

greenwichLongitude

double greenwichLongitude
Longitude of the prime meridian measured from the Greenwich meridian, positive eastward.


angularUnit

javax.units.Unit angularUnit
The angular unit of the Greenwich longitude.

Class org.geotools.referencing.datum.DefaultTemporalDatum extends AbstractDatum implements Serializable

serialVersionUID: 3357241732140076884l

Serialized Fields

origin

long origin
The date and time origin of this temporal datum.

Class org.geotools.referencing.datum.DefaultVerticalDatum extends AbstractDatum implements Serializable

serialVersionUID: 380347456670516572l

Serialized Fields

type

org.opengis.referencing.datum.VerticalDatumType type
The type of this vertical datum. Default is ?geoidal?.


Package org.geotools.io

Class org.geotools.io.ContentFormatException extends java.io.IOException implements Serializable

serialVersionUID: 6152194019351374599l


Package org.geotools.factory

Class org.geotools.factory.FactoryConfigurationError extends java.lang.Error implements Serializable

Class org.geotools.factory.FactoryNotFoundException extends FactoryRegistryException implements Serializable

Class org.geotools.factory.FactoryRegistryException extends java.lang.RuntimeException implements Serializable


Package org.geotools.math

Class org.geotools.math.Complex extends java.lang.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 org.geotools.math.Line extends java.lang.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 org.geotools.math.Plane extends java.lang.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 org.geotools.math.Polynom extends java.lang.Object implements Serializable

serialVersionUID: 6825019711186108990l

Serialized Fields

c

double[] c
The coefficients for this polynom.

Class org.geotools.math.Statistics extends java.lang.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 org.geotools.math.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 , or NaN if none.


lastAsLong

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


Package org.geotools.resources

Class org.geotools.resources.UnmodifiableArrayList extends java.util.AbstractList implements Serializable

serialVersionUID: -3605810209653785967l

Serialized Fields

array

java.lang.Object[] array
The wrapped array.

Class org.geotools.resources.WKTFormat extends java.text.Format implements Serializable

Serialized Fields

locale

java.util.Locale locale
Deprecated. 
The locale for number parsing and formatting.


number

java.text.NumberFormat number
Deprecated. 
The object to use for parsing and formatting numbers. Note: NumberFormat object are usually not thread safe. Consider using this format in a synchronized block if thread safe behavior is wanted.


elementSeparator

char elementSeparator
Deprecated. 
The character to use as an element separator. This is usually the coma ','.


textDelimitor

char textDelimitor
Deprecated. 
The character to use as text delimitor. This is usually the quote '"'.

See Also:
Constant Field Values

openingBrackets

char[] openingBrackets
Deprecated. 
List of caracters acceptable as opening bracket. The closing bracket must be the character in the closingBrackets array at the same index than the opening bracket.


closingBrackets

char[] closingBrackets
Deprecated. 
List of caracters acceptable as closing bracket.


openingBracket

char openingBracket
Deprecated. 
The character to use for openining element's parameters. This is usually '[' or '('. This character is used for formatting WKT.

See Also:
Constant Field Values

closingBracket

char closingBracket
Deprecated. 
The character to use for closing element's parameters. This is usually ']' or ')'. This character is used for formatting WKT.

See Also:
Constant Field Values


Package org.geotools.resources.geometry

Class org.geotools.resources.geometry.XAffineTransform extends java.awt.geom.AffineTransform implements Serializable

serialVersionUID: 5215291166450556451l

Class org.geotools.resources.geometry.XDimension2D.Double extends java.awt.geom.Dimension2D implements Serializable

Serialized Fields

width

double width
The width.


height

double height
The height.

Class org.geotools.resources.geometry.XDimension2D.Float extends java.awt.geom.Dimension2D implements Serializable

Serialized Fields

width

float width
The width.


height

float height
The height.

Class org.geotools.resources.geometry.XRectangle2D extends java.awt.geom.Rectangle2D implements Serializable

serialVersionUID: -1918221103635749436l

Serialized Fields

xmin

double xmin
Minimal x coordinate.


ymin

double ymin
Minimal y coordinate.


xmax

double xmax
Maximal x coordinate.


ymax

double ymax
Maximal y coordinate.


Package org.geotools.geometry

Class org.geotools.geometry.DirectPosition1D extends java.lang.Object implements Serializable

serialVersionUID: 3235094562875693710l

Serialized Fields

crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs
The coordinate reference system for this position;


ordinate

double ordinate
The ordinate value.

Class org.geotools.geometry.DirectPosition2D extends java.awt.geom.Point2D.Double implements Serializable

serialVersionUID: 835130287438466996l

Serialization Methods

readObject

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


writeObject

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

Serialized Fields

crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs
The coordinate reference system for this position;

Class org.geotools.geometry.GeneralDirectPosition extends java.lang.Object implements Serializable

serialVersionUID: 9071833698385715524l

Serialized Fields

ordinates

double[] ordinates
The ordinates of the direct position.


crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs
The coordinate reference system for this position, or .

Class org.geotools.geometry.GeneralEnvelope extends java.lang.Object 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

org.opengis.referencing.crs.CoordinateReferenceSystem crs
The coordinate reference system, or .

Class org.geotools.geometry.Geometry extends java.lang.Object implements Serializable

serialVersionUID: -601532429079649232l

Serialized Fields

crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs
The coordinate reference system used in direct position coordinates.

Class org.geotools.geometry.JTS.ReferencedEnvelope extends com.vividsolutions.jts.geom.Envelope implements Serializable

Serialized Fields

crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs
Deprecated. 
The coordinate reference system.

Class org.geotools.geometry.TransformedDirectPosition extends GeneralDirectPosition implements Serializable

serialVersionUID: -3988283183934950437l

Serialized Fields

factory

org.opengis.referencing.operation.CoordinateOperationFactory factory
The factory to use for creating new coordinate operation.


Package org.geotools.util

Class org.geotools.util.CheckedArrayList extends java.util.ArrayList implements Serializable

serialVersionUID: -587331971085094268l

Serialized Fields

type

java.lang.Class type
The class type.

Class org.geotools.util.CheckedHashMap extends java.util.LinkedHashMap implements Serializable

serialVersionUID: -7777695267921872849l

Serialized Fields

keyType

java.lang.Class keyType
The class type for keys.


valueType

java.lang.Class valueType
The class type for values.

Class org.geotools.util.CheckedHashSet extends java.util.LinkedHashSet implements Serializable

serialVersionUID: -9014541457174735097l

Serialized Fields

type

java.lang.Class type
The class type.

Class org.geotools.util.DerivedMap extends java.util.AbstractMap implements Serializable

serialVersionUID: -6994867383669885934l

Serialized Fields

base

java.util.Map base
The base map whose keys are derived from.

See Also:
DerivedMap.baseToDerived(java.lang.Object), DerivedMap.derivedToBase(java.lang.Object)

Class org.geotools.util.DerivedSet extends java.util.AbstractSet implements Serializable

serialVersionUID: -4662336508586424581l

Serialized Fields

base

java.util.Set base
The base set whose values are derived from.

See Also:
DerivedSet.baseToDerived(java.lang.Object), DerivedSet.derivedToBase(java.lang.Object)

Class org.geotools.util.DisjointSet extends java.util.AbstractSet implements Serializable

serialVersionUID: -7933552571588598563l

Serialized Fields

map

java.util.Map map
The underlying map. and operations on this set are translated into Map operations as below:

Adding a new element to this Set:

  • Puts the corresponding key-value pair in the underlying Map, where:
    • the key is the element to add;
    • the value is this .
    If an other value was mapped to the key, the old value is discarted. This is equivalents to removing the element from an other prior to add it to this set (in other words, moving the element).

Removing an element from this Set:

  • If the element is not an existing key in the underlying map, nothing is done.
  • Otherwise, if the element is a key mapping a different value than this , then the element is assumed to belongs to an other and nothing is done.
  • Otherwise, puts the key-value pair with the value in the underlying Map. This is equivalent to moving the element from this set to the "trash" set. Note that if the operation is applied on the "trash" set itself or if this set doesn't have a trash (), then the element is effectively removed from the underlying map.


trash

DisjointSet trash
The set where to move removed elements, or if there is none.

Class org.geotools.util.GenericName extends java.lang.Object implements Serializable

serialVersionUID: 8685047583179337259l

Class org.geotools.util.GrowableInternationalString extends AbstractInternationalString implements Serializable

serialVersionUID: 5760033376627376937l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Canonicalize the locales after deserialization.

Serialized Fields

localMap

java.util.Map localMap
The string values in different locales (never ). Keys are Locale objects and values are Strings.

Class org.geotools.util.KeySortedList extends java.util.AbstractSequentialList implements Serializable

serialVersionUID: 6969483179756527012l

Serialized Fields

map

java.util.SortedMap map
The sorted map of key-list of values pairs.

Class org.geotools.util.LocalName extends GenericName implements Serializable

serialVersionUID: -5627125375582385822l

Serialized Fields

asScopedName

org.opengis.util.ScopedName asScopedName
The view of this object as a scoped name.


name

java.lang.CharSequence name
The name, either as a String or an InternationalString.

Class org.geotools.util.MapEntry extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.Object key
The key.


value

java.lang.Object value
The value.

Class org.geotools.util.NumberRange extends javax.media.jai.util.Range implements Serializable

serialVersionUID: -818167965963008231l

Class org.geotools.util.RangeSet extends java.util.AbstractSet implements Serializable

serialVersionUID: 3222336180818126987l

Serialized Fields

type

java.lang.Class type
Le type des donn?es de l'intervalle. Il s'agit du type qui sera sp?cifi? aux objets Range repr?sentant un intervalle.


relaxedType

java.lang.Class relaxedType
Ce champ a une valeur identique ? , sauf si est un type primitif. Dans ce cas, il sera Number.class.


elementType

java.lang.Class elementType
Le type des donn?es utilis? dans le tableau . Il s'agira souvent du m?me type que , sauf si ce dernier ?tait le "wrapper" d'un des types primitifs du Java. Dans ce cas, sera ce type primitif.


indexType

byte indexType
The primitive type, as one of , , , , , , or enumeration.


array

java.lang.Object array
Tableau d'intervalles. Il peut s'agir d'un tableau d'un des types primitifs du Java (par exemple ou ), ou d'un tableau de type . Les ?l?ments de ce tableau doivent obligatoirement ?tre en ordre strictement croissant et sans doublon.

La longueur de ce tableau est le double du nombre d'intervalles. Il aurait ?t? plus efficace d'utiliser une variable s?par?e (pour ne pas ?tre oblig? d'agrandir ce tableau ? chaque ajout d'un intervalle), mais malheureusement le J2SE 1.4 ne nous fournit pas de m?thode qui nous permettent de sp?cifier les limites du tableau (voir RFE #4306897 ? http://developer.java.sun.com/developer/bugParade/bugs/4306897.html).


modCount

int modCount
Compte le nombre de modifications apport?es au tableau des intervalles. Ce comptage sert ? v?rifier si une modification survient pendant qu'un it?rateur balayait les intervalles.


isPrimitive

boolean isPrimitive
if and only if the element class represents a primitive type. This is equivalents to and is computed once for ever for performance reason.


useClassChanger

boolean useClassChanger
if we should invoke ClassChanger.toNumber(java.lang.Comparable) before to store a value into the array. It will be the case if the array contains primitive elements and the type is not the corresponding wrapper.


isNumeric

boolean isNumeric
if instances of NumberRange should be created instead of Range.

Class org.geotools.util.ResourceInternationalString extends AbstractInternationalString implements Serializable

serialVersionUID: 6339944890723487336l

Serialized Fields

resources

java.lang.String resources
The name of the resource bundle from which to fetch the string.


key

java.lang.String key
The key for the resource to fetch.

Class org.geotools.util.ScopedName extends GenericName implements Serializable

serialVersionUID: -7664125655784137729l

Serialized Fields

scope

org.opengis.util.GenericName scope
The scope of this variable (also know as the "tail").


separator

char separator
The separator character.


name

org.opengis.util.LocalName name
The head as a local name.

Class org.geotools.util.SimpleInternationalString extends AbstractInternationalString implements Serializable

serialVersionUID: 3543963804501667578l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read the string. This is required since #defaultValue is not serialized.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write the string. This is required since #defaultValue is not serialized.

Class org.geotools.util.UnsupportedImplementationException extends java.lang.UnsupportedOperationException implements Serializable


Package org.geotools.image.jai

Class org.geotools.image.jai.CombineDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable

Class org.geotools.image.jai.HysteresisDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable

Class org.geotools.image.jai.NodataFilterDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable


Package org.geotools.image.io

Class org.geotools.image.io.IIOListeners extends java.lang.Object implements Serializable

serialVersionUID: 6944397966242054247l

Serialized Fields

listeners

javax.swing.event.EventListenerList listeners
List of listeners.


Package org.geotools.coverage

Class org.geotools.coverage.AbstractCoverage extends javax.media.jai.PropertySourceImpl implements Serializable

serialVersionUID: -2989320942499746295l

Serialized Fields

name

org.opengis.util.InternationalString name
The coverage name.


crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs
The coordinate reference system, or if there is none.

Class org.geotools.coverage.AbstractCoverage.Renderable extends javax.media.jai.PropertySourceImpl implements Serializable

Serialized Fields

bounds

java.awt.geom.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, 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 org.geotools.coverage.Category extends java.lang.Object implements Serializable

serialVersionUID: 6215962897884256696l

Serialized Fields

name

org.opengis.util.InternationalString name
The category name.


minimum

double minimum
The minimal sample value (inclusive). This category is made of all values in the range to inclusive. If this category is an instance of , then this field is the minimal geophysics value in this category. For qualitative categories, the geophysics value is one of values.


maximum

double maximum
The maximal sample value (inclusive). This category is made of all values in the range to inclusive. If this category is an instance of , then this field is the maximal geophysics value in this category. For qualitative categories, the geophysics value is one of values.


range

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


transform

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

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

inverse

Category inverse
A reference to the . If this category is already an instance of , then 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 org.geotools.coverage.CoverageStack extends AbstractCoverage implements Serializable

Serialization Methods

readObject

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

Serialized Fields

elements

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


sampleDimensions

org.opengis.coverage.SampleDimension[] sampleDimensions
The sample dimensions for this coverage, or 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 #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 CRS dimension minus 1.


interpolationEnabled

boolean interpolationEnabled
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 methods will returns NaN for z values in this hole.

See Also:
Constant Field Values

listeners

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

Class org.geotools.coverage.GridSampleDimension extends java.lang.Object implements Serializable

serialVersionUID: 6026936545776852758l

Serialized Fields

inverse

GridSampleDimension inverse
A sample dimension wrapping the list of categories . 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 if this sample dimension has no category. This field is read by only.


isGeophysics

boolean isGeophysics
if all categories in this sample dimension have been already scaled to geophysics ranges. If , 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 .

Assertions:

  • == .
  • != , except if


hasQualitative

boolean hasQualitative
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
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 is non-null, then must be true. However, the opposite do not hold in all cases: a value doesn't means that should be non-null.


sampleToGeophysics

org.opengis.referencing.operation.MathTransform1D sampleToGeophysics
The sampleToGeophysics transform used by every quantitative Category, or . This field may be null for two reasons:
  • There is no quantitative category in this sample dimension.
  • There is more than one quantitative category, and all of them don't use the same sampleToGeophysics transform.
This field is used by GridSampleDimension.getOffset() and GridSampleDimension.getScale(). The GridSampleDimension.getSampleToGeophysics() method may also returns directly this value in some conditions.

Class org.geotools.coverage.OrdinateOutsideCoverageException extends org.opengis.coverage.PointOutsideCoverageException implements Serializable

serialVersionUID: -4718948524305632185l

Serialized Fields

dimension

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

Class org.geotools.coverage.SpatioTemporalCoverage3D extends AbstractCoverage implements Serializable

Serialized Fields

coverage

org.opengis.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 methods. This object is cached and reused for performance purpose. However, this caching sacrifies thread safety.

Class org.geotools.coverage.TransformedCoverage extends AbstractCoverage implements Serializable

Serialized Fields

coverage

org.opengis.coverage.Coverage coverage
The wrapped coverage.


toWrapped

org.opengis.referencing.operation.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 org.geotools.coverage.grid.AbstractGridCoverage extends AbstractCoverage implements Serializable

serialVersionUID: 6476934258101450793l

Class org.geotools.coverage.grid.GeneralGridGeometry extends java.lang.Object implements Serializable

serialVersionUID: 124700383873732132l

Serialized Fields

gridRange

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

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

Class org.geotools.coverage.grid.GeneralGridRange extends java.lang.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 org.geotools.coverage.grid.GridCoverage2D extends AbstractGridCoverage implements Serializable

serialVersionUID: 667472989475027853l

Serialization Methods

readObject

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


writeObject

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

Serialized Fields

serializedImage

java.awt.image.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
is all sample in the image are geophysics values.

Class org.geotools.coverage.grid.GridCoverage2D.Renderable extends AbstractCoverage.Renderable implements Serializable

Class org.geotools.coverage.grid.GridGeometry2D extends GeneralGridGeometry implements Serializable

serialVersionUID: -3989363771504614419l

Serialized Fields

crs2D

org.opengis.referencing.crs.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 () and second () dimensions of grid range with length greater than 1. Those (x, y) dimensions are usually 0 and 1 respectively.


gridDimensionY

int gridDimensionY
The first () and second () 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

org.opengis.referencing.operation.MathTransform2D gridToCRS2D
A math transform mapping only the two first dimensions of gridToCRS.


gridFromCRS2D

org.opengis.referencing.operation.MathTransform2D gridFromCRS2D
The inverse of .

Class org.geotools.coverage.grid.Interpolator2D extends GridCoverage2D implements Serializable

Serialized Fields

toGrid

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


interpolation

javax.media.jai.Interpolation interpolation
The interpolation method.


fallback

Interpolator2D fallback
Second interpolation method to use if this one failed. May be if there is no fallback. By convention, means that interpolation should fallback on (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

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

Class org.geotools.coverage.grid.InvalidGridGeometryException extends java.lang.IllegalStateException implements Serializable

serialVersionUID: -7386283388753448743l


Package org.geotools.coverage.operation

Class org.geotools.coverage.operation.Interpolator2D.Operation extends Interpolate implements Serializable

Class org.geotools.coverage.operation.Resampler2D.Operation extends Resample implements Serializable


Package org.geotools.coverage.io

Class org.geotools.coverage.io.AmbiguousMetadataException extends MetadataException implements Serializable

serialVersionUID: 9024148330467307209l

Class org.geotools.coverage.io.MetadataBuilder.Key extends java.lang.Object implements Serializable

serialVersionUID: -6197070349689520675l

Serialized Fields

name

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


key

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

Class org.geotools.coverage.io.MetadataException extends javax.imageio.IIOException implements Serializable

serialVersionUID: -3146379152278866037l

Serialized Fields

key

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


alias

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

Class org.geotools.coverage.io.MissingMetadataException extends MetadataException implements Serializable

serialVersionUID: -5215286265847774754l


Package org.geotools.coverage.processing

Class org.geotools.coverage.processing.AbstractOperation extends java.lang.Object implements Serializable

serialVersionUID: -1441856042779942954l

Serialized Fields

descriptor

org.opengis.parameter.ParameterDescriptorGroup descriptor
The parameters descriptor.

Class org.geotools.coverage.processing.BilevelOperation extends OperationJAI implements Serializable

serialVersionUID: 8975871552152978976l

Class org.geotools.coverage.processing.CannotReprojectException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -8145425848361056027l

Class org.geotools.coverage.processing.FilterOperation extends OperationJAI implements Serializable

serialVersionUID: 7984379314515755769l

Class org.geotools.coverage.processing.Operation2D extends AbstractOperation implements Serializable

serialVersionUID: 574096338873406394l

Class org.geotools.coverage.processing.OperationJAI extends Operation2D implements Serializable

serialVersionUID: -5974520239347639965l

Serialized Fields

operation

javax.media.jai.OperationDescriptor operation
The JAI's operation descriptor.

Class org.geotools.coverage.processing.RangeSpecifier extends java.lang.Object implements Serializable

serialVersionUID: 8436500582161136302l

Serialized Fields

range

NumberRange range
The target range, or if none.


transform

org.opengis.referencing.operation.MathTransform1D transform
The target "sample to geophysics" transform, or if none.


unit

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


colors

java.awt.Color[] colors
The target colors, or if none.


Package org.geotools.coverage.processing.operation

Class org.geotools.coverage.processing.operation.Absolute extends OperationJAI implements Serializable

serialVersionUID: 3723059532452772794l

Class org.geotools.coverage.processing.operation.AddConst extends OperationJAI implements Serializable

serialVersionUID: 5443686039059774671l

Class org.geotools.coverage.processing.operation.DivideByConst extends OperationJAI implements Serializable

serialVersionUID: -3723238033407316564l

Class org.geotools.coverage.processing.operation.Exp extends OperationJAI implements Serializable

serialVersionUID: 6136918309949539525l

Class org.geotools.coverage.processing.operation.GradientMagnitude extends OperationJAI implements Serializable

serialVersionUID: -1514713427236924048l

Class org.geotools.coverage.processing.operation.Interpolate extends Operation2D implements Serializable

serialVersionUID: 6742127682733620661l

Class org.geotools.coverage.processing.operation.Invert extends OperationJAI implements Serializable

serialVersionUID: 7297641092994880308l

Class org.geotools.coverage.processing.operation.Log extends OperationJAI implements Serializable

serialVersionUID: -3622176942444895367l

Class org.geotools.coverage.processing.operation.MultiplyConst extends OperationJAI implements Serializable

serialVersionUID: -1077713495023498436l

Class org.geotools.coverage.processing.operation.NodataFilter extends FilterOperation implements Serializable

serialVersionUID: 6818008657792977519l

Class org.geotools.coverage.processing.operation.Resample extends Operation2D implements Serializable

serialVersionUID: -2022393087647420577l

Class org.geotools.coverage.processing.operation.Rescale extends OperationJAI implements Serializable

serialVersionUID: -9150531690336265741l

Class org.geotools.coverage.processing.operation.SelectSampleDimension extends Operation2D implements Serializable

serialVersionUID: 6889502343896409135l

Class org.geotools.coverage.processing.operation.SubtractConst extends OperationJAI implements Serializable

serialVersionUID: 279426577290256732l

Class org.geotools.coverage.processing.operation.SubtractFromConst extends OperationJAI implements Serializable

serialVersionUID: 6941277637814235474l


Package org.geotools.filter

Class org.geotools.filter.FilterFactoryCreationException extends java.lang.Exception implements Serializable

Class org.geotools.filter.GeometryEncoderException extends java.lang.Exception implements Serializable

Class org.geotools.filter.IllegalFilterException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6991878877158220201l

Class org.geotools.filter.MalformedFilterException extends java.lang.Exception implements Serializable

Class org.geotools.filter.SQLEncoderException extends java.lang.Exception implements Serializable


Package org.geotools.data

Class org.geotools.data.DataSourceException extends java.io.IOException implements Serializable

serialVersionUID: -602847953059978370l

Class org.geotools.data.FeatureEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3154238322369916485l

Serialized Fields

type

int type
Indicates one of FEATURES_ADDED, FEATURES_REMOVED, FEATURES_CHANGED


bounds

com.vividsolutions.jts.geom.Envelope bounds
Indicates the bounds in which the modification occured.

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

Class org.geotools.data.FeatureLockException extends java.io.IOException implements Serializable

serialVersionUID: 1l

Serialized Fields

featureID

java.lang.String featureID

Class org.geotools.data.SchemaNotFoundException extends java.io.IOException implements Serializable

serialVersionUID: 1l

Serialized Fields

typeName

java.lang.String typeName


Package org.geotools.feature

Class org.geotools.feature.CollectionEvent extends java.util.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 org.geotools.feature.IllegalAttributeException extends java.lang.Exception implements Serializable

serialVersionUID: -4964013824521988182l

Serialized Fields

expected

AttributeType expected
The expected attribute type.


invalid

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

Class org.geotools.feature.SchemaException extends java.lang.Exception implements Serializable

serialVersionUID: 5453903672192802976l


Package org.geotools.event

Class org.geotools.event.GTEventImpl extends java.util.EventObject implements Serializable

serialVersionUID: -5304196462694574579l

Serialized Fields

delta

GTDelta delta

type

GTEvent.Type type

Class org.geotools.event.GTList extends java.util.ArrayList implements Serializable

serialVersionUID: -4849245752797538846l

Serialized Fields

host

GTComponent host

notificationName

java.lang.String notificationName


Package org.geotools.styling

Class org.geotools.styling.StyleFactoryCreationException extends java.lang.Exception implements Serializable


Package org.geotools.gml

Class org.geotools.gml.GMLException extends java.lang.Exception implements Serializable


Package org.geotools.filter.parser

Class org.geotools.filter.parser.ExpressionException extends org.geotools.filter.parser.ParseException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.geotools.filter.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

org.geotools.filter.parser.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

java.lang.String[] tokenImage

eol

java.lang.String eol

Class org.geotools.filter.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode


Package org.geotools.geometry.jts

Class org.geotools.geometry.jts.ReferencedEnvelope extends com.vividsolutions.jts.geom.Envelope implements Serializable

serialVersionUID: -3188702602373537163l

Serialized Fields

crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs
The coordinate reference system, or .


Package org.geotools.xml

Class org.geotools.xml.XMLElementHandler extends java.lang.Object implements Serializable

Class org.geotools.xml.XSIElementHandler extends java.lang.Object implements Serializable


Package org.geotools.xml.gml

Class org.geotools.xml.gml.FCBuffer.StopException extends org.xml.sax.SAXException implements Serializable


Package org.geotools.xml.handlers

Class org.geotools.xml.handlers.ComplexElementHandler extends XMLElementHandler implements Serializable

Serialized Fields

type

ComplexType type

elem

Element elem

text

java.lang.String text

attr

org.xml.sax.Attributes attr

elements

java.util.List elements

value

java.lang.Object value

ehf

ElementHandlerFactory ehf

Class org.geotools.xml.handlers.DocumentHandler extends XMLElementHandler implements Serializable

Serialized Fields

xeh

XMLElementHandler xeh

ehf

ElementHandlerFactory ehf

Class org.geotools.xml.handlers.IgnoreHandler extends XMLElementHandler implements Serializable

Serialized Fields

elem

Element elem

Class org.geotools.xml.handlers.SimpleElementHandler extends XMLElementHandler implements Serializable

Serialized Fields

type

SimpleType type

elem

Element elem

text

java.lang.String text

value

java.lang.Object value

attr

org.xml.sax.Attributes attr


Package org.geotools.xml.handlers.xsi

Class org.geotools.xml.handlers.xsi.AllHandler extends ElementGroupingHandler implements Serializable

Serialized Fields

id

java.lang.String id

minOccurs

int minOccurs

maxOccurs

int maxOccurs

elements

java.util.List elements

cache

org.geotools.xml.handlers.xsi.AllHandler.DefaultAll cache

Class org.geotools.xml.handlers.xsi.AnyAttributeHandler extends XSIElementHandler implements Serializable

Serialized Fields

namespace

java.lang.String namespace

Class org.geotools.xml.handlers.xsi.AnyHandler extends ElementGroupingHandler implements Serializable

Serialized Fields

id

java.lang.String id

namespace

java.net.URI namespace

minOccurs

int minOccurs

maxOccurs

int maxOccurs

cache

org.geotools.xml.handlers.xsi.AnyHandler.DefaultAny cache

Class org.geotools.xml.handlers.xsi.AttributeGroupHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

ref

java.lang.String ref

anyAttribute

AnyAttributeHandler anyAttribute

attrDecs

java.util.List attrDecs

hashCodeOffset

int hashCodeOffset

cache

AttributeGroup cache

Class org.geotools.xml.handlers.xsi.AttributeHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

type

java.lang.String type

ref

java.lang.String ref

def

java.lang.String def

fixed

java.lang.String fixed

use

int use

simpleType

SimpleTypeHandler simpleType

hashCodeOffset

int hashCodeOffset

cache

Attribute cache

Class org.geotools.xml.handlers.xsi.ChoiceHandler extends ElementGroupingHandler implements Serializable

Serialized Fields

id

java.lang.String id

minOccurs

int minOccurs

maxOccurs

int maxOccurs

children

java.util.List children

cache

org.geotools.xml.handlers.xsi.ChoiceHandler.DefaultChoice cache

Class org.geotools.xml.handlers.xsi.ComplexContentHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

mixed

java.lang.String mixed

child

java.lang.Object child

Class org.geotools.xml.handlers.xsi.ComplexTypeHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

abstracT

boolean abstracT

mixed

boolean mixed

block

int block

finaL

int finaL

attrDecs

java.util.List attrDecs

anyAttribute

AnyAttributeHandler anyAttribute

child

java.lang.Object child

hashCodeOffset

int hashCodeOffset

cache

ComplexType cache

Class org.geotools.xml.handlers.xsi.ElementGroupingHandler extends XSIElementHandler implements Serializable

Class org.geotools.xml.handlers.xsi.ElementTypeHandler extends ElementGroupingHandler implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

type

java.lang.String type

ref

java.lang.String ref

defaulT

java.lang.String defaulT

fixed

java.lang.String fixed

substitutionGroup

java.lang.String substitutionGroup

maxOccurs

int maxOccurs

minOccurs

int minOccurs

finaL

int finaL

block

int block

form

boolean form

abstracT

boolean abstracT

nillable

boolean nillable

child

java.lang.Object child

hashCodeOffset

int hashCodeOffset

cache

org.geotools.xml.handlers.xsi.ElementTypeHandler.DefaultElement cache

Class org.geotools.xml.handlers.xsi.ExtensionHandler extends XSIElementHandler implements Serializable

Serialized Fields

base

java.lang.String base

child

java.lang.Object child

attributeDec

java.util.List attributeDec

Class org.geotools.xml.handlers.xsi.FacetHandler extends XSIElementHandler implements Serializable

Serialized Fields

value

java.lang.String value

Class org.geotools.xml.handlers.xsi.FieldHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

xpath

java.lang.String xpath

Class org.geotools.xml.handlers.xsi.GroupHandler extends ElementGroupingHandler implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

ref

java.lang.String ref

maxOccurs

int maxOccurs

minOccurs

int minOccurs

child

ElementGroupingHandler child

hashCodeOffset

int hashCodeOffset

cache

GroupHandler.DefaultGroup cache

Class org.geotools.xml.handlers.xsi.IgnoreHandler extends XSIElementHandler implements Serializable

Class org.geotools.xml.handlers.xsi.ImportHandler extends XSIElementHandler implements Serializable

Serialized Fields

namespace

java.net.URI namespace

schemaLocation

java.net.URI schemaLocation

hashCodeOffset

int hashCodeOffset

Class org.geotools.xml.handlers.xsi.IncludeHandler extends XSIElementHandler implements Serializable

Serialized Fields

schemaLocation

java.lang.String schemaLocation

hashCodeOffset

int hashCodeOffset

Class org.geotools.xml.handlers.xsi.KeyHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

selector

SelectorHandler selector

fields

java.util.List fields

Class org.geotools.xml.handlers.xsi.KeyrefHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

refer

java.lang.String refer

selector

SelectorHandler selector

fields

java.util.List fields

Class org.geotools.xml.handlers.xsi.ListHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

itemType

java.lang.String itemType

simpleType

SimpleTypeHandler simpleType

Class org.geotools.xml.handlers.xsi.RedefineHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

schemaLocation

java.lang.String schemaLocation

simpleTypes

java.util.List simpleTypes

complexTypes

java.util.List complexTypes

groups

java.util.List groups

attributeGroups

java.util.List attributeGroups

hashCodeOffset

int hashCodeOffset

Class org.geotools.xml.handlers.xsi.RestrictionHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

base

java.lang.String base

child

java.lang.Object child

constraints

java.util.List constraints

attrDecs

java.util.List attrDecs

anyAttribute

AnyAttributeHandler anyAttribute

Class org.geotools.xml.handlers.xsi.RootHandler extends XSIElementHandler implements Serializable

Serialized Fields

schema

SchemaHandler schema

uri

java.net.URI uri

Class org.geotools.xml.handlers.xsi.SchemaHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

prefix

java.lang.String prefix

targetNamespace

java.net.URI targetNamespace

version

java.lang.String version

elementFormDefault

boolean elementFormDefault

attributeFormDefault

boolean attributeFormDefault

finalDefault

int finalDefault

blockDefault

int blockDefault

includes

java.util.List includes

imports

java.util.List imports

redefines

java.util.List redefines

attributes

java.util.List attributes

attributeGroups

java.util.List attributeGroups

complexTypes

java.util.List complexTypes

elements

java.util.List elements

groups

java.util.List groups

simpleTypes

java.util.List simpleTypes

uri

java.net.URI uri

schema

Schema schema

prefixCache

java.util.HashMap prefixCache

Class org.geotools.xml.handlers.xsi.SelectorHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

xpath

java.lang.String xpath

Class org.geotools.xml.handlers.xsi.SequenceHandler extends ElementGroupingHandler implements Serializable

Serialized Fields

id

java.lang.String id

maxOccurs

int maxOccurs

minOccurs

int minOccurs

children

java.util.List children

cache

org.geotools.xml.handlers.xsi.SequenceHandler.DefaultSequence cache

Class org.geotools.xml.handlers.xsi.SimpleContentHandler extends XSIElementHandler implements Serializable

Serialized Fields

child

java.lang.Object child

Class org.geotools.xml.handlers.xsi.SimpleTypeHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

finaL

int finaL

child

XSIElementHandler child

hashCodeOffset

int hashCodeOffset

cache

SimpleType cache

Class org.geotools.xml.handlers.xsi.UnionHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

memberTypes

java.lang.String memberTypes

simpleTypes

java.util.List simpleTypes

Class org.geotools.xml.handlers.xsi.UniqueHandler extends XSIElementHandler implements Serializable

Serialized Fields

id

java.lang.String id

xpath

java.lang.String xpath

selector

SelectorHandler selector

fields

java.util.List fields


Package org.geotools.ows

Class org.geotools.ows.ServiceException extends org.xml.sax.SAXException implements Serializable

Serialized Fields

code

java.lang.String code

locator

java.lang.String locator

next

ServiceException next


Package org.geotools.data.jdbc.fidmapper

Class org.geotools.data.jdbc.fidmapper.AbstractFIDMapper extends java.lang.Object implements Serializable

Serialized Fields

returnFIDColumnsAsAttributes

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

Class org.geotools.data.jdbc.fidmapper.AutoIncrementFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1l

Serialized Fields

colName

java.lang.String colName

dataType

int dataType

Class org.geotools.data.jdbc.fidmapper.BasicFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1l

Serialized Fields

fieldName

java.lang.String fieldName
The name of the field of the primary key


fieldSize

int fieldSize
The size of the field of the primary key

Class org.geotools.data.jdbc.fidmapper.MaxIncFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1l

Serialized Fields

FIDColumn

java.lang.String FIDColumn

FIDColumnType

int FIDColumnType

tableName

java.lang.String tableName

Class org.geotools.data.jdbc.fidmapper.MultiColumnFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1l

Serialized Fields

autoIncrement

boolean[] autoIncrement

colTypes

int[] colTypes

colNames

java.lang.String[] colNames

colDecimalDigits

int[] colDecimalDigits

colSizes

int[] colSizes

Class org.geotools.data.jdbc.fidmapper.NullFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1l

Class org.geotools.data.jdbc.fidmapper.TypedFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1l

Serialized Fields

featureTypeName

java.lang.String featureTypeName

wrappedMapper

FIDMapper wrappedMapper


Package org.geotools.map.event

Class org.geotools.map.event.MapBoundsEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type
Holds value of property type.


oldCoordinateReferenceSystem

org.opengis.referencing.crs.CoordinateReferenceSystem oldCoordinateReferenceSystem
Holds value of property oldCoordinateReferenceSystem.


oldAreaOfInterest

com.vividsolutions.jts.geom.Envelope oldAreaOfInterest
Holds value of property oldAreaOfInterest.

Class org.geotools.map.event.MapLayerEvent extends java.util.EventObject implements Serializable

Serialized Fields

reason

int reason
The reason for the change.

Class org.geotools.map.event.MapLayerListEvent extends java.util.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.data.shapefile.shp

Class org.geotools.data.shapefile.shp.ShapefileException extends DataSourceException implements Serializable


Package org.geotools.data.shapefile.dbf

Class org.geotools.data.shapefile.dbf.DbaseFileException extends DataSourceException implements Serializable


Package org.geotools.index

Class org.geotools.index.LockTimeoutException extends java.lang.Exception implements Serializable

Class org.geotools.index.TreeException extends java.lang.Exception implements Serializable

Class org.geotools.index.UnsupportedFilterException extends java.lang.Exception implements Serializable


Package org.geotools.index.rtree.cachefs

Class org.geotools.index.rtree.cachefs.NodeCache extends java.util.LinkedHashMap implements Serializable

Serialized Fields

maxElements

int maxElements


Package org.geotools.index.quadtree

Class org.geotools.index.quadtree.StoreException extends java.lang.Exception implements Serializable


Package org.geotools.graph.structure.basic

Class org.geotools.graph.structure.basic.BasicDirectedEdge extends BasicGraphable implements Serializable

Serialized Fields

m_in

DirectedNode m_in
in node


m_out

DirectedNode m_out
out node

Class org.geotools.graph.structure.basic.BasicDirectedGraph extends BasicGraph implements Serializable

Class org.geotools.graph.structure.basic.BasicDirectedNode extends BasicGraphable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.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:
java.io.IOException
java.lang.ClassNotFoundException

Class org.geotools.graph.structure.basic.BasicEdge extends BasicGraphable implements Serializable

Serialized Fields

m_nodeA

Node m_nodeA
A node


m_nodeB

Node m_nodeB
B node

Class org.geotools.graph.structure.basic.BasicGraph extends java.lang.Object implements Serializable

Class org.geotools.graph.structure.basic.BasicGraphable extends java.lang.Object implements Serializable

Serialized Fields

m_obj

java.lang.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 org.geotools.graph.structure.basic.BasicNode extends BasicGraphable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.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:
java.io.IOException
java.lang.ClassNotFoundException


Package org.geotools.graph.structure.opt

Class org.geotools.graph.structure.opt.OptDirectedEdge extends OptGraphable implements Serializable

Serialized Fields

m_in

OptDirectedNode m_in
in node


m_out

OptDirectedNode m_out
out node

Class org.geotools.graph.structure.opt.OptDirectedNode extends OptGraphable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.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:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.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:
java.io.IOException
java.lang.ClassNotFoundException

Class org.geotools.graph.structure.opt.OptEdge extends OptGraphable implements Serializable

Serialized Fields

m_nodeA

OptNode m_nodeA
a node


m_nodeB

OptNode m_nodeB
b node

Class org.geotools.graph.structure.opt.OptGraphable extends java.lang.Object implements Serializable

Serialized Fields

m_visited

boolean m_visited
visited flag


m_count

byte m_count
counter

Class org.geotools.graph.structure.opt.OptNode extends OptGraphable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.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:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.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:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

m_edges

Edge[] m_edges
edge adjacency list


Package org.geotools.graph.structure.line

Class org.geotools.graph.structure.line.BasicDirectedXYNode extends BasicDirectedNode implements Serializable

Class org.geotools.graph.structure.line.BasicXYNode extends BasicNode implements Serializable

Class org.geotools.graph.structure.line.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 org.geotools.graph.structure.line.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.path

Class org.geotools.graph.path.Cycle extends Walk implements Serializable

Class org.geotools.graph.path.Path extends Walk implements Serializable

Class org.geotools.graph.path.Walk extends java.util.ArrayList implements Serializable

Serialized Fields

m_edges

java.util.List m_edges


Package org.geotools.graph.util

Class org.geotools.graph.util.IndexedStack extends java.util.Stack implements Serializable

Serialized Fields

m_index

java.util.HashMap m_index

Class org.geotools.graph.util.MultiMap extends java.lang.Object implements Serializable

Serialized Fields

m_map

java.util.Map m_map

m_collectionClass

java.lang.Class m_collectionClass

Class org.geotools.graph.util.ParseErrorHandler extends org.xml.sax.helpers.DefaultHandler implements Serializable

Serialized Fields

m_parseErrors

java.util.ArrayList m_parseErrors

Class org.geotools.graph.util.SimpleFileFilter extends javax.swing.filechooser.FileFilter implements Serializable

Serialized Fields

m_ext

java.lang.String m_ext

m_desc

java.lang.String m_desc


Package org.geotools.graph.util.delaunay

Class org.geotools.graph.util.delaunay.DelaunayEdge extends BasicEdge implements Serializable

Serialized Fields

faceA

Triangle faceA

faceB

Triangle faceB

Class org.geotools.graph.util.delaunay.DelaunayNode extends BasicXYNode implements Serializable

Class org.geotools.graph.util.delaunay.GraphViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

graph

Graph graph

nodes

java.util.Collection nodes

minX

int minX

minY

int minY

nodeColors

java.awt.Color[] nodeColors


Package org.geotools.data.pickle

Class org.geotools.data.pickle.FeaturePickler extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException


Package org.geotools.renderer.lite

Class org.geotools.renderer.lite.TransformedShape extends java.awt.geom.AffineTransform implements Serializable

Serialized Fields

shape

java.awt.Shape shape
The wrapped shape.


point

java.awt.geom.Point2D.Double point
A temporary point.


rectangle

java.awt.geom.Rectangle2D.Double rectangle
A temporary rectangle.


Package org.geotools.data.postgis.fidmapper

Class org.geotools.data.postgis.fidmapper.OIDFidMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 3257569520561763632l


Package org.geotools.validation.xml

Class org.geotools.validation.xml.ValidationException extends java.lang.Exception implements Serializable


Package org.geotools.gui.swing

Class org.geotools.gui.swing.About extends javax.swing.JPanel implements Serializable

Serialized Fields

updater

org.geotools.gui.swing.About.ThreadList updater
Thread qui aura la charge de faire des mises ? jour en arri?re-plan. Ce champ sera s'il n'y en a pas.


resources

Vocabulary resources
The localized resources to use.

Class org.geotools.gui.swing.ColorBar extends javax.swing.JComponent implements Serializable

Serialized Fields

graduation

Graduation graduation
Deprecated. 
The graduation to write over the color ramp.


units

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


colors

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


labelVisibles

boolean labelVisibles
Deprecated. 
true if tick label must be display.


autoForeground

boolean autoForeground
Deprecated. 
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
Deprecated. 
true if the color bar should be drawn horizontally, or false if it should be drawn vertically.


ui

org.geotools.gui.swing.ColorBar.UI ui
Deprecated. 
The ComponentUI object for computing preferred size, drawn the component and handle some events.

Class org.geotools.gui.swing.ColorRamp extends javax.swing.JComponent implements Serializable

Serialized Fields

graduation

Graduation graduation
The graduation to write over the color ramp.


units

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


colors

java.awt.Color[] colors
The colors to paint (never ).


labelVisibles

boolean labelVisibles
if tick label must be display.


autoForeground

boolean autoForeground
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
if the color bar should be drawn horizontally, or if it should be drawn vertically.


ui

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

Class org.geotools.gui.swing.CoordinateChooser extends CoordinateChooser implements Serializable

Class org.geotools.gui.swing.DisjointLists extends javax.swing.JPanel implements Serializable

Serialized Fields

left

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


right

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


autoSort

boolean autoSort
if elements should be automatically sorted.

Class org.geotools.gui.swing.FormatChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

format

java.text.Format format
The format to configure by this .


value

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


choices

javax.swing.JComboBox choices
The panel in which to edit the pattern.


preview

javax.swing.JLabel preview
The preview text. This is the formated using .

Class org.geotools.gui.swing.GradientKernelEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

kernelH

KernelEditor kernelH
The horizontal kernel editor.


kernelV

KernelEditor kernelV
The vertical kernel editor.

Class org.geotools.gui.swing.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

java.awt.image.renderable.RenderableImage renderable
The renderable image, or 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 .


rendered

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


running

boolean running
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 #renderable image.

Class org.geotools.gui.swing.ImageProperties extends javax.swing.JPanel implements Serializable

Serialized Fields

operationName

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


operationDescription

javax.swing.JLabel operationDescription
The operation description.


operationVersion

javax.swing.JLabel operationVersion
The operation vendor and version.


imageSize

javax.swing.JLabel imageSize
The text area for image size.


tileSize

javax.swing.JLabel tileSize
The text area for tile size.


dataType

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


sampleModel

javax.swing.JLabel sampleModel
The text area for the sample model.


colorModel

javax.swing.JLabel colorModel
The text area for the color model.


colorRamp

ColorRamp colorRamp
The color bar for IndexColorModel.


properties

org.geotools.gui.swing.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 org.geotools.gui.swing.ImageSampleValues extends javax.swing.JPanel implements Serializable

Serialized Fields

table

javax.swing.JTable table
The table which contains sample values.


renderer

org.geotools.gui.swing.ImageSampleValues.CellRenderer renderer
The cell renderer for sample values.


band

javax.swing.SpinnerNumberModel band
The model for band selection.


comments

javax.swing.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

org.geotools.gui.swing.ImageSampleValues.CurrentColor current
The color for the selected cell.

Class org.geotools.gui.swing.KernelEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

model

org.geotools.gui.swing.KernelEditor.Model model
The matrix coefficient as a table.


categorySelector

javax.swing.JComboBox categorySelector
The list of available filter's categories.


kernelSelector

javax.swing.JComboBox kernelSelector
The list of available kernels.


widthSelector

javax.swing.JSpinner widthSelector
The matrix width.


heightSelector

javax.swing.JSpinner heightSelector
The matrix height.

Class org.geotools.gui.swing.Legend extends javax.swing.JPanel implements Serializable

Serialized Fields

context

MapContext context

title

java.lang.String title

oldSelectedPath

javax.swing.tree.TreePath oldSelectedPath

layerStore

java.util.Hashtable layerStore

iconWidth

int iconWidth

legendTree

javax.swing.JTree legendTree

legendViewerJScrollPane

javax.swing.JScrollPane legendViewerJScrollPane

Class org.geotools.gui.swing.LiteRendererStyledMapPane extends ZoomPane implements Serializable

Serialized Fields

renderer

LiteRenderer2 renderer

context

MapContext context

cache

java.util.List cache

image

java.awt.image.VolatileImage image

bufferedLayers

java.util.SortedSet bufferedLayers

streamedLayers

java.util.SortedSet streamedLayers

allLayers

java.util.SortedSet allLayers

Class org.geotools.gui.swing.LoggingPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

LoggingTableModel model
The model for this component.


table

javax.swing.JTable table
The table for displaying logging messages.


levelValues

int[] levelValues
The levels for colors enumerated in . This array must be in increasing order. Logging messages of level 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

java.util.List levelColors
Pairs of foreground and background colors to use for displaying logging messages. Logging messages of level 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

java.util.logging.Logger logger
The logger specified at construction time, or if none.

Class org.geotools.gui.swing.MapPane extends ZoomPane implements Serializable

Serialized Fields

renderer

Renderer renderer
The renderer targeting Java2D. If the map pane is actually an instance of StyledMapPane, then the renderer will be an instance of org.geotools.renderer.j2d.StyledRenderer.


listenerProxy

org.geotools.gui.swing.MapPane.ListenerProxy listenerProxy
A listener for various event of interest to this MapPane. We use a private inner class in order to avoid public access to listener methods.

Class org.geotools.gui.swing.MapPaneImpl extends javax.swing.JPanel implements Serializable

Serialized Fields

renderer

Renderer2D renderer
The class to use to render this MapPane.


context

MapContext context
The model which stores a list of layers and BoundingBox.


toolList

ToolList toolList
List of tools which can be used by this class.


adapters

Adapters adapters

dotToCoordinateTransform

java.awt.geom.AffineTransform dotToCoordinateTransform
A transform from screen coordinates to real world coordinates.


selectionBox

com.vividsolutions.jts.geom.Envelope selectionBox

selectionCircle

com.vividsolutions.jts.geom.Envelope selectionCircle

Class org.geotools.gui.swing.OperationTreeBrowser extends javax.swing.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 name.


parameterEditor

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


cards

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

Class org.geotools.gui.swing.ParameterEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

editors

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


cards

java.awt.Container cards
The properties panel for parameters. The content for this panel depends on the selected item, but usually includes the following:
  • A JTextField for simple parameters (numbers, string, etc.)
  • A JList for enumerated parameters.
  • A JTable for any kind of array parameter and LookupTableJAI.
  • A KernelEditor for KernelJAI parameters.


description

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


value

java.lang.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

java.awt.Component editor
The editor widget currently in use.

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

model

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

Class org.geotools.gui.swing.Plot2D extends ZoomPane implements Serializable

Serialized Fields

xAxis

java.util.List xAxis
The set of x axis. There is usually only one axis, but more axis are allowed. All Entry.xAxis instance must appears in this list as well, but not necessarly in the same order.

See Also:
Plot2D.newAxis(int, java.lang.String), Plot2D.addSeries(java.lang.String, java.lang.Object, java.lang.Object)

yAxis

java.util.List yAxis
The set of y axis. There is usually only one axis, but more axis are allowed. All Entry.yAxis instance must appears in this list as well, but not necessarly in the same order.

See Also:
Plot2D.newAxis(int, java.lang.String), Plot2D.addSeries(java.lang.String, java.lang.Object, java.lang.Object)

series

java.util.Map series
The set of series to plot. Keys are Plot2D.Series objects while values are Entry objects with the x and y axis to use for the series.

See Also:
Plot2D.addSeries(java.lang.String, java.lang.Object, java.lang.Object)

unmodifiableSeries

java.util.Set unmodifiableSeries
Immutable version of series to be returned by Plot2D.getSeries().

See Also:
Plot2D.getSeries()

previousAxis

org.geotools.gui.swing.Plot2D.Entry previousAxis
The last axis added to series, or null if none.


nextAxis

java.lang.String[] nextAxis
Title for next axis to be created for each dimension. Element 0 is the axis name for x axis, element 1 is the axis name for y axis, etc. A null element means that no new axis need to be created for this particular dimension. The length of this array is the maximum number of dimension that this component supports.

See Also:
Plot2D.newAxis(int, java.lang.String)

top

int top
Margin between widget border and the drawing area.


bottom

int bottom
Margin between widget border and the drawing area.


left

int left
Margin between widget border and the drawing area.


right

int right
Margin between widget border and the drawing area.


xOffset

int xOffset
Horizontal (x) and vertival (y) offset to apply to any supplementary axis.


yOffset

int yOffset
Horizontal (x) and vertival (y) offset to apply to any supplementary axis.


lastWidth

int lastWidth
The widget's width and height when the graphics was rendered for the last time.


lastHeight

int lastHeight
The widget's width and height when the graphics was rendered for the last time.


title

java.lang.String title
The plot title.


titleFont

java.awt.Font titleFont
The title font.

Class org.geotools.gui.swing.RegisteredOperationBrowser extends javax.swing.JPanel implements Serializable

Serialized Fields

description

javax.swing.JLabel description
The text area for operation's description.


version

javax.swing.JLabel version
The text area for the version and vendor.

Class org.geotools.gui.swing.StatusBar extends javax.swing.JComponent implements Serializable

Serialized Fields

text

java.lang.String text
Texte ? afficher dans la barre d'?tat lorsqu'aucune op?ration n'est en cours. S'il n'y a pas de texte ? afficher, alors cette cha?ne devrait ?tre la constante StatusBar.NULL plut?t que null.


message

javax.swing.JLabel message
Composante dans lequel ?crire des messages.


coordinate

javax.swing.JLabel coordinate
Composante dans lequel ?crire les coordonn?es point?es par le curseur de la souris.


format

MouseCoordinateFormat format
The object to use for formatting coordinates. Will be created only when first needed.


progress

javax.swing.BoundedRangeModel progress
Progression d'une op?ration quelconque. Ce sera souvent la progression de la lecture d'une image.


listener

java.awt.event.MouseListener listener
Listen for MouseListener.mouseExited(java.awt.event.MouseEvent) event. This is used in order to erase the coordinates when the mouse exit the map pane.

Class org.geotools.gui.swing.StyledMapPane extends MapPane implements Serializable

Serialized Fields

context

MapContext context
The model which stores a list of layers and bounding box.

Class org.geotools.gui.swing.ToolMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

toolList

ToolList toolList
The toolList which this menu is displaying

Class org.geotools.gui.swing.ZoomPane extends javax.swing.JComponent implements Serializable

Serialized Fields

mouseSelectionTracker

java.awt.event.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

java.awt.geom.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 indicates that the content should fill the entire panel, even if it means losing some of the edges. The value indicates, on the contrary, that we should display the entire contents, even if it means leaving blank spaces in the panel.


visibleArea

java.awt.geom.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(java.awt.Rectangle) have both returned valid coordinates.

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

preferredArea

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

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

paintingWhileAdjusting

boolean paintingWhileAdjusting
Indicates if this object should be repainted when the user adjusts the scrollbars. The default value is , which means that 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 .


magnifierPower

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


magnifierGlass

java.awt.Paint magnifierGlass
Colour with which to tint magnifying glass.


magnifierBorder

java.awt.Paint magnifierBorder
Colour of the magnifying glass's border.


Package org.geotools.gui.swing.tree

Class org.geotools.gui.swing.tree.DefaultMutableTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: -8782548896062360341l

Class org.geotools.gui.swing.tree.NamedTreeNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: -5052321314347001298l

Serialized Fields

name

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


Package org.geotools.gui.swing.event

Class org.geotools.gui.swing.event.GeoMouseEvent extends java.awt.event.MouseEvent implements Serializable

Serialized Fields

transform

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

Class org.geotools.gui.swing.event.ZoomChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

change

java.awt.geom.AffineTransform change
An affine transform indicating the zoom change. If and 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.table

Class org.geotools.gui.swing.table.FeatureTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

featureTable

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

Class org.geotools.gui.swing.table.ImageTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -408603520054548181l

Serialization Methods

readObject

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

Serialized Fields

image

java.awt.image.RenderedImage image
The image to display.


format

java.text.NumberFormat format
The format to use for formatting sample values.


titleFormat

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


band

int band
The band to show.

Class org.geotools.gui.swing.table.ImageTableModel.RowHeaders extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 5162324745024331522l


Package org.geotools.gui.swing.referencing

Class org.geotools.gui.swing.referencing.AuthorityCodesComboBox extends javax.swing.JComponent implements Serializable

Serialized Fields

factory

org.opengis.referencing.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

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


list

javax.swing.JComboBox list
The list of CRS objects.


search

javax.swing.JTextField search
The text field for searching item.


searchOrList

javax.swing.JPanel searchOrList
The #search or Container.list(java.io.PrintStream, int) field.


cards

java.awt.CardLayout cards
The card layout showing either Container.list(java.io.PrintStream, int) or #search.


showProperties

javax.swing.JButton showProperties
The button to press for showing properties.


properties

PropertiesSheet properties
Info about the currently selected item.


propertiesWindow

java.awt.Component propertiesWindow
The window that contains #properties.

Class org.geotools.gui.swing.referencing.CoordinateChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

areaPanel

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


timePanel

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


resoPanel

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


timezone

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


tmin

javax.swing.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

javax.swing.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

javax.swing.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

javax.swing.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

javax.swing.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

javax.swing.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

javax.swing.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

javax.swing.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

javax.swing.AbstractButton radioBestRes
Bouton radio pour s?lectioner la meilleure r?solution possible.


radioPrefRes

javax.swing.AbstractButton radioPrefRes
Bouton radio pour s?lectioner la r?solution sp?cifi?e.


accessory

javax.swing.JComponent accessory
Composante facultative ? afficher ? la droite du paneau .

Class org.geotools.gui.swing.referencing.CoordinateTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

crs

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


columnNames

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


positions

java.util.List positions
The direct positions to display in the table.


unmodifiablePositions

java.util.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 method.


validArea

GeneralEnvelope validArea
The CRS valid area.


toWGS84

TransformedDirectPosition toWGS84
For transformation frop the table CRS to WGS84.

Class org.geotools.gui.swing.referencing.CoordinateTableModel.CellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

foreground

java.awt.Color foreground
The default text and background color.


background

java.awt.Color background
The default text and background color.


invalidForeground

java.awt.Color invalidForeground
The text and background color for invalid coordinates.


invalidBackground

java.awt.Color invalidBackground
The text and background color for invalid coordinates.

Class org.geotools.gui.swing.referencing.PropertiesSheet extends javax.swing.JComponent implements Serializable

Serialized Fields

tabs

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


wktArea

javax.swing.JTextArea wktArea
The Well Known Text area.


Package org.geotools.axis

Class org.geotools.axis.AbstractGraduation extends java.lang.Object implements Serializable

serialVersionUID: 5215728323932315112l

Serialized Fields

unit

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


title

java.lang.String title
The axis title for this graduation.


locale

java.util.Locale locale
The locale for formatting labels.


listenerList

java.beans.PropertyChangeSupport listenerList
A list of event listeners for this component.

Class org.geotools.axis.Axis2D extends java.awt.geom.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 (g?n?ralement 0) jusqu'? . 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 (g?n?ralement 0) jusqu'? . 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 (g?n?ralement 0) jusqu'? . 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 (g?n?ralement 0) jusqu'? . 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

java.awt.RenderingHints hints
A set of rendering hints for this axis.

Class org.geotools.axis.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

java.util.TimeZone timezone
The time zone for graduation labels.

Class org.geotools.axis.LogarithmicNumberGraduation extends NumberGraduation implements Serializable

serialVersionUID: -8514854171546232887l

Class org.geotools.axis.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.units

Class org.geotools.units.Unit extends java.lang.Object implements Serializable

serialVersionUID: 8745958719541785628l

Serialization Methods

readResolve

final java.lang.Object readResolve()
                            throws java.io.ObjectStreamException
Deprecated. 
Apr?s la lecture binaire, v?rifie si les unit?es lues existaient d?j? en m?moire.

Serialized Fields

symbol

java.lang.String symbol
Deprecated. 
Symbole des unit?s de cet objet Unit (par exemple "kg"). Ce champs sera initialis? lors de la construction de chaque objet Unit et ne sera jamais nul. Ce symbole peut commencer par un des pr?fix ?num?r?s dans le champ prefix. C'est le cas par exemple des symboles "kg" (kilogramme) et "km" (kilom?tre).


prefix

PrefixSet prefix
Deprecated. 
Ensemble des pr?fix qui peuvent ?tre combin?s avec le symbole de l'unit?. Cet ensemble peut contenir par exemple les pr?fix "milli" (m), "centi" (c) et "kilo" (k) qui, combin?s avec les m?tres (m), donneront les millim?tres (mm), centim?tres (cm) ou kilom?tre (km). Ce champ intervient lors des appels ? la m?thode Unit.scale(double). Il peut ?tre nul si aucun pr?fix n'est autoris? pour le symbole.

Class org.geotools.units.UnitException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -6935210984697824869l

Serialized Fields

unitA

Unit unitA
Deprecated. 
Premi?re unit?s en cause lors de l'exception. Il peut s'agir des unit?s A dans l'expression A.multiply(B) ou A.convert(values, B). Ce champ peut ?tre nul s'il ne s'applique pas.


unitB

Unit unitB
Deprecated. 
Deuxi?me unit?s en cause lors de l'exception. Il peut s'agir des unit?s B dans l'expression A.multiply(B) ou A.convert(values, B). Ce champ peut ?tre nul s'il ne s'applique pas. Par exemple unitB sera nul si l'exception provient de la m?thode A.pow(n).

Class org.geotools.units.UnitTransform extends java.lang.Object implements Serializable

serialVersionUID: 59496814325077015l

Serialization Methods

readResolve

final java.lang.Object readResolve()
                            throws java.io.ObjectStreamException
Deprecated. 
Apr?s la lecture d'une transformation, v?rifie si cette transformation appara?t d?j? dans la banque des unit?s pool. Si oui, l'exemplaire de la banque sera retourn? plut?t que de garder inutilement la transformation courante comme copie.

Serialized Fields

fromUnit

Unit fromUnit
Deprecated. 
Unit? selon laquelle seront exprim?es les valeurs initiales.


toUnit

Unit toUnit
Deprecated. 
Unit? selon laquelle seront exprim?es les valeurs finales.


Package org.geotools.pt

Class org.geotools.pt.CoordinateFormat extends CoordinateFormat implements Serializable

Serialized Fields

coordinateSystem

CoordinateSystem coordinateSystem
Deprecated. 
The output coordinate system.

Class org.geotools.pt.CoordinatePoint extends java.lang.Object implements Serializable

serialVersionUID: -6975990652038126533l

Serialized Fields

ord

double[] ord
Deprecated. 
The ordinates of the coordinate point.

See Also:
PT_CoordinatePoint.ord

Class org.geotools.pt.Envelope extends java.lang.Object implements Serializable

serialVersionUID: -3228667532994790309l

Serialized Fields

ord

double[] ord
Deprecated. 
Minimum and maximum ordinate values. The first half contains minimum ordinates, while the last half contains maximum ordinates.

Class org.geotools.pt.Matrix extends GeneralMatrix implements Serializable

serialVersionUID: 3126899762163038129l


Package org.geotools.cs

Class org.geotools.cs.AxisInfo extends java.lang.Object implements Serializable

serialVersionUID: 6799874182734710227l

Serialized Fields

name

org.opengis.metadata.Identifier name
Deprecated. Replaced by AbstractIdentifiedObject.getName().

Human readable name for axis. Possible values are X, Y, Long, Lat or any other short string.

See Also:
CS_AxisInfo.name

orientation

AxisOrientation orientation
Deprecated. Replaced by DefaultCoordinateSystemAxis.getDirection(java.lang.String).

Enumerated value for orientation.

See Also:
CS_AxisInfo.orientation

unit

Unit unit
Deprecated. 
For compatibility with GeoAPI interfaces.

Class org.geotools.cs.AxisOrientation extends javax.media.jai.EnumeratedParameter implements Serializable

serialVersionUID: 4649182002820021468l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Uses a single instance of AxisOrientation after deserialization. It allows client code to test enum1==enum2 instead of enum1.equals(enum2).

Throws:
java.io.ObjectStreamException - if deserialization failed.
Serialized Fields

direction

org.opengis.referencing.cs.AxisDirection direction
Deprecated. 
The direction according new (GeoAPI) constants, or null if unknow. This field is provided for interoperability with new GeoAPI interfaces.

Class org.geotools.cs.CompoundCoordinateSystem extends CoordinateSystem implements Serializable

serialVersionUID: -488997059924367289l

Serialized Fields

head

CoordinateSystem head
Deprecated. 
First sub-coordinate system.


tail

CoordinateSystem tail
Deprecated. 
Second sub-coordinate system.

Class org.geotools.cs.CompoundCoordinateSystem$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.CoordinateSystem extends Info implements Serializable

serialVersionUID: -4539963180028417479l

Class org.geotools.cs.CoordinateSystem$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.CoordinateSystemAuthorityFactory$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.CoordinateSystemFactory$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.Datum extends Info implements Serializable

serialVersionUID: 2175857309476007487l

Serialized Fields

type

DatumType type
Deprecated. 
The datum type.

Class org.geotools.cs.Datum$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.DatumType extends javax.media.jai.EnumeratedParameter implements Serializable

serialVersionUID: 4829955972189625202l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Uses a single instance of DatumType after deserialization. It allows client code to test enum1==enum2 instead of enum1.equals(enum2).

Throws:
java.io.ObjectStreamException - is deserialization fails.

Class org.geotools.cs.DatumType.Horizontal extends DatumType implements Serializable

serialVersionUID: -9026322423891329754l

Class org.geotools.cs.DatumType.Local extends DatumType implements Serializable

serialVersionUID: 412409825333947716l

Class org.geotools.cs.DatumType.Temporal extends DatumType implements Serializable

serialVersionUID: 731901694455984836l

Class org.geotools.cs.DatumType.Vertical extends DatumType implements Serializable

serialVersionUID: -916273252180448822l

Class org.geotools.cs.Ellipsoid extends Info implements Serializable

serialVersionUID: -1047804526105439230l

Serialized Fields

semiMajorAxis

double semiMajorAxis
Deprecated. 
The equatorial radius.

See Also:
Ellipsoid.getSemiMajorAxis()

semiMinorAxis

double semiMinorAxis
Deprecated. 
The polar radius.

See Also:
Ellipsoid.getSemiMinorAxis()

inverseFlattening

double inverseFlattening
Deprecated. 
The inverse of the flattening value, or Double.POSITIVE_INFINITY if the ellipsoid is a sphere.

See Also:
Ellipsoid.getInverseFlattening()

ivfDefinitive

boolean ivfDefinitive
Deprecated. 
Tells if the Inverse Flattening definitive for this ellipsoid.

See Also:
Ellipsoid.isIvfDefinitive()

unit

Unit unit
Deprecated. 
The units of the semi-major and semi-minor axis values.

Class org.geotools.cs.Ellipsoid$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.FittedCoordinateSystem extends CoordinateSystem implements Serializable

serialVersionUID: -3915469486263759761l

Serialized Fields

base

CoordinateSystem base
Deprecated. 
The base coordinate system.


toBase

MathTransform toBase
Deprecated. 
The transform from this CS to base CS.


axes

AxisInfo[] axes
Deprecated. 
Axes details.

Class org.geotools.cs.FittedCoordinateSystem$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.GeocentricCoordinateSystem extends CoordinateSystem implements Serializable

serialVersionUID: -6577810243397267703l

Serialized Fields

unit

Unit unit
Deprecated. 
The linear unit.


datum

HorizontalDatum datum
Deprecated. 
The horizontal datum.


meridian

PrimeMeridian meridian
Deprecated. 
The prime meridian.


axis

AxisInfo[] axis
Deprecated. 
The axis infos.

Class org.geotools.cs.GeocentricCoordinateSystem$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.GeographicCoordinateSystem extends HorizontalCoordinateSystem implements Serializable

serialVersionUID: -2024367470686889008l

Serialized Fields

unit

Unit unit
Deprecated. 
The angular unit.


meridian

PrimeMeridian meridian
Deprecated. 
The prime meridian.

Class org.geotools.cs.GeographicCoordinateSystem$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.HorizontalCoordinateSystem extends CoordinateSystem implements Serializable

serialVersionUID: 350661821531782559l

Serialized Fields

datum

HorizontalDatum datum
Deprecated. 
The horizontal datum.


axis0

AxisInfo axis0
Deprecated. 
Details of 0th ordinates.


axis1

AxisInfo axis1
Deprecated. 
Details of 1th ordinates.

Class org.geotools.cs.HorizontalCoordinateSystem$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.HorizontalDatum extends Datum implements Serializable

serialVersionUID: -1424482162002300865l

Serialized Fields

ellipsoid

Ellipsoid ellipsoid
Deprecated. 
The ellipsoid for this datum.


parameters

WGS84ConversionInfo parameters
Deprecated. 
Preferred parameters for a Bursa Wolf transformation, or null if none.

Class org.geotools.cs.HorizontalDatum$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.Info extends java.lang.Object implements Serializable

serialVersionUID: -391073894118270236l

Serialization Methods

readResolve

java.lang.Object readResolve()
                       throws java.io.ObjectStreamException
Deprecated. 
Returns a reference to a unique instance of this Info. This method is automatically invoked during deserialization. NOTE ABOUT ACCESS-MODIFIER: This method can't be private, because it would prevent it from being invoked from subclasses in this package (e.g. CoordinateSystem). This method will not be invoked for classes outside this package, unless we give it protected access. TODO: Would it be a good idea?


writeReplace

java.lang.Object writeReplace()
                        throws java.io.ObjectStreamException
Deprecated. 
Serialize a single instance of this object. This is an optimisation for speeding up RMI.

Serialized Fields

name

org.opengis.metadata.Identifier name
Deprecated. 
The non-localized object name.


remarks

org.opengis.util.InternationalString remarks
Deprecated. 
The non-localized object remarks.


properties

java.util.Map properties
Deprecated. 
Properties for all getmethods except Info.getName(). For example, the method Info.getAuthorityCode(java.util.Locale) returns the value of property "authorityCode". May be null if there are no properties for this object.

Class org.geotools.cs.Info$AbstractUnit_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.Info$AngularUnit_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.Info$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.Info$LinearUnit_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.LocalCoordinateSystem extends CoordinateSystem implements Serializable

serialVersionUID: -2067954038057402418l

Serialized Fields

datum

LocalDatum datum
Deprecated. 
The local datum.


units

Unit[] units
Deprecated. 
Units used along all axes.


axes

AxisInfo[] axes
Deprecated. 
Axes details.

Class org.geotools.cs.LocalCoordinateSystem$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.LocalDatum extends Datum implements Serializable

serialVersionUID: 426762179497761085l

Class org.geotools.cs.LocalDatum$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.NoSuchAuthorityCodeException extends org.opengis.referencing.NoSuchIdentifierException implements Serializable

serialVersionUID: -1493339637440326131l

Class org.geotools.cs.PrimeMeridian extends Info implements Serializable

serialVersionUID: 7570594768127669147l

Serialized Fields

unit

Unit unit
Deprecated. 
The angular units.


longitude

double longitude
Deprecated. 
The longitude value relative to the Greenwich Meridian.

Class org.geotools.cs.PrimeMeridian$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.ProjectedCoordinateSystem extends HorizontalCoordinateSystem implements Serializable

serialVersionUID: 5412822472156531329l

Serialized Fields

unit

Unit unit
Deprecated. 
The linear unit.


gcs

GeographicCoordinateSystem gcs
Deprecated. 
Geographic coordinate system to base projection on.


projection

Projection projection
Deprecated. 
Projection from geographic to projected coordinate system.

Class org.geotools.cs.ProjectedCoordinateSystem$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.Projection extends Info implements Serializable

serialVersionUID: 2153398430020498215l

Serialized Fields

classification

java.lang.String classification
Deprecated. 
Classification string for projection (e.g. "Transverse_Mercator").


parameters

javax.media.jai.ParameterList parameters
Deprecated. 
Parameters to use for projection, in metres or degrees.

Class org.geotools.cs.Projection$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.TemporalCoordinateSystem extends CoordinateSystem implements Serializable

serialVersionUID: 4436983518157910233l

Serialized Fields

datum

TemporalDatum datum
Deprecated. 
The temporal datum.


axis

AxisInfo axis
Deprecated. 
Axis details for time dimension within coordinate system.


unit

Unit unit
Deprecated. 
Units used along the time axis.


epoch

long epoch
Deprecated. 
The epoch, in milliseconds since January 1, 1970, 00:00:00 UTC.

Class org.geotools.cs.TemporalDatum extends Datum implements Serializable

serialVersionUID: 6313740402733520130l

Class org.geotools.cs.VerticalCoordinateSystem extends CoordinateSystem implements Serializable

serialVersionUID: -8629573233560414552l

Serialized Fields

datum

VerticalDatum datum
Deprecated. 
The vertical datum.


unit

Unit unit
Deprecated. 
Units used along the vertical axis.


axis

AxisInfo axis
Deprecated. 
Axis details for vertical dimension within coordinate system.

Class org.geotools.cs.VerticalCoordinateSystem$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.VerticalDatum extends Datum implements Serializable

serialVersionUID: 1663224345779675117l

Class org.geotools.cs.VerticalDatum$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cs.WGS84ConversionInfo extends java.lang.Object implements Serializable

serialVersionUID: 3427461418504464735l

Serialized Fields

dx

double dx
Deprecated. 
Bursa Wolf shift in meters.


dy

double dy
Deprecated. 
Bursa Wolf shift in meters.


dz

double dz
Deprecated. 
Bursa Wolf shift in meters.


ex

double ex
Deprecated. 
Bursa Wolf rotation in arc seconds.


ey

double ey
Deprecated. 
Bursa Wolf rotation in arc seconds.


ez

double ez
Deprecated. 
Bursa Wolf rotation in arc seconds.


ppm

double ppm
Deprecated. 
Bursa Wolf scaling in parts per million.


areaOfUse

java.lang.String areaOfUse
Deprecated. 
Human readable text describing intended region of transformation.


Package org.geotools.ct

Class org.geotools.ct.AbstractMathTransform.Inverse extends AbstractMathTransform implements Serializable

serialVersionUID: -864892964444937416l

Class org.geotools.ct.CannotCreateTransformException extends org.opengis.referencing.operation.TransformException implements Serializable

serialVersionUID: 5368463308772454145l

Class org.geotools.ct.CoordinateTransformation extends Info implements Serializable

serialVersionUID: -1850470924499685544l

Serialized Fields

sourceCS

CoordinateSystem sourceCS
Deprecated. 
The source coordinate system.


targetCS

CoordinateSystem targetCS
Deprecated. 
The destination coordinate system.


type

TransformType type
Deprecated. 
The transform type.


transform

MathTransform transform
Deprecated. 
The underlying math transform, or null if it doesn't has been constructed yet. If null, then subclass must initialize this field the first time CoordinateTransformation.getMathTransform() is invoked.

Class org.geotools.ct.CoordinateTransformation$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.ct.CoordinateTransformationFactory$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.ct.DomainFlags extends javax.media.jai.EnumeratedParameter implements Serializable

serialVersionUID: 6991557069252861278l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Use a single instance of DomainFlags after deserialization. It allow client code to test enum1==enum2 instead of enum1.equals(enum2).

Throws:
java.io.ObjectStreamException - is deserialization failed.

Class org.geotools.ct.MathTransformExport_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.ct.MathTransformFactory$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.ct.MissingParameterException extends org.opengis.referencing.FactoryException implements Serializable

serialVersionUID: 3365753083955970327l

Serialized Fields

parameter

java.lang.String parameter
Deprecated. 
The missing parameter name.

Class org.geotools.ct.NoSuchClassificationException extends org.opengis.referencing.FactoryException implements Serializable

serialVersionUID: -4773900673763563575l

Serialized Fields

classification

java.lang.String classification
Deprecated. 
The classification name.

Class org.geotools.ct.TransformType extends javax.media.jai.EnumeratedParameter implements Serializable

serialVersionUID: -4186653001664797298l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Use a single instance of TransformType after deserialization. It allow client code to test enum1==enum2 instead of enum1.equals(enum2).

Throws:
java.io.ObjectStreamException - is deserialization failed.


Package org.geotools.ct.proj

Class org.geotools.ct.proj.AlbersEqualArea extends ConicProjection implements Serializable

Serialized Fields

n

double n
Deprecated. 
Constants used by the spherical and elliptical Albers projection.


c

double c
Deprecated. 
Constants used by the spherical and elliptical Albers projection.


rho0

double rho0
Deprecated. 
Constants used by the spherical and elliptical Albers projection.


ec

double ec
Deprecated. 
An error condition indicating itteration will not converge for the inverse ellipse. See Snyder (14-20)


phi1

double phi1
Deprecated. 
Standards parallels in radians, for MapProjection.toString() implementation.


phi2

double phi2
Deprecated. 
Standards parallels in radians, for MapProjection.toString() implementation.

Class org.geotools.ct.proj.ConicProjection extends MapProjection implements Serializable

Class org.geotools.ct.proj.CylindricalProjection extends MapProjection implements Serializable

Class org.geotools.ct.proj.EquatorialOrthographic extends ObliqueOrthographic implements Serializable

Class org.geotools.ct.proj.EquatorialStereographic extends ObliqueStereographic implements Serializable

Class org.geotools.ct.proj.LambertConformal extends ConicProjection implements Serializable

Serialized Fields

phi1

double phi1
Deprecated. 
Standards parallels in radians, for MapProjection.toString() implementation.


phi2

double phi2
Deprecated. 
Standards parallels in radians, for MapProjection.toString() implementation.


n

double n
Deprecated. 
Internal variables for computation.


F

double F
Deprecated. 
Internal variables for computation.


rho0

double rho0
Deprecated. 
Internal variables for computation.


sp2

boolean sp2
Deprecated. 
true for 2SP, or false for 1SP projection.


belgium

boolean belgium
Deprecated. 
true for Belgium 2SP.

Class org.geotools.ct.proj.MapProjection extends AbstractMathTransform implements Serializable

Serialized Fields

classification

java.lang.String classification
Deprecated. 
Classification string for this projection (e.g. "Transverse_Mercator").


descriptor

javax.media.jai.ParameterListDescriptor descriptor
Deprecated. 
The parameter list descriptor.


e

double e
Deprecated. 
Ellipsoid excentricity, equals to sqrt(MapProjection.es). Value 0 means that the ellipsoid is spherical.

See Also:
MapProjection.es, MapProjection.isSpherical

es

double es
Deprecated. 
The square of excentricity: e? = (a?-b?)/a? where a is the semi major axis length and b is the semi minor axis length.

See Also:
MapProjection.e, MapProjection.semiMajor, MapProjection.semiMinor, MapProjection.isSpherical

isSpherical

boolean isSpherical
Deprecated. 
true if this projection is spherical. Spherical model has identical semi major and semi minor axis length, and an excentricity zero.

See Also:
MapProjection.e, MapProjection.semiMajor, MapProjection.semiMinor

semiMajor

double semiMajor
Deprecated. 
Length of semi-major axis, in metres. This is named 'a' or 'R' (Radius in spherical cases) in Snyder.

See Also:
MapProjection.e, MapProjection.semiMinor

semiMinor

double semiMinor
Deprecated. 
Length of semi-minor axis, in metres. This is named 'b' in Snyder.

See Also:
MapProjection.e, MapProjection.semiMajor

centralMeridian

double centralMeridian
Deprecated. 
Central longitude in radians. Default value is 0, the Greenwich meridian. This is called 'lambda0' in Snyder.


latitudeOfOrigin

double latitudeOfOrigin
Deprecated. 
Latitude of origin in radians. Default value is 0, the equator. This is called 'phi0' in Snyder. Consider this field as final. It is not final only because some classes need to modify it at construction time.


scaleFactor

double scaleFactor
Deprecated. 
The scale factor. Default value is 1. Named 'k' in Snyder. Consider this field as final. It is not final only because some classes need to modify it at construction time.


falseEasting

double falseEasting
Deprecated. 
False easting, in metres. Default value is 0.


falseNorthing

double falseNorthing
Deprecated. 
False northing, in metres. Default value is 0.


globalScale

double globalScale
Deprecated. 
Global scale factor. Default value globalScale is equal to MapProjection.semiMajor×MapProjection.scaleFactor. Consider this field as final. It is not final only because some classes need to modify it at construction time.

Class org.geotools.ct.proj.Mercator extends CylindricalProjection implements Serializable

Serialized Fields

standardParallel

double standardParallel
Deprecated. 
Standard Parallel used for the Mercator_2SP case. Set to Double.NaN for the Mercator_1SP case.

Class org.geotools.ct.proj.ObliqueOrthographic extends Orthographic implements Serializable

Serialized Fields

sinphi0

double sinphi0
Deprecated. 
The sine of the MapProjection.latitudeOfOrigin.


cosphi0

double cosphi0
Deprecated. 
The cosine of the MapProjection.latitudeOfOrigin.

Class org.geotools.ct.proj.ObliqueStereographic extends Stereographic implements Serializable

Serialized Fields

k0

double k0
Deprecated. 
A constant used in the transformations. This is not equal to the MapProjection.scaleFactor.


sinphi0

double sinphi0
Deprecated. 
Constants used for the oblique projections.


cosphi0

double cosphi0
Deprecated. 
Constants used for the oblique projections.


chi1

double chi1
Deprecated. 
Constants used for the oblique projections.


sinChi1

double sinChi1
Deprecated. 
Constants used for the oblique projections.


cosChi1

double cosChi1
Deprecated. 
Constants used for the oblique projections.

Class org.geotools.ct.proj.Orthographic extends PlanarProjection implements Serializable

Class org.geotools.ct.proj.PlanarProjection extends MapProjection implements Serializable

Class org.geotools.ct.proj.PointOutsideEnvelopeException extends ProjectionException implements Serializable

serialVersionUID: -4384490413772200352l

Class org.geotools.ct.proj.PolarOrthographic extends Orthographic implements Serializable

Serialized Fields

northPole

boolean northPole
Deprecated. 
true if this projection is for the north pole, or false if it is for the south pole.

Class org.geotools.ct.proj.PolarStereographic extends Stereographic implements Serializable

Serialized Fields

k0

double k0
Deprecated. 
A constant used in the transformations. This is not equal to the MapProjection.scaleFactor.


latitudeTrueScale

double latitudeTrueScale
Deprecated. 
Latitude of true scale, in radians.


southPole

boolean southPole
Deprecated. 
true if this projection is for the south pole, or false if it is for the north pole.

Class org.geotools.ct.proj.ProjectionException extends org.opengis.referencing.operation.TransformException implements Serializable

serialVersionUID: 3031350727691500915l

Class org.geotools.ct.proj.Stereographic extends PlanarProjection implements Serializable

Class org.geotools.ct.proj.TransverseMercator extends CylindricalProjection implements Serializable

Serialized Fields

esp

double esp
Deprecated. 

ml0

double ml0
Deprecated. 

en0

double en0
Deprecated. 
Constant needed for the mlfn method. Setup at construction time.


en1

double en1
Deprecated. 
Constant needed for the mlfn method. Setup at construction time.


en2

double en2
Deprecated. 
Constant needed for the mlfn method. Setup at construction time.


en3

double en3
Deprecated. 
Constant needed for the mlfn method. Setup at construction time.


en4

double en4
Deprecated. 
Constant needed for the mlfn method. Setup at construction time.


Package org.geotools.gp

Class org.geotools.gp.CannotReprojectException extends CannotReprojectException implements Serializable

serialVersionUID: -8145425848361056027l

Class org.geotools.gp.Operation extends java.lang.Object implements Serializable

serialVersionUID: -1280778129220703728l

Serialized Fields

name

java.lang.String name
Deprecated. 
The name of the processing operation.


descriptor

javax.media.jai.ParameterListDescriptor descriptor
Deprecated. 
The parameters descriptor.

Class org.geotools.gp.OperationJAI extends Operation implements Serializable

serialVersionUID: -5974520239347639965l

Serialized Fields

descriptor

javax.media.jai.OperationDescriptor descriptor
The operation descriptor.

Class org.geotools.gp.OperationNotFoundException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: -8996221659667017968l

Class org.geotools.gp.RangeSpecifier extends java.lang.Object implements Serializable

serialVersionUID: 8436500582161136302l

Serialized Fields

range

NumberRange range
Deprecated. 
The target range, or null if none.


transform

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


unit

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


colors

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


Package org.geotools.io.coverage

Class org.geotools.io.coverage.AmbiguousPropertyException extends PropertyException implements Serializable

serialVersionUID: 9024148330467307209l

Class org.geotools.io.coverage.MissingPropertyException extends PropertyException implements Serializable

serialVersionUID: -5215286265847774754l

Class org.geotools.io.coverage.PropertyException extends javax.imageio.IIOException implements Serializable

serialVersionUID: -3146379152278866037l

Serialized Fields

key

PropertyParser.Key key
Deprecated. 
The key for the faulty property, or null if none.


alias

java.lang.String alias
Deprecated. 
The alias used for the property, or null if none.

Class org.geotools.io.coverage.PropertyParser.Key extends java.lang.Object implements Serializable

serialVersionUID: -6197070349689520675l

Serialized Fields

name

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


key

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


Package org.geotools.cv

Class org.geotools.cv.Category extends java.lang.Object implements Serializable

serialVersionUID: 6215962897884256696l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Canonicalize this category after deserialization. This is an attempt to reduce memory footprint. This method is private for the same reason than writeReplace().


writeReplace

private java.lang.Object writeReplace()
                               throws java.io.ObjectStreamException
Deprecated. 
Serialize a single instance of this object. This is an optimisation for speeding up RMI. We keep this method private because we don't need to canonicalize GeophysicsCategory for most serialization/deserialization operations. Canonicalizing Category is suffisient because if two Category objects are not equal, then we are sure that their enclosed GeophysicsCategory are not equal neither.

Serialized Fields

name

java.lang.String name
Deprecated. 
The category name (may not be localized).


minimum

double minimum
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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:
CV_SampleDimension.getScale(), CV_SampleDimension.getOffset()

inverse

Category inverse
Deprecated. 
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
Deprecated. 
Codes ARGB des couleurs de la cat?gorie. Les couleurs par d?faut seront un gradient allant du noir au blanc opaque.

Class org.geotools.cv.ColorInterpretation extends javax.media.jai.EnumeratedParameter implements Serializable

serialVersionUID: -880153999326204504l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Use a single instance of ColorInterpretation after deserialization. It allow client code to test enum1==enum2 instead of enum1.equals(enum2).

Throws:
java.io.ObjectStreamException - is deserialization failed.

Class org.geotools.cv.Coverage extends javax.media.jai.PropertySourceImpl implements Serializable

Serialized Fields

name

java.lang.String name
Deprecated. 
The coverage name.


coordinateSystem

CoordinateSystem coordinateSystem
Deprecated. 
The coordinate system, or null if there is none.

Class org.geotools.cv.Coverage.Export extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

adapters

Adapters adapters
The originating adapter.

Class org.geotools.cv.Coverage.Renderable extends javax.media.jai.PropertySourceImpl implements Serializable

Serialized Fields

bounds

java.awt.geom.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

CoordinatePoint 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 org.geotools.cv.Coverage$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cv.PointOutsideCoverageException extends org.opengis.coverage.CannotEvaluateException implements Serializable

serialVersionUID: 6254433330922415993l

Class org.geotools.cv.SampleDimension extends java.lang.Object implements Serializable

serialVersionUID: 6026936545776852758l

Serialized Fields

inverse

SampleDimension inverse
Deprecated. 
A sample dimension wrapping the list of categories CategoryList.inverse. This object is constructed and returned by SampleDimension.geophysics(boolean). Constructed when first needed, but serialized anyway because it may be a user-supplied object.


categories

CategoryList categories
Deprecated. 
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
Deprecated. 
true if all categories in this sample dimension have been already scaled to geophysics ranges. If true, then the SampleDimension.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:
  • isGeophysics == categories.isScaled(true).
  • isGeophysics != categories.isScaled(false), except if categories.geophysics(true) == categories.geophysics(false)


hasQualitative

boolean hasQualitative
Deprecated. 
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
Deprecated. 
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
Deprecated. 
The sampleToGeophysics transform used by every quantitative Category, or null. This field may be null for two reasons:
  • There is no quantitative category in this sample dimension.
  • There is more than one quantitative category, and all of them don't use the same sampleToGeophysics transform.
This field is used by SampleDimension.getOffset() and SampleDimension.getScale(). The SampleDimension.getSampleToGeophysics() method may also returns directly this value in some conditions.

Class org.geotools.cv.SampleDimension$Export_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.geotools.cv.SampleDimensionType extends javax.media.jai.EnumeratedParameter implements Serializable

serialVersionUID: 8172733477873830772l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Use a single instance of SampleDimensionType after deserialization. It allow client code to test enum1==enum2 instead of enum1.equals(enum2).

Throws:
java.io.ObjectStreamException - is deserialization failed.
Serialized Fields

type

int type
Deprecated. 
The DataBuffer type. Must be one of the following constants: DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, DataBuffer.TYPE_SHORT, DataBuffer.TYPE_INT, DataBuffer.TYPE_FLOAT, DataBuffer.TYPE_DOUBLE.


size

byte size
Deprecated. 
The size in bits. The value range from 1 to 64. This is different than DataBuffer.getDataTypeSize(int), which have values ranging from 8 to 64.


signed

boolean signed
Deprecated. 
true for signed sample type.


real

boolean real
Deprecated. 
true for floating-point data type.


geoAPI

org.opengis.coverage.SampleDimensionType geoAPI
Deprecated. 
The GeoAPI code.

Class org.geotools.cv.ScaledColorSpace extends java.awt.color.ColorSpace implements Serializable

Serialized Fields

band

int band
Deprecated. 
The band to make visible (usually 0).


scale

float scale
Deprecated. 
Facteur par lequel multiplier les pixels.


offset

float offset
Deprecated. 
Nombre ? aditionner aux pixels apr?s les avoir multiplier par #scale.


Package org.geotools.gc

Class org.geotools.gc.GridCoverage extends Coverage implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deprecated. 
Construct the PlanarImage from the SerializableRenderedImage after deserialization.


writeObject

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

Serialized Fields

serializedImage

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


gridGeometry

GridGeometry gridGeometry
Deprecated. 
The grid geometry.


envelope

Envelope envelope
Deprecated. 
The image's envelope. This envelope must have at least two dimensions. It may have more dimensions if the image have some extend in other dimensions (for example a depth, or a start and end time).


sampleDimensions

SampleDimension[] sampleDimensions
Deprecated. 
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
Deprecated. 
true is all sample in the image are geophysics values.

Class org.geotools.gc.GridCoverage.Export extends Coverage.Export implements Serializable

Serialized Fields

serialized

javax.media.jai.remote.SerializableRenderedImage serialized
The serialized RenderedImage, or null if this image is not yet serialized.

Class org.geotools.gc.GridGeometry extends java.lang.Object implements Serializable

serialVersionUID: -8740895616121262893l

Serialized Fields

gridRange

GridRange gridRange
Deprecated. 
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()

gridToCoordinateSystem

MathTransform gridToCoordinateSystem
Deprecated. 
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:
gridToCoordinateSystem.transform(pixels, point);


gridToCoordinateSystem2D

MathTransform2D gridToCoordinateSystem2D
Deprecated. 
A math transform mapping only the two first dimensions of gridToCoordinateSystem, or null if such a "sub-transform" is not available.


gridFromCoordinateSystem2D

MathTransform2D gridFromCoordinateSystem2D
Deprecated. 
The inverse of gridToCoordinateSystem2D.

Class org.geotools.gc.GridRange extends java.lang.Object implements Serializable

serialVersionUID: 1452569710967224145l

Serialized Fields

index

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

Class org.geotools.gc.InvalidGridGeometryException extends InvalidGridGeometryException implements Serializable

serialVersionUID: -7386283388753448743l

Class org.geotools.gc.ParameterInfo extends java.lang.Object implements Serializable

serialVersionUID: 7348471832696172385l

Serialized Fields

name

java.lang.String name
Deprecated. 
The parameter name.


type

java.lang.Class type
Deprecated. 
The parameter type.


descriptor

javax.media.jai.ParameterListDescriptor descriptor
Deprecated. 
The originating parameter list descriptor.


Package org.geotools.gui.tools

Class org.geotools.gui.tools.ToolListImpl extends java.util.ArrayList implements Serializable

Serialized Fields

selectedTool

Tool selectedTool
The selected tool for this context.


listenerList

javax.swing.event.EventListenerList listenerList
Classes to notify if the LayerList changes


Package org.geotools.gui.swing.worker

Class org.geotools.gui.swing.worker.GlassPane extends javax.swing.JComponent implements Serializable

Serialized Fields

theWindow

java.awt.Window theWindow

activeComponent

java.awt.Component activeComponent

beep

boolean beep

Class org.geotools.gui.swing.worker.MessagePopup extends javax.swing.JDialog implements Serializable

Serialized Fields

lblMessage

javax.swing.JLabel lblMessage

beep

boolean beep


Package org.geotools.gui.swing.tables

Class org.geotools.gui.swing.tables.FeatureTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

featureTable

FeatureCollection featureTable
Deprecated. 
Holds the FeatureTable that will be represented by this model.


Package org.geotools.renderer.j2d

Class org.geotools.renderer.j2d.GeoMouseEvent extends java.awt.event.MouseEvent implements Serializable

serialVersionUID: 2151488551541106023l

Serialized Fields

context

RenderingContext context
A snapshot of the coordinate systems in use at the time this event were fired. Since all coordinate system fields are immutables, they are guarantee to be consistent with the mouse coordinates even if some MouseListener changed the renderer state. This field is read by MouseCoordinateFormat.

Class org.geotools.renderer.j2d.ImageType extends javax.media.jai.EnumeratedParameter implements Serializable

serialVersionUID: -3858397481670269518l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Uses a single instance of ImageType after deserialization. It allows client code to test enum1==enum2 instead of enum1.equals(enum2).

Throws:
java.io.ObjectStreamException - if deserialization failed.

Class org.geotools.renderer.j2d.LegendPosition extends javax.media.jai.EnumeratedParameter implements Serializable

serialVersionUID: 3829355545629152600l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Uses a single instance of LegendPosition after deserialization. It allows client code to test enum1==enum2 instead of enum1.equals(enum2).

Throws:
java.io.ObjectStreamException - if deserialization failed.

Class org.geotools.renderer.j2d.MouseCoordinateFormat extends CoordinateFormat implements Serializable

Serialized Fields

point

CoordinatePoint point
The coordinate point to format.


buffer

java.lang.StringBuffer buffer
Buffer pour l'?criture des coordonn?es.


valueVisible

boolean valueVisible
Indique si la m?thode MouseCoordinateFormat.format(org.geotools.renderer.j2d.GeoMouseEvent) doit ?crire la valeur apr?s la coordonn?e. Les valeurs sont obtenues en appelant la m?thode RenderedLayer.formatValue(...). Par d?faut, les valeurs (si elles sont disponibles) sont ?crites.

Class org.geotools.renderer.j2d.TransformedShape extends java.awt.geom.AffineTransform implements Serializable

Serialized Fields

shape

java.awt.Shape shape
The wrapped shape.


point

java.awt.geom.Point2D.Double point
A temporary point.


rectangle

java.awt.geom.Rectangle2D.Double rectangle
A temporary rectangle.


Package org.geotools.renderer.geom

Class org.geotools.renderer.geom.CompressionLevel extends javax.media.jai.EnumeratedParameter implements Serializable

serialVersionUID: -1436049145789008139l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Use a single instance of CompressionLevel after deserialization. It allow client code to test enum1==enum2 instead of enum1.equals(enum2).

Throws:
java.io.ObjectStreamException - is deserialization failed.

Class org.geotools.renderer.geom.Geometry extends java.lang.Object implements Serializable

serialVersionUID: -1274472236517648668l

Serialized Fields

userObject

java.lang.Object userObject
A user object. This is often the feature where this geometry come from, or an ID for this feature as a character string. This information is stored here in order to allow faster retrieval of the feature under the mouse cursor.


style

Style style
The resolved style for this geometry, or null if none.


ID

java.lang.String ID
A generic identifier for this geometry.

Class org.geotools.renderer.geom.GeometryCollection extends Geometry implements Serializable

serialVersionUID: -2265970934035650026l

Serialization Methods

readObject

protected void readObject(java.io.ObjectInputStream in)
                   throws java.io.IOException,
                          java.lang.ClassNotFoundException
Invoked during deserialization.


writeObject

protected void writeObject(java.io.ObjectOutputStream out)
                    throws java.io.IOException
Invoked during serialization.

Serialized Fields

value

java.lang.Comparable value
The value or name for this collection, or null if none. For isobaths, the value is the altitude as a Float object.


coordinateSystem

CoordinateSystem coordinateSystem
Coordinate system.


geometries

Geometry[] geometries
Collection of geometries making up this GeometryCollection object. Geometries will be rendered in the order they were added.


count

int count
Number of valid elements in geometries.


bounds

UnmodifiableRectangle bounds
Rectangle completely enclosing this collection. This rectangle is calculated just once and kept in an internal cache to accelerate certain checks.


frozen

boolean frozen
true if this collection has been frozen (see freeze()). Invoking a mutator method like GeometryCollection.setResolution(double) on a frozen geometry will thrown a UnmodifiableGeometryException.


resolution

Statistics resolution
The statistics about resolution, or null if none. This object is computed when first requested and cached for subsequent uses. It is also serialized if available, since it is somewhat heavy to compute.

Class org.geotools.renderer.geom.GeometryProxy extends Geometry implements Serializable

serialVersionUID: 7024656664286763717l

Serialized Fields

geometry

Geometry geometry
The wrapped geometry object.

Class org.geotools.renderer.geom.JTSGeometries extends GeometryCollection implements Serializable

serialVersionUID: 1390543865440404086l

Class org.geotools.renderer.geom.Point extends Geometry implements Serializable

Serialized Fields

coord

com.vividsolutions.jts.geom.Coordinate coord
The wrapped JTS coordinate object.


transformedPoint

float[] transformedPoint
The transformed coordinates if reprojection is needed, null if the CoordinateTransform is an indentity one.


ct

CoordinateTransformation ct
The coordinate transformation used to reproject points, if necessary. Also holds references to the original and current coordinate system.

Class org.geotools.renderer.geom.Polygon extends Polyline implements Serializable

serialVersionUID: 4862662818696526222l

Serialized Fields

name

java.lang.String name
Nom de ce polygone. Il s'agit en g?n?ral d'un nom g?ographique, par exemple "?le d'Anticosti" ou "Lac Sup?rieur". Ce champs peut ?tre nul si ce polygone ne porte pas de nom.


holes

Polyline[] holes
The holes, or null if none.

Class org.geotools.renderer.geom.Polyline extends Geometry implements Serializable

serialVersionUID: 4201362804977681771l

Serialization Methods

readObject

protected void readObject(java.io.ObjectInputStream in)
                   throws java.io.IOException,
                          java.lang.ClassNotFoundException
Invoked during deserialization.

Serialized Fields

data

LineString data
Un des maillons de la cha?ne de polylignes, ou null s'il n'y a aucune donn?e de m?moris?e.


coordinateTransform

CoordinateTransformation coordinateTransform
Transformation from coordinate system in use for data to the coordinate system of this Polyline. CoordinateTransformation.getSourceCS() absolutely must be the data coordinate system (usually fixed once for ever at construction time), whilst CoordinateTransformation.getTargetCS() is the Polyline's coordinate system, which can be changed at any time. When this polyline uses the same coordinate system as data (which is normally the case), this field will contain an identity transformation. This field can be null if data's coordinate system is unknown.


isClosed

boolean isClosed
true if this Polyline is a closed ring.


frozen

boolean frozen
true if this polyline has been frozen (see freeze()). Invoking a mutator method like Polyline.setResolution(double) on a frozen geometry will thrown a UnmodifiableGeometryException.

Class org.geotools.renderer.geom.UnmodifiableGeometryException extends java.lang.IllegalStateException implements Serializable

serialVersionUID: 3256180011529483892l


Package org.geotools.renderer.array

Class org.geotools.renderer.array.DefaultArray extends PointArray implements Serializable

serialVersionUID: 3160219929318094867l

Serialized Fields

array

float[] array
The array of (x,y) coordinates.

Class org.geotools.renderer.array.GenericArray extends PointArray implements Serializable

serialVersionUID: 3451275073963894288l

Serialized Fields

x

GenericArray.Vector x
The x and y vectors.


y

GenericArray.Vector y
The x and y vectors.


lower

int lower
Lower and upper index of valid data in x and y vectors. The range goes from lower inclusive to upper exclusive. Note: Methods #lower() and #upper() returns twice those values, because of PointArray specification.


upper

int upper
Lower and upper index of valid data in x and y vectors. The range goes from lower inclusive to upper exclusive. Note: Methods #lower() and #upper() returns twice those values, because of PointArray specification.

Class org.geotools.renderer.array.JTSArray extends PointArray implements Serializable

serialVersionUID: 5944964058006239460l

Serialized Fields

coords

com.vividsolutions.jts.geom.Coordinate[] coords
The coordinates. This is usually a reference to an internal array of LineString. Do not modify.


lower

int lower
Range of valid coordinates in #coords. This range goes from lower inclusive to upper exclusive. Note: Methods #lower() and #upper() returns twice those values, because of PointArray specification.


upper

int upper
Range of valid coordinates in #coords. This range goes from lower inclusive to upper exclusive. Note: Methods #lower() and #upper() returns twice those values, because of PointArray specification.

Class org.geotools.renderer.array.PointArray extends java.lang.Object implements Serializable

serialVersionUID: 1281113806110831086l


Package org.geotools.gui.swing.sldeditor

Class org.geotools.gui.swing.sldeditor.PreviewPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

symbolizer

Symbolizer symbolizer

symbolizers

Symbolizer[] symbolizers

lblPreview

javax.swing.JLabel lblPreview


Package org.geotools.gui.swing.sldeditor.symbolizer

Class org.geotools.gui.swing.sldeditor.symbolizer.SymbolizerChooserDialog extends javax.swing.JDialog implements Serializable

Class org.geotools.gui.swing.sldeditor.symbolizer.SymbolizerEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.symbolizer.SymbolizerListEditor extends AbstractPanelListEditor implements Serializable

Serialized Fields

featureType

FeatureType featureType


Package org.geotools.gui.swing.sldeditor.symbolizer.std

Class org.geotools.gui.swing.sldeditor.symbolizer.std.DefaultLineSymbolizerEditor extends SymbolizerEditor implements Serializable

Serialized Fields

symbolizer

LineSymbolizer symbolizer

lblGeometry

javax.swing.JLabel lblGeometry

geomChooser

GeometryChooser geomChooser

strokeEditor

StrokeEditor strokeEditor

Class org.geotools.gui.swing.sldeditor.symbolizer.std.DefaultPointSymbolizerEditor extends SymbolizerEditor implements Serializable

Serialized Fields

symbolizer

PointSymbolizer symbolizer

lblGeometry

javax.swing.JLabel lblGeometry

geomChooser

GeometryChooser geomChooser

graphicEditor

GraphicEditor graphicEditor

Class org.geotools.gui.swing.sldeditor.symbolizer.std.DefaultPolygonSymbolizerEditor extends SymbolizerEditor implements Serializable

Serialized Fields

symbolizer

PolygonSymbolizer symbolizer

lblGeometry

javax.swing.JLabel lblGeometry

geomChooser

GeometryChooser geomChooser

fillEditor

FillEditor fillEditor

strokeEditor

StrokeEditor strokeEditor

Class org.geotools.gui.swing.sldeditor.symbolizer.std.DefaultTextSymbolizerEditor extends SymbolizerEditor implements Serializable

Serialized Fields

symbolizer

TextSymbolizer symbolizer

fbeHaloFill

FillEditor fbeHaloFill

lblHaloRadius

javax.swing.JLabel lblHaloRadius

neHaloRadius

ExpressionEditor neHaloRadius

chkUseHalo

javax.swing.JCheckBox chkUseHalo

fillEditor

FillEditor fillEditor

lblFontSize

javax.swing.JLabel lblFontSize

neFontSize

ExpressionEditor neFontSize

cmbFontStyle

javax.swing.JComboBox cmbFontStyle

lblFontStyle

javax.swing.JLabel lblFontStyle

fontChooser

FontListChooser fontChooser

lblFont

javax.swing.JLabel lblFont

attributeChooser

ExpressionEditor attributeChooser

lblLabel

javax.swing.JLabel lblLabel

geomChooser

GeometryChooser geomChooser

lblGeometry

javax.swing.JLabel lblGeometry


Package org.geotools.gui.swing.sldeditor.style

Class org.geotools.gui.swing.sldeditor.style.SingleRuleEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

expertMode

boolean expertMode
Holds value of property expertMode.


rule

Rule rule

style

Style style

featureType

FeatureType featureType

tbpMain

javax.swing.JTabbedPane tbpMain

pnlMetadata

javax.swing.JPanel pnlMetadata

titleGeneral

javax.swing.JComponent titleGeneral

titleFilterScale

javax.swing.JComponent titleFilterScale

titleSymbolizers

javax.swing.JComponent titleSymbolizers

lblName

javax.swing.JLabel lblName

txtName

javax.swing.JTextField txtName

lblTitle

javax.swing.JLabel lblTitle

txtTitle

javax.swing.JTextField txtTitle

lblAbstract

javax.swing.JLabel lblAbstract

txaAbstract

javax.swing.JTextArea txaAbstract

chkFilter

javax.swing.JCheckBox chkFilter

filterEditor

FilterEditor filterEditor

chkMinScale

javax.swing.JCheckBox chkMinScale

cmbMinScale

ScaleEditor cmbMinScale

chkMaxScale

javax.swing.JCheckBox chkMaxScale

cmbMaxScale

ScaleEditor cmbMaxScale

symbolizerListEditor

SymbolizerListEditor symbolizerListEditor

Class org.geotools.gui.swing.sldeditor.style.StyleDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

minSizer

WindowMinSizer minSizer

editorChooser

StyleEditorChooser editorChooser

exitOk

boolean exitOk

Class org.geotools.gui.swing.sldeditor.style.StyleEditorChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

editorPanel

javax.swing.JPanel editorPanel

lblType

javax.swing.JLabel lblType

cmbType

javax.swing.JComboBox cmbType

styleEditor

StyleEditor styleEditor

types

java.lang.String[] types

featureSource

FeatureSource featureSource


Package org.geotools.gui.swing.sldeditor.style.full

Class org.geotools.gui.swing.sldeditor.style.full.BasicMetadataEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

metadataLabel

javax.swing.JLabel metadataLabel

lblName

javax.swing.JLabel lblName

txtName

javax.swing.JTextField txtName

lblTitle

javax.swing.JLabel lblTitle

lblAbstract

javax.swing.JLabel lblAbstract

txaAbstract

javax.swing.JTextArea txaAbstract

txtTitle

javax.swing.JTextField txtTitle

Class org.geotools.gui.swing.sldeditor.style.full.FTSMetadataEditor extends BasicMetadataEditor implements Serializable

Serialized Fields

ftEditor

FeatureTypeChooser ftEditor

lblFeatureType

javax.swing.JLabel lblFeatureType

Class org.geotools.gui.swing.sldeditor.style.full.FullStyleEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

btnCollapse

javax.swing.JButton btnCollapse

btnExpand

javax.swing.JButton btnExpand

currentObject

java.lang.Object currentObject

scpTree

javax.swing.JScrollPane scpTree

treePanel

javax.swing.JPanel treePanel

treeEditor

TreeStyleEditor treeEditor

btnMoveDown

javax.swing.JButton btnMoveDown

btnMoveUp

javax.swing.JButton btnMoveUp

btnRemove

javax.swing.JButton btnRemove

btnAdd

javax.swing.JButton btnAdd

toolbar

javax.swing.JToolBar toolbar

splitPane

javax.swing.JSplitPane splitPane

featureType

FeatureType featureType

style

Style style

Class org.geotools.gui.swing.sldeditor.style.full.RuleMetadataEditor extends BasicMetadataEditor implements Serializable

Serialized Fields

chkMinScale

javax.swing.JCheckBox chkMinScale

chkElseFilter

javax.swing.JCheckBox chkElseFilter

filterEditor

FilterEditor filterEditor

chkFilter

javax.swing.JCheckBox chkFilter

titleFilterScale

javax.swing.JLabel titleFilterScale

maxScaleEditor

ScaleEditor maxScaleEditor

chkMaxScale

javax.swing.JCheckBox chkMaxScale

minScaleEditor

ScaleEditor minScaleEditor

Class org.geotools.gui.swing.sldeditor.style.full.StyleMetadataEditor extends BasicMetadataEditor implements Serializable

Class org.geotools.gui.swing.sldeditor.style.full.TreeStyleEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

blockChangeEvents

boolean blockChangeEvents

tree

javax.swing.JTree tree

style

Style style

featureType

FeatureType featureType

model

javax.swing.tree.DefaultTreeModel model


Package org.geotools.gui.swing.sldeditor.property

Class org.geotools.gui.swing.sldeditor.property.DashArrayEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.ExpressionEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.ExternalGraphicEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.FeatureTypeChooser extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.FillEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.FilterEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.FontListChooser extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.GeometryChooser extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.GraphicEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.LabelPlacementEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.MarkEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.ScaleEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.StrokeEditor extends javax.swing.JComponent implements Serializable

Class org.geotools.gui.swing.sldeditor.property.SymbolEditor extends javax.swing.JComponent implements Serializable


Package org.geotools.gui.swing.sldeditor.property.std

Class org.geotools.gui.swing.sldeditor.property.std.DefaultColorEditor extends ExpressionEditor implements Serializable

Serialized Fields

btnColor

javax.swing.JButton btnColor

Class org.geotools.gui.swing.sldeditor.property.std.DefaultCompactFillEditor extends FillEditor implements Serializable

Serialized Fields

fillButton

org.geotools.gui.swing.sldeditor.property.std.DefaultCompactFillEditor.FillButton fillButton

styleCloner

StyleCloner styleCloner

fill

Fill fill

featureType

FeatureType featureType

Class org.geotools.gui.swing.sldeditor.property.std.DefaultDashArrayEditor extends DashArrayEditor implements Serializable

Serialized Fields

dashArray

java.util.ArrayList dashArray

dashIcon

javax.swing.Icon[] dashIcon

sample

Feature sample

cboDash

javax.swing.JComboBox cboDash

Class org.geotools.gui.swing.sldeditor.property.std.DefaultExpressionEditor extends ExpressionEditor implements Serializable

Serialized Fields

expression

Expression expression

txtExpression

javax.swing.JTextField txtExpression

lastException

java.lang.Exception lastException

lastInput

java.lang.String lastInput

btnWizard

javax.swing.JButton btnWizard

featureType

FeatureType featureType

Class org.geotools.gui.swing.sldeditor.property.std.DefaultExternalGraphicEditor extends ExternalGraphicEditor implements Serializable

Serialized Fields

externalGraphic

ExternalGraphic externalGraphic

lblUrl

javax.swing.JLabel lblUrl

lblMimeType

javax.swing.JLabel lblMimeType

txtUrl

javax.swing.JTextField txtUrl

cmbMimeType

javax.swing.JComboBox cmbMimeType

btnOpen

javax.swing.JButton btnOpen

Class org.geotools.gui.swing.sldeditor.property.std.DefaultFeatureAttributeChooser extends ExpressionEditor implements Serializable

Serialized Fields

cmbAttributes

javax.swing.JComboBox cmbAttributes

attNames

java.lang.String[] attNames

Class org.geotools.gui.swing.sldeditor.property.std.DefaultFeatureTypeChooser extends FeatureTypeChooser implements Serializable

Serialized Fields

cmbNames

javax.swing.JComboBox cmbNames

typeNames

java.lang.String[] typeNames

Class org.geotools.gui.swing.sldeditor.property.std.DefaultFillEditor extends FillEditor implements Serializable

Serialized Fields

colorEditor

ExpressionEditor colorEditor

backgroundEditor

ExpressionEditor backgroundEditor

opacityEditor

ExpressionEditor opacityEditor

lblColor

javax.swing.JLabel lblColor

lblBackground

javax.swing.JLabel lblBackground

lblOpacity

javax.swing.JLabel lblOpacity

chkFill

javax.swing.JCheckBox chkFill

chkGraphicFill

javax.swing.JCheckBox chkGraphicFill

gfillEditor

GraphicEditor gfillEditor

fill

Fill fill

isFillOptional

boolean isFillOptional

featureType

FeatureType featureType

Class org.geotools.gui.swing.sldeditor.property.std.DefaultFilterEditor extends FilterEditor implements Serializable

Serialized Fields

filter

Filter filter

txtExpression

javax.swing.JTextField txtExpression

lastException

java.lang.Exception lastException

lastInput

java.lang.String lastInput

btnWizard

javax.swing.JButton btnWizard

featureType

FeatureType featureType

Class org.geotools.gui.swing.sldeditor.property.std.DefaultFontListChooser extends FontListChooser implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField

btnChooseFonts

javax.swing.JButton btnChooseFonts

fontList

java.lang.String[] fontList

Class org.geotools.gui.swing.sldeditor.property.std.DefaultGeometryChooser extends GeometryChooser implements Serializable

Serialized Fields

type

FeatureType type

cmbGeomProperties

javax.swing.JComboBox cmbGeomProperties

hasGeometryProperties

boolean hasGeometryProperties

geomProperties

java.util.Vector geomProperties

Class org.geotools.gui.swing.sldeditor.property.std.DefaultGraphicEditor extends GraphicEditor implements Serializable

Serialized Fields

graphic

Graphic graphic

lblSize

javax.swing.JLabel lblSize

lblRotation

javax.swing.JLabel lblRotation

lblOpacity

javax.swing.JLabel lblOpacity

sizeEditor

ExpressionEditor sizeEditor

rotationEditor

ExpressionEditor rotationEditor

opacityEditor

ExpressionEditor opacityEditor

symbolEditor

SymbolEditor symbolEditor

Class org.geotools.gui.swing.sldeditor.property.std.DefaultGraphicFillEditor extends GraphicEditor implements Serializable

Serialized Fields

btnGraphic

javax.swing.JButton btnGraphic

graphic

Graphic graphic

polygonSymbolizer

boolean polygonSymbolizer

iconDimension

java.awt.Dimension iconDimension

featureType

FeatureType featureType

Class org.geotools.gui.swing.sldeditor.property.std.DefaultLabelPlacementEditor extends LabelPlacementEditor implements Serializable

Serialized Fields

labelPlacement

LabelPlacement labelPlacement

chkUseLabelPlacement

javax.swing.JCheckBox chkUseLabelPlacement

cmbPlacementType

javax.swing.JComboBox cmbPlacementType

ppEditor

DefaultPointPlacementEditor ppEditor

lpEditor

DefaultLinePlacementEditor lpEditor

Class org.geotools.gui.swing.sldeditor.property.std.DefaultLinePlacementEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

linePlacement

LinePlacement linePlacement

lblOffset

javax.swing.JLabel lblOffset

neOffset

ExpressionEditor neOffset

Class org.geotools.gui.swing.sldeditor.property.std.DefaultMarkEditor extends MarkEditor implements Serializable

Serialized Fields

mark

Mark mark

markNames

java.lang.String[] markNames

lblMarks

javax.swing.JLabel lblMarks

cmbMarks

javax.swing.JComboBox cmbMarks

fillEditor

FillEditor fillEditor

strokeEditor

StrokeEditor strokeEditor

tbpGraphicProperties

javax.swing.JTabbedPane tbpGraphicProperties

Class org.geotools.gui.swing.sldeditor.property.std.DefaultNumberEditor extends ExpressionEditor implements Serializable

Serialized Fields

spnValue

javax.swing.JSpinner spnValue

conversionFactor

double conversionFactor

valueClass

java.lang.Class valueClass

cyclic

boolean cyclic
Holds value of property cyclic.

Class org.geotools.gui.swing.sldeditor.property.std.DefaultPointPlacementEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

lblAnchorX

javax.swing.JLabel lblAnchorX

lblAnchorY

javax.swing.JLabel lblAnchorY

lblDispX

javax.swing.JLabel lblDispX

lblDispY

javax.swing.JLabel lblDispY

lblRotation

javax.swing.JLabel lblRotation

neAnchorX

ExpressionEditor neAnchorX

neAnchorY

ExpressionEditor neAnchorY

neDispX

ExpressionEditor neDispX

neDispY

ExpressionEditor neDispY

neRotation

ExpressionEditor neRotation

pointPlacement

PointPlacement pointPlacement

Class org.geotools.gui.swing.sldeditor.property.std.DefaultScaleEditor extends ScaleEditor implements Serializable

Serialized Fields

cmbScale

javax.swing.JComboBox cmbScale

Class org.geotools.gui.swing.sldeditor.property.std.DefaultScaleEditor.NumberListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class org.geotools.gui.swing.sldeditor.property.std.DefaultStrokeEditor extends StrokeEditor implements Serializable

Serialized Fields

colorEditor

ExpressionEditor colorEditor

widthEditor

ExpressionEditor widthEditor

opacityEditor

ExpressionEditor opacityEditor

capEditor

StringListEditor capEditor

joinEditor

StringListEditor joinEditor

gfillEditor

GraphicEditor gfillEditor

gstrokeEditor

GraphicEditor gstrokeEditor

tabbedPane

javax.swing.JTabbedPane tabbedPane

lblColor

javax.swing.JLabel lblColor

lblOpacity

javax.swing.JLabel lblOpacity

lblWidth

javax.swing.JLabel lblWidth

lblCap

javax.swing.JLabel lblCap

lblJoin

javax.swing.JLabel lblJoin

lblDash

javax.swing.JLabel lblDash

lblDashOffset

javax.swing.JLabel lblDashOffset

lblGraphicFill

javax.swing.JLabel lblGraphicFill

lblGraphicStroke

javax.swing.JLabel lblGraphicStroke

chkStroke

javax.swing.JCheckBox chkStroke

chkDash

javax.swing.JCheckBox chkDash

chkGraphicFill

javax.swing.JCheckBox chkGraphicFill

chkGraphicStroke

javax.swing.JCheckBox chkGraphicStroke

dashEditor

DashArrayEditor dashEditor

dashOffsetEditor

ExpressionEditor dashOffsetEditor

stroke

Stroke stroke

Class org.geotools.gui.swing.sldeditor.property.std.DefaultSymbolEditor extends SymbolEditor implements Serializable

Serialized Fields

symbol

Symbol symbol

lblSymbolType

javax.swing.JLabel lblSymbolType

cmbSymbolType

javax.swing.JComboBox cmbSymbolType

markEditor

MarkEditor markEditor

egxEditor

ExternalGraphicEditor egxEditor

Class org.geotools.gui.swing.sldeditor.property.std.ExpressionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

lastException

java.lang.Object lastException

lastInput

java.lang.String lastInput

contentPanel

javax.swing.JPanel contentPanel

editingPanel

javax.swing.JPanel editingPanel

commandPanel

javax.swing.JPanel commandPanel

btnOk

javax.swing.JButton btnOk

btnCancel

javax.swing.JButton btnCancel

txaExpression

javax.swing.JTextArea txaExpression

lblOperators

javax.swing.JLabel lblOperators

lblAttributes

javax.swing.JLabel lblAttributes

cmbOperators

javax.swing.JComboBox cmbOperators

cmbAttributes

javax.swing.JComboBox cmbAttributes

featureType

FeatureType featureType

exitOk

boolean exitOk

Class org.geotools.gui.swing.sldeditor.property.std.ExpressionEditorWrapper extends ExpressionEditor implements Serializable

Serialized Fields

expressionEditor

DefaultExpressionEditor expressionEditor

simpleEditor

ExpressionEditor simpleEditor

currentEditor

ExpressionEditor currentEditor

btnChoose

javax.swing.JToggleButton btnChoose

expertMode

boolean expertMode

Class org.geotools.gui.swing.sldeditor.property.std.FillDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

fillEditor

FillEditor fillEditor

featureType

FeatureType featureType

exitOk

boolean exitOk


Package org.geotools.gui.swing.sldeditor.util

Class org.geotools.gui.swing.sldeditor.util.AbstractPanelListEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

tbpPanels

javax.swing.JTabbedPane tbpPanels

toolbar

javax.swing.JToolBar toolbar

btnAddPanel

javax.swing.JButton btnAddPanel

btnRemovePanel

javax.swing.JButton btnRemovePanel

btnMoveUpPanel

javax.swing.JButton btnMoveUpPanel

btnMoveDownPanel

javax.swing.JButton btnMoveDownPanel

allowZeroPanels

boolean allowZeroPanels

Class org.geotools.gui.swing.sldeditor.util.StringListEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

combo

javax.swing.JComboBox combo


Package org.geotools.gui.swing.legend

Class org.geotools.gui.swing.legend.LegendLayerNodeInfo extends LegendNodeInfo implements Serializable

Serialized Fields

selected

boolean selected
is this note selected


layer

MapLayer layer
if the note is a layer, if it is null, this is a root node

Class org.geotools.gui.swing.legend.LegendNodeInfo extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Class org.geotools.gui.swing.legend.LegendRootNodeInfo extends LegendNodeInfo implements Serializable

Serialized Fields

selected

boolean selected
is this note selected


context

MapContext context
if the note is root node, then this object will get a context

Class org.geotools.gui.swing.legend.LegendRuleNodeInfo extends LegendNodeInfo implements Serializable

Serialized Fields

icon

javax.swing.Icon icon

rule

Rule rule

sample

Feature sample

Class org.geotools.gui.swing.legend.LegendTreeCellNameEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

value

java.lang.Object value
userObject from a LegendTreeCell


textField

javax.swing.JTextField textField
The editor for editing name of cell or the title of the legend note


clickCountToStart

int clickCountToStart
how many clicks needs to start editing


legend

Legend legend
parent legend

Class org.geotools.gui.swing.legend.LegendTreeLayerCellRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree
Last tree the renderer was painted in.


legendNoteCheckBox

javax.swing.JCheckBox legendNoteCheckBox
if the note is a layer


treeNoteIconJLabel

javax.swing.JLabel treeNoteIconJLabel

renderChild

javax.swing.JComponent[] renderChild
a array reference to the components on the panel convenient for setting the same attribute

Class org.geotools.gui.swing.legend.LegendTreeRuleCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable


Package org.geotools.demo.export.gui

Class org.geotools.demo.export.gui.ExportWizzard extends javax.swing.JFrame implements Serializable

Serialized Fields

prevButton

javax.swing.JButton prevButton
DOCUMENT ME!


nextButton

javax.swing.JButton nextButton
DOCUMENT ME!


finishButton

javax.swing.JButton finishButton
DOCUMENT ME!


closeButton

javax.swing.JButton closeButton
DOCUMENT ME!


cardsPanel

javax.swing.JPanel cardsPanel
DOCUMENT ME!


helpArea

javax.swing.JTextArea helpArea
DOCUMENT ME!


cardList

java.util.List cardList
DOCUMENT ME!


Package org.geotools.data.geometryless.wrapper

Class org.geotools.data.geometryless.wrapper.PGConnectionPool extends org.postgresql.jdbc2.optional.ConnectionPool implements Serializable

Serialized Fields

_nativePool

javax.sql.ConnectionPoolDataSource _nativePool

_dbURL

java.lang.String _dbURL
Creates configuration-driven JDBC driver class.


_username

java.lang.String _username

_password

java.lang.String _password


Package org.geotools.gce.geotiff

Class org.geotools.gce.geotiff.GeoTiffException extends java.io.IOException implements Serializable

Serialized Fields

metadata

GeoTiffIIOMetadataAdapter metadata

geoKeys

GeoTiffIIOMetadataAdapter.GeoKeyRecord[] geoKeys


Package org.geotools.data.vpf.exc

Class org.geotools.data.vpf.exc.VPFDataException extends java.io.IOException implements Serializable

Class org.geotools.data.vpf.exc.VPFDataFormatException extends java.lang.RuntimeException implements Serializable

Class org.geotools.data.vpf.exc.VPFHeaderFormatException extends VPFDataException implements Serializable

Class org.geotools.data.vpf.exc.VPFRowDataException extends VPFDataException implements Serializable


Package org.geotools.data.vpf.io

Class org.geotools.data.vpf.io.RowField extends java.lang.Number implements Serializable

Serialized Fields

value

java.lang.Object value
Describe variable value here.


type

char type
Describe variable type here.

Class org.geotools.data.vpf.io.TripletId extends java.lang.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 org.geotools.data.vpf.util.EdgeData extends java.util.HashMap implements Serializable

Class org.geotools.data.vpf.util.PointData extends java.util.HashMap implements Serializable


Package org.geotools.data.wfs

Class org.geotools.data.wfs.WFSSchemaFactory.WFSRootHandler extends RootHandler implements Serializable

Serialized Fields

se

org.geotools.data.wfs.WFSSchemaFactory.ServiceExceptionReportHandler se


Package org.geotools.data.arcsde

Class org.geotools.data.arcsde.GeometryBuildingException extends java.lang.Exception implements Serializable

Class org.geotools.data.arcsde.UnavailableConnectionException extends java.lang.Exception implements Serializable


Package org.geotools.data.wms.gce

Class org.geotools.data.wms.gce.WMSParameterValue extends Parameter implements Serializable

Serialized Fields

value

java.lang.Object value

descriptor

DefaultParameterDescriptor descriptor


Package org.geotools.data.db2

Class org.geotools.data.db2.DB2NullFIDMapper extends NullFIDMapper implements Serializable

Serialized Fields

currentFID

int currentFID


Package org.geotools.data.geomedia.attributeio

Class org.geotools.data.geomedia.attributeio.GeoMediaGeometryTypeNotKnownException extends java.lang.Exception implements Serializable

Class org.geotools.data.geomedia.attributeio.GeoMediaUnsupportedGeometryTypeException extends java.lang.Exception implements Serializable


Package org.geotools.data.hsql.fidmapper

Class org.geotools.data.hsql.fidmapper.HsqlFIDMapper extends AbstractFIDMapper implements Serializable

serialVersionUID: 1l

Serialized Fields

featureTypeName

java.lang.String featureTypeName

wrappedMapper

FIDMapper wrappedMapper



Copyright © GeoTools. All Rights Reserved.