|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.geotools.arcsde |
---|
Class ArcSdeException extends IOException implements Serializable |
---|
serialVersionUID: -1392514883217797825L
Package org.geotools.arcsde.filter |
---|
Class GeometryEncoderException extends Exception implements Serializable |
---|
serialVersionUID: -8926292317791976269L
Package org.geotools.arcsde.session |
---|
Class UnavailableConnectionException extends Exception implements Serializable |
---|
serialVersionUID: -7964603239735118491L
Package org.geotools.coverage |
---|
Class AbstractCoverage extends PropertySourceImpl implements Serializable |
---|
serialVersionUID: -2989320942499746295L
Serialized Fields |
---|
InternationalString name
null
if none.
CoordinateReferenceSystem crs
null
if there is none.
Class AbstractCoverage.Renderable extends PropertySourceImpl implements Serializable |
---|
serialVersionUID: -6661389795161502552L
Serialized Fields |
---|
Rectangle2D bounds
int xAxis
int yAxis
GeneralDirectPosition coordinate
y
ordinates will be ignored, since they will vary for each pixel
to be evaluated. Other ordinates, if any, should be set to a fixed value. For example a
coverage may be three-dimensional, where the third dimension is the time axis. In such
case, coordinate.ord[2]
should be set to the point in time where to evaluate the
coverage. By default, all ordinates are initialized to 0. Subclasses should set the
desired values in their constructor if needed.
Class Category extends Object implements Serializable |
---|
serialVersionUID: 6215962897884256696L
Serialized Fields |
---|
InternationalString name
double minimum
minimum
to maximum
inclusive.
If this category is an instance of GeophysicsCategory
,
then this field is the minimal geophysics value in this category.
For qualitative categories, the geophysics value is one of NaN
values.
double maximum
minimum
to maximum
inclusive.
If this category is an instance of GeophysicsCategory
,
then this field is the maximal geophysics value in this category.
For qualitative categories, the geophysics value is one of NaN
values.
NumberRange<T extends Number & Comparable<? super T>> range
[minimum..maximum]
.
May be computed only when first requested, or may be
user-supplied (which is why it must be serialized).
MathTransform1D transform
null
).
If this category is an instance of GeophysicsCategory
, then this transform is
the inverse (as computed by MathTransform1D.inverse()
), except for qualitative
categories. Since Category.getSampleToGeophysics()
returns null
for qualitative
categories, this difference is not visible to the user.
GridSampleDimension.getScale()
,
GridSampleDimension.getOffset()
Category inverse
GeophysicsCategory
. If this category is already an
instance of GeophysicsCategory
, then inverse
is a reference
to the Category
object that own it.
int[] ARGB
Class GridSampleDimension extends Object implements Serializable |
---|
serialVersionUID: 6026936545776852758L
Serialized Fields |
---|
GridSampleDimension inverse
CategoryList.inverse
.
This object is constructed and returned by GridSampleDimension.geophysics(boolean)
. Constructed when first
needed, but serialized anyway because it may be a user-supplied object.
CategoryList categories
null
if this sample
dimension has no category. 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.
MathTransform1D sampleToGeophysics
sampleToGeophysics
transform used by every
quantitative Category
, or null
. This field may be null for two reasons:
sampleToGeophysics
transform.GridSampleDimension.getOffset()
and GridSampleDimension.getScale()
. The
GridSampleDimension.getSampleToGeophysics()
method may also returns directly this
value in some conditions.
InternationalString description
Package org.geotools.coverage.grid |
---|
Class AbstractGridCoverage extends AbstractCoverage implements Serializable |
---|
serialVersionUID: 6476934258101450793L
Class Calculator2D extends GridCoverage2D implements Serializable |
---|
serialVersionUID: -6287856672249003253L
Serialized Fields |
---|
GridCoverage2D source
null
).
AbstractGridCoverage.getSources()(0)
except if this coverage has been deserialized. The source is required in order to get
the GridCoverage2D.view(org.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 GeneralGridCoordinates extends Object implements Serializable |
---|
serialVersionUID: 8146318677770695383L
Serialized Fields |
---|
int[] coordinates
Class GeneralGridCoordinates.Immutable extends GeneralGridCoordinates implements Serializable |
---|
serialVersionUID: -7723383411061425866L
Class GeneralGridEnvelope extends Object implements Serializable |
---|
serialVersionUID: -1695224412095031712L
Serialized Fields |
---|
int[] index
Class GeneralGridGeometry extends Object implements Serializable |
---|
serialVersionUID: 124700383873732132L
Serialized Fields |
---|
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.
MathTransform gridToCRS
null
if none.
This math transform maps pixel center
to "real world" coordinate using the following line:
gridToCRS.transform(pixels, point);
MathTransform cornerToCRS
GeneralGridGeometry.gridToCRS
but from pixel corner
instead of center. Will be computed only when first needed. Serialized because it may
be a value specified explicitly at construction time, in which case it can be more
accurate than a computed value.
Class GridCoordinates2D extends Point implements Serializable |
---|
serialVersionUID: -4583333545268906740L
Class GridCoverage2D extends AbstractGridCoverage implements Serializable |
---|
serialVersionUID: 667472989475027853L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
PlanarImage
from the SerializableRenderedImage
after deserialization.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
RenderedImage serializedImage
SerializableRenderedImage
.
This image will be created only when first needed during serialization.
GridGeometry2D gridGeometry
GridSampleDimension[] sampleDimensions
The content of this array should never be modified.
Class GridCoverage2D.Renderable extends AbstractCoverage.Renderable implements Serializable |
---|
serialVersionUID: 4544636336787905450L
Class GridEnvelope2D extends Rectangle implements Serializable |
---|
serialVersionUID: -3370515914148690059L
Class GridGeometry2D extends GeneralGridGeometry implements Serializable |
---|
serialVersionUID: -3989363771504614419L
Serialized Fields |
---|
CoordinateReferenceSystem crs2D
GridGeometry2D.getCoordinateReferenceSystem2D()
int gridDimensionX
GridGeometry2D.gridDimensionX
) and row (GridGeometry2D.gridDimensionY
) ordinates
in a grid point. They are the index of the first two dimensions with a span greater than 1 in the grid 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
.
MathTransform2D gridToCRS2D
gridToCRS
.
Is null
if and only if GeneralGridGeometry.gridToCRS
is null.
MathTransform2D gridFromCRS2D
gridToCRS2D
.
Is null
if and only if GridGeometry2D.gridToCRS2D
is null.
MathTransform2D cornerToCRS2D
GridGeometry2D.gridToCRS2D
cached in the PixelOrientation.UPPER_LEFT
case.
This field is serialized because it may be user-provided, in which case it is
likely to be more accurate than what we would compute. If null
, will
be computed when first needed.
Class ImageGeometry extends Object implements Serializable |
---|
serialVersionUID: 1985363181119389264L
Serialized Fields |
---|
GridEnvelope2D gridRange
AffineTransform2D gridToCRS
Class Interpolator2D extends Calculator2D implements Serializable |
---|
serialVersionUID: 9028980295030908004L
Serialized Fields |
---|
MathTransform2D toGrid
Interpolation interpolation
Interpolator2D fallback
null
if there
is no fallback. By convention, this
means that interpolation should fallback
on super.evaluate(...)
(i.e. nearest neighbor).
int xmin
Interpolation
's padding.
int ymin
Interpolation
's padding.
int xmax
Interpolation
's padding.
int ymax
Interpolation
's padding.
int top
int left
Rectangle bounds
RectIterFactory
.
BorderExtender borderExtender
BorderExtender
for this Interpolator2D
instance .
Class InvalidGridGeometryException extends IllegalStateException implements Serializable |
---|
serialVersionUID: -7386283388753448743L
Package org.geotools.coverage.grid.io.imageio.geotiff |
---|
Class GeoTiffException extends IOException implements Serializable |
---|
serialVersionUID: 1008533682021487024L
Serialized Fields |
---|
GeoTiffIIOMetadataDecoder metadata
Package org.geotools.coverage.processing |
---|
Class AbstractOperation extends Object implements Serializable |
---|
serialVersionUID: -1441856042779942954L
Serialized Fields |
---|
ParameterDescriptorGroup descriptor
Class BaseScaleOperationJAI extends OperationJAI implements Serializable |
---|
serialVersionUID: 1L
Class BaseStatisticsOperationJAI extends OperationJAI implements Serializable |
---|
serialVersionUID: 6830028735162290160L
Class BilevelOperation extends OperationJAI implements Serializable |
---|
serialVersionUID: 8975871552152978976L
Class CannotCropException extends CoverageProcessingException implements Serializable |
---|
serialVersionUID: -4382377333378224973L
Class CannotReprojectException extends CoverageProcessingException implements Serializable |
---|
serialVersionUID: -8145425848361056027L
Class CannotScaleException extends CoverageProcessingException implements Serializable |
---|
serialVersionUID: 8644771885589352455L
Class CoverageProcessingException extends RuntimeException implements Serializable |
---|
serialVersionUID: -2199436135615396946L
Class FilterOperation extends OperationJAI implements Serializable |
---|
serialVersionUID: 7984379314515755769L
Class Operation2D extends AbstractOperation implements Serializable |
---|
serialVersionUID: 574096338873406394L
Class OperationJAI extends Operation2D implements Serializable |
---|
serialVersionUID: -5974520239347639965L
Serialized Fields |
---|
OperationDescriptor operation
Class RangeSpecifier extends Object implements Serializable |
---|
serialVersionUID: 8436500582161136302L
Serialized Fields |
---|
NumberRange<T extends Number & Comparable<? super T>> range
null
if none.
MathTransform1D transform
null
if none.
Unit<Q extends Quantity> unit
null
if none.
Color[] colors
null
if none.
Package org.geotools.coverage.processing.operation |
---|
Class Absolute extends OperationJAI implements Serializable |
---|
serialVersionUID: 3723059532452772794L
Class Add extends OperationJAI implements Serializable |
---|
serialVersionUID: -4029879745691129215L
Class AddConst extends OperationJAI implements Serializable |
---|
serialVersionUID: 5443686039059774671L
Class Convolve extends OperationJAI implements Serializable |
---|
serialVersionUID: -8324284100732653109L
Class Crop extends Operation2D implements Serializable |
---|
serialVersionUID: 4466072819239413456L
Class CroppedCoverage2D extends Object implements Serializable |
---|
Class DivideByConst extends OperationJAI implements Serializable |
---|
serialVersionUID: -3723238033407316564L
Class Exp extends OperationJAI implements Serializable |
---|
serialVersionUID: 6136918309949539525L
Class Extrema extends BaseStatisticsOperationJAI implements Serializable |
---|
serialVersionUID: 7731039381590398047L
Class FilteredSubsample extends BaseScaleOperationJAI implements Serializable |
---|
serialVersionUID: 652535074064952517L
Class GradientMagnitude extends OperationJAI implements Serializable |
---|
serialVersionUID: -1514713427236924048L
Class Histogram extends BaseStatisticsOperationJAI implements Serializable |
---|
serialVersionUID: -4256576399698278701L
Class Interpolate extends Operation2D implements Serializable |
---|
serialVersionUID: 6742127682733620661L
Class Invert extends OperationJAI implements Serializable |
---|
serialVersionUID: 7297641092994880308L
Class Log extends OperationJAI implements Serializable |
---|
serialVersionUID: -3622176942444895367L
Class MaxFilter extends OperationJAI implements Serializable |
---|
serialVersionUID: 3368109980974496342L
Class MedianFilter extends OperationJAI implements Serializable |
---|
serialVersionUID: -8604321975842276962L
Class MinFilter extends OperationJAI implements Serializable |
---|
serialVersionUID: -45487721305059086L
Class Multiply extends OperationJAI implements Serializable |
---|
serialVersionUID: 3559075474256896861L
Class MultiplyConst extends OperationJAI implements Serializable |
---|
serialVersionUID: -1077713495023498436L
Class NodataFilter extends Object implements Serializable |
---|
Class Resample extends Operation2D implements Serializable |
---|
serialVersionUID: -2022393087647420577L
Class Rescale extends OperationJAI implements Serializable |
---|
serialVersionUID: -9150531690336265741L
Class Scale extends BaseScaleOperationJAI implements Serializable |
---|
serialVersionUID: -3212656385631097713L
Class SelectSampleDimension extends Operation2D implements Serializable |
---|
serialVersionUID: 6889502343896409135L
Class SubsampleAverage extends BaseScaleOperationJAI implements Serializable |
---|
serialVersionUID: 1L
Class SubtractConst extends OperationJAI implements Serializable |
---|
serialVersionUID: 279426577290256732L
Class SubtractFromConst extends OperationJAI implements Serializable |
---|
serialVersionUID: 6941277637814235474L
Class Warp extends BaseScaleOperationJAI implements Serializable |
---|
serialVersionUID: -9077795909705065389L
Class ZonalStats extends BaseStatisticsOperationJAI implements Serializable |
---|
serialVersionUID: -2027327652181137851L
Package org.geotools.data |
---|
Class BatchFeatureEvent extends FeatureEvent implements Serializable |
---|
serialVersionUID: 3154238322369916486L
Serialized Fields |
---|
WeakHashSet<E> fids
Class DataSourceException extends IOException implements Serializable |
---|
serialVersionUID: -602847953059978370L
Class DefaultServiceInfo extends Object implements Serializable |
---|
serialVersionUID: 7975308744804800859L
Serialized Fields |
---|
String description
Set<E> keywords
URI publisher
URI schema
String title
URI source
Class FeatureEvent extends 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 FeatureType,F extends 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().
Filter filter
This is often an Id filter.
Class FeatureLockException extends IOException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String featureID
Class SampleDataAccessFeatureCollection extends ArrayList<Feature> implements Serializable |
---|
Class SchemaNotFoundException extends IOException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String typeName
Package org.geotools.data.complex.config |
---|
Class AppSchemaDataAccessDTO extends Object implements Serializable |
---|
serialVersionUID: -8649884546130644668L
Serialized Fields |
---|
String baseSchemasUrl
AppSchemaDataAccessDTO.targetSchemasUris
Map<K,V> namespaces
List<E> sourceDataStores
Set<E> typeMappings
List<E> targetSchemasUris
AppSchemaDataAccessDTO.baseSchemasUrl
List<E> includes
String oasisCatalogUri
Class AttributeMapping extends Object implements Serializable |
---|
serialVersionUID: 3624951889528331592L
Serialized Fields |
---|
String targetAttributePath
String inputAttributePath
String identifierPath
String sourceExpression
At this stage, the expression must be a valid OpenGIS Common Query Language expression.
String sourceIndex
this#sourceExpression
from denormalised database rows.
At this stage, the expression must be a valid integer, or LAST would work to get the last dynamic result.
String label
String parentLabel
String targetQueryString
String instancePath
String linkElement
String linkField
String identifierExpression
At this stage, the expression must be a valid OpenGIS Common Query Language expression.
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 whether this
attribute corresponds to a multivalued or a single valued attribute.
boolean encodeIfEmpty
true
, indicates that one this attribute should be encode if it contains null
or empty value.
boolean isList
true
, indicates that this attribute corresponds to a list of values.
This is similar to isMultiple, except the values are concatenated as a big String inside
the attribute.
Map<K,V> clientProperties
for example: srsName/strConcat("#bh.", BGS_ID)
Class SourceDataStore extends Object implements Serializable |
---|
serialVersionUID: 8540617713675342340L
Serialized Fields |
---|
String id
Map<K,V> params
boolean isDataAccess
Class TypeMapping extends Object implements Serializable |
---|
serialVersionUID: 1444252634598922057L
Serialized Fields |
---|
String sourceDataStore
String sourceTypeName
String itemXpath
boolean isXmlDataStore
boolean isDenormalised
String targetElementName
List<E> attributeMappings
String mappingName
Package org.geotools.data.complex.filter |
---|
Class XPathUtil.StepList extends CheckedArrayList<XPathUtil.Step> implements Serializable |
---|
serialVersionUID: -5612786286175355862L
Package org.geotools.data.jdbc |
---|
Class FilterToSQLException extends Exception implements Serializable |
---|
serialVersionUID: -2394509611777950167L
Package org.geotools.data.jdbc.fidmapper |
---|
Package org.geotools.data.oracle.sdo |
---|
Class TT.GeomClasses extends HashMap implements Serializable |
---|
serialVersionUID: -3359664692996608331L
Package org.geotools.data.shapefile.dbf |
---|
Class DbaseFileException extends DataSourceException implements Serializable |
---|
serialVersionUID: -6890880438911014652L
Package org.geotools.data.shapefile.index |
---|
Class LockTimeoutException extends Exception implements Serializable |
---|
Class TreeException extends IOException implements Serializable |
---|
serialVersionUID: 1988241322009839486L
Class UnsupportedFilterException extends Exception implements Serializable |
---|
serialVersionUID: 3292904738782996000L
Package org.geotools.data.shapefile.index.quadtree |
---|
Class StoreException extends IOException implements Serializable |
---|
serialVersionUID: -3356954193373344773L
Package org.geotools.data.shapefile.shp |
---|
Class ShapefileException extends DataSourceException implements Serializable |
---|
serialVersionUID: -6523799964553991364L
Package org.geotools.data.sqlserver.reader |
---|
Class SqlServerBinaryParseException extends IOException implements Serializable |
---|
Package org.geotools.data.wfs.protocol.wfs |
---|
Class WFSException extends IOException implements Serializable |
---|
Serialized Fields |
---|
StringBuilder msg
Package org.geotools.data.wfs.v1_0_0 |
---|
Class WFSSchemaFactory.WFSRootHandler extends RootHandler implements Serializable |
---|
Serialized Fields |
---|
WFSSchemaFactory.ServiceExceptionReportHandler se
Package org.geotools.factory |
---|
Class FactoryNotFoundException extends FactoryRegistryException implements Serializable |
---|
serialVersionUID: 7555229653402417318L
Class FactoryRegistryException extends RuntimeException implements Serializable |
---|
serialVersionUID: 8483095037433886648L
Class RecursiveSearchException extends FactoryRegistryException implements Serializable |
---|
serialVersionUID: -2028654588882874110L
Package org.geotools.feature |
---|
Class CollectionEvent extends EventObject implements Serializable |
---|
serialVersionUID: -1864190177730929948L
Serialized Fields |
---|
int type
SimpleFeature[] features
Class IllegalAttributeException extends IllegalAttributeException implements Serializable |
---|
serialVersionUID: 3775548331744387093L
Class NameImpl extends Object implements Serializable |
---|
serialVersionUID: 4564070184645559899L
Serialized Fields |
---|
String namespace
String local
String separator
Class SchemaException extends Exception implements Serializable |
---|
serialVersionUID: 5453903672192802976L
Package org.geotools.feature.xpath |
---|
Class AttributeNodePointer extends NodePointer implements Serializable |
---|
serialVersionUID: -5637103253645991273L
Serialized Fields |
---|
QName name
Attribute feature
Class DescriptorXmlAttributeNodePointer extends NodePointer implements Serializable |
---|
serialVersionUID: 8096170689141331692L
Serialized Fields |
---|
Name name
PropertyDescriptor descriptor
Class FeatureTypeAttributePointer extends NodePointer implements Serializable |
---|
serialVersionUID: -7238823373667263032L
Serialized Fields |
---|
ComplexType parentType
AttributeType attType
PropertyDescriptor descriptor
Name name
Class FeatureTypePointer extends NodePointer implements Serializable |
---|
serialVersionUID: 7329150854098309040L
Serialized Fields |
---|
QName name
ComplexType featureType
Class XmlAttributeNodePointer extends NodePointer implements Serializable |
---|
serialVersionUID: 3315524792964171784L
Serialized Fields |
---|
Name name
Attribute feature
Package org.geotools.filter |
---|
Class FilterFactoryCreationException extends Exception implements Serializable |
---|
Class IllegalFilterException extends RuntimeException implements Serializable |
---|
serialVersionUID: 6991878877158220201L
Class MalformedFilterException extends Exception implements Serializable |
---|
Class SQLEncoderException extends Exception implements Serializable |
---|
serialVersionUID: -2394509611777950167L
Package org.geotools.filter.text.cql2 |
---|
Class CQLException extends ParseException implements Serializable |
---|
serialVersionUID: 8873756073711225699L
Serialized Fields |
---|
Throwable cause
String cqlSource
IToken currentToken
Package org.geotools.filter.text.generated.parsers |
---|
Class ParseException extends Exception implements Serializable |
---|
Serialized Fields |
---|
boolean specialConstructor
Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
Class TokenMgrError extends Error implements Serializable |
---|
Serialized Fields |
---|
int errorCode
Package org.geotools.gce.imagemosaic |
---|
Class Converters extends Object implements Serializable |
---|
Class ImageMosaicEventHandlers.ExceptionEvent extends ImageMosaicEventHandlers.ProcessingEvent implements Serializable |
---|
serialVersionUID: 2272452028229922551L
Serialized Fields |
---|
Exception exception
Class ImageMosaicEventHandlers.FileProcessingEvent extends ImageMosaicEventHandlers.ProcessingEvent implements Serializable |
---|
Serialized Fields |
---|
File file
boolean ingested
Class ImageMosaicEventHandlers.ProcessingEvent extends EventObject implements Serializable |
---|
serialVersionUID: 6930580659705360225L
Serialized Fields |
---|
String message
double percentage
Package org.geotools.gce.imagemosaic.processing |
---|
Class ArtifactsFilterDescriptor extends OperationDescriptorImpl implements Serializable |
---|
Package org.geotools.geometry |
---|
Class DirectPosition1D extends AbstractDirectPosition implements Serializable |
---|
serialVersionUID: 3235094562875693710L
Serialized Fields |
---|
CoordinateReferenceSystem crs
double ordinate
Class DirectPosition2D extends Point2D.Double implements Serializable |
---|
serialVersionUID: 835130287438466996L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
CoordinateReferenceSystem crs
Class DirectPosition3D extends Object implements Serializable |
---|
serialVersionUID: 835130287438466996L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
double x
double y
double z
CoordinateReferenceSystem crs
Class Envelope2D extends Rectangle2D.Double implements Serializable |
---|
serialVersionUID: -3319231220761419350L
Serialized Fields |
---|
CoordinateReferenceSystem crs
null
.
Class GeneralDirectPosition extends AbstractDirectPosition implements Serializable |
---|
serialVersionUID: 9071833698385715524L
Serialized Fields |
---|
double[] ordinates
CoordinateReferenceSystem crs
null
.
Class GeneralEnvelope extends AbstractEnvelope implements Serializable |
---|
serialVersionUID: 1752330560227688940L
Serialized Fields |
---|
double[] ordinates
Consider this reference as final; it is modified by GeneralEnvelope.clone()
only.
CoordinateReferenceSystem crs
null
.
Class TransformedDirectPosition extends GeneralDirectPosition implements Serializable |
---|
serialVersionUID: -3988283183934950437L
Serialized Fields |
---|
CoordinateOperationFactory factory
CoordinateReferenceSystem defaultCRS
TransformedDirectPosition.transform(org.opengis.geometry.DirectPosition)
with
a position without associated CoordinateReferenceSystem
. May be null
if the default CRS is assumed equals to this
position CRS.
Package org.geotools.geometry.jts |
---|
Class ReferencedEnvelope extends Envelope implements Serializable |
---|
serialVersionUID: -3188702602373537163L
Serialized Fields |
---|
CoordinateReferenceSystem crs
null
.
Class ReferencedEnvelope3D extends ReferencedEnvelope implements Serializable |
---|
serialVersionUID: -3188702602373537163L
Serialized Fields |
---|
double minz
double maxz
Class TransformedShape extends AffineTransform implements Serializable |
---|
Serialized Fields |
---|
Shape shape
Point2D.Double point
Rectangle2D.Double rectangle
Package org.geotools.gml |
---|
Class GMLException extends Exception implements Serializable |
---|
Package org.geotools.gml3 |
---|
Class Curve extends MultiLineString implements Serializable |
---|
Class MultiCurve extends GeometryCollection implements Serializable |
---|
Class MultiSurface extends MultiPolygon implements Serializable |
---|
Package org.geotools.graph.path |
---|
Class Cycle extends Walk implements Serializable |
---|
Class Path extends Walk implements Serializable |
---|
Class Walk extends ArrayList implements Serializable |
---|
Serialized Fields |
---|
List<E> m_edges
Package org.geotools.graph.structure.basic |
---|
Class BasicDirectedEdge extends BasicGraphable implements Serializable |
---|
Serialized Fields |
---|
DirectedNode m_in
DirectedNode m_out
Class BasicDirectedGraph extends BasicGraph implements Serializable |
---|
Class BasicDirectedNode extends BasicGraphable implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Class BasicEdge extends BasicGraphable implements Serializable |
---|
Serialized Fields |
---|
Node m_nodeA
Node m_nodeB
Class BasicGraph extends Object implements Serializable |
---|
Class BasicGraphable extends Object implements Serializable |
---|
Serialized Fields |
---|
Object m_obj
boolean m_visited
int m_nvisited
int m_id
Class BasicNode extends BasicGraphable implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Package org.geotools.graph.structure.line |
---|
Class BasicDirectedXYNode extends BasicDirectedNode implements Serializable |
---|
Class BasicXYNode extends BasicNode implements Serializable |
---|
Class OptDirectedXYNode extends OptDirectedNode implements Serializable |
---|
Serialized Fields |
---|
double m_x
double m_y
Class OptXYNode extends OptNode implements Serializable |
---|
Serialized Fields |
---|
double m_x
double m_y
Package org.geotools.graph.structure.opt |
---|
Class OptDirectedEdge extends OptGraphable implements Serializable |
---|
Serialized Fields |
---|
OptDirectedNode m_in
OptDirectedNode m_out
Class OptDirectedNode extends OptGraphable implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
ClassNotFoundException
Class OptEdge extends OptGraphable implements Serializable |
---|
Serialized Fields |
---|
OptNode m_nodeA
OptNode m_nodeB
Class OptGraphable extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean m_visited
byte m_count
Class OptNode extends OptGraphable implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
ClassNotFoundException
Serialized Fields |
---|
Edge[] m_edges
Package org.geotools.graph.util |
---|
Class IndexedStack extends Stack implements Serializable |
---|
Serialized Fields |
---|
HashMap<K,V> m_index
Class MultiMap extends Object implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> m_map
Class<T> m_collectionClass
Class ParseErrorHandler extends DefaultHandler implements Serializable |
---|
Serialized Fields |
---|
ArrayList<E> m_parseErrors
Class SimpleFileFilter extends FileFilter implements Serializable |
---|
Serialized Fields |
---|
String m_ext
String m_desc
Package org.geotools.graph.util.delaunay |
---|
Class DelaunayEdge extends BasicEdge implements Serializable |
---|
Serialized Fields |
---|
Triangle faceA
Triangle faceB
Class DelaunayNode extends BasicXYNode implements Serializable |
---|
Serialized Fields |
---|
SimpleFeature feature
Class GraphViewer extends JPanel implements Serializable |
---|
Serialized Fields |
---|
Graph graph
Collection<E> nodes
double minX
double minY
int xScaling
int yScaling
int xOffset
int yOffset
boolean colorEdges
Color[] nodeColors
Vector<E> shortEdges
Vector<E> longEdges
Vector<E> otherEdges
Package org.geotools.image |
---|
Class GTWarpPropertyGenerator extends PropertyGeneratorImpl implements Serializable |
---|
serialVersionUID: 6622489670499745306L
Package org.geotools.image.crop |
---|
Class GTCropDescriptor extends OperationDescriptorImpl implements Serializable |
---|
serialVersionUID: -2995031215260355215L
Package org.geotools.image.palette |
---|
Class ColorInversionDescriptor extends OperationDescriptorImpl implements Serializable |
---|
serialVersionUID: -8859576263333814317L
Class ColorReductionDescriptor extends OperationDescriptorImpl implements Serializable |
---|
serialVersionUID: -8931287738914712392L
Package org.geotools.io |
---|
Class ContentFormatException extends IOException implements Serializable |
---|
serialVersionUID: 6152194019351374599L
Class LineFormat extends 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.
Object[] data
LineFormat.setLine(String)
has been invoked.
Those data are returned by methods like LineFormat.getValues(float[])
.
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.
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.
String line
LineFormat.setLine(String)
.
Package org.geotools.jdbc |
---|
Class RegexpValidator extends Object implements Serializable |
---|
Serialized Fields |
---|
Pattern pattern
Class VirtualTable extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String sql
List<E> primaryKeyColumns
Map<K,V> geometryTypes
Map<K,V> nativeSrids
Map<K,V> dimensions
Map<K,V> parameters
boolean escapeSql
Class VirtualTableParameter extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String defaultValue
VirtualTableParameter.Validator validator
Package org.geotools.map.event |
---|
Class MapBoundsEvent extends EventObject implements Serializable |
---|
serialVersionUID: -2063712912599101999L
Serialized Fields |
---|
EnumSet<E extends Enum<E>> type
ReferencedEnvelope oldAreaOfInterest
ReferencedEnvelope newAreaOfInterest
Class MapLayerEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
int reason
Class MapLayerListEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
MapLayer mapLayer
Layer layer
int fromIndex
int toIndex
MapLayerEvent mapLayerEvent
Package org.geotools.math |
---|
Class Complex extends Object implements Serializable |
---|
serialVersionUID: -8143196508298758583L
Serialized Fields |
---|
double real
double imag
Class Fraction extends Number implements Serializable |
---|
serialVersionUID: -4501644254763471216L
Serialized Fields |
---|
int numerator
int denominator
Class Line extends Object implements Serializable |
---|
serialVersionUID: 2185952238314399110L
Serialized Fields |
---|
double slope
double y0
double x0
Class Plane extends Object implements Serializable |
---|
serialVersionUID: 2956201711131316723L
Serialized Fields |
---|
double c
double cx
double cy
Class Polynom extends Object implements Serializable |
---|
serialVersionUID: 6825019711186108990L
Serialized Fields |
---|
double[] c
Class Statistics extends 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 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 Angle extends Object implements Serializable |
---|
serialVersionUID: 1158747349433104534L
Serialized Fields |
---|
double theta
Class AngleFormat extends Format implements Serializable |
---|
serialVersionUID: 4320403817210439764L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
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
.
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.
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.
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.
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
.
DecimalFormat numberFormat
AngleFormat.RoundingMethod instanceRoundingMethod
defaultRoundingMethod
it will be used instead.
Class CoordinateFormat extends Format implements Serializable |
---|
serialVersionUID: 8235685097881260737L
Serialized Fields |
---|
CoordinateReferenceSystem crs
null
.
String separator
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
UnitConverter[] toMillis
FieldPosition dummy
Locale locale
Class Latitude extends Angle implements Serializable |
---|
serialVersionUID: -4496748683919618976L
Class Longitude extends Angle implements Serializable |
---|
serialVersionUID: -8614900608052762636L
Class Measure extends Number implements Serializable |
---|
serialVersionUID: 6917234039472328164L
Serialized Fields |
---|
double value
Unit<Q extends Quantity> unit
Package org.geotools.metadata |
---|
Class InvalidMetadataException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 3219759595538181102L
Class UnmodifiableMetadataException extends UnsupportedOperationException implements Serializable |
---|
serialVersionUID: -1885135341334523675L
Package org.geotools.metadata.iso |
---|
Class ApplicationSchemaInformationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -3109191272905767382L
Serialized Fields |
---|
Citation name
String schemaLanguage
String constraintLanguage
URI schemaAscii
URI graphicsFile
URI softwareDevelopmentFile
String softwareDevelopmentFileFormat
SpatialAttributeSupplement featureCatalogueSupplement
Class ExtendedElementInformationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -935396252908733907L
Serialized Fields |
---|
String name
String shortName
Integer domainCode
InternationalString definition
Obligation obligation
InternationalString condition
Datatype dataType
Integer maximumOccurrence
null
if it doesn't apply, for example if the
data type is enumeration,
code list or code list element.
InternationalString domainValue
null
if it doesn't apply, for example if the
data type is enumeration,
code list or code list element.
Collection<E> parentEntity
InternationalString rule
Collection<E> rationales
Collection<E> sources
Class FeatureCatalogueDescriptionImpl extends ContentInformationImpl implements Serializable |
---|
serialVersionUID: -5361236546997056467L
Serialized Fields |
---|
Boolean compliant
Collection<E> language
Boolean includeWithDataset
Collection<E> featureTypes
Collection<E> featureCatalogueCitations
Class FeatureTypeListImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 5417914796207743856L
Serialized Fields |
---|
String spatialObject
String spatialSchemaName
Class IdentifierImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 7459062382170865919L
Serialized Fields |
---|
String code
String version
Citation authority
Class MetadataEntity extends ModifiableMetadata implements Serializable |
---|
serialVersionUID: 5730550742604669102L
Class MetadataExtensionInformationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 573866936088674519L
Serialized Fields |
---|
OnLineResource extensionOnLineResource
Collection<E> extendedElementInformation
Class MetaDataImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -5600409558876701144L
Serialized Fields |
---|
String fileIdentifier
null
if none.
Locale language
Collection<E> locales
CharacterSet characterSet
String parentIdentifier
Collection<E> hierarchyLevels
Collection<E> hierarchyLevelNames
Collection<E> contacts
String dataSetUri
long dateStamp
Long.MIN_VALUE
.
String metadataStandardName
String metadataStandardVersion
Collection<E> spatialRepresentationInfo
Collection<E> referenceSystemInfo
Collection<E> metadataExtensionInfo
Collection<E> identificationInfo
Collection<E> contentInfo
Distribution distributionInfo
Collection<E> dataQualityInfo
Collection<E> portrayalCatalogueInfo
Collection<E> metadataConstraints
Collection<E> applicationSchemaInfo
MaintenanceInformation metadataMaintenance
Class PortrayalCatalogueReferenceImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -3095277682987563157L
Serialized Fields |
---|
Collection<E> portrayalCatalogueCitations
Class SpatialAttributeSupplementImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 273337004694210422L
Serialized Fields |
---|
Collection<E> featureTypeList
Package org.geotools.metadata.iso.citation |
---|
Class AddressImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 2278687294173262546L
Serialized Fields |
---|
InternationalString administrativeArea
InternationalString city
InternationalString country
String postalCode
Collection<E> deliveryPoints
Collection<E> electronicMailAddresses
Class CitationDateImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -2884791484254008454L
Serialized Fields |
---|
long date
Long.MIN_VALUE
if none.
DateType dateType
Class CitationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -4415559967618358778L
Serialized Fields |
---|
InternationalString title
Collection<E> alternateTitles
Collection<E> dates
InternationalString edition
long editionDate
Long.MIN_VALUE
if none.
Collection<E> identifiers
Collection<E> citedResponsibleParties
Collection<E> presentationForm
Series series
null
if none.
InternationalString otherCitationDetails
null
if none.
InternationalString collectiveTitle
null
if there is no title.
String ISBN
null
if none.
String ISSN
null
if none.
Class ContactImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 3283637180253117382L
Serialized Fields |
---|
InternationalString contactInstructions
InternationalString hoursOfService
OnLineResource onLineResource
Address address
Telephone phone
Class OnLineResourceImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 5412370008274334799L
Serialized Fields |
---|
String applicationProfile
InternationalString description
OnLineFunction function
URI linkage
String name
Class ResponsiblePartyImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -2477962229031486552L
Serialized Fields |
---|
String individualName
InternationalString organisationName
InternationalString positionName
Contact contactInfo
Role role
Class SeriesImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 2784101441023323052L
Serialized Fields |
---|
InternationalString name
String issueIdentification
String page
Class TelephoneImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 4920157673337669241L
Serialized Fields |
---|
Collection<E> voices
Collection<E> facsimiles
Package org.geotools.metadata.iso.constraint |
---|
Class ConstraintsImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 7197823876215294777L
Serialized Fields |
---|
Collection<E> useLimitation
Class LegalConstraintsImpl extends ConstraintsImpl implements Serializable |
---|
serialVersionUID: -2891061818279024901L
Serialized Fields |
---|
Collection<E> accessConstraints
Collection<E> useConstraints
Collection<E> otherConstraints
Class SecurityConstraintsImpl extends ConstraintsImpl implements Serializable |
---|
serialVersionUID: 6412833018607679734L
Serialized Fields |
---|
Classification classification
InternationalString userNote
InternationalString classificationSystem
InternationalString handlingDescription
Package org.geotools.metadata.iso.content |
---|
Class BandImpl extends RangeDimensionImpl implements Serializable |
---|
serialVersionUID: -2302918545469034653L
Serialized Fields |
---|
Double maxValue
Double minValue
Unit<Q extends Quantity> units
Double peakResponse
null
if unspecified.
Integer bitsPerValue
null
if unspecified.
Integer toneGradation
null
if unspecified.
Double scaleFactor
null
if unspecified.
Double offset
null
if unspecified.
Class ContentInformationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -1609535650982322560L
Class CoverageDescriptionImpl extends ContentInformationImpl implements Serializable |
---|
serialVersionUID: -326050615789333559L
Serialized Fields |
---|
RecordType attributeDescription
CoverageContentType contentType
Collection<E> dimensions
Class FeatureCatalogueDescriptionImpl extends ContentInformationImpl implements Serializable |
---|
serialVersionUID: 1984922846251567908L
Serialized Fields |
---|
Boolean compliant
Collection<E> languages
boolean includeWithDataset
Collection<E> featureTypes
Collection<E> featureCatalogueCitations
Class ImageDescriptionImpl extends CoverageDescriptionImpl implements Serializable |
---|
serialVersionUID: -6168624828802439062L
Serialized Fields |
---|
Double illuminationElevationAngle
Double illuminationAzimuthAngle
ImagingCondition imagingCondition
Identifier imageQualityCode
Double cloudCoverPercentage
Identifier processingLevelCode
Integer compressionGenerationQuantity
null
if the information is not provided.
Boolean triangulationIndicator
null
if the information is not provided.
Boolean radiometricCalibrationDataAvailable
Boolean cameraCalibrationInformationAvailable
Boolean filmDistortionInformationAvailable
Boolean lensDistortionInformationAvailable
Class RangeDimensionImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 4365956866782010460L
Serialized Fields |
---|
MemberName sequenceIdentifier
InternationalString descriptor
Package org.geotools.metadata.iso.distribution |
---|
Class DigitalTransferOptionsImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -1533064478468754337L
Serialized Fields |
---|
InternationalString unitsOfDistribution
Double transferSize
null
if the transfer size is unknown.
Collection<E> onLines
Medium offLines
Class DistributionImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -5899590027802365131L
Serialized Fields |
---|
Collection<E> distributionFormats
Collection<E> distributors
Collection<E> transferOptions
Class DistributorImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 7142984376823483766L
Serialized Fields |
---|
ResponsibleParty distributorContact
Collection<E> distributionOrderProcesses
Collection<E> distributorFormats
Collection<E> distributorTransferOptions
Class FormatImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 6498897239493553607L
Serialized Fields |
---|
InternationalString name
InternationalString version
InternationalString amendmentNumber
InternationalString specification
InternationalString fileDecompressionTechnique
Collection<E> formatDistributors
Class MediumImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -2838122926367921673L
Serialized Fields |
---|
MediumName name
Collection<E> densities
null
if unknown.
If non-null, then the number should be greater than zero.
Unit<Q extends Quantity> densityUnits
Integer volumes
null
if unknown.
Collection<E> mediumFormats
InternationalString mediumNote
Class StandardOrderProcessImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -6503378937452728631L
Serialized Fields |
---|
InternationalString fees
long plannedAvailableDateTime
InternationalString orderingInstructions
InternationalString turnaround
Package org.geotools.metadata.iso.extent |
---|
Class BoundingPolygonImpl extends GeographicExtentImpl implements Serializable |
---|
serialVersionUID: 8174011874910887918L
Serialized Fields |
---|
Collection<E> polygons
Class ExtentImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 7812213837337326257L
Serialized Fields |
---|
InternationalString description
Collection<E> geographicElements
Collection<E> temporalElements
Collection<E> verticalElements
Class GeographicBoundingBoxImpl extends GeographicExtentImpl implements Serializable |
---|
serialVersionUID: -3278089380004172514L
Serialized Fields |
---|
double westBoundLongitude
double eastBoundLongitude
double southBoundLatitude
double northBoundLatitude
Class GeographicDescriptionImpl extends GeographicExtentImpl implements Serializable |
---|
serialVersionUID: 7250161161099782176L
Serialized Fields |
---|
Identifier geographicIdentifier
Class GeographicExtentImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -8844015895495563161L
Serialized Fields |
---|
Boolean inclusion
Class SpatialTemporalExtentImpl extends TemporalExtentImpl implements Serializable |
---|
serialVersionUID: 821702768255546660L
Serialized Fields |
---|
Collection<E> spatialExtent
Class 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.
TemporalPrimitive extent
Class VerticalExtentImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -3214554246909844079L
Serialized Fields |
---|
Double minimumValue
Double maximumValue
VerticalCRS verticalCRS
Package org.geotools.metadata.iso.identification |
---|
Class BrowseGraphicImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 1715873406472953616L
Serialized Fields |
---|
URI applicationSchemaInformation
URI fileName
InternationalString fileDescription
String fileType
Class DataIdentificationImpl extends IdentificationImpl implements Serializable |
---|
serialVersionUID: -4418520352804939785L
Serialized Fields |
---|
Collection<E> spatialRepresentationTypes
Collection<E> spatialResolutions
Collection<E> language
Collection<E> characterSets
Collection<E> topicCategories
InternationalString environmentDescription
Collection<E> extent
InternationalString supplementalInformation
Class IdentificationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -3715084806249419137L
Serialized Fields |
---|
Citation citation
InternationalString abstracts
InternationalString purpose
Collection<E> credits
Collection<E> status
Collection<E> pointOfContacts
Collection<E> resourceMaintenance
Collection<E> graphicOverviews
Collection<E> resourceFormat
Collection<E> descriptiveKeywords
Collection<E> resourceSpecificUsages
Collection<E> resourceConstraints
Collection<E> aggregationInfo
Class KeywordsImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 48691634443678266L
Serialized Fields |
---|
Collection<E> keywords
KeywordType type
Citation thesaurusName
Class RepresentativeFractionImpl extends Number implements Serializable |
---|
serialVersionUID: 7228422109144637537L
Serialized Fields |
---|
long denominator
Class ResolutionImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -4644465057871958482L
Serialized Fields |
---|
RepresentativeFraction equivalentScale
Double distance
Class ServiceIdentificationImpl extends IdentificationImpl implements Serializable |
---|
serialVersionUID: -8337161132057617851L
Class UsageImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 4059324536168287490L
Serialized Fields |
---|
InternationalString specificUsage
long usageDate
Long.MIN_VALUE
if this value is not set.
InternationalString userDeterminedLimitations
Collection<E> userContactInfo
Package org.geotools.metadata.iso.lineage |
---|
Class LineageImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 3351230301999744987L
Serialized Fields |
---|
InternationalString statement
Collection<E> processSteps
Collection<E> sources
Class ProcessStepImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 4629429337326490722L
Serialized Fields |
---|
InternationalString description
InternationalString rationale
long date
Long.MIN_VALUE
.
Collection<E> processors
Collection<E> sources
Class SourceImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 2660914446466438044L
Serialized Fields |
---|
InternationalString description
RepresentativeFraction scaleDenominator
ReferenceSystem sourceReferenceSystem
Citation sourceCitation
Collection<E> sourceExtents
Collection<E> sourceSteps
Package org.geotools.metadata.iso.maintenance |
---|
Class MaintenanceInformationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 8523463344581266776L
Serialized Fields |
---|
MaintenanceFrequency maintenanceAndUpdateFrequency
long dateOfNextUpdate
Long.MIN_VALUE
.
PeriodDuration userDefinedMaintenanceFrequency
Collection<E> updateScopes
Collection<E> updateScopeDescriptions
Collection<E> maintenanceNotes
Collection<E> contacts
Class ScopeDescriptionImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -5671299759930976286L
Serialized Fields |
---|
Set<E> attributes
Set<E> features
Set<E> featureInstances
Set<E> attributeInstances
String dataset
String other
Package org.geotools.metadata.iso.quality |
---|
Class AbsoluteExternalPositionalAccuracyImpl extends PositionalAccuracyImpl implements Serializable |
---|
serialVersionUID: 4116627805950579738L
Class AccuracyOfATimeMeasurementImpl extends TemporalAccuracyImpl implements Serializable |
---|
serialVersionUID: -7934234071852119486L
Class CompletenessCommissionImpl extends CompletenessImpl implements Serializable |
---|
serialVersionUID: 1565144822249562765L
Class CompletenessImpl extends ElementImpl implements Serializable |
---|
serialVersionUID: -7893993264874215741L
Class CompletenessOmissionImpl extends CompletenessImpl implements Serializable |
---|
serialVersionUID: 6614084398532053054L
Class ConceptualConsistencyImpl extends LogicalConsistencyImpl implements Serializable |
---|
serialVersionUID: 7143342570712197486L
Class ConformanceResultImpl extends ResultImpl implements Serializable |
---|
serialVersionUID: 6429932577869033286L
Serialized Fields |
---|
Citation specification
InternationalString explanation
boolean pass
Class DataQualityImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 7964896551368382214L
Serialized Fields |
---|
Scope scope
Collection<E> reports
Lineage lineage
Class DomainConsistencyImpl extends LogicalConsistencyImpl implements Serializable |
---|
serialVersionUID: -358082990944183859L
Class ElementImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -3542504624077298894L
Serialized Fields |
---|
Collection<E> namesOfMeasure
Identifier measureIdentification
null
if none.
InternationalString measureDescription
EvaluationMethodType evaluationMethodType
null
if unspecified.
InternationalString evaluationMethodDescription
Citation evaluationProcedure
null
if none.
long date1
null
if this information is not available.
long date2
null
if this information is not available.
Collection<E> results
Class FormatConsistencyImpl extends LogicalConsistencyImpl implements Serializable |
---|
serialVersionUID: -1204766930140154729L
Class GriddedDataPositionalAccuracyImpl extends PositionalAccuracyImpl implements Serializable |
---|
serialVersionUID: -3852184823135498458L
Class LogicalConsistencyImpl extends ElementImpl implements Serializable |
---|
serialVersionUID: -2470752876057569947L
Class NonQuantitativeAttributeAccuracyImpl extends ThematicAccuracyImpl implements Serializable |
---|
serialVersionUID: 2659617465862554345L
Class PositionalAccuracyImpl extends ElementImpl implements Serializable |
---|
serialVersionUID: 6043381860937480828L
Class QuantitativeAttributeAccuracyImpl extends ThematicAccuracyImpl implements Serializable |
---|
serialVersionUID: 7030401943270178746L
Class QuantitativeResultImpl extends ResultImpl implements Serializable |
---|
serialVersionUID: 1230713599561236060L
Serialized Fields |
---|
List<E> values
RecordType valueType
null
if none.
Unit<Q extends Quantity> valueUnit
null
if none.
InternationalString errorStatistic
null
if none.
Class RelativeInternalPositionalAccuracyImpl extends PositionalAccuracyImpl implements Serializable |
---|
serialVersionUID: -8216355887797408106L
Class ResultImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 2961355780515174732L
Class ScopeImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -8021256328527422972L
Serialized Fields |
---|
ScopeCode level
Extent extent
Collection<E> levelDescription
Class TemporalAccuracyImpl extends ElementImpl implements Serializable |
---|
serialVersionUID: 4525353962603986621L
Class TemporalConsistencyImpl extends TemporalAccuracyImpl implements Serializable |
---|
serialVersionUID: -2549290466982699190L
Class TemporalValidityImpl extends TemporalAccuracyImpl implements Serializable |
---|
serialVersionUID: 2866684429712027839L
Class ThematicAccuracyImpl extends ElementImpl implements Serializable |
---|
serialVersionUID: -781072634778767137L
Class ThematicClassificationCorrectnessImpl extends ThematicAccuracyImpl implements Serializable |
---|
serialVersionUID: -5484398738783800915L
Class TopologicalConsistencyImpl extends LogicalConsistencyImpl implements Serializable |
---|
serialVersionUID: -255014076679068944L
Package org.geotools.metadata.iso.spatial |
---|
Class DimensionImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: -2572515000574007266L
Serialized Fields |
---|
DimensionNameType dimensionName
Integer dimensionSize
Double resolution
Class GeometricObjectsImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 8755950031078638313L
Serialized Fields |
---|
GeometricObjectType geometricObjectType
Integer geometricObjectCount
Class GeorectifiedImpl extends GridSpatialRepresentationImpl implements Serializable |
---|
serialVersionUID: 5875851898471237138L
Serialized Fields |
---|
boolean checkPointAvailable
InternationalString checkPointDescription
List<E> cornerPoints
Point centerPoint
PixelOrientation pointInPixel
InternationalString transformationDimensionDescription
Collection<E> transformationDimensionMapping
Class GeoreferenceableImpl extends GridSpatialRepresentationImpl implements Serializable |
---|
serialVersionUID: 5203270142818028946L
Serialized Fields |
---|
boolean controlPointAvailable
boolean orientationParameterAvailable
InternationalString orientationParameterDescription
Record georeferencedParameters
Collection<E> parameterCitation
Class GridSpatialRepresentationImpl extends SpatialRepresentationImpl implements Serializable |
---|
serialVersionUID: -8400572307442433979L
Serialized Fields |
---|
Integer numberOfDimensions
List<E> axisDimensionsProperties
CellGeometry cellGeometry
boolean transformationParameterAvailable
Class PixelTranslation extends Object implements Serializable |
---|
serialVersionUID: 2616596940766158984L
Serialized Fields |
---|
PixelOrientation orientation
double dx
double dy
Class SpatialRepresentationImpl extends MetadataEntity implements Serializable |
---|
serialVersionUID: 1443170876207840116L
Class VectorSpatialRepresentationImpl extends SpatialRepresentationImpl implements Serializable |
---|
serialVersionUID: 5643234643524810592L
Serialized Fields |
---|
TopologyLevel topologyLevel
Collection<E> geometricObjects
Package org.geotools.metadata.sql |
---|
Class MetadataException extends RuntimeException implements Serializable |
---|
serialVersionUID: -7156617726114815455L
Package org.geotools.ows |
---|
Class ServiceException extends SAXException implements Serializable |
---|
Serialized Fields |
---|
String code
String locator
ServiceException next
Package org.geotools.parameter |
---|
Class AbstractParameter extends Formattable implements Serializable |
---|
serialVersionUID: 8458179223988766398L
Serialized Fields |
---|
GeneralParameterDescriptor descriptor
Class AbstractParameterDescriptor extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: -2630644278783845276L
Serialized Fields |
---|
int minimumOccurs
Class DefaultParameterDescriptor extends AbstractParameterDescriptor implements Serializable |
---|
serialVersionUID: -295668622297737705L
Serialized Fields |
---|
Class<T> valueClass
Set<E> validValues
null
if it doesn't apply. This set is immutable.
Object defaultValue
null
.
Comparable<T> minimum
null
.
Comparable<T> maximum
null
.
Unit<Q extends Quantity> unit
null
.
Class DefaultParameterDescriptorGroup extends AbstractParameterDescriptor implements Serializable |
---|
serialVersionUID: -4613190550542423839L
Serialized Fields |
---|
int maximumOccurs
GeneralParameterDescriptor[] parameters
Class FloatParameter extends AbstractParameter implements Serializable |
---|
serialVersionUID: 9027797654033417816L
Serialized Fields |
---|
double value
Class ImagingParameterDescriptors extends DefaultParameterDescriptorGroup implements Serializable |
---|
serialVersionUID: 2127050865911951239L
Serialized Fields |
---|
String registryMode
null
if ImagingParameterDescriptors.operation
is null.
RegistryElementDescriptor operation
null
if none. This is usually an
instance of OperationDescriptor
, but this is not strictly required.
ParameterListDescriptor descriptor
ImagingParameterDescriptors.operation
is non-null, then
this attribute is defined by RegistryElementDescriptor.getParameterListDescriptor(java.lang.String)
.
Class ImagingParameters extends AbstractParameter implements Serializable |
---|
serialVersionUID: 1378692626023992530L
Serialized Fields |
---|
ParameterList parameters
If the JAI descriptor is an instance
of OperationDescriptor
, then this parameter list is also an instance of
ParameterBlockJAI
. The sources
must be handled separatly, because the source type for a JAI operator (typically
RenderedImage
) is not the same than the source type for a
coverage operation (typically org.opengis.coverage.GridCoverage
).
List<E> values
ImagingParameters.parameters
as an immutable list.
Will be created by ImagingParameters.createElements()
only when first needed. Note that
while this list may be immutable, elements in this list stay
modifiable. The goal is to allows the following idiom:
values().get(i).setValue(myValue);
Class MatrixParameterDescriptors extends DefaultParameterDescriptorGroup implements Serializable |
---|
serialVersionUID: -7386537348359343836L
Serialized Fields |
---|
ParameterDescriptor<T>[] parameters
MatrixParameters
instances.
ParameterDescriptor<T> numRow
"num_row"
parameter.
ParameterDescriptor<T> numCol
"num_col"
parameter.
String prefix
char separator
Class MatrixParameters extends ParameterGroup implements Serializable |
---|
serialVersionUID: -7747712999115044943L
Serialized Fields |
---|
ParameterValue<T>[][] matrixValues
ParameterValue<T> numRow
MatrixParameterDescriptors.numRow
parameter.
Consider this field as final. It is not only for MatrixParameters.clone()
implementation.
ParameterValue<T> numCol
MatrixParameterDescriptors.numCol
parameter.
Consider this field as final. It is not only for MatrixParameters.clone()
implementation.
Class Parameter extends AbstractParameter implements Serializable |
---|
serialVersionUID: -5837826787089486776L
Serialized Fields |
---|
Object value
Unit<Q extends Quantity> unit
null
if it doesn't apply.
Class ParameterGroup extends AbstractParameter implements Serializable |
---|
serialVersionUID: -1985309386356545126L
Serialized Fields |
---|
ArrayList<E> values
ParameterGroup.clone()
to work.
Package org.geotools.process |
---|
Class ProcessException extends RuntimeException implements Serializable |
---|
serialVersionUID: -3953993149819064102L
Package org.geotools.referencing |
---|
Class AbstractIdentifiedObject extends Formattable implements Serializable |
---|
serialVersionUID: -5173281694258483264L
Serialized Fields |
---|
ReferenceIdentifier name
null
.
Collection<E> alias
Set<E> identifiers
InternationalString remarks
null
if none.
Class AbstractReferenceSystem extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: 3337659819553899435L
Serialized Fields |
---|
Extent domainOfValidity
InternationalString scope
Class NamedIdentifier extends Object implements Serializable |
---|
serialVersionUID: 8474731565582774497L
Serialized Fields |
---|
String code
String codespace
Citation authority
String version
InternationalString remarks
null
if none.
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 AbstractCRS extends AbstractReferenceSystem implements Serializable |
---|
serialVersionUID: -7433284548909530047L
Serialized Fields |
---|
CoordinateSystem coordinateSystem
Class AbstractDerivedCRS extends AbstractSingleCRS implements Serializable |
---|
serialVersionUID: -175151161496419854L
Serialized Fields |
---|
CoordinateReferenceSystem baseCRS
Conversion conversionFromBase
Class AbstractSingleCRS extends AbstractCRS implements Serializable |
---|
serialVersionUID: 1815712797774273L
Serialized Fields |
---|
Datum datum
Class DefaultCompoundCRS extends AbstractCRS implements Serializable |
---|
serialVersionUID: -2656710314586929286L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
List<E> crs
SingleCRS
.
Class DefaultDerivedCRS extends AbstractDerivedCRS implements Serializable |
---|
serialVersionUID: -8149602276542469876L
Class DefaultEngineeringCRS extends AbstractSingleCRS implements Serializable |
---|
serialVersionUID: 6695541732063382701L
Serialized Fields |
---|
boolean wildcard
Class DefaultGeocentricCRS extends AbstractSingleCRS implements Serializable |
---|
serialVersionUID: 6784642848287659827L
Class DefaultGeographicCRS extends AbstractSingleCRS implements Serializable |
---|
serialVersionUID: 861224913438092335L
Class DefaultImageCRS extends AbstractSingleCRS implements Serializable |
---|
serialVersionUID: 7312452786096397847L
Class DefaultProjectedCRS extends AbstractDerivedCRS implements Serializable |
---|
serialVersionUID: -4502680112031773028L
Class DefaultTemporalCRS extends AbstractSingleCRS implements Serializable |
---|
serialVersionUID: 3000119849197222007L
Class DefaultVerticalCRS extends AbstractSingleCRS implements Serializable |
---|
serialVersionUID: 3565878468719941800L
Package org.geotools.referencing.cs |
---|
Class AbstractCS extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: 6757665252533744744L
Serialized Fields |
---|
CoordinateSystemAxis[] axis
Class DefaultAffineCS extends AbstractCS implements Serializable |
---|
serialVersionUID: 7977674229369042440L
Class DefaultCartesianCS extends DefaultAffineCS implements Serializable |
---|
serialVersionUID: -6182037957705712945L
Class DefaultCompoundCS extends AbstractCS implements Serializable |
---|
serialVersionUID: -5726410275278843372L
Serialized Fields |
---|
CoordinateSystem[] cs
Class DefaultCoordinateSystemAxis extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: -7883614853277827689L
Serialized Fields |
---|
String abbreviation
AxisDirection direction
Unit<Q extends Quantity> unit
double minimum
double maximum
RangeMeaning rangeMeaning
Class DefaultCylindricalCS extends AbstractCS implements Serializable |
---|
serialVersionUID: -8290402732390917907L
Class DefaultEllipsoidalCS extends AbstractCS implements Serializable |
---|
serialVersionUID: -1452492488902329211L
Class DefaultLinearCS extends AbstractCS implements Serializable |
---|
serialVersionUID: -6890723478287625763L
Class DefaultPolarCS extends AbstractCS implements Serializable |
---|
serialVersionUID: 3960197260975470951L
Class DefaultSphericalCS extends AbstractCS implements Serializable |
---|
serialVersionUID: 196295996465774477L
Class DefaultTimeCS extends AbstractCS implements Serializable |
---|
serialVersionUID: 5222911412381303989L
Class DefaultUserDefinedCS extends AbstractCS implements Serializable |
---|
serialVersionUID: -4904091898305706316L
Class DefaultVerticalCS extends AbstractCS implements Serializable |
---|
serialVersionUID: 1201155778896630499L
Class DirectionAlongMeridian extends Object implements Serializable |
---|
serialVersionUID: 1602711631943838328L
Serialized Fields |
---|
AxisDirection baseDirection
AxisDirection.NORTH
or
AxisDirection.SOUTH
.
double meridian
Package org.geotools.referencing.datum |
---|
Class AbstractDatum extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: -4894180465652474930L
Serialized Fields |
---|
InternationalString anchorPoint
long realizationEpoch
Long.MIN_VALUE
.
Extent domainOfValidity
InternationalString scope
Class BursaWolfParameters extends Formattable implements Serializable |
---|
serialVersionUID: 754825592343010900L
Serialized Fields |
---|
double dx
double dy
double dz
double ex
double ey
double ez
double ppm
GeodeticDatum targetDatum
Class DefaultEllipsoid extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: -1149451543954764081L
Serialized Fields |
---|
double semiMajorAxis
DefaultEllipsoid.getSemiMajorAxis()
double semiMinorAxis
DefaultEllipsoid.getSemiMinorAxis()
double inverseFlattening
Double.POSITIVE_INFINITY
if the ellipsoid is a sphere.
DefaultEllipsoid.getInverseFlattening()
boolean ivfDefinitive
DefaultEllipsoid.isIvfDefinitive()
Unit<Q extends Quantity> unit
Class DefaultEngineeringDatum extends AbstractDatum implements Serializable |
---|
serialVersionUID: 1498304918725248637L
Class DefaultGeodeticDatum extends AbstractDatum implements Serializable |
---|
serialVersionUID: 8832100095648302943L
Serialized Fields |
---|
Ellipsoid ellipsoid
PrimeMeridian primeMeridian
BursaWolfParameters[] bursaWolf
null
if none.
Class DefaultImageDatum extends AbstractDatum implements Serializable |
---|
serialVersionUID: -4304193511244150936L
Serialized Fields |
---|
PixelInCell pixelInCell
Class DefaultPrimeMeridian extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: 541978454643213305L
Serialized Fields |
---|
double greenwichLongitude
Unit<Q extends Quantity> angularUnit
Class DefaultTemporalDatum extends AbstractDatum implements Serializable |
---|
serialVersionUID: 3357241732140076884L
Serialized Fields |
---|
long origin
Class DefaultVerticalDatum extends AbstractDatum implements Serializable |
---|
serialVersionUID: 380347456670516572L
Serialized Fields |
---|
VerticalDatumType type
Package org.geotools.referencing.factory |
---|
Class BackingStoreException extends RuntimeException implements Serializable |
---|
serialVersionUID: 4257200758051575441L
Class FactoryNotFoundException extends FactoryException implements Serializable |
---|
serialVersionUID: -661925454228937249L
Class IdentifiedObjectSet extends AbstractSet implements Serializable |
---|
serialVersionUID: -4221260663706882719L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
Map<K,V> objects
AuthorityFactory factory
Package org.geotools.referencing.operation |
---|
Class AbstractCoordinateOperation extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: 1237358357729193885L
Serialized Fields |
---|
CoordinateReferenceSystem sourceCRS
null
if not available.
CoordinateReferenceSystem targetCRS
null
if not available.
String operationVersion
Collection<E> coordinateOperationAccuracy
null
if none.
Extent domainOfValidity
null
if not available.
InternationalString scope
MathTransform transform
Class DefaultConcatenatedOperation extends AbstractCoordinateOperation implements Serializable |
---|
serialVersionUID: 4199619838029045700L
Serialized Fields |
---|
List<E> operations
Class DefaultConicProjection extends DefaultProjection implements Serializable |
---|
serialVersionUID: -8717453834398763963L
Class DefaultConversion extends DefaultOperation implements Serializable |
---|
serialVersionUID: -2148164324805562793L
Class DefaultCylindricalProjection extends DefaultProjection implements Serializable |
---|
serialVersionUID: -969486613826553580L
Class DefaultOperation extends DefaultSingleOperation implements Serializable |
---|
serialVersionUID: -8923365753849532179L
Serialized Fields |
---|
OperationMethod method
Class DefaultOperationMethod extends AbstractIdentifiedObject implements Serializable |
---|
serialVersionUID: -98032729598205972L
Serialized Fields |
---|
InternationalString formula
int sourceDimensions
int targetDimensions
ParameterDescriptorGroup parameters
null
if none.
Class DefaultPassThroughOperation extends DefaultSingleOperation implements Serializable |
---|
serialVersionUID: 4308173919747248695L
Serialized Fields |
---|
Operation operation
Class DefaultPlanarProjection extends DefaultProjection implements Serializable |
---|
serialVersionUID: 8171256287775067736L
Class DefaultProjection extends DefaultConversion implements Serializable |
---|
serialVersionUID: -7176751851369816864L
Class DefaultSingleOperation extends AbstractCoordinateOperation implements Serializable |
---|
serialVersionUID: 672935231344137185L
Class DefaultTransformation extends DefaultOperation implements Serializable |
---|
serialVersionUID: -7486704846151648971L
Class DefiningConversion extends DefaultConversion implements Serializable |
---|
serialVersionUID: 7399026512478064721L
Serialized Fields |
---|
ParameterValueGroup parameters
Class MathTransformProvider extends DefaultOperationMethod implements Serializable |
---|
serialVersionUID: 7530475536803158473L
Class MathTransformProvider.Delegate extends MathTransformProxy implements Serializable |
---|
serialVersionUID: -3942740060970730790L
Serialized Fields |
---|
OperationMethod method
Class TransformPathNotFoundException extends TransformException implements Serializable |
---|
serialVersionUID: 5072333160296464925L
Package org.geotools.referencing.operation.builder |
---|
Class MappedPosition extends Object implements Serializable |
---|
serialVersionUID: 3262172371858749543L
Serialized Fields |
---|
DirectPosition source
DirectPosition target
double accuracy
Double.NaN
if unknow.
String comments
null
if none.
Class MissingInfoException extends FactoryException implements Serializable |
---|
serialVersionUID: -3128525157353302290L
Class TriangulationException extends RuntimeException implements Serializable |
---|
serialVersionUID: -3134565178815225915L
Package org.geotools.referencing.operation.matrix |
---|
Class AffineTransform2D extends AffineTransform implements Serializable |
---|
serialVersionUID: -9104194268576601386L
Class GeneralMatrix extends GMatrix implements Serializable |
---|
serialVersionUID: 8447482612423035360L
Class Matrix1 extends Object implements Serializable |
---|
serialVersionUID: -4829171016106097031L
Serialized Fields |
---|
double m00
Class Matrix2 extends Object implements Serializable |
---|
serialVersionUID: 7116561372481474290L
Serialized Fields |
---|
double m00
double m01
double m10
double m11
Class Matrix3 extends Matrix3d implements Serializable |
---|
serialVersionUID: 8902061778871586611L
Class Matrix4 extends Matrix4d implements Serializable |
---|
serialVersionUID: 5685762518066856310L
Class XAffineTransform extends AffineTransform implements Serializable |
---|
serialVersionUID: 5215291166450556451L
Package org.geotools.referencing.operation.projection |
---|
Class 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 AlbersEqualArea.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -7489679528438418778L
Class CassiniSoldner extends MapProjection implements Serializable |
---|
Serialized Fields |
---|
double ml0
latitudeOfOrigin
.
Used for calculations for the ellipsoid.
Class CassiniSoldner.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
Class EckertIV extends MapProjection implements Serializable |
---|
serialVersionUID: 1635471013603509976L
Class EckertIV.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 1136453952351519284L
Class EquatorialOrthographic extends ObliqueOrthographic implements Serializable |
---|
serialVersionUID: 1093901743907259987L
Class EquatorialStereographic extends StereographicUSGS implements Serializable |
---|
serialVersionUID: -5098015759558831875L
Class EquidistantConic extends MapProjection implements Serializable |
---|
serialVersionUID: 5885522933843653157L
Serialized Fields |
---|
double rho0
double n
double c
double phi1
double phi2
Class EquidistantConic.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 1995516958029802849L
Class EquidistantCylindrical extends MapProjection implements Serializable |
---|
serialVersionUID: -848975059471102069L
Serialized Fields |
---|
double cosStandardParallel
"standard_parallel_1"
parameter.
double standardParallel
PlateCarree
case.
Class EquidistantCylindrical.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -278288251842178001L
Class EquidistantCylindrical.SphericalProvider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 8929981563074475828L
Class HotineObliqueMercator extends ObliqueMercator implements Serializable |
---|
serialVersionUID: 7376814731765422533L
Class HotineObliqueMercator.Provider extends ObliqueMercator.Provider implements Serializable |
---|
serialVersionUID: 5822488360988630419L
Class HotineObliqueMercator.Provider_TwoPoint extends ObliqueMercator.Provider_TwoPoint implements Serializable |
---|
serialVersionUID: -3104452416276842816L
Class Krovak extends MapProjection implements Serializable |
---|
serialVersionUID: -8359105634355342212L
Serialized Fields |
---|
double azimuth
double x_scale
double y_scale
double xy_plane_rotation
boolean esriDefinition
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 Krovak.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -278392856661204734L
Class 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 LambertAzimuthalEqualArea.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 3877793025552244132L
Class 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 LambertConformal1SP extends LambertConformal implements Serializable |
---|
serialVersionUID: 149783452790829983L
Class LambertConformal1SP.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -4243116402872545772L
Class LambertConformal2SP extends LambertConformal implements Serializable |
---|
serialVersionUID: 7184350446186057405L
Class LambertConformal2SP.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 3240860802816724947L
Class LambertConformalBelgium extends LambertConformal implements Serializable |
---|
serialVersionUID: -3441696724046319189L
Class LambertConformalBelgium.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -6388030784088639876L
Class 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.
boolean invertible
Class MapProjection.AbstractProvider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: 6280666068007678702L
Class Mercator extends MapProjection implements Serializable |
---|
serialVersionUID: 6146741819833248649L
Serialized Fields |
---|
double standardParallel
Mercator2SP
case.
Set to Double.NaN
for the Mercator1SP
case.
Class Mercator1SP extends Mercator implements Serializable |
---|
serialVersionUID: 8391549772210490073L
Class Mercator1SP.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -5886510621481710072L
Class Mercator2SP extends Mercator implements Serializable |
---|
serialVersionUID: -5693375873386007245L
Class Mercator2SP.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 6356028352681135786L
Class MercatorPseudoProvider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 118002069939741891L
Class Mollweide extends MapProjection implements Serializable |
---|
serialVersionUID: -737778661392950540L
Serialized Fields |
---|
double C_x
double C_y
double C_p
ParameterDescriptorGroup descriptors
Class Mollweide.MollweideProvider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -2616680275771881688L
Class Mollweide.WagnerIVProvider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 1079407274370647753L
Class Mollweide.WagnerVProvider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -3583284443974045930L
Class NewZealandMapGrid extends MapProjection implements Serializable |
---|
serialVersionUID: 8394817836243729133L
Class NewZealandMapGrid.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -7716733400419275656L
Class 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 ObliqueMercator.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 201776686002266891L
Class ObliqueMercator.Provider_TwoPoint extends ObliqueMercator.Provider implements Serializable |
---|
serialVersionUID: 7124258885016543889L
Class ObliqueOrthographic extends Orthographic implements Serializable |
---|
serialVersionUID: -2306183438166607066L
Serialized Fields |
---|
double sinphi0
MapProjection.latitudeOfOrigin
.
double cosphi0
MapProjection.latitudeOfOrigin
.
Class ObliqueStereographic extends StereographicUSGS implements Serializable |
---|
serialVersionUID: -1454098847621943639L
Serialized Fields |
---|
double C
double K
double ratexp
double phic0
double cosc0
double sinc0
double R2
Class ObliqueStereographic.Provider extends Stereographic.Provider implements Serializable |
---|
serialVersionUID: 6505988910141381354L
Class Orthographic extends MapProjection implements Serializable |
---|
serialVersionUID: -6489939032996419868L
Class Orthographic.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 3180410512573499562L
Class PlateCarree extends EquidistantCylindrical implements Serializable |
---|
serialVersionUID: -6041146276958636165L
Class PlateCarree.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 8535645757318203345L
Class PointOutsideEnvelopeException extends ProjectionException implements Serializable |
---|
serialVersionUID: -4384490413772200352L
Class 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 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 PolarStereographic.ProviderA extends Stereographic.Provider implements Serializable |
---|
serialVersionUID: 9124091259039220308L
Class PolarStereographic.ProviderB extends Stereographic.Provider implements Serializable |
---|
serialVersionUID: 5188231050523249971L
Class PolarStereographic.ProviderNorth extends Stereographic.Provider implements Serializable |
---|
serialVersionUID: 657493908431273866L
Class PolarStereographic.ProviderSouth extends Stereographic.Provider implements Serializable |
---|
serialVersionUID: 6537800238416448564L
Class Polyconic extends MapProjection implements Serializable |
---|
serialVersionUID: 6516419168461705584L
Serialized Fields |
---|
double ml0
latitudeOfOrigin
.
Used for calculations for the ellipsoid.
Class Polyconic.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 3082828148070128422L
Class ProjectionException extends TransformException implements Serializable |
---|
serialVersionUID: 3031350727691500915L
Class Robinson extends MapProjection implements Serializable |
---|
serialVersionUID: 8428056162968814860L
Serialized Fields |
---|
int NODES
Class Robinson.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 3586488124601927036L
Class Stereographic extends MapProjection implements Serializable |
---|
serialVersionUID: -176731870235252852L
Serialized Fields |
---|
ParameterDescriptorGroup descriptor
Stereographic.getParameterDescriptors()
.
Class Stereographic.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 1243300263948365065L
Class 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 TransverseMercator.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
Class TransverseMercator.Provider_SouthOrientated extends TransverseMercator.Provider implements Serializable |
---|
Class WinkelTripel extends MapProjection implements Serializable |
---|
serialVersionUID: -8643765000703074857L
Serialized Fields |
---|
double cosphi1
WinkelTripel.ProjectionMode mode
ParameterDescriptorGroup descriptors
Class WinkelTripel.AitoffProvider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: 1189973109778926762L
Class WinkelTripel.WinkelProvider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -2484567298319140781L
Class WorldVanDerGrintenI extends MapProjection implements Serializable |
---|
serialVersionUID: -4432651736803211463L
Class WorldVanDerGrintenI.Provider extends MapProjection.AbstractProvider implements Serializable |
---|
serialVersionUID: -4432651736803211463L
Package org.geotools.referencing.operation.transform |
---|
Class AbstractMathTransform.Inverse extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: 3528274816628012283L
Class AffineTransform2D extends XAffineTransform implements Serializable |
---|
serialVersionUID: -5299837898367149069L
Class ConcatenatedTransform extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: 5772066656987558634L
Serialized Fields |
---|
MathTransform transform1
MathTransform transform2
ConcatenatedTransform inverse
Class EarthGravitationalModel.Provider extends MathTransformProvider implements Serializable |
---|
Class ExponentialTransform1D extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: 5331178990358868947L
Serialized Fields |
---|
double base
double lnBase
ExponentialTransform1D.base
.
double scale
MathTransform1D inverse
Class ExponentialTransform1D.Provider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: -5838840021166379987L
Class GeocentricTransform extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -3352045463953828140L
Serialized Fields |
---|
double a
double b
double a2
double b2
double e2
double ep2
boolean hasHeight
true
if geographic coordinates include an ellipsoidal
height (i.e. are 3-D), or false
if they are strictly 2-D.
Class GeocentricTransform.Provider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: 7043216580786030251L
Class GeocentricTransform.ProviderInverse extends GeocentricTransform.Provider implements Serializable |
---|
serialVersionUID: -7356791540110076789L
Class GeocentricTranslation extends ProjectiveTransform implements Serializable |
---|
serialVersionUID: -168669443433018655L
Serialized Fields |
---|
ParameterDescriptorGroup descriptor
Class GeocentricTranslation.Provider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: -7160250630666911608L
Class GeocentricTranslation.ProviderFrameRotation extends GeocentricTranslation.ProviderSevenParam implements Serializable |
---|
serialVersionUID: 5513675854809530038L
Class GeocentricTranslation.ProviderSevenParam extends GeocentricTranslation.Provider implements Serializable |
---|
serialVersionUID: -6398226638364450229L
Class IdentityTransform extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -5339040282922138164L
Serialized Fields |
---|
int dimension
Class LinearTransform1D extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -7595037195668813000L
Serialized Fields |
---|
double scale
double offset
Class LogarithmicTransform1D extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: 1535101265352133948L
Serialized Fields |
---|
double base
double lnBase
LogarithmicTransform1D.base
.
double offset
MathTransform1D inverse
Class LogarithmicTransform1D.Provider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: -7235097164208708484L
Class MathTransformProxy extends Object implements Serializable |
---|
serialVersionUID: 8844242705205498128L
Serialized Fields |
---|
MathTransform transform
Class 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 MolodenskiTransform.Provider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: -5332126871499059030L
Class MolodenskiTransform.ProviderAbridged extends MolodenskiTransform.Provider implements Serializable |
---|
serialVersionUID: 9148242601566635131L
Class NADCONTransform extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -4707304160205218546L
Serialized Fields |
---|
URI latGridName
URI longGridName
LocalizationGrid gridShift
MathTransform gridShiftTransform
NADCONTransform.gridShift
values as a LocalizationGridTransform2D
.
Used for interpolating shift values.
NADConGridShift grid
Class NADCONTransform.Provider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: -4707304160205218546L
Class NTv2Transform extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -3082112044314062512L
Serialized Fields |
---|
URI grid
URL gridLocation
GridShiftFile gridShift
Class NTv2Transform.Provider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: -3710592152744574801L
Class PassThroughTransform extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -1673997634240223449L
Serialized Fields |
---|
int firstAffectedOrdinate
int numTrailingOrdinates
MathTransform subTransform
PassThroughTransform.getSubTransform()
PassThroughTransform inverse
Class ProjectiveTransform extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -2104496465933824935L
Serialized Fields |
---|
int numRow
int numCol
double[] elt
Class ProjectiveTransform.ProviderAffine extends MathTransformProvider implements Serializable |
---|
serialVersionUID: 649555815622129472L
Class ProjectiveTransform.ProviderLongitudeRotation extends MathTransformProvider implements Serializable |
---|
serialVersionUID: -2104496465933824935L
Class SimilarityTransformProvider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: -7413519919588731455L
Class WarpTransform2D extends AbstractMathTransform implements Serializable |
---|
serialVersionUID: -7949539694656719923L
Serialized Fields |
---|
Warp warp
warpPoint
method or something equivalent.
WarpTransform2D inverse
Class WarpTransform2D.Provider extends MathTransformProvider implements Serializable |
---|
serialVersionUID: -7949539694656719923L
Package org.geotools.referencing.piecewise |
---|
Class DefaultDomainElement1D extends Object implements Serializable |
---|
serialVersionUID: -2520449231656622013L
Serialized Fields |
---|
InternationalString name
double inputMinimum
inputMinimum
to inputMaximum
inclusive.
double inputMaximum
inputMinimum
to inputMaximum
inclusive.
NumberRange<T extends Number & 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 DefaultLinearPiecewiseTransform1DElement extends DefaultPiecewiseTransform1DElement implements Serializable |
---|
serialVersionUID: 4026834241134908025L
Serialized Fields |
---|
double outputMaximum
double outputMinimum
NumberRange<T extends Number & Comparable<? super T>> outputRange
boolean outputMinimumNaN
boolean outputMaximumNaN
boolean outputMinimumInfinite
boolean outputMaximumInfinite
Class DefaultPiecewiseTransform1DElement extends DefaultDomainElement1D implements Serializable |
---|
serialVersionUID: 7422178060824402864L
Serialized Fields |
---|
MathTransform1D transform
MathTransform1D inverse
MathTransform1D
int hashCode
Package org.geotools.referencing.wkt |
---|
Class AbstractParser extends Format implements Serializable |
---|
Serialized Fields |
---|
Symbols symbols
NumberFormat numberFormat
Class MathTransformParser extends AbstractParser implements Serializable |
---|
Serialized Fields |
---|
MathTransformFactory mtFactory
String classification
null
if none.
OperationMethod lastMethod
null
if none.
MathTransformParser.getOperationMethod()
Class Parser extends MathTransformParser implements Serializable |
---|
serialVersionUID: -144097689843465085L
Serialized Fields |
---|
DatumFactory datumFactory
CSFactory csFactory
CRSFactory crsFactory
Map<K,V> directions
Class Preprocessor extends Format implements Serializable |
---|
Serialized Fields |
---|
Format parser
Parser
object.
Map<K,V> definitions
Preprocessor.addDefinition(java.lang.String, java.lang.String)
.
Class UnformattableObjectException extends UnsupportedOperationException implements Serializable |
---|
Serialized Fields |
---|
Class<T> unformattable
Package org.geotools.renderer.chart |
---|
Class GeometryDataset extends AbstractXYDataset implements Serializable |
---|
Serialized Fields |
---|
double buffer
double buf
List<E> geometries
Envelope bounds
Class GeometryRenderer extends AbstractXYItemRenderer implements Serializable |
---|
Serialized Fields |
---|
boolean renderCoordinates
boolean fillCoordinates
boolean fillPolygons
float polygonFillOpacity
Package org.geotools.renderer.lite.gridcoverage2d |
---|
Class LinearColorMapElement extends DefaultLinearPiecewiseTransform1DElement implements Serializable |
---|
serialVersionUID: 2216106857184603629L
Serialized Fields |
---|
Color[] colors
Color
s associated to this ColorMapTransformElement
.
int hashCode
Package org.geotools.styling |
---|
Class StyleFactoryCreationException extends Exception implements Serializable |
---|
serialVersionUID: -1809128211848169317L
Package org.geotools.swing |
---|
Class AbstractMapPane extends JPanel implements Serializable |
---|
Serialized Fields |
---|
ScheduledExecutorService paneTaskExecutor
Future<V> resizedFuture
int paintDelay
AtomicBoolean acceptRepaintRequests
AtomicBoolean baseImageMoved
Future<V> imageMovedFuture
Point imageOrigin
Lock drawingLock
ReadWriteLock paramsLock
Set<E> listeners
MouseDragBox dragBox
ReferencedEnvelope pendingDisplayArea
ReferencedEnvelope fullExtent
MapContent mapContent
RenderingExecutor renderingExecutor
KeyListener keyHandler
MapMouseEventDispatcher mouseEventDispatcher
LabelCache labelCache
AtomicBoolean clearLabelCache
CursorTool currentCursorTool
Class JLayeredMapPane extends AbstractMapPane implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> operandLookup
Map<K,V> renderingHints
Class JMapFrame extends JFrame implements Serializable |
---|
Serialized Fields |
---|
boolean showToolBar
Set<E> toolSet
JMapPane mapPane
MapLayerTable mapLayerTable
JToolBar toolBar
boolean showStatusBar
boolean showLayerTable
boolean uiSet
Class JMapPane extends AbstractMapPane implements Serializable |
---|
Serialized Fields |
---|
GTRenderer renderer
BufferedImage baseImage
Graphics2D baseImageGraphics
Class MapLayerTable extends JPanel implements Serializable |
---|
Serialized Fields |
---|
MapPane mapPane
DnDListModel<T> listModel
DnDList<T> list
JScrollPane scrollPane
long lastClickTime
boolean confirmRemove
MapLayerTable.Listener listener
Class MapLayerTableCellRenderer extends JPanel implements Serializable |
---|
serialVersionUID: 7907189175227502588L
Serialized Fields |
---|
JLabel visibleLabel
JLabel selectedLabel
JLabel styleLabel
JLabel removeLayerLabel
JLabel nameLabel
Class RenderingExecutorEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
long taskId
Package org.geotools.swing.action |
---|
Class InfoAction extends MapAction implements Serializable |
---|
Class MapAction extends AbstractAction implements Serializable |
---|
serialVersionUID: 2400755645451641127L
Serialized Fields |
---|
MapPane mapPane
Class NoToolAction extends MapAction implements Serializable |
---|
Class PanAction extends MapAction implements Serializable |
---|
Class ResetAction extends MapAction implements Serializable |
---|
Class SafeAction extends AbstractAction implements Serializable |
---|
serialVersionUID: 1118122797759176800L
Class ZoomInAction extends MapAction implements Serializable |
---|
Class ZoomOutAction extends MapAction implements Serializable |
---|
Package org.geotools.swing.control |
---|
Class DnDList extends JList implements Serializable |
---|
serialVersionUID: 3310751294076288683L
Serialized Fields |
---|
DragSource src
DropTarget tgt
boolean movingItems
int overIndex
int[] dragIndices
Class DnDListModel extends AbstractListModel implements Serializable |
---|
serialVersionUID: -6110074993686576005L
Serialized Fields |
---|
List<E> items
boolean notify
Class JCoordsStatusBarItem extends StatusBarItem implements Serializable |
---|
Serialized Fields |
---|
JLabel label
int intLen
int decLen
String numFormat
Class JCRSStatusBarItem extends StatusBarItem implements Serializable |
---|
Serialized Fields |
---|
JButton btn
Class JExtentStatusBarItem extends StatusBarItem implements Serializable |
---|
Serialized Fields |
---|
JLabel label
int decLen
String numFormat
ReferencedEnvelope lastExtent
Class JIntegerField extends JValueField implements Serializable |
---|
Serialized Fields |
---|
IntegerDocument document
boolean fireEvents
Class JMapStatusBar extends JPanel implements Serializable |
---|
Serialized Fields |
---|
int numDecimalDigits
JPopupMenu configMenu
List<E> itemInfo
int minItemHeight
Class JMenuStatusBarItem extends StatusBarItem implements Serializable |
---|
Class JRendererStatusBarItem extends StatusBarItem implements Serializable |
---|
Serialized Fields |
---|
ImageIcon busyIcon
ImageIcon idleIcon
Class JValueField extends JTextField implements Serializable |
---|
Serialized Fields |
---|
Set<E> listeners
Class StatusBarItem extends JPanel implements Serializable |
---|
Serialized Fields |
---|
int id
boolean hasBorder
int minHeight
Package org.geotools.swing.data |
---|
Class JDataStoreWizard extends JWizard implements Serializable |
---|
serialVersionUID: -3788708439279424698L
Serialized Fields |
---|
DataStoreFactorySpi format
JDataChoosePage page0
JDataStorePage page1
JDataStorePage page2
Map<K,V> connectionParameters
Class JFileDataStoreChooser extends JFileChooser implements Serializable |
---|
serialVersionUID: -7482109609487216939L
Class JParameterListWizard extends JWizard implements Serializable |
---|
serialVersionUID: -3961250234483352643L
Serialized Fields |
---|
JParameterListPage userPage
JParameterListPage advancedPage
Map<K,V> connectionParameters
Package org.geotools.swing.dialog |
---|
Class AbstractSimpleDialog extends JDialog implements Serializable |
---|
Serialized Fields |
---|
boolean initialized
Class CRSListModel extends AbstractListModel implements Serializable |
---|
Serialized Fields |
---|
List<E> allItems
List<E> filterItems
Class JAboutDialog extends AbstractSimpleDialog implements Serializable |
---|
Serialized Fields |
---|
String applicationInfo
boolean hasApplicationInfo
JList categoryList
JTextArea textArea
Class JFileImageChooser extends JFileChooser implements Serializable |
---|
Package org.geotools.swing.event |
---|
Class MapMouseEvent extends MouseEvent implements Serializable |
---|
Serialized Fields |
---|
DirectPosition2D worldCoords
boolean isWheelEvent
int wheelAmount
Class MapPaneEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
MapPaneEvent.Type type
Object data
Package org.geotools.swing.menu |
---|
Class JCRSPopupMenu extends JPopupMenu implements Serializable |
---|
Serialized Fields |
---|
MapPane mapPane
Package org.geotools.swing.process |
---|
Class JProcessWizard extends JWizard implements Serializable |
---|
serialVersionUID: -5885825548881784615L
Serialized Fields |
---|
ProcessSelectionPage selectionPage
Package org.geotools.swing.styling |
---|
Class JSimpleStyleDialog extends JDialog implements Serializable |
---|
Serialized Fields |
---|
Geometries geomType
Color lineColor
Color fillColor
float lineWidth
float opacity
float pointSize
String pointSymbolName
boolean labelFeatures
String labelField
Font labelFont
JColorIcon lineColorIcon
JLabel lineColorLabel
JColorIcon fillColorIcon
JLabel fillColorLabel
JSlider fillOpacitySlider
JComboBox pointSizeCBox
JComboBox pointSymbolCBox
JLabel typeLabel
JComboBox labelCBox
Map<K,V> controls
SimpleFeatureType schema
String[] fieldsForLabels
boolean completed
Package org.geotools.swing.table |
---|
Class FeatureCollectionTableModel extends AbstractTableModel implements Serializable |
---|
serialVersionUID: -7119885084300393935L
Serialized Fields |
---|
SimpleFeatureType schema
List<E> cache
IOException exception
FeatureCollectionTableModel.TableWorker load
Package org.geotools.swing.wizard |
---|
Class JWizard extends JDialog implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JWizard.Controller controller
HashMap<K,V> model
JPage current
JPanel cardPanel
CardLayout cardLayout
JButton backButton
JButton nextButton
JButton finishButton
JButton cancelButton
int returnCode
Package org.geotools.swing.wms |
---|
Class WMSLayerChooser extends JDialog implements Serializable |
---|
serialVersionUID: -409825958139086013L
Serialized Fields |
---|
WebMapServer wms
WMSCapabilities caps
JList list
DefaultListModel model
Package org.geotools.swt.event |
---|
Class MapPaneEvent extends EventObject implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
MapPaneEvent.Type type
Object data
Package org.geotools.util |
---|
Class CheckedArrayList extends ArrayList<E> implements Serializable |
---|
serialVersionUID: -587331971085094268L
Serialized Fields |
---|
Class<T> type
Class CheckedHashMap extends LinkedHashMap<K,V> implements Serializable |
---|
serialVersionUID: -7777695267921872849L
Serialized Fields |
---|
Class<T> keyType
Class<T> valueType
Class CheckedHashSet extends LinkedHashSet<E> implements Serializable |
---|
serialVersionUID: -9014541457174735097L
Serialized Fields |
---|
Class<T> type
Class DateRange extends Range<Date> implements Serializable |
---|
serialVersionUID: -6400011350250757942L
Class DerivedMap extends AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: -6994867383669885934L
Serialized Fields |
---|
Map<K,V> base
DerivedMap.baseToDerived(BK)
,
DerivedMap.derivedToBase(K)
Class<T> keyType
Class DerivedSet extends AbstractSet<E> implements Serializable |
---|
serialVersionUID: -4662336508586424581L
Serialized Fields |
---|
Set<E> base
DerivedSet.baseToDerived(B)
,
DerivedSet.derivedToBase(E)
Class<T> derivedType
Class DisjointSet extends AbstractSet<E> implements Serializable |
---|
serialVersionUID: -7933552571588598563L
Serialized Fields |
---|
Map<K,V> map
add
and remove
operations
on this set are translated into Map
operations as below:
Adding a new element to this Set
:
Map
, where:
DisjointSet
.DisjointSet
prior to add it to this set (in other words, moving the element).
Removing an element from this Set
:
DisjointSet
, then the element is assumed to belongs to an
other DisjointSet
and nothing is done.trash
value
in the underlying Map
. This is equivalent to moving the
element from this set to the "trash" set. Note that if the operation
is applied on the "trash" set itself or if this set doesn't have a
trash (trash==null
), then the element is effectively
removed from the underlying map.
DisjointSet<E> trash
null
if there is none.
Class FrequencySortedSet extends AbstractSet<E> implements Serializable |
---|
serialVersionUID: 6034102231354388179L
Serialized Fields |
---|
Map<K,V> count
int order
+1
if the element should be sorted in the usual order, or -1
if the elements should be sorted in reverse order (most frequent element first).
Class GenericName extends Object implements Serializable |
---|
serialVersionUID: 8685047583179337259L
Class GrowableInternationalString extends AbstractInternationalString implements Serializable |
---|
serialVersionUID: 5760033376627376937L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
Map<K,V> localMap
null
).
Keys are Locale
objects and values are String
s.
Class IntegerList extends AbstractList<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 KeySortedList extends AbstractSequentialList<V> implements Serializable |
---|
serialVersionUID: 6969483179756527012L
Serialized Fields |
---|
SortedMap<K,V> map
Class KVP extends LinkedHashMap<String,Object> implements Serializable |
---|
serialVersionUID: -387821381125137128L
Class LocalName extends GenericName implements Serializable |
---|
serialVersionUID: -5627125375582385822L
Serialized Fields |
---|
ScopedName asScopedName
CharSequence name
String
or an InternationalString
.
Class LRULinkedHashMap extends LinkedHashMap<K,V> implements Serializable |
---|
serialVersionUID: -6668885347230182669L
Serialized Fields |
---|
int maximumSize
Class MapEntry extends Object implements Serializable |
---|
serialVersionUID: 8627698052283756776L
Serialized Fields |
---|
Object key
Object value
Class MeasurementRange extends NumberRange<T extends Number & Comparable<? super T>> implements Serializable |
---|
serialVersionUID: 3980319420337513745L
Serialized Fields |
---|
Unit<Q extends Quantity> units
null
if unknown.
Class MemberNameImpl extends LocalName implements Serializable |
---|
serialVersionUID: 6188284973982058318L
Serialized Fields |
---|
TypeName typeName
Class NumberRange extends Range<T extends Number & Comparable<? super T>> implements Serializable |
---|
serialVersionUID: -818167965963008231L
Class Range extends Object implements Serializable |
---|
serialVersionUID: -5393896130562660517L
Serialized Fields |
---|
Class<T> elementClass
Comparable<T> minValue
Comparable<T> maxValue
boolean isMinIncluded
boolean isMaxIncluded
Class RangeSet extends AbstractSet<Range<T extends Comparable<? super T>>> implements Serializable |
---|
serialVersionUID: 2439002271813328080L
Serialized Fields |
---|
Class<T> elementClass
Class<T> relaxedClass
elementClass
except if the later is a Number
subclass.
In the later case, this field is set to Number
.class
.
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.
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 ResourceInternationalString extends AbstractInternationalString implements Serializable |
---|
serialVersionUID: 6339944890723487336L
Serialized Fields |
---|
String resources
String key
Class ScopedName extends GenericName implements Serializable |
---|
serialVersionUID: -7664125655784137729L
Serialized Fields |
---|
GenericName scope
char separator
LocalName name
Class SimpleInternationalString extends AbstractInternationalString implements Serializable |
---|
serialVersionUID: 3543963804501667578L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
AbstractInternationalString.defaultValue
is not serialized.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
AbstractInternationalString.defaultValue
is not serialized.
IOException
Class UnsupportedImplementationException extends UnsupportedOperationException implements Serializable |
---|
serialVersionUID: -649050339146622730L
Class Version extends Object implements Serializable |
---|
serialVersionUID: -6793384507333713770L
Serialized Fields |
---|
String version
Package org.geotools.util.logging |
---|
Class LoggedFormat extends Format implements Serializable |
---|
serialVersionUID: 4578880360344271325L
Serialized Fields |
---|
Format format
Class<T> type
Level level
String logger
null
if none.
LoggedFormat.setLogger(java.lang.String)
String className
null
if none.
LoggedFormat.setCaller(java.lang.Class>, java.lang.String)
String methodName
null
if none.
LoggedFormat.setCaller(java.lang.Class>, java.lang.String)
Package org.geotools.validation.xml |
---|
Class ValidationException extends Exception implements Serializable |
---|
Package org.geotools.xml |
---|
Class OptionalComponentParameter extends BasicComponentParameter implements Serializable |
---|
Class XMLElementHandler extends Object implements Serializable |
---|
Class XSIElementHandler extends Object implements Serializable |
---|
Package org.geotools.xml.filter |
---|
Class UnsupportedFilterException extends RuntimeException implements Serializable |
---|
serialVersionUID: 1522023598004933175L
Package org.geotools.xml.gml |
---|
Class FCBuffer.StopException extends SAXException implements Serializable |
---|
Package org.geotools.xml.handlers |
---|
Class ComplexElementHandler extends XMLElementHandler implements Serializable |
---|
Serialized Fields |
---|
ComplexType type
Element elem
String text
Attributes attr
List<E> elements
Object value
ElementHandlerFactory ehf
Class DocumentHandler extends XMLElementHandler implements Serializable |
---|
Serialized Fields |
---|
XMLElementHandler xeh
ElementHandlerFactory ehf
Class IgnoreHandler extends XMLElementHandler implements Serializable |
---|
Serialized Fields |
---|
Element elem
Class SimpleElementHandler extends XMLElementHandler implements Serializable |
---|
Serialized Fields |
---|
SimpleType type
Element elem
String text
Object value
Attributes attr
Package org.geotools.xml.handlers.xsi |
---|
Class AllHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
String id
int minOccurs
int maxOccurs
List<E> elements
AllHandler.DefaultAll cache
Class AnyAttributeHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String namespace
Class AnyHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
String id
URI namespace
int minOccurs
int maxOccurs
AnyHandler.DefaultAny cache
Class AttributeGroupHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String name
String ref
AnyAttributeHandler anyAttribute
List<E> attrDecs
int hashCodeOffset
AttributeGroup cache
Class AttributeHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String name
String type
String ref
String def
String fixed
int use
SimpleTypeHandler simpleType
int hashCodeOffset
Attribute cache
Class ChoiceHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
String id
int minOccurs
int maxOccurs
List<E> children
ChoiceHandler.DefaultChoice cache
Class ComplexContentHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String mixed
Object child
Class ComplexTypeHandler extends XSIElementHandler implements Serializable |
---|
serialVersionUID: -2001189506633342497L
Serialized Fields |
---|
String id
String name
boolean abstracT
boolean mixed
int block
int finaL
List<E> attrDecs
AnyAttributeHandler anyAttribute
Object child
int hashCodeOffset
ComplexType cache
Class ElementGroupingHandler extends XSIElementHandler implements Serializable |
---|
Class ElementTypeHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String name
String type
String ref
String defaulT
String fixed
String substitutionGroup
int maxOccurs
int minOccurs
int finaL
int block
boolean form
boolean abstracT
boolean nillable
Object child
int hashCodeOffset
ElementTypeHandler.DefaultElement cache
Class ExtensionHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String base
Object child
List<E> attributeDec
Class FacetHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String value
Class FieldHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String xpath
Class GroupHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String name
String ref
int maxOccurs
int minOccurs
ElementGroupingHandler child
int hashCodeOffset
GroupHandler.DefaultGroup cache
Class IgnoreHandler extends XSIElementHandler implements Serializable |
---|
Class ImportHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
URI namespace
URI schemaLocation
int hashCodeOffset
Class IncludeHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String schemaLocation
int hashCodeOffset
Class KeyHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String name
SelectorHandler selector
List<E> fields
Class KeyrefHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String name
String refer
SelectorHandler selector
List<E> fields
Class ListHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String itemType
SimpleTypeHandler simpleType
Class RedefineHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String schemaLocation
List<E> simpleTypes
List<E> complexTypes
List<E> groups
List<E> attributeGroups
int hashCodeOffset
Class RestrictionHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String base
Object child
List<E> constraints
List<E> attrDecs
AnyAttributeHandler anyAttribute
Class RootHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
SchemaHandler schema
URI uri
Class SchemaHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String prefix
URI targetNamespace
String version
boolean elementFormDefault
boolean attributeFormDefault
int finalDefault
int blockDefault
List<E> includes
List<E> imports
List<E> redefines
List<E> attributes
List<E> attributeGroups
List<E> complexTypes
List<E> elements
List<E> groups
List<E> simpleTypes
URI uri
Schema schema
HashMap<K,V> prefixCache
Class SelectorHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String xpath
Class SequenceHandler extends ElementGroupingHandler implements Serializable |
---|
Serialized Fields |
---|
String id
int maxOccurs
int minOccurs
List<E> children
SequenceHandler.DefaultSequence cache
Class SimpleContentHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
Object child
Class SimpleTypeHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String name
int finaL
XSIElementHandler child
int hashCodeOffset
SimpleType cache
Class UnionHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String memberTypes
List<E> simpleTypes
Class UniqueHandler extends XSIElementHandler implements Serializable |
---|
Serialized Fields |
---|
String id
String xpath
SelectorHandler selector
List<E> fields
Package org.geotools.xml.impl |
---|
Class Duration extends Object implements Serializable |
---|
serialVersionUID: 3257001055736117303L
Serialized Fields |
---|
boolean isNegative
int years
int months
int days
int hours
int minutes
int seconds
long millis
Class XsDateFormat extends XsDateTimeFormat implements Serializable |
---|
Class XsDateTimeFormat extends Format implements Serializable |
---|
Serialized Fields |
---|
boolean parseDate
boolean parseTime
Class XsTimeFormat extends XsDateTimeFormat implements Serializable |
---|
Package org.opengis.coverage |
---|
Class CannotEvaluateException extends RuntimeException implements Serializable |
---|
serialVersionUID: 506793649975583062L
Serialized Fields |
---|
Coverage coverage
Coverage
is used on a multilevel, so PointOutsideCoverageException
can provide informative
details.
Class ColorInterpretation extends CodeList<ColorInterpretation> implements Serializable |
---|
serialVersionUID: 6947933527594223350L
Class InterpolationMethod extends CodeList<InterpolationMethod> implements Serializable |
---|
serialVersionUID: -4289541167757079847L
Class PaletteInterpretation extends CodeList<PaletteInterpretation> implements Serializable |
---|
serialVersionUID: -7387623392932592485L
Class PointOutsideCoverageException extends CannotEvaluateException implements Serializable |
---|
serialVersionUID: -8718412090539227101L
Serialized Fields |
---|
DirectPosition offendingLocation
Class SampleDimensionType extends CodeList<SampleDimensionType> implements Serializable |
---|
serialVersionUID: -4153433145134818506L
Package org.opengis.coverage.grid |
---|
Class GridNotEditableException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 612186655921122650L
Class InvalidRangeException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 3165512862939920847L
Package org.opengis.coverage.processing |
---|
Class OperationNotFoundException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 8654574655958181935L
Package org.opengis.feature |
---|
Class BackingStoreException extends RuntimeException implements Serializable |
---|
serialVersionUID: 6069054157609700353L
Class IllegalAttributeException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 3373066465585246605L
Serialized Fields |
---|
AttributeDescriptor descriptor
Object value
Package org.opengis.filter |
---|
Class ExcludeFilter extends Object implements Serializable |
---|
serialVersionUID: -716705962006999508L
Serialization Methods |
---|
private Object readResolve() throws ObjectStreamException
ObjectStreamException
Class IncludeFilter extends Object implements Serializable |
---|
serialVersionUID: -8429407144421087160L
Serialization Methods |
---|
private Object readResolve() throws ObjectStreamException
ObjectStreamException
Package org.opengis.filter.capability |
---|
Class GeometryOperand extends Object implements Serializable |
---|
serialVersionUID: -9006169053542932716L
Serialization Methods |
---|
private Object readResolve() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
String namespaceURI
String name
Package org.opengis.filter.expression |
---|
Class NilExpression extends Object implements Serializable |
---|
serialVersionUID: 4999313240542653655L
Serialization Methods |
---|
private Object readResolve() throws ObjectStreamException
ObjectStreamException
Package org.opengis.filter.sort |
---|
Class SortOrder extends CodeList<SortOrder> implements Serializable |
---|
serialVersionUID: 7840334200112859571L
Serialized Fields |
---|
String sqlKeyword
Package org.opengis.geometry |
---|
Class MismatchedDimensionException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 3138484331425225155L
Class MismatchedReferenceSystemException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 6222334569692693273L
Class PrecisionType extends CodeList<PrecisionType> implements Serializable |
---|
serialVersionUID: -2771887290382853282L
Serialized Fields |
---|
boolean isFloating
Class UnmodifiableGeometryException extends UnsupportedOperationException implements Serializable |
---|
serialVersionUID: 8679047625299612669L
Package org.opengis.geometry.coordinate |
---|
Class BSplineSurfaceForm extends CodeList<BSplineSurfaceForm> implements Serializable |
---|
serialVersionUID: -5066463171878030795L
Class KnotType extends CodeList<KnotType> implements Serializable |
---|
serialVersionUID: -431722533158166557L
Class SplineCurveForm extends CodeList<SplineCurveForm> implements Serializable |
---|
serialVersionUID: 7692137703533158212L
Package org.opengis.geometry.primitive |
---|
Class CurveInterpolation extends CodeList<CurveInterpolation> implements Serializable |
---|
serialVersionUID: 170309206092641598L
Class SurfaceInterpolation extends CodeList<SurfaceInterpolation> implements Serializable |
---|
serialVersionUID: -8717227444427181227L
Package org.opengis.metadata |
---|
Class Datatype extends CodeList<Datatype> implements Serializable |
---|
serialVersionUID: -307310382687629669L
Class Obligation extends CodeList<Obligation> implements Serializable |
---|
serialVersionUID: -2135167450448770693L
Package org.opengis.metadata.citation |
---|
Class DateType extends CodeList<DateType> implements Serializable |
---|
serialVersionUID: 9031571038833329544L
Class OnLineFunction extends CodeList<OnLineFunction> implements Serializable |
---|
serialVersionUID: 2333803519583053407L
Class PresentationForm extends CodeList<PresentationForm> implements Serializable |
---|
serialVersionUID: 5668779490885399888L
Class Role extends CodeList<Role> implements Serializable |
---|
serialVersionUID: -7763516018565534103L
Package org.opengis.metadata.constraint |
---|
Class Classification extends CodeList<Classification> implements Serializable |
---|
serialVersionUID: -549174931332214797L
Class Restriction extends CodeList<Restriction> implements Serializable |
---|
serialVersionUID: 7949159742645339894L
Package org.opengis.metadata.content |
---|
Class CoverageContentType extends CodeList<CoverageContentType> implements Serializable |
---|
serialVersionUID: -346887088822021485L
Class ImagingCondition extends CodeList<ImagingCondition> implements Serializable |
---|
serialVersionUID: -1948380148063658761L
Package org.opengis.metadata.distribution |
---|
Class MediumFormat extends CodeList<MediumFormat> implements Serializable |
---|
serialVersionUID: 413822250362716958L
Class MediumName extends CodeList<MediumName> implements Serializable |
---|
serialVersionUID: 2634504971646621701L
Package org.opengis.metadata.identification |
---|
Class AssociationType extends CodeList<AssociationType> implements Serializable |
---|
serialVersionUID: 6031427859661710114L
Class CharacterSet extends CodeList<CharacterSet> implements Serializable |
---|
serialVersionUID: -4726629268456735927L
Serialized Fields |
---|
String charset
Charset
name (never null
).
Class InitiativeType extends CodeList<InitiativeType> implements Serializable |
---|
serialVersionUID: -6875282680499638030L
Class KeywordType extends CodeList<KeywordType> implements Serializable |
---|
serialVersionUID: -4726629268565235927L
Class Progress extends CodeList<Progress> implements Serializable |
---|
serialVersionUID: 7521085150853319219L
Class TopicCategory extends CodeList<TopicCategory> implements Serializable |
---|
serialVersionUID: -4987523565852255081L
Package org.opengis.metadata.maintenance |
---|
Class MaintenanceFrequency extends CodeList<MaintenanceFrequency> implements Serializable |
---|
serialVersionUID: -6034786030982260550L
Class ScopeCode extends CodeList<ScopeCode> implements Serializable |
---|
serialVersionUID: -4542429199783894255L
Package org.opengis.metadata.quality |
---|
Class EvaluationMethodType extends CodeList<EvaluationMethodType> implements Serializable |
---|
serialVersionUID: -2481257874205996202L
Package org.opengis.metadata.spatial |
---|
Class CellGeometry extends CodeList<CellGeometry> implements Serializable |
---|
serialVersionUID: -1901029875497457189L
Class DimensionNameType extends CodeList<DimensionNameType> implements Serializable |
---|
serialVersionUID: -8534729639298737965L
Class GeometricObjectType extends CodeList<GeometricObjectType> implements Serializable |
---|
serialVersionUID: -8910485325021913980L
Class PixelOrientation extends CodeList<PixelOrientation> implements Serializable |
---|
serialVersionUID: 7885677198357949308L
Class SpatialRepresentationType extends CodeList<SpatialRepresentationType> implements Serializable |
---|
serialVersionUID: 4790487150664264363L
Class TopologyLevel extends CodeList<TopologyLevel> implements Serializable |
---|
serialVersionUID: -179324311133793389L
Package org.opengis.parameter |
---|
Class InvalidParameterCardinalityException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 4030549323541812311L
Serialized Fields |
---|
String parameterName
Class InvalidParameterNameException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -8473266898408204803L
Serialized Fields |
---|
String parameterName
Class InvalidParameterTypeException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 2740762597003093176L
Serialized Fields |
---|
String parameterName
Class InvalidParameterValueException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 3814037056147642789L
Serialized Fields |
---|
String parameterName
Object value
Class ParameterNotFoundException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -8074834945993975175L
Serialized Fields |
---|
String parameterName
Package org.opengis.referencing |
---|
Class FactoryException extends Exception implements Serializable |
---|
serialVersionUID: -3414250034883898315L
Class NoSuchAuthorityCodeException extends FactoryException implements Serializable |
---|
serialVersionUID: -1573748311981746573L
Serialized Fields |
---|
String authority
String code
Class NoSuchIdentifierException extends FactoryException implements Serializable |
---|
serialVersionUID: -6846799994429345902L
Serialized Fields |
---|
String identifier
Package org.opengis.referencing.cs |
---|
Class AxisDirection extends CodeList<AxisDirection> implements Serializable |
---|
serialVersionUID: -4405275475770755714L
Class RangeMeaning extends CodeList<RangeMeaning> implements Serializable |
---|
serialVersionUID: -3525560558294789416L
Package org.opengis.referencing.datum |
---|
Class PixelInCell extends CodeList<PixelInCell> implements Serializable |
---|
serialVersionUID: 2857889370030758462L
Class VerticalDatumType extends CodeList<VerticalDatumType> implements Serializable |
---|
serialVersionUID: -8161084528823937553L
Package org.opengis.referencing.operation |
---|
Class IncompatibleOperationException extends Exception implements Serializable |
---|
serialVersionUID: 3197174832430350656L
Serialized Fields |
---|
String operationName
Class NoninvertibleTransformException extends TransformException implements Serializable |
---|
serialVersionUID: 9184806660368158575L
Class OperationNotFoundException extends FactoryException implements Serializable |
---|
serialVersionUID: -382625493416204214L
Class TransformException extends Exception implements Serializable |
---|
serialVersionUID: -8923944544398567533L
Serialized Fields |
---|
MathTransform lastCompletedTransform
null
if unknown.
TransformException.getLastCompletedTransform()
,
TransformException.setLastCompletedTransform(org.opengis.referencing.operation.MathTransform)
Package org.opengis.style |
---|
Class ContrastMethod extends CodeList<ContrastMethod> implements Serializable |
---|
serialVersionUID: -7328502367911363577L
Class SemanticType extends CodeList<SemanticType> implements Serializable |
---|
serialVersionUID: -7328502367911363577L
Package org.opengis.temporal |
---|
Class IndeterminateValue extends CodeList<IndeterminateValue> implements Serializable |
---|
serialVersionUID: 1399031922917754577L
Class RelativePosition extends CodeList<RelativePosition> implements Serializable |
---|
serialVersionUID: -2918422623747953495L
Package org.opengis.util |
---|
Class CodeList extends Object implements Serializable |
---|
serialVersionUID: 5655809691319522885L
Serialization Methods |
---|
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
- if the deserialization failed.Serialized Fields |
---|
String name
Class NoSuchEnumerationException extends Exception implements Serializable |
---|
serialVersionUID: 5827953825646995065L
Serialized Fields |
---|
int value
Class SimpleEnumerationType extends CodeList<E extends SimpleEnumerationType<E>> implements Serializable |
---|
Serialized Fields |
---|
String description
Icon icon
Class UnlimitedInteger extends Number implements Serializable |
---|
serialVersionUID: 4748246369364771836L
Serialized Fields |
---|
int value
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |