|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.esri.sde.sdk.client |
---|
Class com.esri.sde.sdk.client.SeDoesNotExistException extends SeException implements Serializable |
---|
Class com.esri.sde.sdk.client.SeException extends java.lang.Exception implements Serializable |
---|
Package com.esri.sde.sdk.pe |
---|
Class com.esri.sde.sdk.pe.PeProjectionException extends java.lang.Throwable implements Serializable |
---|
Package net.opengis.ows11 |
---|
Class net.opengis.ows11.RangeClosureType extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable |
---|
Package net.opengis.wfs |
---|
Class net.opengis.wfs.AllSomeType extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable |
---|
Class net.opengis.wfs.IdentifierGenerationOptionType extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable |
---|
Class net.opengis.wfs.OperationType extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable |
---|
Class net.opengis.wfs.ResultTypeType extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable |
---|
Package net.opengis.wps10 |
---|
Class net.opengis.wps10.MethodType extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable |
---|
Package org.geotools.arcsde |
---|
Class org.geotools.arcsde.ArcSdeException extends java.io.IOException implements Serializable |
---|
serialVersionUID: -1392514883217797825L
Package org.geotools.arcsde.filter |
---|
Class org.geotools.arcsde.filter.GeometryEncoderException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: -8926292317791976269L
Package org.geotools.arcsde.session |
---|
Class org.geotools.arcsde.session.UnavailableConnectionException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: -7964603239735118491L
Package org.geotools.caching |
---|
Class org.geotools.caching.CacheOversizedException extends FeatureCacheException implements Serializable |
---|
serialVersionUID: 3498526657089279151L
Package org.geotools.caching.featurecache |
---|
Class org.geotools.caching.featurecache.FeatureCacheException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: 5016587341837058296L
Package org.geotools.caching.grid.spatialindex |
---|
Class org.geotools.caching.grid.spatialindex.GridData extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2435341100521921266L
Serialization Methods |
---|
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.geotools.caching.grid.spatialindex.GridNode extends java.lang.Object implements Serializable |
---|
serialVersionUID: 7786313461725794946L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
java.io.IOException
Serialized Fields |
---|
java.util.HashSet<E> data
Class org.geotools.caching.grid.spatialindex.GridRootNode extends GridNode implements Serializable |
---|
serialVersionUID: 4675163856302389522L
Serialized Fields |
---|
double tiles_size
int[] tiles_number
java.util.ArrayList<E> children
int childrenCapacity
Package org.geotools.caching.spatialindex |
---|
Class org.geotools.caching.spatialindex.NodeIdentifier extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
java.io.IOException
Serialized Fields |
---|
boolean valid
Class org.geotools.caching.spatialindex.Region extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2627615073834425697L
Serialized Fields |
---|
double[] m_pLow
double[] m_pHigh
int hashCode
Class org.geotools.caching.spatialindex.RegionNodeIdentifier extends NodeIdentifier implements Serializable |
---|
serialVersionUID: 6630434291791608926L
Serialized Fields |
---|
Region shape
Package org.geotools.coverage |
---|
Class org.geotools.coverage.AbstractCoverage extends javax.media.jai.PropertySourceImpl implements Serializable |
---|
serialVersionUID: -2989320942499746295L
Serialized Fields |
---|
org.opengis.util.InternationalString name
null
if none.
org.opengis.referencing.crs.CoordinateReferenceSystem crs
null
if there is none.
Class org.geotools.coverage.AbstractCoverage.Renderable extends javax.media.jai.PropertySourceImpl implements Serializable |
---|
serialVersionUID: -6661389795161502552L
Serialized Fields |
---|
java.awt.geom.Rectangle2D bounds
int xAxis
int yAxis
GeneralDirectPosition coordinate
y
ordinates will be ignored, since they will vary for each pixel
to be evaluated. Other ordinates, if any, should be set to a fixed value. For example a
coverage may be three-dimensional, where the third dimension is the time axis. In such
case, coordinate.ord[2]
should be set to the point in time where to evaluate the
coverage. By default, all ordinates are initialized to 0. Subclasses should set the
desired values in their constructor if needed.
Class org.geotools.coverage.Category extends java.lang.Object implements Serializable |
---|
serialVersionUID: 6215962897884256696L
Serialized Fields |
---|
org.opengis.util.InternationalString name
double minimum
minimum
to maximum
inclusive.
If this category is an instance of GeophysicsCategory
,
then this field is the minimal geophysics value in this category.
For qualitative categories, the geophysics value is one of NaN
values.
double maximum
minimum
to maximum
inclusive.
If this category is an instance of GeophysicsCategory
,
then this field is the maximal geophysics value in this category.
For qualitative categories, the geophysics value is one of NaN
values.
NumberRange<T extends java.lang.Number & java.lang.Comparable<? super T>> range
[minimum..maximum]
.
May be computed only when first requested, or may be
user-supplied (which is why it must be serialized).
org.opengis.referencing.operation.MathTransform1D transform
null
).
If this category is an instance of GeophysicsCategory
, then this transform is
the inverse (as computed by MathTransform1D.inverse()
), except for qualitative
categories. Since Category.getSampleToGeophysics()
returns null
for qualitative
categories, this difference is not visible to the user.
GridSampleDimension.getScale()
,
GridSampleDimension.getOffset()
Category inverse
GeophysicsCategory
. If this category is already an
instance of GeophysicsCategory
, then inverse
is a reference
to the Category
object that own it.
int[] ARGB
Class org.geotools.coverage.CoverageStack extends AbstractCoverage implements Serializable |
---|
serialVersionUID: -7100201963376146053L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields |
---|
CoverageStack.Element[] elements
CoverageStack
.
org.opengis.coverage.SampleDimension[] sampleDimensions
null
if unknown.
int numSampleDimensions
CoverageStack.sampleDimensions
is null.
GeneralEnvelope envelope
CoverageStack.getEnvelope(org.opengis.referencing.crs.CoordinateReferenceSystem, org.geotools.coverage.CoverageStack.Element[])
int zDimension
org.opengis.referencing.crs.CoordinateReferenceSystem zCRS
null
if unknown.
boolean interpolationEnabled
true
if interpolations are allowed.
double lagTolerance
evaluate(...)
methods will returns NaN for z values in this hole.
IIOListeners listeners
Class org.geotools.coverage.GridSampleDimension extends java.lang.Object implements Serializable |
---|
serialVersionUID: 6026936545776852758L
Serialized Fields |
---|
GridSampleDimension inverse
CategoryList.inverse
.
This object is constructed and returned by GridSampleDimension.geophysics(boolean)
. Constructed when first
needed, but serialized anyway because it may be a user-supplied object.
org.geotools.coverage.CategoryList categories
null
if this sample
dimension has no category. This field is read by SampleTranscoder
only.
boolean isGeophysics
true
if all categories in this sample dimension have been already scaled
to geophysics ranges. If true
, then the GridSampleDimension.getSampleToGeophysics()
method should returns an identity transform. Note that the opposite do not always hold:
an identity transform doesn't means that all categories are geophysics. For example,
some qualitative categories may map to some values differents than NaN
.
Assertions:
isGeophysics
== categories.isGeophysics(true)
.isGeophysics
!= categories.isGeophysics(false)
, except
if categories.geophysics(true) == categories.geophysics(false)
boolean hasQualitative
true
if this sample dimension has at least one qualitative category. An arbitrary
number of qualitative categories is allowed, providing their sample value ranges do not
overlap. A sample dimension can have both qualitative and quantitative categories.
boolean hasQuantitative
true
if this sample dimension has at least one quantitative category.
An arbitrary number of quantitative categories is allowed, providing their sample
value ranges do not overlap.
If sampleToGeophysics
is non-null, then hasQuantitative
must be true. However, the opposite do not hold in all cases: a
true
value doesn't means that sampleToGeophysics
should be non-null.
org.opengis.referencing.operation.MathTransform1D sampleToGeophysics
sampleToGeophysics
transform used by every
quantitative Category
, or null
. This field may be null for two reasons:
sampleToGeophysics
transform.GridSampleDimension.getOffset()
and GridSampleDimension.getScale()
. The
GridSampleDimension.getSampleToGeophysics()
method may also returns directly this
value in some conditions.
org.opengis.util.InternationalString description
Class org.geotools.coverage.OrdinateOutsideCoverageException extends org.opengis.coverage.PointOutsideCoverageException implements Serializable |
---|
serialVersionUID: -4718948524305632185L
Serialized Fields |
---|
int dimension
org.opengis.geometry.Envelope envelope
null
if unknown.
Class org.geotools.coverage.SpatioTemporalCoverage3D extends AbstractCoverage implements Serializable |
---|
Serialized Fields |
---|
org.opengis.coverage.Coverage coverage
DefaultTemporalCRS temporalCRS
DefaultTemporalCRS.toDate(double)
and DefaultTemporalCRS.toValue(java.util.Date)
methods.
int temporalDimension
int xDimension
int yDimension
GeneralDirectPosition coordinate
evaluate(...)
methods.
This object is cached and reused for performance purpose. However,
this caching sacrifies SpatioTemporalCoverage3D
thread safety.
Class org.geotools.coverage.TransformedCoverage extends AbstractCoverage implements Serializable |
---|
Serialized Fields |
---|
org.opengis.coverage.Coverage coverage
org.opengis.referencing.operation.MathTransform toWrapped
GeneralDirectPosition position
Package org.geotools.coverage.grid |
---|
Class org.geotools.coverage.grid.AbstractGridCoverage extends AbstractCoverage implements Serializable |
---|
serialVersionUID: 6476934258101450793L
Class org.geotools.coverage.grid.Calculator2D extends GridCoverage2D implements Serializable |
---|
serialVersionUID: -6287856672249003253L
Serialized Fields |
---|
GridCoverage2D source
null
).
AbstractGridCoverage.getSources()(0)
except if this coverage has been deserialized. The source is required in order to get
the GridCoverage2D.view(org.geotools.coverage.grid.ViewType)
method to work. Because the image
contained in the source is the same one than in this Calculator2D
, there is
few cost in keeping it.Class org.geotools.coverage.grid.GeneralGridCoordinates extends java.lang.Object implements Serializable |
---|
serialVersionUID: 8146318677770695383L
Serialized Fields |
---|
int[] coordinates
Class org.geotools.coverage.grid.GeneralGridCoordinates.Immutable extends GeneralGridCoordinates implements Serializable |
---|
serialVersionUID: -7723383411061425866L
Class org.geotools.coverage.grid.GeneralGridEnvelope extends java.lang.Object implements Serializable |
---|
serialVersionUID: -1695224412095031712L
Serialized Fields |
---|
int[] index
Class org.geotools.coverage.grid.GeneralGridGeometry extends java.lang.Object implements Serializable |
---|
serialVersionUID: 124700383873732132L
Serialized Fields |
---|
org.opengis.coverage.grid.GridEnvelope gridRange
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.
RenderedImage.getMinX()
,
RenderedImage.getMinY()
,
RenderedImage.getWidth()
,
RenderedImage.getHeight()
GeneralEnvelope envelope
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.
org.opengis.referencing.operation.MathTransform gridToCRS
null
if none.
This math transform maps pixel center
to "real world" coordinate using the following line:
gridToCRS.transform(pixels, point);
org.opengis.referencing.operation.MathTransform cornerToCRS
GeneralGridGeometry.gridToCRS
but from pixel corner
instead of center. Will be computed only when first needed. Serialized because it may
be a value specified explicitly at construction time, in which case it can be more
accurate than a computed value.
Class org.geotools.coverage.grid.GridCoordinates2D extends java.awt.Point implements Serializable |
---|
serialVersionUID: -4583333545268906740L
Class org.geotools.coverage.grid.GridCoverage2D extends AbstractGridCoverage implements Serializable |
---|
serialVersionUID: 667472989475027853L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
PlanarImage
from the SerializableRenderedImage
after deserialization.
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
Serialized Fields |
---|
java.awt.image.RenderedImage serializedImage
SerializableRenderedImage
.
This image will be created only when first needed during serialization.
GridGeometry2D gridGeometry
GridSampleDimension[] sampleDimensions
The content of this array should never be modified.
Class org.geotools.coverage.grid.GridCoverage2D.Renderable extends AbstractCoverage.Renderable implements Serializable |
---|
serialVersionUID: 4544636336787905450L
Class org.geotools.coverage.grid.GridEnvelope2D extends java.awt.Rectangle implements Serializable |
---|
serialVersionUID: -3370515914148690059L
Class org.geotools.coverage.grid.GridGeometry2D extends GeneralGridGeometry implements Serializable |
---|
serialVersionUID: -3989363771504614419L
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs2D
GridGeometry2D.getCoordinateReferenceSystem2D()
int gridDimensionX
GridGeometry2D.gridDimensionX
) and row (GridGeometry2D.gridDimensionY
) ordinates
in a grid point. They are the index of the first two dimensions with a span greater than 1 in the grid range.
Their values are usually 0 and 1 respectively.
It is garanteed that GridGeometry2D.gridDimensionX
< GridGeometry2D.gridDimensionY
.
int gridDimensionY
GridGeometry2D.gridDimensionX
) and row (GridGeometry2D.gridDimensionY
) ordinates
in a grid point. They are the index of the first two dimensions with a span greater than 1 in the grid range.
Their values are usually 0 and 1 respectively.
It is garanteed that GridGeometry2D.gridDimensionX
< GridGeometry2D.gridDimensionY
.
int axisDimensionX
GridGeometry2D.gridDimensionX
, GridGeometry2D.gridDimensionY
) dimensions in the envelope space.
They are index of (x, y) ordinates in a direct position after the
grid to CRS transform.
There is no garantee that GridGeometry2D.gridDimensionX
maps to GridGeometry2D.axisDimensionX
and
GridGeometry2D.gridDimensionY
maps to GridGeometry2D.axisDimensionY
, since axis may be interchanged.
It is garanteed that GridGeometry2D.axisDimensionX
< GridGeometry2D.axisDimensionY
.
int axisDimensionY
GridGeometry2D.gridDimensionX
, GridGeometry2D.gridDimensionY
) dimensions in the envelope space.
They are index of (x, y) ordinates in a direct position after the
grid to CRS transform.
There is no garantee that GridGeometry2D.gridDimensionX
maps to GridGeometry2D.axisDimensionX
and
GridGeometry2D.gridDimensionY
maps to GridGeometry2D.axisDimensionY
, since axis may be interchanged.
It is garanteed that GridGeometry2D.axisDimensionX
< GridGeometry2D.axisDimensionY
.
org.opengis.referencing.operation.MathTransform2D gridToCRS2D
gridToCRS
.
Is null
if and only if GeneralGridGeometry.gridToCRS
is null.
org.opengis.referencing.operation.MathTransform2D gridFromCRS2D
gridToCRS2D
.
Is null
if and only if GridGeometry2D.gridToCRS2D
is null.
org.opengis.referencing.operation.MathTransform2D cornerToCRS2D
GridGeometry2D.gridToCRS2D
cached in the PixelOrientation.UPPER_LEFT
case.
This field is serialized because it may be user-provided, in which case it is
likely to be more accurate than what we would compute. If null
, will
be computed when first needed.
Class org.geotools.coverage.grid.ImageGeometry extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1985363181119389264L
Serialized Fields |
---|
GridEnvelope2D gridRange
AffineTransform2D gridToCRS
Class org.geotools.coverage.grid.Interpolator2D extends Calculator2D implements Serializable |
---|
serialVersionUID: 9028980295030908004L
Serialized Fields |
---|
org.opengis.referencing.operation.MathTransform2D toGrid
javax.media.jai.Interpolation interpolation
Interpolator2D fallback
null
if there
is no fallback. By convention, this
means that interpolation should fallback
on super.evaluate(...)
(i.e. nearest neighbor).
int xmin
Interpolation
's padding.
int ymin
Interpolation
's padding.
int xmax
Interpolation
's padding.
int ymax
Interpolation
's padding.
int top
int left
java.awt.Rectangle bounds
RectIterFactory
.
javax.media.jai.BorderExtender borderExtender
BorderExtender
for this Interpolator2D
instance .
Class org.geotools.coverage.grid.InvalidGridGeometryException extends java.lang.IllegalStateException implements Serializable |
---|
serialVersionUID: -7386283388753448743L
Package org.geotools.coverage.grid.io.imageio.geotiff |
---|
Class org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffException extends java.io.IOException implements Serializable |
---|
serialVersionUID: 1008533682021487024L
Serialized Fields |
---|
GeoTiffIIOMetadataDecoder metadata
GeoKeyEntry[] geoKeys
Package org.geotools.coverage.io |
---|
Class org.geotools.coverage.io.AmbiguousMetadataException extends MetadataException implements Serializable |
---|
serialVersionUID: 9024148330467307209L
Class org.geotools.coverage.io.MetadataException extends javax.imageio.IIOException implements Serializable |
---|
serialVersionUID: -3146379152278866037L
Serialized Fields |
---|
TextMetadataParser.Key key
null
if none.
java.lang.String alias
null
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 |
---|
org.opengis.parameter.ParameterDescriptorGroup descriptor
Class org.geotools.coverage.processing.AbstractStatisticsOperationJAI extends OperationJAI implements Serializable |
---|
serialVersionUID: 6830028735162290160L
Class org.geotools.coverage.processing.BaseScaleOperationJAI extends OperationJAI implements Serializable |
---|
serialVersionUID: 1L
Class org.geotools.coverage.processing.BilevelOperation extends OperationJAI implements Serializable |
---|
serialVersionUID: 8975871552152978976L
Class org.geotools.coverage.processing.CannotCropException extends CoverageProcessingException implements Serializable |
---|
serialVersionUID: -4382377333378224973L
Class org.geotools.coverage.processing.CannotReprojectException extends CoverageProcessingException implements Serializable |
---|
serialVersionUID: -8145425848361056027L
Class org.geotools.coverage.processing.CannotScaleException extends CoverageProcessingException implements Serializable |
---|
serialVersionUID: 8644771885589352455L
Class org.geotools.coverage.processing.ColorMap extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1688030908496323012L
Serialized Fields |
---|
java.util.Map<K,V> colorMap
String
objects.
Values may be Color
singletons or Color[]
arrays.
The ColorMap.ANY_QUANTITATIVE_CATEGORY
key is replaced by null
in
order to avoid confusion with user-specified category with the exact name.
java.util.Map<K,V> colorRanges
NumberRange
instances
if the range is relative, or MeasurementRange
if the range is geophysics.
The ColorMap.ANY_QUANTITATIVE_CATEGORY
key is replaced by null
in
order to avoid confusion with user-specified category with the exact name.
boolean resetUnspecifiedColors
true
, the ARGB values corresponding to any category
not specified in this color map will be reset to the color specified
by the category. The default value is false
.
Class org.geotools.coverage.processing.CoverageProcessingException extends java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: -2199436135615396946L
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 |
---|
javax.media.jai.OperationDescriptor operation
Class org.geotools.coverage.processing.RangeSpecifier extends java.lang.Object implements Serializable |
---|
serialVersionUID: 8436500582161136302L
Serialized Fields |
---|
NumberRange<T extends java.lang.Number & java.lang.Comparable<? super T>> range
null
if none.
org.opengis.referencing.operation.MathTransform1D transform
null
if none.
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> unit
null
if none.
java.awt.Color[] colors
null
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.Convolve extends OperationJAI implements Serializable |
---|
serialVersionUID: -8324284100732653109L
Class org.geotools.coverage.processing.operation.Crop extends Operation2D implements Serializable |
---|
serialVersionUID: 4466072819239413456L
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.Extrema extends AbstractStatisticsOperationJAI implements Serializable |
---|
serialVersionUID: 7731039381590398047L
Class org.geotools.coverage.processing.operation.FilteredSubsample extends BaseScaleOperationJAI implements Serializable |
---|
serialVersionUID: 652535074064952517L
Class org.geotools.coverage.processing.operation.GradientMagnitude extends OperationJAI implements Serializable |
---|
serialVersionUID: -1514713427236924048L
Class org.geotools.coverage.processing.operation.Histogram extends AbstractStatisticsOperationJAI implements Serializable |
---|
serialVersionUID: -4256576399698278701L
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.MaxFilter extends OperationJAI implements Serializable |
---|
serialVersionUID: 3368109980974496342L
Class org.geotools.coverage.processing.operation.MedianFilter extends OperationJAI implements Serializable |
---|
serialVersionUID: -8604321975842276962L
Class org.geotools.coverage.processing.operation.MinFilter extends OperationJAI implements Serializable |
---|
serialVersionUID: -45487721305059086L
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.Recolor extends org.geotools.coverage.processing.operation.IndexColorOperation implements Serializable |
---|
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.Scale extends BaseScaleOperationJAI implements Serializable |
---|
serialVersionUID: -3212656385631097713L
Class org.geotools.coverage.processing.operation.SelectSampleDimension extends Operation2D implements Serializable |
---|
serialVersionUID: 6889502343896409135L
Class org.geotools.coverage.processing.operation.SubsampleAverage extends BaseScaleOperationJAI implements Serializable |
---|
serialVersionUID: 1L
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.data |
---|
Class org.geotools.data.BatchFeatureEvent extends FeatureEvent implements Serializable |
---|
serialVersionUID: 3154238322369916486L
Serialized Fields |
---|
WeakHashSet<E> fids
Class org.geotools.data.DataSourceException extends java.io.IOException implements Serializable |
---|
serialVersionUID: -602847953059978370L
Class org.geotools.data.DefaultServiceInfo extends java.lang.Object implements Serializable |
---|
serialVersionUID: 7975308744804800859L
Serialized Fields |
---|
java.lang.String description
java.util.Set<E> keywords
java.net.URI publisher
java.net.URI schema
java.lang.String title
java.net.URI source
Class org.geotools.data.FeatureEvent extends java.util.EventObject implements Serializable |
---|
serialVersionUID: 3154238322369916485L
Serialized Fields |
---|
FeatureEvent.Type type
ReferencedEnvelope bounds
This value is allowed to by null
if this information is not
known.
FeatureSource<T extends org.opengis.feature.type.FeatureType,F extends org.opengis.feature.Feature> featureSource
Please note when several FeatureSources are operating on different Transactions this value will not always line up with original FeatureSource represented by Event.getSource().
org.opengis.filter.Filter filter
This is often an Id filter.
Class org.geotools.data.FeatureLockException extends java.io.IOException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String featureID
Class org.geotools.data.SampleDataAccessFeatureCollection extends java.util.ArrayList<org.opengis.feature.Feature> implements Serializable |
---|
Class org.geotools.data.SchemaNotFoundException extends java.io.IOException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String typeName
Package org.geotools.data.complex |
---|
Class org.geotools.data.complex.AppSchemaDataAccessRegistry extends DataAccessRegistry implements Serializable |
---|
serialVersionUID: -373404928035022963L
Class org.geotools.data.complex.DataAccessRegistry extends java.util.ArrayList<DataAccess<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature>> implements Serializable |
---|
serialVersionUID: 1999179819283985526L
Package org.geotools.data.complex.config |
---|
Class org.geotools.data.complex.config.AppSchemaDataAccessDTO extends java.lang.Object implements Serializable |
---|
serialVersionUID: -8649884546130644668L
Serialized Fields |
---|
java.lang.String baseSchemasUrl
AppSchemaDataAccessDTO.targetSchemasUris
java.util.Map<K,V> namespaces
java.util.List<E> sourceDataStores
java.util.Set<E> typeMappings
java.util.List<E> targetSchemasUris
AppSchemaDataAccessDTO.baseSchemasUrl
java.util.List<E> includes
java.lang.String oasisCatalogUri
Class org.geotools.data.complex.config.AttributeMapping extends java.lang.Object implements Serializable |
---|
serialVersionUID: 3624951889528331592L
Serialized Fields |
---|
java.lang.String targetAttributePath
java.lang.String inputAttributePath
java.lang.String identifierPath
java.lang.String sourceExpression
At this stage, the expression must be a valid OpenGIS Common Query Language expression.
java.lang.String label
java.lang.String parentLabel
java.lang.String targetQueryString
java.lang.String instancePath
java.lang.String linkElement
java.lang.String linkField
java.lang.String identifierExpression
At this stage, the expression must be a valid OpenGIS Common Query Language expression.
java.lang.String targetAttributeSchemaElement
null
if its fully addressable by the FeatureType.
for example, the target FeatureType may define a property as GeometryAttributeType, but the actual instance should be PointPropertyType.
boolean isMultiple
true
, indicates that one instance of this attribute mapping must be
created for every repeating group of attributes. In other words, indicates wether this
attribute corresponds to a multivalued or a single valued attribute.
java.util.Map<K,V> clientProperties
for example: srsName/strConcat("#bh.", BGS_ID)
Class org.geotools.data.complex.config.SourceDataStore extends java.lang.Object implements Serializable |
---|
serialVersionUID: 8540617713675342340L
Serialized Fields |
---|
java.lang.String id
java.util.Map<K,V> params
boolean isDataAccess
Class org.geotools.data.complex.config.TypeMapping extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1444252634598922057L
Serialized Fields |
---|
java.lang.String sourceDataStore
java.lang.String sourceTypeName
java.lang.String itemXpath
boolean isXmlDataStore
java.lang.String targetElementName
java.util.List<E> attributeMappings
java.lang.String mappingName
Package org.geotools.data.complex.filter |
---|
Class org.geotools.data.complex.filter.XPath.StepList extends CheckedArrayList<XPath.Step> implements Serializable |
---|
serialVersionUID: -5612786286175355862L
Package org.geotools.data.jdbc |
---|
Class org.geotools.data.jdbc.FilterToSQLException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: -2394509611777950167L
Package org.geotools.data.jdbc.fidmapper |
---|
Class org.geotools.data.jdbc.fidmapper.AbstractFIDMapper extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
boolean[] autoIncrement
int[] colDecimalDigits
java.lang.String[] colNames
int[] colSizes
int[] colTypes
java.lang.String tableName
java.lang.String tableSchemaName
boolean returnFIDColumnsAsAttributes
Class org.geotools.data.jdbc.fidmapper.AutoIncrementFIDMapper extends AbstractFIDMapper implements Serializable |
---|
serialVersionUID: 1L
Class org.geotools.data.jdbc.fidmapper.BasicFIDMapper extends AbstractFIDMapper implements Serializable |
---|
serialVersionUID: 1L
Class org.geotools.data.jdbc.fidmapper.MaxIncFIDMapper extends AbstractFIDMapper implements Serializable |
---|
serialVersionUID: 5719859796485477701L
Class org.geotools.data.jdbc.fidmapper.MultiColumnFIDMapper extends AbstractFIDMapper implements Serializable |
---|
serialVersionUID: 1L
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 |
---|
java.lang.String featureTypeName
FIDMapper wrappedMapper
Package org.geotools.data.oracle.sdo |
---|
Class org.geotools.data.oracle.sdo.TT.GeomClasses extends java.util.HashMap implements Serializable |
---|
serialVersionUID: -3359664692996608331L
Package org.geotools.data.postgis.fidmapper |
---|
Class org.geotools.data.postgis.fidmapper.OIDFidMapper extends AbstractFIDMapper implements Serializable |
---|
serialVersionUID: 3257569520561763632L
Class org.geotools.data.postgis.fidmapper.PostGISAutoIncrementFIDMapper extends AutoIncrementFIDMapper implements Serializable |
---|
serialVersionUID: -6082930630426171079L
Serialized Fields |
---|
boolean can_usepg_get_serial_sequence
boolean hasSerialSequence
java.lang.String sequenceName
Class org.geotools.data.postgis.fidmapper.UUIDFIDMapper extends AbstractFIDMapper implements Serializable |
---|
Package org.geotools.data.shapefile.dbf |
---|
Class org.geotools.data.shapefile.dbf.DbaseFileException extends DataSourceException implements Serializable |
---|
serialVersionUID: -6890880438911014652L
Package org.geotools.data.shapefile.shp |
---|
Class org.geotools.data.shapefile.shp.ShapefileException extends DataSourceException implements Serializable |
---|
serialVersionUID: -6523799964553991364L
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 |
---|
java.lang.Object value
value
here.
char type
type
here.
Class org.geotools.data.vpf.io.TripletId extends java.lang.Number implements Serializable |
---|
Serialized Fields |
---|
byte[] rawData
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.protocol.wfs |
---|
Class org.geotools.data.wfs.protocol.wfs.WFSException extends java.io.IOException implements Serializable |
---|
Serialized Fields |
---|
java.lang.StringBuilder msg
Package org.geotools.data.wfs.v1_0_0 |
---|
Class org.geotools.data.wfs.v1_0_0.WFSSchemaFactory.WFSRootHandler extends RootHandler implements Serializable |
---|
Serialized Fields |
---|
org.geotools.data.wfs.v1_0_0.WFSSchemaFactory.ServiceExceptionReportHandler se
Package org.geotools.demo |
---|
Class org.geotools.demo.QueryLab extends javax.swing.JFrame implements Serializable |
---|
Serialized Fields |
---|
DataStore dataStore
javax.swing.JComboBox featureTypeCBox
javax.swing.JTable table
javax.swing.JTextField text
Class org.geotools.demo.WMSLab extends javax.swing.JFrame implements Serializable |
---|
Class org.geotools.demo.WMSLab2 extends javax.swing.JFrame implements Serializable |
---|
serialVersionUID: -3039255518595806472L
Serialized Fields |
---|
WebMapServer wms
org.geotools.demo.WMSLab2.CoveragePanel panel
java.awt.Image image
javax.swing.JList layers
javax.swing.JButton getMapButton
javax.swing.JComboBox styleCombo
java.util.Map<K,V> styles
Layer selectedLayer
javax.swing.DefaultComboBoxModel availableStyles
Package org.geotools.demo.swing |
---|
Class org.geotools.demo.swing.FlyingSaucer extends JMapPane implements Serializable |
---|
Serialized Fields |
---|
double movementDistance
int xdir
int ydir
ReferencedEnvelope spriteEnv
java.awt.image.Raster spriteBackground
boolean firstDisplay
javax.swing.Timer animationTimer
Class org.geotools.demo.swing.JExampleWizard extends JWizard implements Serializable |
---|
serialVersionUID: 2103905729508952829L
Serialized Fields |
---|
java.lang.Double x
java.lang.Double y
JPage page1
JPage page2
Class org.geotools.demo.swing.ShapefileViewer extends JMapFrame implements Serializable |
---|
Serialized Fields |
---|
DefaultRepository repository
MapContext context
java.lang.String title
java.io.File cwd
Package org.geotools.factory |
---|
Class org.geotools.factory.FactoryNotFoundException extends FactoryRegistryException implements Serializable |
---|
serialVersionUID: 7555229653402417318L
Class org.geotools.factory.FactoryRegistryException extends java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: 8483095037433886648L
Class org.geotools.factory.RecursiveSearchException extends FactoryRegistryException implements Serializable |
---|
serialVersionUID: -2028654588882874110L
Package org.geotools.feature |
---|
Class org.geotools.feature.CollectionEvent extends java.util.EventObject implements Serializable |
---|
serialVersionUID: -1864190177730929948L
Serialized Fields |
---|
int type
org.opengis.feature.simple.SimpleFeature[] features
Class org.geotools.feature.IllegalAttributeException extends org.opengis.feature.IllegalAttributeException implements Serializable |
---|
Class org.geotools.feature.NameImpl extends java.lang.Object implements Serializable |
---|
serialVersionUID: 4564070184645559899L
Serialized Fields |
---|
java.lang.String namespace
java.lang.String local
java.lang.String separator
Class org.geotools.feature.SchemaException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: 5453903672192802976L
Package org.geotools.feature.xpath |
---|
Class org.geotools.feature.xpath.AttributeNodePointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable |
---|
serialVersionUID: -5637103253645991273L
Serialized Fields |
---|
org.apache.commons.jxpath.ri.QName name
org.opengis.feature.Attribute feature
Package org.geotools.filter |
---|
Class org.geotools.filter.FilterFactoryCreationException 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 |
---|
serialVersionUID: -2394509611777950167L
Package org.geotools.filter.text.cql2 |
---|
Class org.geotools.filter.text.cql2.CQLException extends org.geotools.filter.text.generated.parsers.ParseException implements Serializable |
---|
serialVersionUID: 8873756073711225699L
Serialized Fields |
---|
java.lang.Throwable cause
java.lang.String cqlSource
IToken currentToken
Package org.geotools.gce.geotiff |
---|
Class org.geotools.gce.geotiff.GeoTiffException extends java.io.IOException implements Serializable |
---|
serialVersionUID: 1008533682021487024L
Serialized Fields |
---|
GeoTiffIIOMetadataDecoder metadata
GeoKeyEntry[] geoKeys
Package org.geotools.geometry |
---|
Class org.geotools.geometry.DirectPosition1D extends AbstractDirectPosition implements Serializable |
---|
serialVersionUID: 3235094562875693710L
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs
double ordinate
Class org.geotools.geometry.DirectPosition2D extends java.awt.geom.Point2D.Double implements Serializable |
---|
serialVersionUID: 835130287438466996L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs
Class org.geotools.geometry.Envelope2D extends java.awt.geom.Rectangle2D.Double implements Serializable |
---|
serialVersionUID: -3319231220761419350L
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs
null
.
Class org.geotools.geometry.GeneralDirectPosition extends AbstractDirectPosition implements Serializable |
---|
serialVersionUID: 9071833698385715524L
Serialized Fields |
---|
double[] ordinates
org.opengis.referencing.crs.CoordinateReferenceSystem crs
null
.
Class org.geotools.geometry.GeneralEnvelope extends AbstractEnvelope implements Serializable |
---|
serialVersionUID: 1752330560227688940L
Serialized Fields |
---|
double[] ordinates
Consider this reference as final; it is modified by GeneralEnvelope.clone()
only.
org.opengis.referencing.crs.CoordinateReferenceSystem crs
null
.
Class org.geotools.geometry.TransformedDirectPosition extends GeneralDirectPosition implements Serializable |
---|
serialVersionUID: -3988283183934950437L
Serialized Fields |
---|
org.opengis.referencing.operation.CoordinateOperationFactory factory
org.opengis.referencing.crs.CoordinateReferenceSystem defaultCRS
TransformedDirectPosition.transform(org.opengis.geometry.DirectPosition)
with
a position without associated CoordinateReferenceSystem
. May be null
if the default CRS is assumed equals to this
position CRS.
Package org.geotools.geometry.iso |
---|
Class org.geotools.geometry.iso.PositionFactoryImpl extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
org.opengis.geometry.Precision precision
org.opengis.referencing.crs.CoordinateReferenceSystem crs
java.util.Map<K,V> hintsWeCareAbout
Class org.geotools.geometry.iso.PrecisionModel extends java.lang.Object implements Serializable |
---|
serialVersionUID: 7777263578777803835L
Serialized Fields |
---|
org.opengis.geometry.PrecisionType modelType
double scale
Class org.geotools.geometry.iso.UnsupportedDimensionException extends java.lang.Exception implements Serializable |
---|
Package org.geotools.geometry.iso.aggregate |
---|
Class org.geotools.geometry.iso.aggregate.AggregateImpl extends GeometryImpl implements Serializable |
---|
Serialized Fields |
---|
java.util.Set<E> elements
Class org.geotools.geometry.iso.aggregate.MultiCurveImpl extends MultiPrimitiveImpl implements Serializable |
---|
serialVersionUID: 4330751150560384300L
Class org.geotools.geometry.iso.aggregate.MultiPointImpl extends MultiPrimitiveImpl implements Serializable |
---|
serialVersionUID: -1251341764107281100L
Class org.geotools.geometry.iso.aggregate.MultiPrimitiveImpl extends AggregateImpl implements Serializable |
---|
serialVersionUID: -8667095513075575773L
Class org.geotools.geometry.iso.aggregate.MultiSurfaceImpl extends MultiPrimitiveImpl implements Serializable |
---|
serialVersionUID: -8409899769039201012L
Package org.geotools.geometry.iso.complex |
---|
Class org.geotools.geometry.iso.complex.ComplexBoundaryImpl extends BoundaryImpl implements Serializable |
---|
Class org.geotools.geometry.iso.complex.ComplexImpl extends GeometryImpl implements Serializable |
---|
Serialized Fields |
---|
java.util.Set<E> subComplex
java.util.Set<E> superComplex
java.util.List<E> elements
Class org.geotools.geometry.iso.complex.CompositeCurveImpl extends CompositeImpl<OrientableCurveImpl> implements Serializable |
---|
serialVersionUID: -5774107742557426260L
Serialized Fields |
---|
EnvelopeImpl envelope
Class org.geotools.geometry.iso.complex.CompositeImpl extends ComplexImpl implements Serializable |
---|
Class org.geotools.geometry.iso.complex.CompositePointImpl extends CompositeImpl<PointImpl> implements Serializable |
---|
serialVersionUID: 3391515492110694489L
Class org.geotools.geometry.iso.complex.CompositeSolidImpl extends CompositeImpl<SolidImpl> implements Serializable |
---|
serialVersionUID: -1998244006251493858L
Class org.geotools.geometry.iso.complex.CompositeSurfaceImpl extends CompositeImpl<OrientableSurfaceImpl> implements Serializable |
---|
serialVersionUID: 1764508224739439610L
Package org.geotools.geometry.iso.coordinate |
---|
Class org.geotools.geometry.iso.coordinate.CurveSegmentImpl extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
double startParam
double endParam
org.opengis.geometry.primitive.CurveInterpolation interpolation
CurveImpl curve
Class org.geotools.geometry.iso.coordinate.DirectPositionImpl extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2327211794986364062L
Serialized Fields |
---|
double[] coordinate
org.opengis.referencing.crs.CoordinateReferenceSystem crs
Class org.geotools.geometry.iso.coordinate.DoublePointArray extends java.util.AbstractList<org.opengis.geometry.coordinate.Position> implements Serializable |
---|
serialVersionUID: 1250362674574138318L
Serialized Fields |
---|
double[] array
int start
int end
org.opengis.referencing.crs.CoordinateReferenceSystem crs
Class org.geotools.geometry.iso.coordinate.EnvelopeImpl extends java.lang.Object implements Serializable |
---|
serialVersionUID: -6397319034308589090L
Serialized Fields |
---|
org.opengis.geometry.DirectPosition pMin
org.opengis.geometry.DirectPosition pMax
org.opengis.geometry.PositionFactory factory
Class org.geotools.geometry.iso.coordinate.LineSegmentImpl extends LineStringImpl implements Serializable |
---|
Class org.geotools.geometry.iso.coordinate.LineStringImpl extends CurveSegmentImpl implements Serializable |
---|
serialVersionUID: -4463400288452707656L
Serialized Fields |
---|
PointArrayImpl controlPoints
EnvelopeImpl envelope
Class org.geotools.geometry.iso.coordinate.ParamForPointImpl extends java.util.ArrayList<java.lang.Double> implements Serializable |
---|
serialVersionUID: -1875728979337736219L
Serialized Fields |
---|
org.opengis.geometry.coordinate.GenericCurve genericCurve
Class org.geotools.geometry.iso.coordinate.PointArrayImpl extends java.util.ArrayList<org.opengis.geometry.coordinate.Position> implements Serializable |
---|
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs
Class org.geotools.geometry.iso.coordinate.PolygonImpl extends SurfacePatchImpl implements Serializable |
---|
Serialized Fields |
---|
SurfaceImpl spanningSurface
EnvelopeImpl envelope
Class org.geotools.geometry.iso.coordinate.PolyhedralSurfaceImpl extends SurfaceImpl implements Serializable |
---|
Class org.geotools.geometry.iso.coordinate.PositionImpl extends java.lang.Object implements Serializable |
---|
serialVersionUID: -1588536548235183389L
Serialized Fields |
---|
java.lang.Object position
Class org.geotools.geometry.iso.coordinate.SurfacePatchImpl extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
org.opengis.geometry.primitive.SurfaceInterpolation interpolation
int numDerivativesOnBoundary
SurfaceImpl surface
SurfaceBoundaryImpl boundary
Class org.geotools.geometry.iso.coordinate.TinImpl extends TriangulatedSurfaceImpl implements Serializable |
---|
Serialized Fields |
---|
java.util.ArrayList<E> stopLines
java.util.ArrayList<E> breakLines
double maxLength
double minLength
java.util.ArrayList<E> controlPoint
java.util.ArrayList<E> front
Class org.geotools.geometry.iso.coordinate.TriangleImpl extends PolygonImpl implements Serializable |
---|
Serialized Fields |
---|
org.opengis.geometry.coordinate.TriangulatedSurface triangulatedSurface
PositionImpl corner0
PositionImpl corner1
PositionImpl corner2
Class org.geotools.geometry.iso.coordinate.TriangulatedSurfaceImpl extends PolyhedralSurfaceImpl implements Serializable |
---|
Package org.geotools.geometry.iso.io.wkt |
---|
Class org.geotools.geometry.iso.io.wkt.Coordinate extends java.lang.Object implements Serializable |
---|
serialVersionUID: 6683108902428366910L
Serialized Fields |
---|
double x
double y
double z
Class org.geotools.geometry.iso.io.wkt.ParseException extends java.lang.Exception implements Serializable |
---|
Package org.geotools.geometry.iso.primitive |
---|
Class org.geotools.geometry.iso.primitive.BoundaryImpl extends ComplexImpl implements Serializable |
---|
Class org.geotools.geometry.iso.primitive.CurveBoundaryImpl extends PrimitiveBoundaryImpl implements Serializable |
---|
serialVersionUID: -3093563492516992268L
Serialized Fields |
---|
org.opengis.geometry.primitive.Point startPoint
org.opengis.geometry.primitive.Point endPoint
Class org.geotools.geometry.iso.primitive.CurveImpl extends OrientableCurveImpl implements Serializable |
---|
serialVersionUID: -9117646009629975742L
Serialized Fields |
---|
java.util.List<E> curveSegments
EnvelopeImpl envelope
CurveBoundaryImpl boundary
Class org.geotools.geometry.iso.primitive.CurveProxy extends OrientableCurveProxy implements Serializable |
---|
Class org.geotools.geometry.iso.primitive.OrientableCurveImpl extends OrientablePrimitiveImpl implements Serializable |
---|
Class org.geotools.geometry.iso.primitive.OrientableCurveProxy extends OrientablePrimitiveProxy implements Serializable |
---|
Class org.geotools.geometry.iso.primitive.OrientablePrimitiveImpl extends PrimitiveImpl implements Serializable |
---|
Serialized Fields |
---|
org.opengis.geometry.primitive.OrientablePrimitive proxy
Class org.geotools.geometry.iso.primitive.OrientablePrimitiveProxy extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
PrimitiveImpl primitive
Class org.geotools.geometry.iso.primitive.OrientableSurfaceImpl extends OrientablePrimitiveImpl implements Serializable |
---|
Class org.geotools.geometry.iso.primitive.PointImpl extends PrimitiveImpl implements Serializable |
---|
serialVersionUID: -1750949790172649244L
Serialized Fields |
---|
DirectPositionImpl position
Class org.geotools.geometry.iso.primitive.PrimitiveBoundaryImpl extends BoundaryImpl implements Serializable |
---|
Class org.geotools.geometry.iso.primitive.PrimitiveFactoryImpl extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs
org.opengis.geometry.PositionFactory positionFactory
java.lang.Boolean geomValidate
java.util.Map<K,V> hintsWeCareAbout
Class org.geotools.geometry.iso.primitive.PrimitiveImpl extends GeometryImpl implements Serializable |
---|
Serialized Fields |
---|
java.util.Set<E> containedPrimitive
java.util.Set<E> containingPrimitive
java.util.Set<E> complex
Class org.geotools.geometry.iso.primitive.RingImpl extends RingImplUnsafe implements Serializable |
---|
Serialized Fields |
---|
SurfaceBoundaryImpl surfaceBoundary
Class org.geotools.geometry.iso.primitive.RingImplUnsafe extends CompositeCurveImpl implements Serializable |
---|
Serialized Fields |
---|
SurfaceBoundaryImpl surfaceBoundary
Class org.geotools.geometry.iso.primitive.ShellImpl extends CompositeSurfaceImpl implements Serializable |
---|
Class org.geotools.geometry.iso.primitive.SolidBoundaryImpl extends PrimitiveBoundaryImpl implements Serializable |
---|
serialVersionUID: 113485181749545137L
Serialized Fields |
---|
ShellImpl exterior
java.util.ArrayList<E> interior
Class org.geotools.geometry.iso.primitive.SolidImpl extends PrimitiveImpl implements Serializable |
---|
serialVersionUID: 9203406429631890989L
Serialized Fields |
---|
org.opengis.geometry.Envelope envelope
Class org.geotools.geometry.iso.primitive.SurfaceBoundaryImpl extends PrimitiveBoundaryImpl implements Serializable |
---|
serialVersionUID: -1357747117053853492L
Serialized Fields |
---|
org.opengis.geometry.primitive.Ring exterior
java.util.List<E> interior
Class org.geotools.geometry.iso.primitive.SurfaceImpl extends OrientableSurfaceImpl implements Serializable |
---|
serialVersionUID: 2431540523002962079L
Serialized Fields |
---|
java.util.ArrayList<E> patch
org.opengis.geometry.primitive.SurfaceBoundary boundary
org.opengis.geometry.Envelope envelope
Package org.geotools.geometry.iso.root |
---|
Class org.geotools.geometry.iso.root.GeometryImpl extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
boolean mutable
org.opengis.referencing.crs.CoordinateReferenceSystem crs
org.opengis.geometry.Precision percision
Package org.geotools.geometry.iso.topograph2D |
---|
Class org.geotools.geometry.iso.topograph2D.Coordinate extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
double x
double y
double z
Class org.geotools.geometry.iso.topograph2D.CoordinateList extends java.util.ArrayList implements Serializable |
---|
Class org.geotools.geometry.iso.topograph2D.Envelope extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
double minx
double maxx
double miny
double maxy
Class org.geotools.geometry.iso.topograph2D.TopologyException extends java.lang.RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Coordinate pt
Package org.geotools.geometry.iso.util |
---|
Class org.geotools.geometry.iso.util.AssertionFailedException extends java.lang.RuntimeException implements Serializable |
---|
Package org.geotools.geometry.iso.util.algorithm2D |
---|
Class org.geotools.geometry.iso.util.algorithm2D.NotRepresentableException extends java.lang.Exception implements Serializable |
---|
Package org.geotools.geometry.iso.util.elem2D |
---|
Class org.geotools.geometry.iso.util.elem2D.Node2D extends java.awt.geom.Point2D.Double implements Serializable |
---|
Serialized Fields |
---|
int id
java.lang.Object link
java.lang.Object object
Package org.geotools.geometry.iso.util.topology |
---|
Class org.geotools.geometry.iso.util.topology.BdryNode2D extends BRepNode2D implements Serializable |
---|
Class org.geotools.geometry.iso.util.topology.BRepNode2D extends java.awt.geom.Point2D.Double implements Serializable |
---|
Serialized Fields |
---|
java.util.LinkedList<E> edges
java.lang.Object value
Package org.geotools.geometry.jts |
---|
Class org.geotools.geometry.jts.ReferencedEnvelope extends com.vividsolutions.jts.geom.Envelope implements Serializable |
---|
serialVersionUID: -3188702602373537163L
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs
null
.
Class org.geotools.geometry.jts.TransformedShape extends java.awt.geom.AffineTransform implements Serializable |
---|
Serialized Fields |
---|
java.awt.Shape shape
java.awt.geom.Point2D.Double point
java.awt.geom.Rectangle2D.Double rectangle
Package org.geotools.geometry.jts.spatialschema.geometry |
---|
Class org.geotools.geometry.jts.spatialschema.geometry.BoundaryImpl extends ComplexImpl implements Serializable |
---|
Class org.geotools.geometry.jts.spatialschema.geometry.DirectPosition1D extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs
double ordinate
Class org.geotools.geometry.jts.spatialschema.geometry.DirectPosition2D extends java.awt.geom.Point2D.Double implements Serializable |
---|
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs
Class org.geotools.geometry.jts.spatialschema.geometry.DirectPositionImpl extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
double[] ordinates
ordinates
.
org.opengis.referencing.crs.CoordinateReferenceSystem crs
crs
.
Class org.geotools.geometry.jts.spatialschema.geometry.GeometryImpl extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
boolean mutable
org.opengis.referencing.crs.CoordinateReferenceSystem coordinateReferenceSystem
com.vividsolutions.jts.geom.Geometry jtsPeer
JTSGeometry parent
org.opengis.geometry.Precision precision
Class org.geotools.geometry.jts.spatialschema.geometry.NotifyingArrayList extends java.util.ArrayList<T> implements Serializable |
---|
Serialized Fields |
---|
JTSGeometry parent
Package org.geotools.geometry.jts.spatialschema.geometry.aggregate |
---|
Class org.geotools.geometry.jts.spatialschema.geometry.aggregate.AggregateImpl extends GeometryImpl implements Serializable |
---|
Serialized Fields |
---|
java.util.Set<E> elements
Class org.geotools.geometry.jts.spatialschema.geometry.aggregate.MultiPointImpl extends AggregateImpl implements Serializable |
---|
Package org.geotools.geometry.jts.spatialschema.geometry.complex |
---|
Class org.geotools.geometry.jts.spatialschema.geometry.complex.ComplexBoundaryImpl extends BoundaryImpl implements Serializable |
---|
Class org.geotools.geometry.jts.spatialschema.geometry.complex.ComplexImpl extends GeometryImpl implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> elements
java.util.Set<E> setViewOfElements
java.util.Set<E> subComplexes
Class org.geotools.geometry.jts.spatialschema.geometry.complex.CompositeCurveImpl extends CompositeImpl implements Serializable |
---|
Serialized Fields |
---|
org.opengis.geometry.complex.CompositeCurve parent
Class org.geotools.geometry.jts.spatialschema.geometry.complex.CompositeImpl extends ComplexImpl implements Serializable |
---|
Class org.geotools.geometry.jts.spatialschema.geometry.complex.CompositeSurfaceImpl extends CompositeImpl implements Serializable |
---|
Package org.geotools.geometry.jts.spatialschema.geometry.geometry |
---|
Class org.geotools.geometry.jts.spatialschema.geometry.geometry.PointArrayImpl extends NotifyingArrayList<org.opengis.geometry.coordinate.Position> implements Serializable |
---|
serialVersionUID: -9202900942004287122L
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs
Package org.geotools.geometry.jts.spatialschema.geometry.primitive |
---|
Class org.geotools.geometry.jts.spatialschema.geometry.primitive.CurveBoundaryImpl extends PrimitiveBoundaryImpl implements Serializable |
---|
Serialized Fields |
---|
org.opengis.geometry.primitive.Point startPoint
org.opengis.geometry.primitive.Point endPoint
java.util.Set<E> pointSet
Class org.geotools.geometry.jts.spatialschema.geometry.primitive.CurveImpl extends GeometryImpl implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> curveSegments
Class org.geotools.geometry.jts.spatialschema.geometry.primitive.PointImpl extends GeometryImpl implements Serializable |
---|
Serialized Fields |
---|
org.opengis.geometry.DirectPosition position
Class org.geotools.geometry.jts.spatialschema.geometry.primitive.PolyhedralSurfaceImpl extends GeometryImpl implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> patches
Class org.geotools.geometry.jts.spatialschema.geometry.primitive.PrimitiveBoundaryImpl extends BoundaryImpl implements Serializable |
---|
Class org.geotools.geometry.jts.spatialschema.geometry.primitive.RingImpl extends CompositeCurveImpl implements Serializable |
---|
Class org.geotools.geometry.jts.spatialschema.geometry.primitive.SurfaceBoundaryImpl extends PrimitiveBoundaryImpl implements Serializable |
---|
serialVersionUID: 8658623156496260842L
Serialized Fields |
---|
org.opengis.geometry.primitive.Ring exterior
java.util.List<E> interior
Class org.geotools.geometry.jts.spatialschema.geometry.primitive.SurfaceImpl extends GeometryImpl implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> patches
Package org.geotools.gml |
---|
Class org.geotools.gml.GMLException extends java.lang.Exception implements Serializable |
---|
Package org.geotools.gml3 |
---|
Class org.geotools.gml3.Curve extends com.vividsolutions.jts.geom.MultiLineString implements Serializable |
---|
Class org.geotools.gml3.MultiCurve extends com.vividsolutions.jts.geom.GeometryCollection implements Serializable |
---|
Class org.geotools.gml3.MultiSurface extends com.vividsolutions.jts.geom.MultiPolygon implements Serializable |
---|
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 |
---|
java.util.List<E> m_edges
Package org.geotools.graph.structure.basic |
---|
Class org.geotools.graph.structure.basic.BasicDirectedEdge extends BasicGraphable implements Serializable |
---|
Serialized Fields |
---|
DirectedNode m_in
DirectedNode m_out
Class org.geotools.graph.structure.basic.BasicDirectedGraph extends BasicGraph implements Serializable |
---|
Class org.geotools.graph.structure.basic.BasicDirectedNode extends BasicGraphable implements Serializable |
---|
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
Class org.geotools.graph.structure.basic.BasicEdge extends BasicGraphable implements Serializable |
---|
Serialized Fields |
---|
Node m_nodeA
Node m_nodeB
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 |
---|
java.lang.Object m_obj
boolean m_visited
int m_nvisited
int m_id
Class org.geotools.graph.structure.basic.BasicNode extends BasicGraphable implements Serializable |
---|
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
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 |
---|
double m_x
double m_y
Class org.geotools.graph.structure.line.OptXYNode extends OptNode implements Serializable |
---|
Serialized Fields |
---|
double m_x
double m_y
Package org.geotools.graph.structure.opt |
---|
Class org.geotools.graph.structure.opt.OptDirectedEdge extends OptGraphable implements Serializable |
---|
Serialized Fields |
---|
OptDirectedNode m_in
OptDirectedNode m_out
Class org.geotools.graph.structure.opt.OptDirectedNode extends OptGraphable implements Serializable |
---|
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
java.lang.ClassNotFoundException
Class org.geotools.graph.structure.opt.OptEdge extends OptGraphable implements Serializable |
---|
Serialized Fields |
---|
OptNode m_nodeA
OptNode m_nodeB
Class org.geotools.graph.structure.opt.OptGraphable extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
boolean m_visited
byte m_count
Class org.geotools.graph.structure.opt.OptNode extends OptGraphable implements Serializable |
---|
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields |
---|
Edge[] m_edges
Package org.geotools.graph.util |
---|
Class org.geotools.graph.util.IndexedStack extends java.util.Stack implements Serializable |
---|
Serialized Fields |
---|
java.util.HashMap<K,V> m_index
Class org.geotools.graph.util.MultiMap extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.Map<K,V> m_map
java.lang.Class<T> m_collectionClass
Class org.geotools.graph.util.ParseErrorHandler extends org.xml.sax.helpers.DefaultHandler implements Serializable |
---|
Serialized Fields |
---|
java.util.ArrayList<E> m_parseErrors
Class org.geotools.graph.util.SimpleFileFilter extends javax.swing.filechooser.FileFilter implements Serializable |
---|
Serialized Fields |
---|
java.lang.String m_ext
java.lang.String m_desc
Package org.geotools.graph.util.delaunay |
---|
Class org.geotools.graph.util.delaunay.DelaunayEdge extends BasicEdge implements Serializable |
---|
Serialized Fields |
---|
Triangle faceA
Triangle faceB
Class org.geotools.graph.util.delaunay.DelaunayNode extends BasicXYNode implements Serializable |
---|
Serialized Fields |
---|
org.opengis.feature.simple.SimpleFeature feature
Class org.geotools.graph.util.delaunay.GraphViewer extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
Graph graph
java.util.Collection<E> nodes
double minX
double minY
int xScaling
int yScaling
int xOffset
int yOffset
boolean colorEdges
java.awt.Color[] nodeColors
java.util.Vector<E> shortEdges
java.util.Vector<E> longEdges
java.util.Vector<E> otherEdges
Package org.geotools.image |
---|
Class org.geotools.image.ImageDimension extends java.awt.Dimension implements Serializable |
---|
serialVersionUID: -4349573462196081362L
Serialized Fields |
---|
int numBands
int dataType
Package org.geotools.image.io |
---|
Class org.geotools.image.io.IIOListeners extends java.lang.Object implements Serializable |
---|
serialVersionUID: 6944397966242054247L
Serialized Fields |
---|
javax.swing.event.EventListenerList listeners
Package org.geotools.image.io.metadata |
---|
Class org.geotools.image.io.metadata.Identification extends java.lang.Object implements Serializable |
---|
serialVersionUID: 7439545624472885445L
Serialized Fields |
---|
java.lang.String name
null
if none.
java.lang.String type
null
if none.
Package org.geotools.image.io.mosaic |
---|
Class org.geotools.image.io.mosaic.LargeTile extends Tile implements Serializable |
---|
serialVersionUID: -390809968753673788L
Serialized Fields |
---|
int width
int height
Class org.geotools.image.io.mosaic.Tile extends java.lang.Object implements Serializable |
---|
serialVersionUID: -5417183834232374962L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
IIORegistry
. The search is performed by classname.
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
Serialized Fields |
---|
java.lang.Object input
ImageReader.getInput()
instead.
short imageIndex
& MASK
).
short xSubsampling
Values are stored as unsigned shorts (i.e. must be used with & MASK
).
This field should be considered as final. It is not final only because
RegionCalculator
may computes its value automatically.
short ySubsampling
Values are stored as unsigned shorts (i.e. must be used with & MASK
).
This field should be considered as final. It is not final only because
RegionCalculator
may computes its value automatically.
int x
Tile.translate(int, int)
before an instance is made public.
int y
Tile.translate(int, int)
before an instance is made public.
short width
int
with
s & MASK
. We assume that the [0 .. 65535]
range is suffisient
on the basis that tiles need to be reasonably small for being useful. Furthermore
tiles are usually square and an image of size 32767×32767 reachs the limit
of Java Image I/O library anyway, since image area must hold in an int
.
short height
int
with
s & MASK
. We assume that the [0 .. 65535]
range is suffisient
on the basis that tiles need to be reasonably small for being useful. Furthermore
tiles are usually square and an image of size 32767×32767 reachs the limit
of Java Image I/O library anyway, since image area must hold in an int
.
java.awt.geom.AffineTransform gridToCRS
RegionCalculator
in order to compute
the region for this tile. This field is set to null
when
RegionCalculator
's work is in progress, and set to a new value on completion.
Note: RegionCalculator
really needs a new instance for each tile.
No caching allowed before RegionCalculator
processing. Caching allowed
after RegionCalculator
processing.
Class org.geotools.image.io.mosaic.TileManager extends java.lang.Object implements Serializable |
---|
serialVersionUID: -7645850962821189968L
Serialized Fields |
---|
ImageGeometry geometry
TileManagerFactory
when this information is available.
Package org.geotools.image.io.text |
---|
Class org.geotools.image.io.text.TextMetadataParser.Key extends java.lang.Object implements Serializable |
---|
serialVersionUID: -6197070349689520675L
Serialized Fields |
---|
java.lang.String name
java.lang.String key
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.palette |
---|
Class org.geotools.image.palette.ColorInversionDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable |
---|
serialVersionUID: -8859576263333814317L
Class org.geotools.image.palette.ColorReductionDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable |
---|
serialVersionUID: -8931287738914712392L
Package org.geotools.index |
---|
Class org.geotools.index.LockTimeoutException extends java.lang.Exception implements Serializable |
---|
Class org.geotools.index.TreeException extends java.io.IOException implements Serializable |
---|
serialVersionUID: 1988241322009839486L
Class org.geotools.index.UnsupportedFilterException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: 3292904738782996000L
Package org.geotools.index.quadtree |
---|
Class org.geotools.index.quadtree.StoreException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: -3356954193373344773L
Package org.geotools.io |
---|
Class org.geotools.io.ContentFormatException extends java.io.IOException implements Serializable |
---|
serialVersionUID: 6152194019351374599L
Class org.geotools.io.LineFormat extends java.text.Format implements Serializable |
---|
serialVersionUID: 1663380990689494113L
Serialized Fields |
---|
int count
LineFormat.data
array. This is the number of data
found last time LineFormat.setLine(String)
has been invoked.
java.lang.Object[] data
LineFormat.setLine(String)
has been invoked.
Those data are returned by methods like LineFormat.getValues(float[])
.
java.text.Format[] format
data[4]
will be parsed with format[4]
. If
the LineFormat.data
array is longer than LineFormat.format
, then the last format is
reused for all remaining columns.
java.text.ParsePosition position
ParsePosition
used for specifying the substring to parse.
int[] limits
index[0]
contains the index of the first character read for data[0]
, etc.
This array length must be equals to LineFormat.data.length + 1
. The
last element will be the line length.
java.lang.String line
LineFormat.setLine(String)
.
Package org.geotools.map.event |
---|
Class org.geotools.map.event.MapBoundsEvent extends java.util.EventObject implements Serializable |
---|
Serialized Fields |
---|
int type
ReferencedEnvelope oldAreaOfInterest
ReferencedEnvelope newAreaOfInterest
Class org.geotools.map.event.MapLayerEvent extends java.util.EventObject implements Serializable |
---|
Serialized Fields |
---|
int reason
Class org.geotools.map.event.MapLayerListEvent extends java.util.EventObject implements Serializable |
---|
Serialized Fields |
---|
MapLayer layer
int fromIndex
int toIndex
MapLayerEvent mapLayerEvent
Package org.geotools.math |
---|
Class org.geotools.math.Complex extends java.lang.Object implements Serializable |
---|
serialVersionUID: -8143196508298758583L
Serialized Fields |
---|
double real
double imag
Class org.geotools.math.Fraction extends java.lang.Number implements Serializable |
---|
serialVersionUID: -4501644254763471216L
Serialized Fields |
---|
int numerator
int denominator
Class org.geotools.math.Line extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2185952238314399110L
Serialized Fields |
---|
double slope
double y0
double x0
Class org.geotools.math.Plane extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2956201711131316723L
Serialized Fields |
---|
double c
double cx
double cy
Class org.geotools.math.Polynom extends java.lang.Object implements Serializable |
---|
serialVersionUID: 6825019711186108990L
Serialized Fields |
---|
double[] c
Class org.geotools.math.Statistics extends java.lang.Object implements Serializable |
---|
serialVersionUID: -22884277805533726L
Serialized Fields |
---|
double min
Statistics.add(double)
. Lors de la construction, ce
champs est initialisé à NaN.
double max
Statistics.add(double)
. Lors de la construction, ce
champs est initialisé à NaN.
double sum
Statistics.add(double)
. Lors de la construction,
ce champs est initialisé à 0.
double sum2
Statistics.add(double)
. Lors
de la construction, ce champs est initialisé à 0.
int n
Statistics.add(double)
. Lors de la construction,
ce champs est initialisé à 0.
int nNaN
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 |
---|
Statistics delta
double last
add
method as
a double
, or NaN
if none.
long lastAsLong
add
method as a long
, or 0 if none.
Package org.geotools.measure |
---|
Class org.geotools.measure.Angle extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1158747349433104534L
Serialized Fields |
---|
double theta
Class org.geotools.measure.AngleFormat extends java.text.Format implements Serializable |
---|
serialVersionUID: 4320403817210439764L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields |
---|
int width0
widthDecimal
indique la largeur fixe
que doit avoir la partie décimale. Il s'appliquera au
dernier champs non-zero dans width0..2
.
int width1
widthDecimal
indique la largeur fixe
que doit avoir la partie décimale. Il s'appliquera au
dernier champs non-zero dans width0..2
.
int width2
widthDecimal
indique la largeur fixe
que doit avoir la partie décimale. Il s'appliquera au
dernier champs non-zero dans width0..2
.
int widthDecimal
widthDecimal
indique la largeur fixe
que doit avoir la partie décimale. Il s'appliquera au
dernier champs non-zero dans width0..2
.
java.lang.String prefix
prefix
) et à la
suite des degrés, minutes et secondes (suffix0..2
).
Ces champs doivent être null
s'il n'y a rien à insérer.
java.lang.String suffix0
prefix
) et à la
suite des degrés, minutes et secondes (suffix0..2
).
Ces champs doivent être null
s'il n'y a rien à insérer.
java.lang.String suffix1
prefix
) et à la
suite des degrés, minutes et secondes (suffix0..2
).
Ces champs doivent être null
s'il n'y a rien à insérer.
java.lang.String suffix2
prefix
) et à la
suite des degrés, minutes et secondes (suffix0..2
).
Ces champs doivent être null
s'il n'y a rien à insérer.
boolean decimalSeparator
false
indique
que les parties entières et fractionnaires doivent être écrites ensembles
(par exemple 34867 pour 34.867). La valeur par défaut est true
.
java.text.DecimalFormat numberFormat
AngleFormat.RoundingMethod instanceRoundingMethod
defaultRoundingMethod
it will be used instead.
Class org.geotools.measure.CoordinateFormat extends java.text.Format implements Serializable |
---|
serialVersionUID: 8235685097881260737L
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem crs
null
.
java.lang.String separator
java.text.Format[] formats
null
.
byte[] types
formats
array.
Types are: 0=number, 1=longitude, 2=latitude, 3=other angle,
4=date, 5=ellapsed time. This array is never null
.
long[] epochs
javax.measure.converter.UnitConverter[] toMillis
java.text.FieldPosition dummy
java.util.Locale locale
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 |
---|
double value
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> unit
Package org.geotools.metadata |
---|
Class org.geotools.metadata.InvalidMetadataException extends java.lang.IllegalStateException implements Serializable |
---|
serialVersionUID: 3219759595538181102L
Class org.geotools.metadata.UnmodifiableMetadataException extends java.lang.UnsupportedOperationException implements Serializable |
---|
serialVersionUID: -1885135341334523675L
Package org.geotools.metadata.iso |
---|
Class org.geotools.metadata.iso.ApplicationSchemaInformationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -3109191272905767382L
Serialized Fields |
---|
org.opengis.metadata.citation.Citation name
java.lang.String schemaLanguage
java.lang.String constraintLanguage
java.net.URI schemaAscii
java.net.URI graphicsFile
java.net.URI softwareDevelopmentFile
java.lang.String softwareDevelopmentFileFormat
org.opengis.metadata.SpatialAttributeSupplement featureCatalogueSupplement
Class org.geotools.metadata.iso.ExtendedElementInformationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -935396252908733907L
Serialized Fields |
---|
java.lang.String name
java.lang.String shortName
java.lang.Integer domainCode
org.opengis.util.InternationalString definition
org.opengis.metadata.Obligation obligation
org.opengis.util.InternationalString condition
org.opengis.metadata.Datatype dataType
java.lang.Integer maximumOccurrence
null
if it doesn't apply, for example if the
data type is enumeration,
code list or code list element.
org.opengis.util.InternationalString domainValue
null
if it doesn't apply, for example if the
data type is enumeration,
code list or code list element.
java.util.Collection<E> parentEntity
org.opengis.util.InternationalString rule
java.util.Collection<E> rationales
java.util.Collection<E> sources
Class org.geotools.metadata.iso.FeatureCatalogueDescriptionImpl extends ContentInformationImpl implements Serializable |
---|
serialVersionUID: -5361236546997056467L
Serialized Fields |
---|
java.lang.Boolean compliant
java.util.Collection<E> language
java.lang.Boolean includeWithDataset
java.util.Collection<E> featureTypes
java.util.Collection<E> featureCatalogueCitations
Class org.geotools.metadata.iso.FeatureTypeListImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 5417914796207743856L
Serialized Fields |
---|
java.lang.String spatialObject
java.lang.String spatialSchemaName
Class org.geotools.metadata.iso.IdentifierImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 7459062382170865919L
Serialized Fields |
---|
java.lang.String code
java.lang.String version
org.opengis.metadata.citation.Citation authority
Class org.geotools.metadata.iso.MetadataEntity extends ModifiableMetadata implements Serializable |
---|
serialVersionUID: 5730550742604669102L
Class org.geotools.metadata.iso.MetadataExtensionInformationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 573866936088674519L
Serialized Fields |
---|
org.opengis.metadata.citation.OnLineResource extensionOnLineResource
java.util.Collection<E> extendedElementInformation
Class org.geotools.metadata.iso.MetaDataImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -5600409558876701144L
Serialized Fields |
---|
java.lang.String fileIdentifier
null
if none.
java.util.Locale language
java.util.Collection<E> locales
org.opengis.metadata.identification.CharacterSet characterSet
java.lang.String parentIdentifier
java.util.Collection<E> hierarchyLevels
java.util.Collection<E> hierarchyLevelNames
java.util.Collection<E> contacts
java.lang.String dataSetUri
long dateStamp
Long.MIN_VALUE
.
java.lang.String metadataStandardName
java.lang.String metadataStandardVersion
java.util.Collection<E> spatialRepresentationInfo
java.util.Collection<E> referenceSystemInfo
java.util.Collection<E> metadataExtensionInfo
java.util.Collection<E> identificationInfo
java.util.Collection<E> contentInfo
org.opengis.metadata.distribution.Distribution distributionInfo
java.util.Collection<E> dataQualityInfo
java.util.Collection<E> portrayalCatalogueInfo
java.util.Collection<E> metadataConstraints
java.util.Collection<E> applicationSchemaInfo
org.opengis.metadata.maintenance.MaintenanceInformation metadataMaintenance
Class org.geotools.metadata.iso.PortrayalCatalogueReferenceImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -3095277682987563157L
Serialized Fields |
---|
java.util.Collection<E> portrayalCatalogueCitations
Class org.geotools.metadata.iso.SpatialAttributeSupplementImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 273337004694210422L
Serialized Fields |
---|
java.util.Collection<E> featureTypeList
Package org.geotools.metadata.iso.citation |
---|
Class org.geotools.metadata.iso.citation.AddressImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 2278687294173262546L
Serialized Fields |
---|
org.opengis.util.InternationalString administrativeArea
org.opengis.util.InternationalString city
org.opengis.util.InternationalString country
java.lang.String postalCode
java.util.Collection<E> deliveryPoints
java.util.Collection<E> electronicMailAddresses
Class org.geotools.metadata.iso.citation.CitationDateImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -2884791484254008454L
Serialized Fields |
---|
long date
Long.MIN_VALUE
if none.
org.opengis.metadata.citation.DateType dateType
Class org.geotools.metadata.iso.citation.CitationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -4415559967618358778L
Serialized Fields |
---|
org.opengis.util.InternationalString title
java.util.Collection<E> alternateTitles
java.util.Collection<E> dates
org.opengis.util.InternationalString edition
long editionDate
Long.MIN_VALUE
if none.
java.util.Collection<E> identifiers
java.util.Collection<E> citedResponsibleParties
java.util.Collection<E> presentationForm
org.opengis.metadata.citation.Series series
null
if none.
org.opengis.util.InternationalString otherCitationDetails
null
if none.
org.opengis.util.InternationalString collectiveTitle
null
if there is no title.
java.lang.String ISBN
null
if none.
java.lang.String ISSN
null
if none.
Class org.geotools.metadata.iso.citation.ContactImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 3283637180253117382L
Serialized Fields |
---|
org.opengis.util.InternationalString contactInstructions
org.opengis.util.InternationalString hoursOfService
org.opengis.metadata.citation.OnLineResource onLineResource
org.opengis.metadata.citation.Address address
org.opengis.metadata.citation.Telephone phone
Class org.geotools.metadata.iso.citation.OnLineResourceImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 5412370008274334799L
Serialized Fields |
---|
java.lang.String applicationProfile
org.opengis.util.InternationalString description
org.opengis.metadata.citation.OnLineFunction function
java.net.URI linkage
java.lang.String name
Class org.geotools.metadata.iso.citation.ResponsiblePartyImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -2477962229031486552L
Serialized Fields |
---|
java.lang.String individualName
org.opengis.util.InternationalString organisationName
org.opengis.util.InternationalString positionName
org.opengis.metadata.citation.Contact contactInfo
org.opengis.metadata.citation.Role role
Class org.geotools.metadata.iso.citation.SeriesImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 2784101441023323052L
Serialized Fields |
---|
org.opengis.util.InternationalString name
java.lang.String issueIdentification
java.lang.String page
Class org.geotools.metadata.iso.citation.TelephoneImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 4920157673337669241L
Serialized Fields |
---|
java.util.Collection<E> voices
java.util.Collection<E> facsimiles
Package org.geotools.metadata.iso.constraint |
---|
Class org.geotools.metadata.iso.constraint.ConstraintsImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 7197823876215294777L
Serialized Fields |
---|
java.util.Collection<E> useLimitation
Class org.geotools.metadata.iso.constraint.LegalConstraintsImpl extends ConstraintsImpl implements Serializable |
---|
serialVersionUID: -2891061818279024901L
Serialized Fields |
---|
java.util.Collection<E> accessConstraints
java.util.Collection<E> useConstraints
java.util.Collection<E> otherConstraints
Class org.geotools.metadata.iso.constraint.SecurityConstraintsImpl extends ConstraintsImpl implements Serializable |
---|
serialVersionUID: 6412833018607679734L
Serialized Fields |
---|
org.opengis.metadata.constraint.Classification classification
org.opengis.util.InternationalString userNote
org.opengis.util.InternationalString classificationSystem
org.opengis.util.InternationalString handlingDescription
Package org.geotools.metadata.iso.content |
---|
Class org.geotools.metadata.iso.content.BandImpl extends RangeDimensionImpl implements Serializable |
---|
serialVersionUID: -2302918545469034653L
Serialized Fields |
---|
java.lang.Double maxValue
java.lang.Double minValue
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> units
java.lang.Double peakResponse
null
if unspecified.
java.lang.Integer bitsPerValue
null
if unspecified.
java.lang.Integer toneGradation
null
if unspecified.
java.lang.Double scaleFactor
null
if unspecified.
java.lang.Double offset
null
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: -326050615789333559L
Serialized Fields |
---|
org.opengis.util.RecordType attributeDescription
org.opengis.metadata.content.CoverageContentType contentType
java.util.Collection<E> dimensions
Class org.geotools.metadata.iso.content.FeatureCatalogueDescriptionImpl extends ContentInformationImpl implements Serializable |
---|
serialVersionUID: 1984922846251567908L
Serialized Fields |
---|
java.lang.Boolean compliant
java.util.Collection<E> languages
boolean includeWithDataset
java.util.Collection<E> featureTypes
java.util.Collection<E> featureCatalogueCitations
Class org.geotools.metadata.iso.content.ImageDescriptionImpl extends CoverageDescriptionImpl implements Serializable |
---|
serialVersionUID: -6168624828802439062L
Serialized Fields |
---|
java.lang.Double illuminationElevationAngle
java.lang.Double illuminationAzimuthAngle
org.opengis.metadata.content.ImagingCondition imagingCondition
org.opengis.metadata.Identifier imageQualityCode
java.lang.Double cloudCoverPercentage
org.opengis.metadata.Identifier processingLevelCode
java.lang.Integer compressionGenerationQuantity
null
if the information is not provided.
java.lang.Boolean triangulationIndicator
null
if the information is not provided.
java.lang.Boolean radiometricCalibrationDataAvailable
java.lang.Boolean cameraCalibrationInformationAvailable
java.lang.Boolean filmDistortionInformationAvailable
java.lang.Boolean lensDistortionInformationAvailable
Class org.geotools.metadata.iso.content.RangeDimensionImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 4365956866782010460L
Serialized Fields |
---|
org.opengis.util.MemberName sequenceIdentifier
org.opengis.util.InternationalString descriptor
Package org.geotools.metadata.iso.distribution |
---|
Class org.geotools.metadata.iso.distribution.DigitalTransferOptionsImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -1533064478468754337L
Serialized Fields |
---|
org.opengis.util.InternationalString unitsOfDistribution
java.lang.Double transferSize
null
if the transfer size is unknown.
java.util.Collection<E> onLines
org.opengis.metadata.distribution.Medium offLines
Class org.geotools.metadata.iso.distribution.DistributionImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -5899590027802365131L
Serialized Fields |
---|
java.util.Collection<E> distributionFormats
java.util.Collection<E> distributors
java.util.Collection<E> transferOptions
Class org.geotools.metadata.iso.distribution.DistributorImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 7142984376823483766L
Serialized Fields |
---|
org.opengis.metadata.citation.ResponsibleParty distributorContact
java.util.Collection<E> distributionOrderProcesses
java.util.Collection<E> distributorFormats
java.util.Collection<E> distributorTransferOptions
Class org.geotools.metadata.iso.distribution.FormatImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 6498897239493553607L
Serialized Fields |
---|
org.opengis.util.InternationalString name
org.opengis.util.InternationalString version
org.opengis.util.InternationalString amendmentNumber
org.opengis.util.InternationalString specification
org.opengis.util.InternationalString fileDecompressionTechnique
java.util.Collection<E> formatDistributors
Class org.geotools.metadata.iso.distribution.MediumImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -2838122926367921673L
Serialized Fields |
---|
org.opengis.metadata.distribution.MediumName name
java.util.Collection<E> densities
null
if unknown.
If non-null, then the number should be greater than zero.
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> densityUnits
java.lang.Integer volumes
null
if unknown.
java.util.Collection<E> mediumFormats
org.opengis.util.InternationalString mediumNote
Class org.geotools.metadata.iso.distribution.StandardOrderProcessImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -6503378937452728631L
Serialized Fields |
---|
org.opengis.util.InternationalString fees
long plannedAvailableDateTime
org.opengis.util.InternationalString orderingInstructions
org.opengis.util.InternationalString turnaround
Package org.geotools.metadata.iso.extent |
---|
Class org.geotools.metadata.iso.extent.BoundingPolygonImpl extends GeographicExtentImpl implements Serializable |
---|
serialVersionUID: 8174011874910887918L
Serialized Fields |
---|
java.util.Collection<E> polygons
Class org.geotools.metadata.iso.extent.ExtentImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 7812213837337326257L
Serialized Fields |
---|
org.opengis.util.InternationalString description
java.util.Collection<E> geographicElements
java.util.Collection<E> temporalElements
java.util.Collection<E> verticalElements
Class org.geotools.metadata.iso.extent.GeographicBoundingBoxImpl extends GeographicExtentImpl implements Serializable |
---|
serialVersionUID: -3278089380004172514L
Serialized Fields |
---|
double westBoundLongitude
double eastBoundLongitude
double southBoundLatitude
double northBoundLatitude
Class org.geotools.metadata.iso.extent.GeographicDescriptionImpl extends GeographicExtentImpl implements Serializable |
---|
serialVersionUID: 7250161161099782176L
Serialized Fields |
---|
org.opengis.metadata.Identifier geographicIdentifier
Class org.geotools.metadata.iso.extent.GeographicExtentImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -8844015895495563161L
Serialized Fields |
---|
java.lang.Boolean inclusion
Class org.geotools.metadata.iso.extent.SpatialTemporalExtentImpl extends TemporalExtentImpl implements Serializable |
---|
serialVersionUID: 821702768255546660L
Serialized Fields |
---|
java.util.Collection<E> spatialExtent
Class org.geotools.metadata.iso.extent.TemporalExtentImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 3668140516657118045L
Serialized Fields |
---|
long startTime
Long.MIN_VALUE
means that this attribute is not set.
long endTime
Long.MIN_VALUE
means that this attribute is not set.
org.opengis.temporal.TemporalPrimitive extent
Class org.geotools.metadata.iso.extent.VerticalExtentImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -3214554246909844079L
Serialized Fields |
---|
java.lang.Double minimumValue
java.lang.Double maximumValue
org.opengis.referencing.crs.VerticalCRS verticalCRS
Package org.geotools.metadata.iso.identification |
---|
Class org.geotools.metadata.iso.identification.BrowseGraphicImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 1715873406472953616L
Serialized Fields |
---|
java.net.URI applicationSchemaInformation
java.net.URI fileName
org.opengis.util.InternationalString fileDescription
java.lang.String fileType
Class org.geotools.metadata.iso.identification.DataIdentificationImpl extends IdentificationImpl implements Serializable |
---|
serialVersionUID: -4418520352804939785L
Serialized Fields |
---|
java.util.Collection<E> spatialRepresentationTypes
java.util.Collection<E> spatialResolutions
java.util.Collection<E> language
java.util.Collection<E> characterSets
java.util.Collection<E> topicCategories
org.opengis.util.InternationalString environmentDescription
java.util.Collection<E> extent
org.opengis.util.InternationalString supplementalInformation
Class org.geotools.metadata.iso.identification.IdentificationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -3715084806249419137L
Serialized Fields |
---|
org.opengis.metadata.citation.Citation citation
org.opengis.util.InternationalString abstracts
org.opengis.util.InternationalString purpose
java.util.Collection<E> credits
java.util.Collection<E> status
java.util.Collection<E> pointOfContacts
java.util.Collection<E> resourceMaintenance
java.util.Collection<E> graphicOverviews
java.util.Collection<E> resourceFormat
java.util.Collection<E> descriptiveKeywords
java.util.Collection<E> resourceSpecificUsages
java.util.Collection<E> resourceConstraints
java.util.Collection<E> aggregationInfo
Class org.geotools.metadata.iso.identification.KeywordsImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 48691634443678266L
Serialized Fields |
---|
java.util.Collection<E> keywords
org.opengis.metadata.identification.KeywordType type
org.opengis.metadata.citation.Citation thesaurusName
Class org.geotools.metadata.iso.identification.RepresentativeFractionImpl extends java.lang.Number implements Serializable |
---|
serialVersionUID: 7228422109144637537L
Serialized Fields |
---|
long denominator
Class org.geotools.metadata.iso.identification.ResolutionImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -4644465057871958482L
Serialized Fields |
---|
org.opengis.metadata.identification.RepresentativeFraction equivalentScale
java.lang.Double distance
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 |
---|
org.opengis.util.InternationalString specificUsage
long usageDate
Long.MIN_VALUE
if this value is not set.
org.opengis.util.InternationalString userDeterminedLimitations
java.util.Collection<E> userContactInfo
Package org.geotools.metadata.iso.lineage |
---|
Class org.geotools.metadata.iso.lineage.LineageImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 3351230301999744987L
Serialized Fields |
---|
org.opengis.util.InternationalString statement
java.util.Collection<E> processSteps
java.util.Collection<E> sources
Class org.geotools.metadata.iso.lineage.ProcessStepImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 4629429337326490722L
Serialized Fields |
---|
org.opengis.util.InternationalString description
org.opengis.util.InternationalString rationale
long date
Long.MIN_VALUE
.
java.util.Collection<E> processors
java.util.Collection<E> sources
Class org.geotools.metadata.iso.lineage.SourceImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 2660914446466438044L
Serialized Fields |
---|
org.opengis.util.InternationalString description
org.opengis.metadata.identification.RepresentativeFraction scaleDenominator
org.opengis.referencing.ReferenceSystem sourceReferenceSystem
org.opengis.metadata.citation.Citation sourceCitation
java.util.Collection<E> sourceExtents
java.util.Collection<E> sourceSteps
Package org.geotools.metadata.iso.maintenance |
---|
Class org.geotools.metadata.iso.maintenance.MaintenanceInformationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 8523463344581266776L
Serialized Fields |
---|
org.opengis.metadata.maintenance.MaintenanceFrequency maintenanceAndUpdateFrequency
long dateOfNextUpdate
Long.MIN_VALUE
.
org.opengis.temporal.PeriodDuration userDefinedMaintenanceFrequency
java.util.Collection<E> updateScopes
java.util.Collection<E> updateScopeDescriptions
java.util.Collection<E> maintenanceNotes
java.util.Collection<E> contacts
Class org.geotools.metadata.iso.maintenance.ScopeDescriptionImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -5671299759930976286L
Serialized Fields |
---|
java.util.Set<E> attributes
java.util.Set<E> features
java.util.Set<E> featureInstances
java.util.Set<E> attributeInstances
java.lang.String dataset
java.lang.String other
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 |
---|
org.opengis.metadata.citation.Citation specification
org.opengis.util.InternationalString explanation
boolean pass
Class org.geotools.metadata.iso.quality.DataQualityImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 7964896551368382214L
Serialized Fields |
---|
org.opengis.metadata.quality.Scope scope
java.util.Collection<E> reports
org.opengis.metadata.lineage.Lineage lineage
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 |
---|
java.util.Collection<E> namesOfMeasure
org.opengis.metadata.Identifier measureIdentification
null
if none.
org.opengis.util.InternationalString measureDescription
org.opengis.metadata.quality.EvaluationMethodType evaluationMethodType
null
if unspecified.
org.opengis.util.InternationalString evaluationMethodDescription
org.opengis.metadata.citation.Citation evaluationProcedure
null
if none.
long date1
null
if this information is not available.
long date2
null
if this information is not available.
java.util.Collection<E> results
Class org.geotools.metadata.iso.quality.FormatConsistencyImpl extends LogicalConsistencyImpl implements Serializable |
---|
serialVersionUID: -1204766930140154729L
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.NonQuantitativeAttributeAccuracyImpl extends ThematicAccuracyImpl implements Serializable |
---|
serialVersionUID: 2659617465862554345L
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: 1230713599561236060L
Serialized Fields |
---|
java.util.List<E> values
org.opengis.util.RecordType valueType
null
if none.
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> valueUnit
null
if none.
org.opengis.util.InternationalString errorStatistic
null
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 |
---|
org.opengis.metadata.maintenance.ScopeCode level
org.opengis.metadata.extent.Extent extent
java.util.Collection<E> levelDescription
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.spatial |
---|
Class org.geotools.metadata.iso.spatial.DimensionImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -2572515000574007266L
Serialized Fields |
---|
org.opengis.metadata.spatial.DimensionNameType dimensionName
java.lang.Integer dimensionSize
java.lang.Double resolution
Class org.geotools.metadata.iso.spatial.GeometricObjectsImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 8755950031078638313L
Serialized Fields |
---|
org.opengis.metadata.spatial.GeometricObjectType geometricObjectType
java.lang.Integer geometricObjectCount
Class org.geotools.metadata.iso.spatial.GeorectifiedImpl extends GridSpatialRepresentationImpl implements Serializable |
---|
serialVersionUID: 5875851898471237138L
Serialized Fields |
---|
boolean checkPointAvailable
org.opengis.util.InternationalString checkPointDescription
java.util.List<E> cornerPoints
org.opengis.geometry.primitive.Point centerPoint
org.opengis.metadata.spatial.PixelOrientation pointInPixel
org.opengis.util.InternationalString transformationDimensionDescription
java.util.Collection<E> transformationDimensionMapping
Class org.geotools.metadata.iso.spatial.GeoreferenceableImpl extends GridSpatialRepresentationImpl implements Serializable |
---|
serialVersionUID: 5203270142818028946L
Serialized Fields |
---|
boolean controlPointAvailable
boolean orientationParameterAvailable
org.opengis.util.InternationalString orientationParameterDescription
org.opengis.util.Record georeferencedParameters
java.util.Collection<E> parameterCitation
Class org.geotools.metadata.iso.spatial.GridSpatialRepresentationImpl extends SpatialRepresentationImpl implements Serializable |
---|
serialVersionUID: -8400572307442433979L
Serialized Fields |
---|
java.lang.Integer numberOfDimensions
java.util.List<E> axisDimensionsProperties
org.opengis.metadata.spatial.CellGeometry cellGeometry
boolean transformationParameterAvailable
Class org.geotools.metadata.iso.spatial.PixelTranslation extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2616596940766158984L
Serialized Fields |
---|
org.opengis.metadata.spatial.PixelOrientation orientation
double dx
double dy
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 |
---|
org.opengis.metadata.spatial.TopologyLevel topologyLevel
java.util.Collection<E> geometricObjects
Package org.geotools.metadata.sql |
---|
Class org.geotools.metadata.sql.MetadataException extends java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: -7156617726114815455L
Package org.geotools.ows |
---|
Class org.geotools.ows.ServiceException extends org.xml.sax.SAXException implements Serializable |
---|
Serialized Fields |
---|
java.lang.String code
java.lang.String locator
ServiceException next
Package org.geotools.parameter |
---|
Class org.geotools.parameter.AbstractParameter extends Formattable implements Serializable |
---|
serialVersionUID: 8458179223988766398L
Serialized Fields |
---|
org.opengis.parameter.GeneralParameterDescriptor descriptor
Class org.geotools.parameter.AbstractParameterDescriptor extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: -2630644278783845276L
Serialized Fields |
---|
int minimumOccurs
Class org.geotools.parameter.DefaultParameterDescriptor extends AbstractParameterDescriptor implements Serializable |
---|
serialVersionUID: -295668622297737705L
Serialized Fields |
---|
java.lang.Class<T> valueClass
java.util.Set<E> validValues
null
if it doesn't apply. This set is immutable.
java.lang.Object defaultValue
null
.
java.lang.Comparable<T> minimum
null
.
java.lang.Comparable<T> maximum
null
.
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> unit
null
.
Class org.geotools.parameter.DefaultParameterDescriptorGroup extends AbstractParameterDescriptor implements Serializable |
---|
serialVersionUID: -4613190550542423839L
Serialized Fields |
---|
int maximumOccurs
org.opengis.parameter.GeneralParameterDescriptor[] parameters
Class org.geotools.parameter.FloatParameter extends AbstractParameter implements Serializable |
---|
serialVersionUID: 9027797654033417816L
Serialized Fields |
---|
double value
Class org.geotools.parameter.ImagingParameterDescriptors extends DefaultParameterDescriptorGroup implements Serializable |
---|
serialVersionUID: 2127050865911951239L
Serialized Fields |
---|
java.lang.String registryMode
null
if ImagingParameterDescriptors.operation
is null.
javax.media.jai.RegistryElementDescriptor operation
null
if none. This is usually an
instance of OperationDescriptor
, but this is not strictly required.
javax.media.jai.ParameterListDescriptor descriptor
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 |
---|
javax.media.jai.ParameterList parameters
If the JAI descriptor is an instance
of OperationDescriptor
, then this parameter list is also an instance of
ParameterBlockJAI
. The sources
must be handled separatly, because the source type for a JAI operator (typically
RenderedImage
) is not the same than the source type for a
coverage operation (typically org.opengis.coverage.GridCoverage
).
java.util.List<E> values
ImagingParameters.parameters
as an immutable list.
Will be created by ImagingParameters.createElements()
only when first needed. Note that
while this list may be immutable, elements in this list stay
modifiable. The goal is to allows the following idiom:
values().get(i).setValue(myValue);
Class org.geotools.parameter.MatrixParameterDescriptors extends DefaultParameterDescriptorGroup implements Serializable |
---|
serialVersionUID: -7386537348359343836L
Serialized Fields |
---|
org.opengis.parameter.ParameterDescriptor<T>[] parameters
MatrixParameters
instances.
org.opengis.parameter.ParameterDescriptor<T> numRow
"num_row"
parameter.
org.opengis.parameter.ParameterDescriptor<T> numCol
"num_col"
parameter.
java.lang.String prefix
char separator
Class org.geotools.parameter.MatrixParameters extends ParameterGroup implements Serializable |
---|
serialVersionUID: -7747712999115044943L
Serialized Fields |
---|
org.opengis.parameter.ParameterValue<T>[][] matrixValues
org.opengis.parameter.ParameterValue<T> numRow
MatrixParameterDescriptors.numRow
parameter.
Consider this field as final. It is not only for MatrixParameters.clone()
implementation.
org.opengis.parameter.ParameterValue<T> numCol
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 |
---|
java.lang.Object value
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> unit
null
if it doesn't apply.
Class org.geotools.parameter.ParameterGroup extends AbstractParameter implements Serializable |
---|
serialVersionUID: -1985309386356545126L
Serialized Fields |
---|
java.util.ArrayList<E> values
ParameterGroup.clone()
to work.
Package org.geotools.process |
---|
Class org.geotools.process.ProcessException extends java.lang.Exception implements Serializable |
---|
Package org.geotools.process.raster |
---|
Class org.geotools.process.raster.VectorToRasterException extends ProcessException implements Serializable |
---|
Package org.geotools.referencing |
---|
Class org.geotools.referencing.AbstractIdentifiedObject extends Formattable implements Serializable |
---|
serialVersionUID: -5173281694258483264L
Serialized Fields |
---|
org.opengis.referencing.ReferenceIdentifier name
null
.
java.util.Collection<E> alias
java.util.Set<E> identifiers
org.opengis.util.InternationalString remarks
null
if none.
Class org.geotools.referencing.AbstractReferenceSystem extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: 3337659819553899435L
Serialized Fields |
---|
org.opengis.metadata.extent.Extent domainOfValidity
org.opengis.util.InternationalString scope
Class org.geotools.referencing.NamedIdentifier extends java.lang.Object implements Serializable |
---|
serialVersionUID: 8474731565582774497L
Serialized Fields |
---|
java.lang.String code
java.lang.String codespace
org.opengis.metadata.citation.Citation authority
java.lang.String version
org.opengis.util.InternationalString remarks
null
if none.
org.opengis.util.GenericName name
null
, will
be constructed only when first needed. This field is serialized (instead
of being recreated after deserialization) because it may be a user-supplied
value.
Package org.geotools.referencing.crs |
---|
Class org.geotools.referencing.crs.AbstractCRS extends AbstractReferenceSystem implements Serializable |
---|
serialVersionUID: -7433284548909530047L
Serialized Fields |
---|
org.opengis.referencing.cs.CoordinateSystem coordinateSystem
Class org.geotools.referencing.crs.AbstractDerivedCRS extends AbstractSingleCRS implements Serializable |
---|
serialVersionUID: -175151161496419854L
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem baseCRS
org.opengis.referencing.operation.Conversion conversionFromBase
Class org.geotools.referencing.crs.AbstractSingleCRS extends AbstractCRS implements Serializable |
---|
serialVersionUID: 1815712797774273L
Serialized Fields |
---|
org.opengis.referencing.datum.Datum datum
Class org.geotools.referencing.crs.DefaultCompoundCRS extends AbstractCRS implements Serializable |
---|
serialVersionUID: -2656710314586929286L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields |
---|
java.util.List<E> crs
SingleCRS
.
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.cs |
---|
Class org.geotools.referencing.cs.AbstractCS extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: 6757665252533744744L
Serialized Fields |
---|
org.opengis.referencing.cs.CoordinateSystemAxis[] axis
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 |
---|
org.opengis.referencing.cs.CoordinateSystem[] cs
Class org.geotools.referencing.cs.DefaultCoordinateSystemAxis extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: -7883614853277827689L
Serialized Fields |
---|
java.lang.String abbreviation
org.opengis.referencing.cs.AxisDirection direction
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> unit
double minimum
double maximum
org.opengis.referencing.cs.RangeMeaning rangeMeaning
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.datum |
---|
Class org.geotools.referencing.datum.AbstractDatum extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: -4894180465652474930L
Serialized Fields |
---|
org.opengis.util.InternationalString anchorPoint
long realizationEpoch
Long.MIN_VALUE
.
org.opengis.metadata.extent.Extent domainOfValidity
org.opengis.util.InternationalString scope
Class org.geotools.referencing.datum.BursaWolfParameters extends Formattable implements Serializable |
---|
serialVersionUID: 754825592343010900L
Serialized Fields |
---|
double dx
double dy
double dz
double ex
double ey
double ez
double ppm
org.opengis.referencing.datum.GeodeticDatum targetDatum
Class org.geotools.referencing.datum.DefaultEllipsoid extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: -1149451543954764081L
Serialized Fields |
---|
double semiMajorAxis
DefaultEllipsoid.getSemiMajorAxis()
double semiMinorAxis
DefaultEllipsoid.getSemiMinorAxis()
double inverseFlattening
Double.POSITIVE_INFINITY
if the ellipsoid is a sphere.
DefaultEllipsoid.getInverseFlattening()
boolean ivfDefinitive
DefaultEllipsoid.isIvfDefinitive()
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> unit
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 |
---|
org.opengis.referencing.datum.Ellipsoid ellipsoid
org.opengis.referencing.datum.PrimeMeridian primeMeridian
BursaWolfParameters[] bursaWolf
null
if none.
Class org.geotools.referencing.datum.DefaultImageDatum extends AbstractDatum implements Serializable |
---|
serialVersionUID: -4304193511244150936L
Serialized Fields |
---|
org.opengis.referencing.datum.PixelInCell pixelInCell
Class org.geotools.referencing.datum.DefaultPrimeMeridian extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: 541978454643213305L
Serialized Fields |
---|
double greenwichLongitude
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> angularUnit
Class org.geotools.referencing.datum.DefaultTemporalDatum extends AbstractDatum implements Serializable |
---|
serialVersionUID: 3357241732140076884L
Serialized Fields |
---|
long origin
Class org.geotools.referencing.datum.DefaultVerticalDatum extends AbstractDatum implements Serializable |
---|
serialVersionUID: 380347456670516572L
Serialized Fields |
---|
org.opengis.referencing.datum.VerticalDatumType type
Package org.geotools.referencing.factory |
---|
Class org.geotools.referencing.factory.BackingStoreException extends java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: 4257200758051575441L
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 |
---|
serialVersionUID: -4221260663706882719L
Serialization Methods |
---|
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException
Serialized Fields |
---|
java.util.Map<K,V> objects
org.opengis.referencing.AuthorityFactory factory
Package org.geotools.referencing.operation |
---|
Class org.geotools.referencing.operation.AbstractCoordinateOperation extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: 1237358357729193885L
Serialized Fields |
---|
org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS
null
if not available.
org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS
null
if not available.
java.lang.String operationVersion
java.util.Collection<E> coordinateOperationAccuracy
null
if none.
org.opengis.metadata.extent.Extent domainOfValidity
null
if not available.
org.opengis.util.InternationalString scope
org.opengis.referencing.operation.MathTransform transform
Class org.geotools.referencing.operation.DefaultConcatenatedOperation extends AbstractCoordinateOperation implements Serializable |
---|
serialVersionUID: 4199619838029045700L
Serialized Fields |
---|
java.util.List<E> 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 |
---|
org.opengis.referencing.operation.OperationMethod method
Class org.geotools.referencing.operation.DefaultOperationMethod extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: -98032729598205972L
Serialized Fields |
---|
org.opengis.util.InternationalString formula
int sourceDimensions
int targetDimensions
org.opengis.parameter.ParameterDescriptorGroup parameters
null
if none.
Class org.geotools.referencing.operation.DefaultPassThroughOperation extends DefaultSingleOperation implements Serializable |
---|
serialVersionUID: 4308173919747248695L
Serialized Fields |
---|
org.opengis.referencing.operation.Operation operation
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 |
---|
org.opengis.parameter.ParameterValueGroup parameters
Class org.geotools.referencing.operation.MathTransformProvider extends DefaultOperationMethod implements Serializable |
---|
serialVersionUID: 7530475536803158473L
Class org.geotools.referencing.operation.MathTransformProvider.Delegate extends MathTransformProxy implements Serializable |
---|
serialVersionUID: -3942740060970730790L
Serialized Fields |
---|
org.opengis.referencing.operation.OperationMethod method
Class org.geotools.referencing.operation.TransformPathNotFoundException extends org.opengis.referencing.operation.TransformException implements Serializable |
---|
serialVersionUID: 5072333160296464925L
Package org.geotools.referencing.operation.builder |
---|
Class org.geotools.referencing.operation.builder.MappedPosition extends java.lang.Object implements Serializable |
---|
serialVersionUID: 3262172371858749543L
Serialized Fields |
---|
org.opengis.geometry.DirectPosition source
org.opengis.geometry.DirectPosition target
double accuracy
Double.NaN
if unknow.
java.lang.String comments
null
if none.
Class org.geotools.referencing.operation.builder.MissingInfoException extends org.opengis.referencing.FactoryException implements Serializable |
---|
serialVersionUID: -3128525157353302290L
Class org.geotools.referencing.operation.builder.TriangulationException extends java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: -3134565178815225915L
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 |
---|
double m00
Class org.geotools.referencing.operation.matrix.Matrix2 extends java.lang.Object implements Serializable |
---|
serialVersionUID: 7116561372481474290L
Serialized Fields |
---|
double m00
double m01
double m10
double m11
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
Class org.geotools.referencing.operation.matrix.XAffineTransform extends java.awt.geom.AffineTransform implements Serializable |
---|
serialVersionUID: 5215291166450556451L
Package org.geotools.referencing.operation.projection |
---|
Class org.geotools.referencing.operation.projection.AlbersEqualArea extends MapProjection implements Serializable |
---|
serialVersionUID: -3024658742514888646L
Serialized Fields |
---|
double n
double c
double rho0
double ec
double phi1
AlbersEqualArea.getParameterValues()
implementation.
double phi2
AlbersEqualArea.getParameterValues()
implementation.
Class org.geotools.referencing.operation.projection.AlbersEqualArea.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -7489679528438418778L
Class org.geotools.referencing.operation.projection.CassiniSoldner extends MapProjection implements Serializable |
---|
Serialized Fields |
---|
double ml0
latitudeOfOrigin
.
Used for calculations for the ellipsoid.
Class org.geotools.referencing.operation.projection.CassiniSoldner.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
Class org.geotools.referencing.operation.projection.EquatorialOrthographic extends ObliqueOrthographic implements Serializable |
---|
serialVersionUID: 1093901743907259987L
Class org.geotools.referencing.operation.projection.EquatorialStereographic extends org.geotools.referencing.operation.projection.StereographicUSGS implements Serializable |
---|
serialVersionUID: -5098015759558831875L
Class org.geotools.referencing.operation.projection.EquidistantConic extends MapProjection implements Serializable |
---|
serialVersionUID: 5885522933843653157L
Serialized Fields |
---|
double rho0
double n
double c
double phi1
double phi2
Class org.geotools.referencing.operation.projection.EquidistantConic.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 1995516958029802849L
Class org.geotools.referencing.operation.projection.EquidistantCylindrical extends MapProjection implements Serializable |
---|
serialVersionUID: -848975059471102069L
Serialized Fields |
---|
double cosStandardParallel
"standard_parallel_1"
parameter.
double standardParallel
PlateCarree
case.
Class org.geotools.referencing.operation.projection.EquidistantCylindrical.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -278288251842178001L
Class org.geotools.referencing.operation.projection.EquidistantCylindrical.SphericalProvider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 8929981563074475828L
Class org.geotools.referencing.operation.projection.HotineObliqueMercator extends ObliqueMercator implements Serializable |
---|
serialVersionUID: 7376814731765422533L
Class org.geotools.referencing.operation.projection.HotineObliqueMercator.Provider extends ObliqueMercator.Provider implements Serializable |
---|
serialVersionUID: 5822488360988630419L
Class org.geotools.referencing.operation.projection.HotineObliqueMercator.Provider_TwoPoint extends ObliqueMercator.Provider_TwoPoint implements Serializable |
---|
serialVersionUID: -3104452416276842816L
Class org.geotools.referencing.operation.projection.Krovak extends MapProjection implements Serializable |
---|
serialVersionUID: -8359105634355342212L
Serialized Fields |
---|
double azimuth
double x_scale
double y_scale
double xy_plane_rotation
boolean esriDefinition
org.opengis.referencing.operation.MathTransform axisTransform
double pseudoStandardParallel
double sinAzim
double cosAzim
double n
double tanS2
double alfa
double hae
double k1
double ka
double ro0
double rop
Class org.geotools.referencing.operation.projection.Krovak.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -278392856661204734L
Class org.geotools.referencing.operation.projection.LambertAzimuthalEqualArea extends MapProjection implements Serializable |
---|
serialVersionUID: 1639914708790574760L
Serialized Fields |
---|
int mode
double sinb1
double cosb1
double xmf
double ymf
double mmf
double qp
double dd
double rq
double APA0
double APA1
double APA2
Class org.geotools.referencing.operation.projection.LambertAzimuthalEqualArea.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 3877793025552244132L
Class org.geotools.referencing.operation.projection.LambertConformal extends MapProjection implements Serializable |
---|
serialVersionUID: 1275881689637308614L
Serialized Fields |
---|
double phi1
LambertConformal.getParameterValues()
implementation.
double phi2
LambertConformal.getParameterValues()
implementation.
double n
double F
double rho0
boolean belgium
true
for Belgium 2SP.
Class org.geotools.referencing.operation.projection.LambertConformal1SP extends LambertConformal implements Serializable |
---|
serialVersionUID: 149783452790829983L
Class org.geotools.referencing.operation.projection.LambertConformal1SP.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -4243116402872545772L
Class org.geotools.referencing.operation.projection.LambertConformal2SP extends LambertConformal implements Serializable |
---|
serialVersionUID: 7184350446186057405L
Class org.geotools.referencing.operation.projection.LambertConformal2SP.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 3240860802816724947L
Class org.geotools.referencing.operation.projection.LambertConformalBelgium extends LambertConformal implements Serializable |
---|
serialVersionUID: -3441696724046319189L
Class org.geotools.referencing.operation.projection.LambertConformalBelgium.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -6388030784088639876L
Class org.geotools.referencing.operation.projection.MapProjection extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -406751619777246914L
Serialized Fields |
---|
double excentricity
sqrt(MapProjection.excentricitySquared
)
.
Value 0 means that the ellipsoid is spherical.
MapProjection.excentricitySquared
,
MapProjection.isSpherical
double excentricitySquared
MapProjection.excentricity
,
MapProjection.semiMajor
,
MapProjection.semiMinor
,
MapProjection.isSpherical
boolean isSpherical
true
if this projection is spherical. Spherical model has identical
semi major and semi minor axis
length, and an excentricity zero.
MapProjection.excentricity
,
MapProjection.semiMajor
,
MapProjection.semiMinor
double semiMajor
MapProjection.excentricity
,
MapProjection.semiMinor
double semiMinor
MapProjection.excentricity
,
MapProjection.semiMajor
double centralMeridian
Consider this field as final. It is not final only because some classes need to modify it at construction time.
double latitudeOfOrigin
Consider this field as final. It is not final only because some classes need to modify it at construction time.
double scaleFactor
Consider this field as final. It is not final only because some classes need to modify it at construction time.
double falseEasting
double falseNorthing
double globalScale
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.
double en0
mlfn method.
Setup at construction time.
double en1
mlfn method.
Setup at construction time.
double en2
mlfn method.
Setup at construction time.
double en3
mlfn method.
Setup at construction time.
double en4
mlfn method.
Setup 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 |
---|
serialVersionUID: 6146741819833248649L
Serialized Fields |
---|
double standardParallel
Mercator2SP
case.
Set to Double.NaN
for the Mercator1SP
case.
Class org.geotools.referencing.operation.projection.Mercator1SP extends Mercator implements Serializable |
---|
serialVersionUID: 8391549772210490073L
Class org.geotools.referencing.operation.projection.Mercator1SP.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -5886510621481710072L
Class org.geotools.referencing.operation.projection.Mercator2SP extends Mercator implements Serializable |
---|
serialVersionUID: -5693375873386007245L
Class org.geotools.referencing.operation.projection.Mercator2SP.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 6356028352681135786L
Class org.geotools.referencing.operation.projection.MercatorPseudoProvider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 118002069939741891L
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 |
---|
serialVersionUID: 5382294977124711214L
Serialized Fields |
---|
double latitudeOfCentre
MapProjection.latitudeOfOrigin
, but the latitude of origin is the
Earth equator on aposphere for the oblique mercator.
double longitudeOfCentre
MapProjection.centralMeridian
, which is the meridian where the
central line intersects the Earth equator on aposphere.
This parameter applies to the "azimuth" case only.
It is set to NaN
for the "two points" case.
double azimuth
double rectifiedGridAngle
"rectified_grid_angle"
parameter value is not set.
double latitudeOf1stPoint
This parameter applies to the "two points" case only.
It is set to NaN
for the "azimuth" case.
double longitudeOf1stPoint
This parameter applies to the "two points" case only.
It is set to NaN
for the "azimuth" case.
double latitudeOf2ndPoint
This parameter applies to the "two points" case only.
It is set to NaN
for the "azimuth" case.
double longitudeOf2ndPoint
This parameter applies to the "two points" case only.
It is set to NaN
for the "azimuth" case.
double B
double A
double E
double ArB
ObliqueMercator.A
/ ObliqueMercator.B
,
ObliqueMercator.A
×ObliqueMercator.B
, and ObliqueMercator.B
/ ObliqueMercator.A
.
double AB
ObliqueMercator.A
/ ObliqueMercator.B
,
ObliqueMercator.A
×ObliqueMercator.B
, and ObliqueMercator.B
/ ObliqueMercator.A
.
double BrA
ObliqueMercator.A
/ ObliqueMercator.B
,
ObliqueMercator.A
×ObliqueMercator.B
, and ObliqueMercator.B
/ ObliqueMercator.A
.
double v_pole_n
double v_pole_s
double singamma0
double cosgamma0
double sinrot
double cosrot
double u_c
boolean twoPoint
true
if using two points on the central line to specify the azimuth.
Class org.geotools.referencing.operation.projection.ObliqueMercator.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 201776686002266891L
Class org.geotools.referencing.operation.projection.ObliqueMercator.Provider_TwoPoint extends ObliqueMercator.Provider implements Serializable |
---|
serialVersionUID: 7124258885016543889L
Class org.geotools.referencing.operation.projection.ObliqueOrthographic extends Orthographic implements Serializable |
---|
serialVersionUID: -2306183438166607066L
Serialized Fields |
---|
double sinphi0
MapProjection.latitudeOfOrigin
.
double cosphi0
MapProjection.latitudeOfOrigin
.
Class org.geotools.referencing.operation.projection.ObliqueStereographic extends org.geotools.referencing.operation.projection.StereographicUSGS implements Serializable |
---|
serialVersionUID: -1454098847621943639L
Serialized Fields |
---|
double C
double K
double ratexp
double phic0
double cosc0
double sinc0
double R2
Class org.geotools.referencing.operation.projection.ObliqueStereographic.Provider extends Stereographic.Provider implements Serializable |
---|
serialVersionUID: 6505988910141381354L
Class org.geotools.referencing.operation.projection.Orthographic extends MapProjection implements Serializable |
---|
serialVersionUID: -6489939032996419868L
Class org.geotools.referencing.operation.projection.Orthographic.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 3180410512573499562L
Class org.geotools.referencing.operation.projection.PlateCarree extends EquidistantCylindrical implements Serializable |
---|
serialVersionUID: -6041146276958636165L
Class org.geotools.referencing.operation.projection.PlateCarree.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 8535645757318203345L
Class org.geotools.referencing.operation.projection.PointOutsideEnvelopeException extends ProjectionException implements Serializable |
---|
serialVersionUID: -4384490413772200352L
Class org.geotools.referencing.operation.projection.PolarOrthographic extends Orthographic implements Serializable |
---|
serialVersionUID: 3281503361127178484L
Serialized Fields |
---|
boolean northPole
true
if this projection is for the north pole, or false
if it is for the south pole.
Class org.geotools.referencing.operation.projection.PolarStereographic extends Stereographic implements Serializable |
---|
serialVersionUID: -6635298308431138524L
Serialized Fields |
---|
double k0
MapProjection.scaleFactor
.
double standardParallel
boolean southPole
true
if this projection is for the south pole, or false
if it is for the north pole.
boolean poleForced
true
if PolarStereographic.southPole
was forced, or false
if it was auto-detected.
Class org.geotools.referencing.operation.projection.PolarStereographic.ProviderA extends Stereographic.Provider implements Serializable |
---|
serialVersionUID: 9124091259039220308L
Class org.geotools.referencing.operation.projection.PolarStereographic.ProviderB extends Stereographic.Provider implements Serializable |
---|
serialVersionUID: 5188231050523249971L
Class org.geotools.referencing.operation.projection.PolarStereographic.ProviderNorth extends Stereographic.Provider implements Serializable |
---|
serialVersionUID: 657493908431273866L
Class org.geotools.referencing.operation.projection.PolarStereographic.ProviderSouth extends Stereographic.Provider implements Serializable |
---|
serialVersionUID: 6537800238416448564L
Class org.geotools.referencing.operation.projection.Polyconic extends MapProjection implements Serializable |
---|
serialVersionUID: 6516419168461705584L
Serialized Fields |
---|
double ml0
latitudeOfOrigin
.
Used for calculations for the ellipsoid.
Class org.geotools.referencing.operation.projection.Polyconic.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 3082828148070128422L
Class org.geotools.referencing.operation.projection.ProjectionException extends org.opengis.referencing.operation.TransformException implements Serializable |
---|
serialVersionUID: 3031350727691500915L
Class org.geotools.referencing.operation.projection.Robinson extends MapProjection implements Serializable |
---|
serialVersionUID: 8428056162968814860L
Serialized Fields |
---|
int NODES
Class org.geotools.referencing.operation.projection.Robinson.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 3586488124601927036L
Class org.geotools.referencing.operation.projection.Stereographic extends MapProjection implements Serializable |
---|
serialVersionUID: -176731870235252852L
Serialized Fields |
---|
org.opengis.parameter.ParameterDescriptorGroup descriptor
Stereographic.getParameterDescriptors()
.
Class org.geotools.referencing.operation.projection.Stereographic.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 1243300263948365065L
Class org.geotools.referencing.operation.projection.TransverseMercator extends MapProjection implements Serializable |
---|
Serialized Fields |
---|
double esp
e'² = (a²-b²)/b² = es/(1-es)
where a is the semi-major axis length and b is the semi-minor axis
length.
double ml0
latitudeOfOrigin
.
Used for calculations for the ellipsoid.
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.operation.transform |
---|
Class org.geotools.referencing.operation.transform.AbstractMathTransform.Inverse extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: 3528274816628012283L
Class org.geotools.referencing.operation.transform.AffineTransform2D extends XAffineTransform implements Serializable |
---|
serialVersionUID: -5299837898367149069L
Class org.geotools.referencing.operation.transform.ConcatenatedTransform extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: 5772066656987558634L
Serialized Fields |
---|
org.opengis.referencing.operation.MathTransform transform1
org.opengis.referencing.operation.MathTransform transform2
ConcatenatedTransform inverse
Class org.geotools.referencing.operation.transform.EarthGravitationalModel.Provider extends MathTransformProvider implements Serializable |
---|
Class org.geotools.referencing.operation.transform.ExponentialTransform1D extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: 5331178990358868947L
Serialized Fields |
---|
double base
double lnBase
ExponentialTransform1D.base
.
double scale
org.opengis.referencing.operation.MathTransform1D 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 |
---|
double a
double b
double a2
double b2
double e2
double ep2
boolean hasHeight
true
if geographic coordinates include an ellipsoidal
height (i.e. are 3-D), or false
if they are strictly 2-D.
Class 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 |
---|
org.opengis.parameter.ParameterDescriptorGroup descriptor
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 |
---|
int dimension
Class org.geotools.referencing.operation.transform.LinearTransform1D extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -7595037195668813000L
Serialized Fields |
---|
double scale
double offset
Class org.geotools.referencing.operation.transform.LogarithmicTransform1D extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: 1535101265352133948L
Serialized Fields |
---|
double base
double lnBase
LogarithmicTransform1D.base
.
double offset
org.opengis.referencing.operation.MathTransform1D 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 |
---|
org.opengis.referencing.operation.MathTransform transform
Class org.geotools.referencing.operation.transform.MolodenskiTransform extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: 7536566033885338422L
Serialized Fields |
---|
boolean abridged
true
for the abridged formula, or false
for the complete version.
boolean source3D
true
for a 3D transformation, or
false
for a 2D transformation.
boolean target3D
true
for a 3D transformation, or
false
for a 2D transformation.
double dx
double dy
double dz
double a
double b
double da
da = target a - source a
) and semi-minor
(db = target b - source b
) axes of the target and source ellipsoids.
double db
da = target a - source a
) and semi-minor
(db = target b - source b
) axes of the target and source ellipsoids.
double df
df = target f - source f
)
of the target and source ellipsoids.
double b_a
a_b = a/b
and b_a = b/a
).
double a_b
a_b = a/b
and b_a = b/a
).
double daa
daa = da*a
and da_a = da/a
).
double da_a
daa = da*a
and da_a = da/a
).
double e2
double adf
(a*df) + (f*da)
.
Class 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 |
---|
java.lang.String latGridName
java.lang.String longGridName
double xmin
double ymin
double xmax
double ymax
double dx
double dy
LocalizationGrid gridShift
org.opengis.referencing.operation.MathTransform gridShiftTransform
NADCONTransform.gridShift
values as a LocalizationGridTransform2D
.
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 |
---|
int firstAffectedOrdinate
int numTrailingOrdinates
org.opengis.referencing.operation.MathTransform subTransform
PassThroughTransform.getSubTransform()
PassThroughTransform inverse
Class org.geotools.referencing.operation.transform.ProjectiveTransform extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -2104496465933824935L
Serialized Fields |
---|
int numRow
int numCol
double[] elt
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 |
---|
javax.media.jai.Warp warp
warpPoint
method or something equivalent.
WarpTransform2D inverse
Class org.geotools.referencing.operation.transform.WarpTransform2D.Provider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: -7949539694656719923L
Package org.geotools.referencing.piecewise |
---|
Class org.geotools.referencing.piecewise.DefaultDomainElement1D extends java.lang.Object implements Serializable |
---|
serialVersionUID: -2520449231656622013L
Serialized Fields |
---|
org.opengis.util.InternationalString name
double inputMinimum
inputMinimum
to inputMaximum
inclusive.
double inputMaximum
inputMinimum
to inputMaximum
inclusive.
NumberRange<T extends java.lang.Number & java.lang.Comparable<? super T>> range
[inputMinimum..maximum]
. May be computed only when first requested, or may be user-supplied .
boolean inputMinimumInf
boolean inputMaximumInf
boolean inputMaximumNaN
boolean inputMinimumNaN
int hashCode
Class org.geotools.referencing.piecewise.DefaultLinearPiecewiseTransform1DElement extends DefaultPiecewiseTransform1DElement implements Serializable |
---|
serialVersionUID: 4026834241134908025L
Serialized Fields |
---|
double outputMaximum
double outputMinimum
NumberRange<T extends java.lang.Number & java.lang.Comparable<? super T>> outputRange
boolean outputMinimumNaN
boolean outputMaximumNaN
boolean outputMinimumInfinite
boolean outputMaximumInfinite
Class org.geotools.referencing.piecewise.DefaultPiecewiseTransform1DElement extends DefaultDomainElement1D implements Serializable |
---|
serialVersionUID: 7422178060824402864L
Serialized Fields |
---|
org.opengis.referencing.operation.MathTransform1D transform
org.opengis.referencing.operation.MathTransform1D inverse
MathTransform1D
int hashCode
Package org.geotools.referencing.wkt |
---|
Class org.geotools.referencing.wkt.AbstractParser extends java.text.Format implements Serializable |
---|
Serialized Fields |
---|
Symbols symbols
java.text.NumberFormat numberFormat
Class org.geotools.referencing.wkt.MathTransformParser extends AbstractParser implements Serializable |
---|
Serialized Fields |
---|
org.opengis.referencing.operation.MathTransformFactory mtFactory
java.lang.String classification
null
if none.
org.opengis.referencing.operation.OperationMethod lastMethod
null
if none.
MathTransformParser.getOperationMethod()
Class org.geotools.referencing.wkt.Parser extends MathTransformParser implements Serializable |
---|
serialVersionUID: -144097689843465085L
Serialized Fields |
---|
org.opengis.referencing.datum.DatumFactory datumFactory
org.opengis.referencing.cs.CSFactory csFactory
org.opengis.referencing.crs.CRSFactory crsFactory
java.util.Map<K,V> directions
Class org.geotools.referencing.wkt.Preprocessor extends java.text.Format implements Serializable |
---|
Serialized Fields |
---|
java.text.Format parser
Parser
object.
java.util.Map<K,V> definitions
Preprocessor.addDefinition(java.lang.String, java.lang.String)
.
Class org.geotools.referencing.wkt.UnformattableObjectException extends java.lang.UnsupportedOperationException implements Serializable |
---|
Serialized Fields |
---|
java.lang.Class<T> unformattable
Package org.geotools.renderer.lite.gridcoverage2d |
---|
Class org.geotools.renderer.lite.gridcoverage2d.LinearColorMapElement extends DefaultLinearPiecewiseTransform1DElement implements Serializable |
---|
serialVersionUID: 2216106857184603629L
Serialized Fields |
---|
java.awt.Color[] colors
Color
s associated to this ColorMapTransformElement
.
int hashCode
Package org.geotools.resources |
---|
Class org.geotools.resources.UnmodifiableArrayList extends java.util.AbstractList<E> implements Serializable |
---|
serialVersionUID: -3605810209653785967L
Serialized Fields |
---|
java.lang.Object[] array
Package org.geotools.resources.geometry |
---|
Class org.geotools.resources.geometry.XDimension2D.Double extends java.awt.geom.Dimension2D implements Serializable |
---|
serialVersionUID: 3603763914115376884L
Serialized Fields |
---|
double width
double height
Class org.geotools.resources.geometry.XDimension2D.Float extends java.awt.geom.Dimension2D implements Serializable |
---|
serialVersionUID: 4011566975974105082L
Serialized Fields |
---|
float width
float height
Class org.geotools.resources.geometry.XRectangle2D extends java.awt.geom.Rectangle2D implements Serializable |
---|
serialVersionUID: -1918221103635749436L
Serialized Fields |
---|
double xmin
double ymin
double xmax
double ymax
Package org.geotools.styling |
---|
Class org.geotools.styling.StyleFactoryCreationException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: -1809128211848169317L
Package org.geotools.swing |
---|
Class org.geotools.swing.JMapFrame extends javax.swing.JFrame implements Serializable |
---|
Serialized Fields |
---|
java.util.Set<E> toolSet
JMapPane mapPane
MapLayerTable mapLayerTable
javax.swing.JToolBar toolBar
StatusBar statusBar
boolean showStatusBar
boolean showLayerTable
boolean uiSet
Class org.geotools.swing.JMapPane extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.Timer resizeTimer
int resizingPaintDelay
boolean acceptRepaintRequests
ReferencedEnvelope pendingDisplayArea
ReferencedEnvelope fullExtent
org.geotools.swing.JMapPane.DragBox dragBox
MapContext context
GTRenderer renderer
LabelCache labelCache
RenderingExecutor renderingExecutor
MapToolManager toolManager
MapLayerTable layerTable
java.util.Set<E> listeners
java.awt.geom.AffineTransform worldToScreen
java.awt.geom.AffineTransform screenToWorld
java.awt.Rectangle curPaintArea
java.awt.image.BufferedImage baseImage
java.awt.Graphics2D baseImageGraphics
java.awt.Point imageOrigin
boolean redrawBaseImage
boolean needNewBaseImage
boolean baseImageMoved
boolean clearLabelCache
Class org.geotools.swing.JTextReporter extends javax.swing.JDialog implements Serializable |
---|
Serialized Fields |
---|
int rows
int cols
javax.swing.JTextArea textArea
java.io.File cwd
java.util.List<E> listeners
Class org.geotools.swing.MapLayerTable extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: -8461593609237317561L
Serialized Fields |
---|
JMapPane pane
DnDListModel<T> listModel
DnDList<T> list
javax.swing.JScrollPane scrollPane
long lastClickTime
boolean confirmRemove
Class org.geotools.swing.MapLayerTableCellRenderer extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 7907189175227502588L
Serialized Fields |
---|
javax.swing.JLabel visibleLabel
javax.swing.JLabel selectedLabel
javax.swing.JLabel styleLabel
javax.swing.JLabel removeLayerLabel
javax.swing.JLabel nameLabel
Class org.geotools.swing.StatusBar extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
JMapPane mapPane
MapContext context
MapMouseListener mouseListener
MapPaneAdapter mapPaneListener
javax.swing.JLabel renderLabel
javax.swing.JLabel coordsLabel
javax.swing.JLabel boundsLabel
javax.swing.JButton crsBtn
CRSPopupMenu crsMenu
javax.swing.ImageIcon busyIcon
Package org.geotools.swing.action |
---|
Class org.geotools.swing.action.InfoAction extends MapAction implements Serializable |
---|
Class org.geotools.swing.action.MapAction extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: 2400755645451641127L
Serialized Fields |
---|
JMapPane mapPane
Class org.geotools.swing.action.PanAction extends MapAction implements Serializable |
---|
Class org.geotools.swing.action.ResetAction extends MapAction implements Serializable |
---|
Class org.geotools.swing.action.SafeAction extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: 1118122797759176800L
Class org.geotools.swing.action.ZoomInAction extends MapAction implements Serializable |
---|
Class org.geotools.swing.action.ZoomOutAction extends MapAction implements Serializable |
---|
Package org.geotools.swing.control |
---|
Class org.geotools.swing.control.DnDList extends javax.swing.JList implements Serializable |
---|
serialVersionUID: 3310751294076288683L
Serialized Fields |
---|
java.awt.dnd.DragSource src
java.awt.dnd.DropTarget tgt
boolean movingItems
int overIndex
int[] dragIndices
Class org.geotools.swing.control.DnDListModel extends javax.swing.AbstractListModel implements Serializable |
---|
serialVersionUID: -6110074993686576005L
Serialized Fields |
---|
java.util.List<E> items
boolean notify
Class org.geotools.swing.control.JIntegerField extends JValueField implements Serializable |
---|
Serialized Fields |
---|
org.geotools.swing.control.IntegerDocument document
boolean fireEvents
Class org.geotools.swing.control.JValueField extends javax.swing.JTextField implements Serializable |
---|
Serialized Fields |
---|
java.util.Set<E> listeners
Package org.geotools.swing.data |
---|
Class org.geotools.swing.data.JDataStoreWizard extends JWizard implements Serializable |
---|
serialVersionUID: -3788708439279424698L
Serialized Fields |
---|
DataStoreFactorySpi format
JDataChoosePage page0
JDataStorePage page1
JDataStorePage page2
java.util.Map<K,V> connectionParameters
Class org.geotools.swing.data.JFileDataStoreChooser extends javax.swing.JFileChooser implements Serializable |
---|
serialVersionUID: -7482109609487216939L
Class org.geotools.swing.data.JParameterListWizard extends JWizard implements Serializable |
---|
serialVersionUID: -3961250234483352643L
Serialized Fields |
---|
JParameterListPage userPage
JParameterListPage advancedPage
java.util.Map<K,V> connectionParameters
Package org.geotools.swing.dialog |
---|
Class org.geotools.swing.dialog.JFileImageChooser extends javax.swing.JFileChooser implements Serializable |
---|
Class org.geotools.swing.dialog.JMapImageDialog extends javax.swing.JDialog implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JTextField fileField
javax.swing.JComboBox scaleCombo
JIntegerField widthField
JIntegerField heightField
boolean completed
java.awt.Rectangle imageSize
boolean setByScale
java.io.File selectedFile
double heightToWidth
ReferencedEnvelope mapBounds
int XAXIS
int YAXIS
Package org.geotools.swing.event |
---|
Class org.geotools.swing.event.MapMouseEvent extends java.awt.event.MouseEvent implements Serializable |
---|
serialVersionUID: 3894658044662688321L
Serialized Fields |
---|
DirectPosition2D geoCoords
boolean isWheelEvent
int wheelAmount
Class org.geotools.swing.event.MapPaneEvent extends java.util.EventObject implements Serializable |
---|
Serialized Fields |
---|
MapPaneEvent.Type type
java.lang.Object data
Package org.geotools.swing.menu |
---|
Class org.geotools.swing.menu.CRSPopupMenu extends javax.swing.JPopupMenu implements Serializable |
---|
Serialized Fields |
---|
JMapPane mapPane
Package org.geotools.swing.styling |
---|
Class org.geotools.swing.styling.JSimpleStyleDialog extends javax.swing.JDialog implements Serializable |
---|
Serialized Fields |
---|
JSimpleStyleDialog.GeomType geomType
java.awt.Color lineColor
java.awt.Color fillColor
float lineWidth
float opacity
float pointSize
java.lang.String pointSymbolName
boolean labelFeatures
java.lang.String labelField
Font labelFont
JColorIcon lineColorIcon
javax.swing.JLabel lineColorLabel
JColorIcon fillColorIcon
javax.swing.JLabel fillColorLabel
javax.swing.JSlider fillOpacitySlider
javax.swing.JComboBox pointSizeCBox
javax.swing.JComboBox pointSymbolCBox
javax.swing.JLabel typeLabel
javax.swing.JComboBox labelCBox
java.util.Map<K,V> controls
org.opengis.feature.simple.SimpleFeatureType schema
java.lang.String[] fieldsForLabels
boolean completed
Package org.geotools.swing.table |
---|
Class org.geotools.swing.table.FeatureCollectionTableModel extends javax.swing.table.AbstractTableModel implements Serializable |
---|
serialVersionUID: -7119885084300393935L
Serialized Fields |
---|
org.opengis.feature.simple.SimpleFeatureType schema
java.util.List<E> cache
java.io.IOException exception
org.geotools.swing.table.FeatureCollectionTableModel.TableWorker load
Package org.geotools.swing.wizard |
---|
Class org.geotools.swing.wizard.JWizard extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JWizard.Controller controller
java.util.HashMap<K,V> model
JPage current
javax.swing.JPanel cardPanel
java.awt.CardLayout cardLayout
javax.swing.JButton backButton
javax.swing.JButton nextButton
javax.swing.JButton finishButton
javax.swing.JButton cancelButton
int returnCode
Package org.geotools.swing.wms |
---|
Class org.geotools.swing.wms.WMSLayerChooser extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: -409825958139086013L
Serialized Fields |
---|
WebMapServer wms
WMSCapabilities caps
javax.swing.JList list
javax.swing.DefaultListModel model
Package org.geotools.util |
---|
Class org.geotools.util.CheckedArrayList extends java.util.ArrayList<E> implements Serializable |
---|
serialVersionUID: -587331971085094268L
Serialized Fields |
---|
java.lang.Class<T> type
Class org.geotools.util.CheckedHashMap extends java.util.LinkedHashMap<K,V> implements Serializable |
---|
serialVersionUID: -7777695267921872849L
Serialized Fields |
---|
java.lang.Class<T> keyType
java.lang.Class<T> valueType
Class org.geotools.util.CheckedHashSet extends java.util.LinkedHashSet<E> implements Serializable |
---|
serialVersionUID: -9014541457174735097L
Serialized Fields |
---|
java.lang.Class<T> type
Class org.geotools.util.DateRange extends Range<java.util.Date> implements Serializable |
---|
serialVersionUID: -6400011350250757942L
Class org.geotools.util.DerivedMap extends java.util.AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: -6994867383669885934L
Serialized Fields |
---|
java.util.Map<K,V> base
DerivedMap.baseToDerived(BK)
,
DerivedMap.derivedToBase(K)
java.lang.Class<T> keyType
Class org.geotools.util.DerivedSet extends java.util.AbstractSet<E> implements Serializable |
---|
serialVersionUID: -4662336508586424581L
Serialized Fields |
---|
java.util.Set<E> base
DerivedSet.baseToDerived(B)
,
DerivedSet.derivedToBase(E)
java.lang.Class<T> derivedType
Class org.geotools.util.DisjointSet extends java.util.AbstractSet<E> implements Serializable |
---|
serialVersionUID: -7933552571588598563L
Serialized Fields |
---|
java.util.Map<K,V> map
add
and remove
operations
on this set are translated into Map
operations as below:
Adding a new element to this Set
:
Map
, where:
DisjointSet
.DisjointSet
prior to add it to this set (in other words, moving the element).
Removing an element from this Set
:
DisjointSet
, then the element is assumed to belongs to an
other DisjointSet
and nothing is done.trash
value
in the underlying Map
. This is equivalent to moving the
element from this set to the "trash" set. Note that if the operation
is applied on the "trash" set itself or if this set doesn't have a
trash (trash==null
), then the element is effectively
removed from the underlying map.
DisjointSet<E> trash
null
if there is none.
Class org.geotools.util.FrequencySortedSet extends java.util.AbstractSet<E> implements Serializable |
---|
serialVersionUID: 6034102231354388179L
Serialized Fields |
---|
java.util.Map<K,V> count
int order
+1
if the element should be sorted in the usual order, or -1
if the elements should be sorted in reverse order (most frequent element first).
Class 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 |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields |
---|
java.util.Map<K,V> localMap
null
).
Keys are Locale
objects and values are String
s.
Class org.geotools.util.IntegerList extends java.util.AbstractList<java.lang.Integer> implements Serializable |
---|
serialVersionUID: 1241962316404811189L
Serialized Fields |
---|
long[] values
long
type instead of int
on the basis that 64 bits machines are becoming more and more common.
int bitCount
int mask
(1 << bitCount) - 1
.
int size
Class org.geotools.util.KeySortedList extends java.util.AbstractSequentialList<V> implements Serializable |
---|
serialVersionUID: 6969483179756527012L
Serialized Fields |
---|
java.util.SortedMap<K,V> map
Class org.geotools.util.KVP extends java.util.LinkedHashMap<java.lang.String,java.lang.Object> implements Serializable |
---|
serialVersionUID: -387821381125137128L
Class org.geotools.util.LocalName extends GenericName implements Serializable |
---|
serialVersionUID: -5627125375582385822L
Serialized Fields |
---|
org.opengis.util.ScopedName asScopedName
java.lang.CharSequence name
String
or an InternationalString
.
Class org.geotools.util.LRULinkedHashMap extends java.util.LinkedHashMap<K,V> implements Serializable |
---|
serialVersionUID: -6668885347230182669L
Serialized Fields |
---|
int maximumSize
Class org.geotools.util.MapEntry extends java.lang.Object implements Serializable |
---|
serialVersionUID: 8627698052283756776L
Serialized Fields |
---|
java.lang.Object key
java.lang.Object value
Class org.geotools.util.MeasurementRange extends NumberRange<T extends java.lang.Number & java.lang.Comparable<? super T>> implements Serializable |
---|
serialVersionUID: 3980319420337513745L
Serialized Fields |
---|
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> units
null
if unknown.
Class org.geotools.util.MemberNameImpl extends LocalName implements Serializable |
---|
serialVersionUID: 6188284973982058318L
Serialized Fields |
---|
org.opengis.util.TypeName typeName
Class org.geotools.util.NumberRange extends Range<T extends java.lang.Number & java.lang.Comparable<? super T>> implements Serializable |
---|
serialVersionUID: -818167965963008231L
Class org.geotools.util.Range extends java.lang.Object implements Serializable |
---|
serialVersionUID: -5393896130562660517L
Serialized Fields |
---|
java.lang.Class<T> elementClass
java.lang.Comparable<T> minValue
java.lang.Comparable<T> maxValue
boolean isMinIncluded
boolean isMaxIncluded
Class org.geotools.util.RangeSet extends java.util.AbstractSet<Range<T extends java.lang.Comparable<? super T>>> implements Serializable |
---|
serialVersionUID: 2439002271813328080L
Serialized Fields |
---|
java.lang.Class<T> elementClass
java.lang.Class<T> relaxedClass
elementClass
except if the later is a Number
subclass.
In the later case, this field is set to Number
.class
.
java.lang.Class<T> arrayElementClass
elementClass
except if the later is the wrapper of some
primitive type. In the later case this field is set to that primitive type.
This is the type to be used in arrays.
byte arrayElementCode
DOUBLE
, FLOAT
, LONG
,
INTEGER
, SHORT
, BYTE
, CHARACTER
or
OTHER
enumeration.
java.lang.Object array
int[]
ou float[]
), ou d'un
tableau de type Comparable[]
. 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 Arrays.binarySearch
qui nous permettent de spécifier les limites du tableau (voir RFE #4306897
à http://developer.java.sun.com/developer/bugParade/bugs/4306897.html).
int modCount
boolean isPrimitive
true
if and only if the element class represents a primitive type.
This is equivalents to primitiveType.isPrimitive()
and is computed
once for ever for performance reason.
boolean useClassChanger
true
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 array
contains primitive elements and the type
type
is not the corresponding wrapper.
boolean isNumeric
true
if instances of NumberRange
should be created instead
of Range
.
Class org.geotools.util.ResourceInternationalString extends AbstractInternationalString implements Serializable |
---|
serialVersionUID: 6339944890723487336L
Serialized Fields |
---|
java.lang.String resources
java.lang.String key
Class org.geotools.util.ScopedName extends GenericName implements Serializable |
---|
serialVersionUID: -7664125655784137729L
Serialized Fields |
---|
org.opengis.util.GenericName scope
char separator
org.opengis.util.LocalName name
Class org.geotools.util.SimpleInternationalString extends AbstractInternationalString implements Serializable |
---|
serialVersionUID: 3543963804501667578L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
AbstractInternationalString.defaultValue
is not serialized.
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
AbstractInternationalString.defaultValue
is not serialized.
java.io.IOException
Class org.geotools.util.UnsupportedImplementationException extends java.lang.UnsupportedOperationException implements Serializable |
---|
serialVersionUID: -649050339146622730L
Class org.geotools.util.Version extends java.lang.Object implements Serializable |
---|
serialVersionUID: -6793384507333713770L
Serialized Fields |
---|
java.lang.String version
Package org.geotools.util.logging |
---|
Class org.geotools.util.logging.LoggedFormat extends java.text.Format implements Serializable |
---|
serialVersionUID: 4578880360344271325L
Serialized Fields |
---|
java.text.Format format
java.lang.Class<T> type
java.util.logging.Level level
java.lang.String logger
null
if none.
LoggedFormat.setLogger(java.lang.String)
java.lang.String className
null
if none.
LoggedFormat.setCaller(java.lang.Class>, java.lang.String)
java.lang.String methodName
null
if none.
LoggedFormat.setCaller(java.lang.Class>, java.lang.String)
Package org.geotools.utils.progress |
---|
Class org.geotools.utils.progress.ExceptionEvent extends ProcessingEvent implements Serializable |
---|
serialVersionUID: 2272452028229922551L
Serialized Fields |
---|
java.lang.Exception exception
Class org.geotools.utils.progress.ProcessingEvent extends java.util.EventObject implements Serializable |
---|
serialVersionUID: 6930580659705360225L
Serialized Fields |
---|
java.lang.String message
double percentage
Package org.geotools.validation.xml |
---|
Class org.geotools.validation.xml.ValidationException extends java.lang.Exception implements Serializable |
---|
Package org.geotools.xml |
---|
Class org.geotools.xml.OptionalComponentParameter extends org.picocontainer.defaults.BasicComponentParameter implements Serializable |
---|
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.filter |
---|
Class org.geotools.xml.filter.UnsupportedFilterException extends java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: 1522023598004933175L
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 |
---|
ComplexType type
Element elem
java.lang.String text
org.xml.sax.Attributes attr
java.util.List<E> elements
java.lang.Object value
ElementHandlerFactory ehf
Class org.geotools.xml.handlers.DocumentHandler extends XMLElementHandler implements Serializable |
---|
Serialized Fields |
---|
XMLElementHandler xeh
ElementHandlerFactory ehf
Class org.geotools.xml.handlers.IgnoreHandler extends XMLElementHandler implements Serializable |
---|
Serialized Fields |
---|
Element elem
Class org.geotools.xml.handlers.SimpleElementHandler extends XMLElementHandler implements Serializable |
---|
Serialized Fields |
---|
SimpleType type
Element elem
java.lang.String text
java.lang.Object value
org.xml.sax.Attributes attr
Package org.geotools.xml.handlers.xsi |
---|
Class org.geotools.xml.handlers.xsi.AllHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
int minOccurs
int maxOccurs
java.util.List<E> elements
org.geotools.xml.handlers.xsi.AllHandler.DefaultAll cache
Class org.geotools.xml.handlers.xsi.AnyAttributeHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String namespace
Class org.geotools.xml.handlers.xsi.AnyHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.net.URI namespace
int minOccurs
int maxOccurs
org.geotools.xml.handlers.xsi.AnyHandler.DefaultAny cache
Class org.geotools.xml.handlers.xsi.AttributeGroupHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String name
java.lang.String ref
AnyAttributeHandler anyAttribute
java.util.List<E> attrDecs
int hashCodeOffset
AttributeGroup cache
Class org.geotools.xml.handlers.xsi.AttributeHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String name
java.lang.String type
java.lang.String ref
java.lang.String def
java.lang.String fixed
int use
SimpleTypeHandler simpleType
int hashCodeOffset
Attribute cache
Class org.geotools.xml.handlers.xsi.ChoiceHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
int minOccurs
int maxOccurs
java.util.List<E> children
org.geotools.xml.handlers.xsi.ChoiceHandler.DefaultChoice cache
Class org.geotools.xml.handlers.xsi.ComplexContentHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String mixed
java.lang.Object child
Class org.geotools.xml.handlers.xsi.ComplexTypeHandler extends XSIElementHandler implements Serializable |
---|
serialVersionUID: -2001189506633342497L
Serialized Fields |
---|
java.lang.String id
java.lang.String name
boolean abstracT
boolean mixed
int block
int finaL
java.util.List<E> attrDecs
AnyAttributeHandler anyAttribute
java.lang.Object child
int hashCodeOffset
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 |
---|
java.lang.String id
java.lang.String name
java.lang.String type
java.lang.String ref
java.lang.String defaulT
java.lang.String fixed
java.lang.String substitutionGroup
int maxOccurs
int minOccurs
int finaL
int block
boolean form
boolean abstracT
boolean nillable
java.lang.Object child
int hashCodeOffset
org.geotools.xml.handlers.xsi.ElementTypeHandler.DefaultElement cache
Class org.geotools.xml.handlers.xsi.ExtensionHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String base
java.lang.Object child
java.util.List<E> attributeDec
Class org.geotools.xml.handlers.xsi.FacetHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String value
Class org.geotools.xml.handlers.xsi.FieldHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String xpath
Class org.geotools.xml.handlers.xsi.GroupHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String name
java.lang.String ref
int maxOccurs
int minOccurs
ElementGroupingHandler child
int hashCodeOffset
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 |
---|
java.net.URI namespace
java.net.URI schemaLocation
int hashCodeOffset
Class org.geotools.xml.handlers.xsi.IncludeHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String schemaLocation
int hashCodeOffset
Class org.geotools.xml.handlers.xsi.KeyHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String name
SelectorHandler selector
java.util.List<E> fields
Class org.geotools.xml.handlers.xsi.KeyrefHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String name
java.lang.String refer
SelectorHandler selector
java.util.List<E> fields
Class org.geotools.xml.handlers.xsi.ListHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String itemType
SimpleTypeHandler simpleType
Class org.geotools.xml.handlers.xsi.RedefineHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String schemaLocation
java.util.List<E> simpleTypes
java.util.List<E> complexTypes
java.util.List<E> groups
java.util.List<E> attributeGroups
int hashCodeOffset
Class org.geotools.xml.handlers.xsi.RestrictionHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String base
java.lang.Object child
java.util.List<E> constraints
java.util.List<E> attrDecs
AnyAttributeHandler anyAttribute
Class org.geotools.xml.handlers.xsi.RootHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
SchemaHandler schema
java.net.URI uri
Class org.geotools.xml.handlers.xsi.SchemaHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String prefix
java.net.URI targetNamespace
java.lang.String version
boolean elementFormDefault
boolean attributeFormDefault
int finalDefault
int blockDefault
java.util.List<E> includes
java.util.List<E> imports
java.util.List<E> redefines
java.util.List<E> attributes
java.util.List<E> attributeGroups
java.util.List<E> complexTypes
java.util.List<E> elements
java.util.List<E> groups
java.util.List<E> simpleTypes
java.net.URI uri
Schema schema
java.util.HashMap<K,V> prefixCache
Class org.geotools.xml.handlers.xsi.SelectorHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String xpath
Class org.geotools.xml.handlers.xsi.SequenceHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
int maxOccurs
int minOccurs
java.util.List<E> children
org.geotools.xml.handlers.xsi.SequenceHandler.DefaultSequence cache
Class org.geotools.xml.handlers.xsi.SimpleContentHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object child
Class org.geotools.xml.handlers.xsi.SimpleTypeHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String name
int finaL
XSIElementHandler child
int hashCodeOffset
SimpleType cache
Class org.geotools.xml.handlers.xsi.UnionHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String memberTypes
java.util.List<E> simpleTypes
Class org.geotools.xml.handlers.xsi.UniqueHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String xpath
SelectorHandler selector
java.util.List<E> fields
Package org.geotools.xml.impl |
---|
Class org.geotools.xml.impl.Duration extends java.lang.Object implements Serializable |
---|
serialVersionUID: 3257001055736117303L
Serialized Fields |
---|
boolean isNegative
int years
int months
int days
int hours
int minutes
int seconds
long millis
Class org.geotools.xml.impl.XsDateFormat extends XsDateTimeFormat implements Serializable |
---|
Class org.geotools.xml.impl.XsDateTimeFormat extends java.text.Format implements Serializable |
---|
Serialized Fields |
---|
boolean parseDate
boolean parseTime
Class org.geotools.xml.impl.XsTimeFormat extends XsDateTimeFormat implements Serializable |
---|
Package org.geotools.xml.impl.jxpath |
---|
Class org.geotools.xml.impl.jxpath.FeaturePointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable |
---|
Serialized Fields |
---|
org.apache.commons.jxpath.ri.QName name
org.opengis.feature.simple.SimpleFeature feature
Class org.geotools.xml.impl.jxpath.FeaturePropertyPointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable |
---|
Serialized Fields |
---|
org.opengis.feature.simple.SimpleFeature feature
FeaturePointer parent
int index
Class org.geotools.xml.impl.jxpath.FeatureTypeAttributePointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable |
---|
Serialized Fields |
---|
org.opengis.feature.simple.SimpleFeatureType featureType
FeatureTypePointer parent
int index
Class org.geotools.xml.impl.jxpath.FeatureTypePointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable |
---|
Serialized Fields |
---|
org.apache.commons.jxpath.ri.QName name
org.opengis.feature.simple.SimpleFeatureType featureType
Package org.w3.xlink |
---|
Class org.w3.xlink.ActuateType extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable |
---|
Class org.w3.xlink.ShowType extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |