|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.geotools.arcsde.data |
|---|
| Class ArcSDEGeometryBuildingException extends Exception implements Serializable |
|---|
| Package org.geotools.arcsde.filter |
|---|
| Class GeometryEncoderException extends Exception implements Serializable |
|---|
| Package org.geotools.arcsde.pool |
|---|
| Class UnavailableArcSDEConnectionException extends IOException implements Serializable |
|---|
| Package org.geotools.axis |
|---|
| Class AbstractGraduation extends Object implements Serializable |
|---|
serialVersionUID: 5215728323932315112L
| Serialized Fields |
|---|
Unit unit
null if unknow.
String title
Locale locale
PropertyChangeSupport listenerList
| Class Axis2D extends Line2D implements Serializable |
|---|
serialVersionUID: -8396436909942389360L
| Serialized Fields |
|---|
float x1
Graduation.getMinimum() et Graduation.getMaximum().
float y1
Graduation.getMinimum() et Graduation.getMaximum().
float x2
Graduation.getMinimum() et Graduation.getMaximum().
float y2
Graduation.getMinimum() et Graduation.getMaximum().
float tickStart
[sub]TickStart (généralement 0) jusqu'à [sub]TickEnd.
Par convention, des valeurs positives désignent l'intérieur du graphique et des
valeurs négatives l'extérieur.
float tickEnd
[sub]TickStart (généralement 0) jusqu'à [sub]TickEnd.
Par convention, des valeurs positives désignent l'intérieur du graphique et des
valeurs négatives l'extérieur.
float subTickStart
[sub]TickStart (généralement 0) jusqu'à [sub]TickEnd.
Par convention, des valeurs positives désignent l'intérieur du graphique et des
valeurs négatives l'extérieur.
float subTickEnd
[sub]TickStart (généralement 0) jusqu'à [sub]TickEnd.
Par convention, des valeurs positives désignent l'intérieur du graphique et des
valeurs négatives l'extérieur.
byte relativeCCW
Graduation graduation
RenderingHints hints
| Class DateGraduation extends AbstractGraduation implements Serializable |
|---|
serialVersionUID: -7590383805990568769L
| Serialized Fields |
|---|
long minimum
long maximum
TimeZone timezone
| Class LogarithmicNumberGraduation extends NumberGraduation implements Serializable |
|---|
serialVersionUID: -8514854171546232887L
| Class NumberGraduation extends AbstractGraduation implements Serializable |
|---|
serialVersionUID: -3074504745332240845L
| Serialized Fields |
|---|
double minimum
double maximum
| Package org.geotools.coverage |
|---|
| Class AbstractCoverage extends PropertySourceImpl implements Serializable |
|---|
serialVersionUID: -2989320942499746295L
| Serialized Fields |
|---|
InternationalString name
CoordinateReferenceSystem crs
null if there is none.
| Class AbstractCoverage.Renderable extends PropertySourceImpl implements Serializable |
|---|
| 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 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 MathTransform.inverse()), except for qualitative
categories. Since Category.getSampleToGeophysics() returns null for
qualitative categories, this difference is not visible to the user.
GridSampleDimension.getScale(),
GridSampleDimension.getOffset()Category inverse
GeophysicsCategory. If this category is already an
instance of GeophysicsCategory, then inverse is a reference
to the Category object that own it.
int[] ARGB
| Class CoverageStack extends AbstractCoverage implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
CoverageStack.Element[] elements
CoverageStack.
SampleDimension[] sampleDimensions
null if unknown.
int numSampleDimensions
CoverageStack.sampleDimensions is null.
GeneralEnvelope envelope
CoverageStack.getEnvelope()int zDimension
CoordinateReferenceSystem zCRS
null if unknown.
boolean interpolationEnabled
true if interpolations are allowed.
double lagTolerance
evaluate(...) methods will returns NaN for z values in this hole.
IIOListeners listeners
| Class GridSampleDimension extends Object implements Serializable |
|---|
serialVersionUID: 6026936545776852758L
| Serialized Fields |
|---|
GridSampleDimension inverse
CategoryList.inverse.
This object is constructed and returned by GridSampleDimension.geophysics(boolean). Constructed when first
needed, but serialized anyway because it may be a user-supplied object.
CategoryList categories
null if this sample
dimension has no category. 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.isScaled(true).isGeophysics != categories.isScaled(false), except
if categories.geophysics(true) == categories.geophysics(false)
boolean hasQualitative
true if this sample dimension has at least one qualitative category.
An arbitrary number of qualitative categories is allowed, providing their sample
value ranges do not overlap. A sample dimension can have both qualitative and
quantitative categories.
boolean hasQuantitative
true if this sample dimension has at least one quantitative category.
An arbitrary number of quantitative categories is allowed, providing their sample
value ranges do not overlap.
If sampleToGeophysics is non-null, then hasQuantitative
must be true. However, the opposite do not hold in all cases: a
true value doesn't means that sampleToGeophysics should
be non-null.
MathTransform1D sampleToGeophysics
sampleToGeophysics transform used by every
quantitative Category, or null. This field may be null for two
reasons:
sampleToGeophysics transform.GridSampleDimension.getOffset() and GridSampleDimension.getScale(). The
GridSampleDimension.getSampleToGeophysics() method may also returns directly this
value in some conditions.
InternationalString description
| Class OrdinateOutsideCoverageException extends PointOutsideCoverageException implements Serializable |
|---|
serialVersionUID: -4718948524305632185L
| Serialized Fields |
|---|
int dimension
Envelope envelope
null if unknown.
| Class SpatioTemporalCoverage3D extends AbstractCoverage implements Serializable |
|---|
| Serialized Fields |
|---|
Coverage coverage
DefaultTemporalCRS temporalCRS
DefaultTemporalCRS.toDate(double) and DefaultTemporalCRS.toValue(java.util.Date) methods.
int temporalDimension
int xDimension
int yDimension
GeneralDirectPosition coordinate
evaluate(...) methods.
This object is cached and reused for performance purpose. However,
this caching sacrifies SpatioTemporalCoverage3D thread safety.
| Class TransformedCoverage extends AbstractCoverage implements Serializable |
|---|
| Serialized Fields |
|---|
Coverage coverage
MathTransform toWrapped
GeneralDirectPosition position
| Package org.geotools.coverage.grid |
|---|
| Class AbstractGridCoverage extends AbstractCoverage implements Serializable |
|---|
serialVersionUID: 6476934258101450793L
| Class GeneralGridCoordinates extends Object implements Serializable |
|---|
serialVersionUID: 8146318677770695383L
| Serialized Fields |
|---|
int[] coordinates
| Class GeneralGridGeometry extends Object implements Serializable |
|---|
serialVersionUID: 124700383873732132L
| Serialized Fields |
|---|
GridRange 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);
| Class GeneralGridRange extends Object implements Serializable |
|---|
serialVersionUID: 1452569710967224145L
| Serialized Fields |
|---|
int[] index
| 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
boolean isGeophysics
true is all sample in the image are geophysics values.
| Class GridCoverage2D.Renderable extends AbstractCoverage.Renderable implements Serializable |
|---|
| Class GridGeometry2D extends GeneralGridGeometry implements Serializable |
|---|
serialVersionUID: -3989363771504614419L
| Serialized Fields |
|---|
CoordinateReferenceSystem crs2D
GeneralGridGeometry.getCoordinateReferenceSystem().
int gridDimensionX
gridDimensionX) and second (gridDimensionY) dimensions of
grid range with length
greater than 1. Those (x, y) dimensions are usually 0 and 1
respectively.
int gridDimensionY
gridDimensionX) and second (gridDimensionY) dimensions of
grid range with length
greater than 1. Those (x, y) dimensions are usually 0 and 1
respectively.
int axisDimensionX
GridGeometry2D.gridDimensionX, GridGeometry2D.gridDimensionY) dimensions in the envelope space.
They are the (x, y) dimensions after the
grid to CRS transform.
Those dimensions are usually 0 and 1 respectively.
int axisDimensionY
GridGeometry2D.gridDimensionX, GridGeometry2D.gridDimensionY) dimensions in the envelope space.
They are the (x, y) dimensions after the
grid to CRS transform.
Those dimensions are usually 0 and 1 respectively.
MathTransform2D gridToCRS2D
gridToCRS.
MathTransform2D gridFromCRS2D
gridToCRS2D.
| Class Interpolator2D extends GridCoverage2D implements Serializable |
|---|
| Serialized Fields |
|---|
MathTransform2D toGrid
Interpolation interpolation
Interpolator2D fallback
null if there
is no fallback. By convention, this means that interpolation should fallback
on super.evaluate(...) (i.e. nearest neighbor).
int xmin
Interpolation's padding.
int ymin
Interpolation's padding.
int xmax
Interpolation's padding.
int ymax
Interpolation's padding.
int top
int left
Rectangle bounds
RectIterFactory.
| Class InvalidGridGeometryException extends IllegalStateException implements Serializable |
|---|
serialVersionUID: -7386283388753448743L
| Class ViewType extends Object implements Serializable |
|---|
serialVersionUID: -1926667155583006688L
| Serialized Fields |
|---|
String name
boolean interpolationAllowed
true if interpolations other than nearest neighbor are allowed.
boolean colorSpaceConversionAllowed
true if the replacement of index color model
is allowed.
JAI.KEY_REPLACE_INDEX_COLOR_MODEL| Package org.geotools.coverage.io |
|---|
| Class AmbiguousMetadataException extends MetadataException implements Serializable |
|---|
serialVersionUID: 9024148330467307209L
| Class MetadataBuilder.Key extends Object implements Serializable |
|---|
serialVersionUID: -6197070349689520675L
| Serialized Fields |
|---|
String name
String key
| Class MetadataException extends IIOException implements Serializable |
|---|
serialVersionUID: -3146379152278866037L
| Serialized Fields |
|---|
MetadataBuilder.Key key
null if none.
String alias
null if none.
| Class MissingMetadataException extends MetadataException implements Serializable |
|---|
serialVersionUID: -5215286265847774754L
| Package org.geotools.coverage.processing |
|---|
| Class AbstractOperation extends Object implements Serializable |
|---|
serialVersionUID: -1441856042779942954L
| Serialized Fields |
|---|
ParameterDescriptorGroup descriptor
| Class AbstractStatisticsOperationJAI extends OperationJAI implements Serializable |
|---|
| Class BilevelOperation extends OperationJAI implements Serializable |
|---|
serialVersionUID: 8975871552152978976L
| Class CannotCropException extends CoverageProcessingException implements Serializable |
|---|
serialVersionUID: -4382377333378224973L
| Class CannotReprojectException extends CoverageProcessingException implements Serializable |
|---|
serialVersionUID: -8145425848361056027L
| Class CannotScaleException extends CoverageProcessingException implements Serializable |
|---|
serialVersionUID: 8644771885589352455L
| Class ColorMap extends Object implements Serializable |
|---|
serialVersionUID: 1688030908496323012L
| Serialized Fields |
|---|
Map colorMap
String objects.
Values may be Color singletons or Color[] arrays.
The ColorMap.ANY_QUANTITATIVE_CATEGORY key is replaced by null in
order to avoid confusion with user-specified category with the exact name.
Map colorRanges
NumberRange instances
if the range is relative, or MeasurementRange if the range is geophysics.
The ColorMap.ANY_QUANTITATIVE_CATEGORY key is replaced by null in
order to avoid confusion with user-specified category with the exact name.
boolean resetUnspecifiedColors
true, the ARGB values corresponding to any category
not specified in this color map will be reset to the color specified
by the category. The default value is false.
| Class CoverageProcessingException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -2199436135615396946L
| Class FilterOperation extends OperationJAI implements Serializable |
|---|
serialVersionUID: 7984379314515755769L
| Class 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 range
null if none.
MathTransform1D transform
null if none.
Unit unit
null if none.
Color[] colors
null if none.
| Package org.geotools.coverage.processing.operation |
|---|
| Class Absolute extends OperationJAI implements Serializable |
|---|
serialVersionUID: 3723059532452772794L
| Class AddConst extends OperationJAI implements Serializable |
|---|
serialVersionUID: 5443686039059774671L
| Class Convolve extends OperationJAI implements Serializable |
|---|
serialVersionUID: -8324284100732653109L
| Class Crop extends Operation2D implements Serializable |
|---|
serialVersionUID: 4466072819239413456L
| Class DivideByConst extends OperationJAI implements Serializable |
|---|
serialVersionUID: -3723238033407316564L
| Class Exp extends OperationJAI implements Serializable |
|---|
serialVersionUID: 6136918309949539525L
| Class Extrema extends AbstractStatisticsOperationJAI implements Serializable |
|---|
serialVersionUID: 7731039381590398047L
| Class FilteredSubsample extends Operation2D implements Serializable |
|---|
serialVersionUID: 652535074064952517L
| Class GradientMagnitude extends OperationJAI implements Serializable |
|---|
serialVersionUID: -1514713427236924048L
| Class Histogram extends AbstractStatisticsOperationJAI implements Serializable |
|---|
serialVersionUID: -4256576399698278701L
| Class Interpolate extends Operation2D implements Serializable |
|---|
serialVersionUID: 6742127682733620661L
| Class Invert extends OperationJAI implements Serializable |
|---|
serialVersionUID: 7297641092994880308L
| Class Log extends OperationJAI implements Serializable |
|---|
serialVersionUID: -3622176942444895367L
| Class MaxFilter extends OperationJAI implements Serializable |
|---|
serialVersionUID: 3368109980974496342L
| Class MedianFilter extends OperationJAI implements Serializable |
|---|
serialVersionUID: -8604321975842276962L
| Class MinFilter extends OperationJAI implements Serializable |
|---|
serialVersionUID: -45487721305059086L
| Class MultiplyConst extends OperationJAI implements Serializable |
|---|
serialVersionUID: -1077713495023498436L
| Class NodataFilter extends FilterOperation implements Serializable |
|---|
serialVersionUID: 6818008657792977519L
| Class Recolor extends IndexColorOperation implements Serializable |
|---|
| Class Resample extends Operation2D implements Serializable |
|---|
serialVersionUID: -2022393087647420577L
| Class Rescale extends OperationJAI implements Serializable |
|---|
serialVersionUID: -9150531690336265741L
| Class Scale extends Operation2D implements Serializable |
|---|
serialVersionUID: -3212656385631097713L
| Class SelectSampleDimension extends Operation2D implements Serializable |
|---|
serialVersionUID: 6889502343896409135L
| Class SubsampleAverage extends Operation2D implements Serializable |
|---|
| Class SubtractConst extends OperationJAI implements Serializable |
|---|
serialVersionUID: 279426577290256732L
| Class SubtractFromConst extends OperationJAI implements Serializable |
|---|
serialVersionUID: 6941277637814235474L
| Package org.geotools.data |
|---|
| Class DataSourceException extends IOException implements Serializable |
|---|
serialVersionUID: -602847953059978370L
| Class FeatureEvent extends EventObject implements Serializable |
|---|
serialVersionUID: 3154238322369916485L
| Serialized Fields |
|---|
int type
Envelope bounds
This value is allowed to by null if this information is not
known.
| Class FeatureLockException extends IOException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String featureID
| Class SchemaNotFoundException extends IOException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String typeName
| Package org.geotools.data.db2 |
|---|
| Class DB2AutoIncrementFIDMapper extends AutoIncrementFIDMapper implements Serializable |
|---|
| Class DB2NullFIDMapper extends NullFIDMapper implements Serializable |
|---|
| Serialized Fields |
|---|
int currentFID
| Package org.geotools.data.jdbc |
|---|
| Class FilterToSQLException extends Exception implements Serializable |
|---|
serialVersionUID: -2394509611777950167L
| Package org.geotools.data.jdbc.fidmapper |
|---|
| Class AbstractFIDMapper extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean[] autoIncrement
int[] colDecimalDigits
String[] colNames
int[] colSizes
int[] colTypes
String tableName
String tableSchemaName
boolean returnFIDColumnsAsAttributes
| Class AutoIncrementFIDMapper extends AbstractFIDMapper implements Serializable |
|---|
serialVersionUID: 1L
| Class BasicFIDMapper extends AbstractFIDMapper implements Serializable |
|---|
serialVersionUID: 1L
| Class MaxIncFIDMapper extends AbstractFIDMapper implements Serializable |
|---|
serialVersionUID: 5719859796485477701L
| Class MultiColumnFIDMapper extends AbstractFIDMapper implements Serializable |
|---|
serialVersionUID: 1L
| Class NullFIDMapper extends AbstractFIDMapper implements Serializable |
|---|
serialVersionUID: 1L
| Class TypedFIDMapper extends AbstractFIDMapper implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String featureTypeName
FIDMapper wrappedMapper
| Package org.geotools.data.oracle.sdo |
|---|
| Class TT.GeomClasses extends HashMap implements Serializable |
|---|
serialVersionUID: -3359664692996608331L
| Package org.geotools.data.postgis.fidmapper |
|---|
| Class OIDFidMapper extends AbstractFIDMapper implements Serializable |
|---|
serialVersionUID: 3257569520561763632L
| Class PostGISAutoIncrementFIDMapper extends AutoIncrementFIDMapper implements Serializable |
|---|
serialVersionUID: -6082930630426171079L
| Serialized Fields |
|---|
boolean can_usepg_get_serial_sequence
boolean hasSerialSequence
String sequenceName
| Package org.geotools.data.shapefile.dbf |
|---|
| Class DbaseFileException extends DataSourceException implements Serializable |
|---|
serialVersionUID: -6890880438911014652L
| Package org.geotools.data.shapefile.shp |
|---|
| Class ShapefileException extends DataSourceException implements Serializable |
|---|
serialVersionUID: -6523799964553991364L
| Package org.geotools.data.vpf.exc |
|---|
| Class VPFDataException extends IOException implements Serializable |
|---|
| Class VPFDataFormatException extends RuntimeException implements Serializable |
|---|
| Class VPFHeaderFormatException extends VPFDataException implements Serializable |
|---|
| Class VPFRowDataException extends VPFDataException implements Serializable |
|---|
| Package org.geotools.data.vpf.io |
|---|
| Class RowField extends Number implements Serializable |
|---|
| Serialized Fields |
|---|
Object value
value here.
char type
type here.
| Class TripletId extends Number implements Serializable |
|---|
| Serialized Fields |
|---|
byte[] rawData
| Package org.geotools.data.vpf.util |
|---|
| Class EdgeData extends HashMap implements Serializable |
|---|
| Class PointData extends HashMap implements Serializable |
|---|
| Package org.geotools.data.wfs |
|---|
| Class WFSSchemaFactory.WFSRootHandler extends RootHandler implements Serializable |
|---|
| Serialized Fields |
|---|
WFSSchemaFactory.ServiceExceptionReportHandler se
| Package org.geotools.data.wms.gce |
|---|
| Class WMSParameterValue extends Parameter implements Serializable |
|---|
| Serialized Fields |
|---|
Object value
DefaultParameterDescriptor descriptor
| Package org.geotools.event |
|---|
| Class GTEventImpl extends EventObject implements Serializable |
|---|
serialVersionUID: -5304196462694574579L
| Serialized Fields |
|---|
GTDelta delta
GTEvent.Type type
| Class GTList extends ArrayList implements Serializable |
|---|
serialVersionUID: -4849245752797538846L
| Serialized Fields |
|---|
GTComponent host
String notificationName
| Package org.geotools.factory |
|---|
| Class FactoryConfigurationError extends Error implements Serializable |
|---|
| Class FactoryNotFoundException extends FactoryRegistryException implements Serializable |
|---|
serialVersionUID: 7555229653402417318L
| Class FactoryRegistryException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 8483095037433886648L
| Class RecursiveSearchException extends FactoryRegistryException implements Serializable |
|---|
serialVersionUID: -2028654588882874110L
| Package org.geotools.feature |
|---|
| Class CollectionEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -1864190177730929948L
| Serialized Fields |
|---|
int type
Feature[] features
| Class IllegalAttributeException extends Exception implements Serializable |
|---|
serialVersionUID: -4964013824521988182L
| Serialized Fields |
|---|
AttributeType expected
Object invalid
| Class SchemaException extends Exception implements Serializable |
|---|
serialVersionUID: 5453903672192802976L
| Package org.geotools.filter |
|---|
| Class FilterFactoryCreationException extends Exception implements Serializable |
|---|
| Class IllegalFilterException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 6991878877158220201L
| Class MalformedFilterException extends Exception implements Serializable |
|---|
| Class SQLEncoderException extends Exception implements Serializable |
|---|
serialVersionUID: -2394509611777950167L
| Package org.geotools.filter.parser |
|---|
| Class ExpressionException extends ParseException implements Serializable |
|---|
| Serialized Fields |
|---|
Throwable cause
| 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.filter.text.cql2 |
|---|
| Class CQLException extends ParseException implements Serializable |
|---|
serialVersionUID: 8873756073711225699L
| Serialized Fields |
|---|
Throwable cause
String cqlSource
| 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.geotiff |
|---|
| Class GeoTiffException extends IOException implements Serializable |
|---|
serialVersionUID: 1008533682021487024L
| Serialized Fields |
|---|
GeoTiffIIOMetadataDecoder metadata
GeoKeyEntry[] geoKeys
| 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 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
GeneralEnvelope.clone() only.
CoordinateReferenceSystem crs
null.
| Class Geometry extends Object implements Serializable |
|---|
serialVersionUID: -601532429079649232L
| Serialized Fields |
|---|
CoordinateReferenceSystem crs
| 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 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 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 m_index
| Class MultiMap extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Map m_map
Class m_collectionClass
| Class ParseErrorHandler extends DefaultHandler implements Serializable |
|---|
| Serialized Fields |
|---|
ArrayList 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 |
|---|
Feature feature
| Class GraphViewer extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
Graph graph
Collection nodes
double minX
double minY
int xScaling
int yScaling
int xOffset
int yOffset
boolean colorEdges
Color[] nodeColors
Vector shortEdges
Vector longEdges
Vector otherEdges
| Package org.geotools.gui.swing |
|---|
| Class About extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
About.ThreadList updater
null s'il n'y en a pas.
Vocabulary resources
| Class DisjointLists extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
JList left
JList right
boolean autoSort
true if elements should be automatically sorted.
| Class FormatChooser extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
Format format
FormatChooser.
Object value
JComboBox choices
JLabel preview
value formated using format.
| Class JMapPane extends JPanel implements Serializable |
|---|
serialVersionUID: -8647971481359690499L
| Serialized Fields |
|---|
GTRenderer renderer
GTRenderer highlightRenderer
GTRenderer selectionRenderer
MapContext context
MapContext selectionContext
Envelope mapArea
Rectangle oldRect
Envelope oldMapArea
BufferedImage baseImage
BufferedImage selectImage
Style selectionStyle
MapLayer selectionLayer
MapLayer highlightLayer
HighlightManager highlightManager
boolean highlight
FilterFactory2 ff
GeometryFactory gf
FeatureCollection selection
FeatureCollection highlightFeature
int state
double zoomFactor
Style lineHighlightStyle
Style pointHighlightStyle
Style polygonHighlightStyle
Style polygonSelectionStyle
Style pointSelectionStyle
Style lineSelectionStyle
boolean changed
LabelCache labelCache
boolean reset
int startX
int startY
boolean clickable
int lastX
int lastY
SelectionManager selectionManager
| Class LoggingPanel extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
LoggingTableModel model
JTable table
int[] levelValues
levelColors. This array
must be in increasing order. Logging messages of level
levelValues[i] or higher will be displayed with foreground
color levelColors[i*2] and background color levelColors[i*2+1].
Level.intValue(),
LoggingPanel.getForeground(LogRecord),
LoggingPanel.getBackground(LogRecord)List levelColors
levelValues[i] or higher will be displayed
with foreground color levelColors[i*2] and background color
levelColors[i*2+1].
LoggingPanel.getForeground(LogRecord),
LoggingPanel.getBackground(LogRecord)Logger logger
null if none.
| Class PanAction extends AbstractAction implements Serializable |
|---|
serialVersionUID: 2718536128821468386L
| Serialized Fields |
|---|
ImageIcon icon
JMapPane map
| Class ParameterEditor extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
Map editors
String and values are Component objects.
Container cards
JTextField for simple parameters (numbers, string, etc.)JList for enumerated parameters.JTable for any kind of array parameter and LookupTableJAI.KernelEditor for KernelJAI parameters.
JLabel description
Object value
Number, KernelJAI, LookupTableJAI or some other parameter object.
ParameterEditor.setParameterValue(java.lang.Object)Component editor
ParameterEditor.setParameterValue(java.lang.Object),
ParameterEditor.getEditor()ParameterEditor.Editor model
| Class ResetAction extends AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
ImageIcon icon
JMapPane map
| Class SelectAction extends AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
ImageIcon icon
JMapPane map
| Class ZoomInAction extends AbstractAction implements Serializable |
|---|
serialVersionUID: 5757407203303739037L
| Serialized Fields |
|---|
ImageIcon icon
JMapPane map
| Class ZoomOutAction extends AbstractAction implements Serializable |
|---|
serialVersionUID: 8669650422678543113L
| Serialized Fields |
|---|
ImageIcon icon
JMapPane map
| Class ZoomPane extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
MouseListener mouseSelectionTracker
AffineTransform zoom
Graphics2D.transform(zoom).
boolean zoomIsReset
ZoomPane.reset() operation.
int type
ZoomPane.SCALE_X, ZoomPane.SCALE_Y, ZoomPane.TRANSLATE_X, ZoomPane.TRANSLATE_Y,
ZoomPane.ROTATE, ZoomPane.RESET and ZoomPane.DEFAULT_ZOOM.
boolean fillPanel
true indicates that the content should fill the entire panel, even if it
means losing some of the edges. The value false indicates, on the contrary,
that we should display the entire contents, even if it means leaving blank spaces in
the panel.
Rectangle2D visibleArea
ZoomPane.reset() is called and
ZoomPane.getPreferredArea() and ZoomPane.getZoomableBounds() have both returned valid coordinates.
ZoomPane.getVisibleArea(),
ZoomPane.setVisibleArea(java.awt.geom.Rectangle2D)Rectangle2D preferredArea
null indicates a call to ZoomPane.getArea().
ZoomPane.getPreferredArea(),
ZoomPane.setPreferredArea(java.awt.geom.Rectangle2D)boolean paintingWhileAdjusting
ZoomPane object should be repainted when the user adjusts the
scrollbars. The default value is false, which means that ZoomPane will
wait until the user has released the scrollbar before repainting the component.
ZoomPane.isPaintingWhileAdjusting(),
ZoomPane.setPaintingWhileAdjusting(boolean)boolean magnifierEnabled
true.
double magnifierPower
Paint magnifierGlass
Paint magnifierBorder
| Package org.geotools.gui.swing.event |
|---|
| Class GeoMouseEvent extends MouseEvent implements Serializable |
|---|
| Serialized Fields |
|---|
MathTransform transform
| Class HighlightChangedEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -7958576070524520655L
| Serialized Fields |
|---|
Object source
Filter filter
| Class SelectionChangedEvent extends EventObject implements Serializable |
|---|
serialVersionUID: 7082320269388833169L
| Serialized Fields |
|---|
Object source
Filter filter
| Class ZoomChangeEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
AffineTransform change
oldZoom and newZoom
are the affine transforms before and after the change respectively, then the following
relation must hold (within the limits of rounding error):
newZoom = oldZoom.concatenate(change)
| Package org.geotools.gui.swing.image |
|---|
| Class ColorRamp extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
Graduation graduation
String units
Graduation.getUnit() and cached
for faster rendering.
Color[] colors
null).
boolean labelVisibles
true if tick label must be display.
boolean autoForeground
true if tick label can be display with an automatic color. The
automatic color will be white or black depending the background color.
boolean horizontal
true if the color bar should be drawn horizontally,
or false if it should be drawn vertically.
ColorRamp.UI ui
ComponentUI object for computing preferred
size, drawn the component and handle some events.
| Class GradientKernelEditor extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
KernelEditor kernelH
KernelEditor kernelV
| Class ImagePane extends ZoomPane implements Serializable |
|---|
| Serialized Fields |
|---|
int renderedSize
RenderableImage.
This is also the maximum size for a RenderedImage; bigger image
will be scaled down using JAI's "Scale" operation for faster rendering.
RenderableImage renderable
null if none. If non-null, then the ImagePane.run()
method will transform this renderable image into a rendered one when first requested.
Once the image is rendered, this field is set to null.
RenderedImage rendered
null if none. This image may be explicitly set
by ImagePane.setImage(RenderedImage), or computed by ImagePane.run().
boolean running
true if the ImagePane.run() method has been invoked for the current image.
This field is used in order to avoid to start more than one thread for the same
ImagePane.renderable image.
| Class ImageProperties extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
JLabel operationName
OperationNode.
JLabel operationDescription
JLabel operationVersion
JLabel imageSize
JLabel tileSize
JLabel dataType
JLabel sampleModel
JLabel colorModel
ColorRamp colorRamp
IndexColorModel.
ImageProperties.Table properties
ImageSampleValues samples
ImagePane viewer
| Class ImageSampleValues extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
JTable table
ImageSampleValues.CellRenderer renderer
SpinnerNumberModel band
JLabel comments
ImageSampleValues.CurrentColor current
| Class ImageTableModel extends AbstractTableModel implements Serializable |
|---|
serialVersionUID: -408603520054548181L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
RenderedImage image
NumberFormat format
NumberFormat titleFormat
int band
| Class ImageTableModel.RowHeaders extends AbstractTableModel implements Serializable |
|---|
serialVersionUID: 5162324745024331522L
| Class KernelEditor extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
KernelEditor.Model model
JComboBox categorySelector
JComboBox kernelSelector
JSpinner widthSelector
JSpinner heightSelector
| Class OperationTreeBrowser extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
ImageProperties imageProperties
IMAGE name.
ParameterEditor parameterEditor
PARAMETER name.
Container cards
ImageProperties instance.ParameterEditor instance.
| Class RegisteredOperationBrowser extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
JLabel description
JLabel version
| Package org.geotools.gui.swing.referencing |
|---|
| Class AuthorityCodesComboBox extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
AuthorityFactory factory
CodeList codeList
Class type
JComboBox list
JTextField search
JPanel searchOrList
AuthorityCodesComboBox.search or AuthorityCodesComboBox.list field.
CardLayout cards
AuthorityCodesComboBox.list or AuthorityCodesComboBox.search.
JButton showProperties
PropertiesSheet properties
Component propertiesWindow
AuthorityCodesComboBox.properties.
| Class CoordinateChooser extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
JComponent areaPanel
JComponent timePanel
JComponent resoPanel
JComboBox timezone
JSpinner tmin
SpinnerDateModel.
JSpinner tmax
SpinnerDateModel.
JSpinner xmin
SpinnerNumberModel.
JSpinner xmax
SpinnerNumberModel.
JSpinner ymin
SpinnerNumberModel.
JSpinner ymax
SpinnerNumberModel.
JSpinner xres
SpinnerNumberModel.
JSpinner yres
SpinnerNumberModel.
AbstractButton radioBestRes
AbstractButton radioPrefRes
JComponent accessory
CoordinateChooser.
| Class CoordinateTableModel extends AbstractTableModel implements Serializable |
|---|
| Serialized Fields |
|---|
CoordinateReferenceSystem crs
String[] columnNames
List positions
List unmodifiablePositions
fire method.
GeneralEnvelope validArea
TransformedDirectPosition toWGS84
| Class CoordinateTableModel.CellRenderer extends DefaultTableCellRenderer implements Serializable |
|---|
| Serialized Fields |
|---|
Color foreground
Color background
Color invalidForeground
Color invalidBackground
| Class PropertiesSheet extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JTabbedPane tabs
JTextArea wktArea
| Package org.geotools.gui.swing.table |
|---|
| Class FeatureTableModel extends AbstractTableModel implements Serializable |
|---|
| Serialized Fields |
|---|
FeatureCollection featureTable
| Package org.geotools.gui.swing.tree |
|---|
| Class DefaultMutableTreeNode extends DefaultMutableTreeNode implements Serializable |
|---|
serialVersionUID: -8782548896062360341L
| Class NamedTreeNode extends DefaultMutableTreeNode implements Serializable |
|---|
serialVersionUID: -5052321314347001298L
| Serialized Fields |
|---|
String name
NamedTreeNode.toString().
| Package org.geotools.image |
|---|
| Class ImageDimension extends Dimension implements Serializable |
|---|
serialVersionUID: -4349573462196081362L
| Serialized Fields |
|---|
int numBands
int dataType
| Package org.geotools.image.io |
|---|
| Class IIOListeners extends Object implements Serializable |
|---|
serialVersionUID: 6944397966242054247L
| Serialized Fields |
|---|
EventListenerList listeners
| Package org.geotools.image.io.metadata |
|---|
| Class Identification extends Object implements Serializable |
|---|
serialVersionUID: 7439545624472885445L
| Serialized Fields |
|---|
String name
null if none.
String type
null if none.
| Package org.geotools.image.jai |
|---|
| Class CombineDescriptor extends OperationDescriptorImpl implements Serializable |
|---|
| Class HysteresisDescriptor extends OperationDescriptorImpl implements Serializable |
|---|
| Class NodataFilterDescriptor extends OperationDescriptorImpl implements Serializable |
|---|
| Package org.geotools.index |
|---|
| Class LockTimeoutException extends Exception implements Serializable |
|---|
| Class TreeException extends Exception implements Serializable |
|---|
| Class UnsupportedFilterException extends Exception implements Serializable |
|---|
| Package org.geotools.index.quadtree |
|---|
| Class StoreException extends Exception implements Serializable |
|---|
serialVersionUID: -3356954193373344773L
| Package org.geotools.index.rtree.cachefs |
|---|
| Class NodeCache extends LinkedHashMap implements Serializable |
|---|
| Serialized Fields |
|---|
int maxElements
| Package org.geotools.io |
|---|
| Class ContentFormatException extends IOException implements Serializable |
|---|
serialVersionUID: 6152194019351374599L
| Class LineFormat extends Format implements Serializable |
|---|
| Serialized Fields |
|---|
int count
LineFormat.data.
Il s'agit du nombre de données lues lors du dernier appel
de la méthode LineFormat.setLine(String).
Object[] data
LineFormat.setLine(String).
Ces données seront restitués par des appels à LineFormat.getValues(float[]).
Format[] format
data[4] aura été lu avec le format
format[4]. Il n'est toutefois pas obligatoire qu'il y ait autant
de format que de colonnes. Si LineFormat.data et plus long que LineFormat.format,
alors le dernier format sera réutilisé pour toutes les colonnes restantes.
ParsePosition position
ParsePosition utilisé lors de la lecture pour spécifier quelle
partie de la chaîne doit être interprétée.
int[] limits
index[0] contient l'index du premier caractère qui a été lu pour la
donnée data[0], et ainsi de suite. Ce tableau doit toujours
avoir une longueur de LineFormat.data.length + 1. Le dernier élément
de ce tableau sera la longueur de la ligne.
String line
LineFormat.setLine(String).
| Package org.geotools.map.event |
|---|
| Class MapBoundsEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
int type
CoordinateReferenceSystem oldCoordinateReferenceSystem
Envelope oldAreaOfInterest
| Class MapLayerEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
int reason
| Class MapLayerListEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
MapLayer 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 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 |
|---|
| 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
| 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
Converter[] 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 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 parentEntity
InternationalString rule
Collection rationales
Collection sources
| Class FeatureCatalogueDescriptionImpl extends ContentInformationImpl implements Serializable |
|---|
serialVersionUID: -5361236546997056467L
| Serialized Fields |
|---|
Boolean compliant
Collection language
Boolean includeWithDataset
Collection featureTypes
Collection 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 extendedElementInformation
| Class MetaDataImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -5600409558876701144L
| Serialized Fields |
|---|
String fileIdentifier
null if none.
Locale language
Collection locales
CharacterSet characterSet
String parentIdentifier
Collection hierarchyLevels
Collection hierarchyLevelNames
Collection contacts
String dataSetUri
long dateStamp
Long.MIN_VALUE.
String metadataStandardName
String metadataStandardVersion
Collection spatialRepresentationInfo
Collection referenceSystemInfo
Collection metadataExtensionInfo
Collection identificationInfo
Collection contentInfo
Distribution distributionInfo
Collection dataQualityInfo
Collection portrayalCatalogueInfo
Collection metadataConstraints
Collection applicationSchemaInfo
MaintenanceInformation metadataMaintenance
| Class PortrayalCatalogueReferenceImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -3095277682987563157L
| Serialized Fields |
|---|
Collection portrayalCatalogueCitations
| Class SpatialAttributeSupplementImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 273337004694210422L
| Serialized Fields |
|---|
Collection 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 deliveryPoints
Collection 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 alternateTitles
Collection dates
InternationalString edition
long editionDate
Long.MIN_VALUE if none.
Collection identifiers
Collection identifierTypes
Collection citedResponsibleParties
Collection 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 voices
Collection facsimiles
| Package org.geotools.metadata.iso.constraint |
|---|
| Class ConstraintsImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 7197823876215294777L
| Serialized Fields |
|---|
Collection useLimitation
| Class LegalConstraintsImpl extends ConstraintsImpl implements Serializable |
|---|
serialVersionUID: -2891061818279024901L
| Serialized Fields |
|---|
Collection accessConstraints
Collection useConstraints
Collection 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 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 dimensions
| Class FeatureCatalogueDescriptionImpl extends ContentInformationImpl implements Serializable |
|---|
serialVersionUID: -2566307080447896276L
| Serialized Fields |
|---|
Boolean compliant
Collection language
boolean includeWithDataset
Collection featureTypes
Collection 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 onLines
Medium offLines
| Class DistributionImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -5899590027802365131L
| Serialized Fields |
|---|
Collection distributionFormats
Collection distributors
Collection transferOptions
| Class DistributorImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 7142984376823483766L
| Serialized Fields |
|---|
ResponsibleParty distributorContact
Collection distributionOrderProcesses
Collection distributorFormats
Collection distributorTransferOptions
| Class FormatImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 6498897239493553607L
| Serialized Fields |
|---|
InternationalString name
InternationalString version
InternationalString amendmentNumber
InternationalString specification
InternationalString fileDecompressionTechnique
Collection formatDistributors
| Class MediumImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -2838122926367921673L
| Serialized Fields |
|---|
MediumName name
Collection densities
null if unknown.
If non-null, then the number should be greater than zero.
Unit densityUnits
Integer volumes
null if unknown.
Collection 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 polygons
| Class ExtentImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 7812213837337326257L
| Serialized Fields |
|---|
InternationalString description
Collection geographicElements
Collection temporalElements
Collection 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 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 spatialRepresentationTypes
Collection spatialResolutions
Collection language
Collection characterSets
Collection topicCategories
Collection geographicBox
getGeographicBox() and DataIdentificationImpl.getGeographicDescription()
should be provided.
Collection geographicDescription
DataIdentificationImpl.getGeographicBox() and getGeographicDescription()
should be provided.
InternationalString environmentDescription
Collection extent
InternationalString supplementalInformation
| Class IdentificationImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -3715084806249419137L
| Serialized Fields |
|---|
Citation citation
InternationalString abstracts
InternationalString purpose
Collection credits
Collection status
Collection pointOfContacts
Collection resourceMaintenance
Collection graphicOverviews
Collection resourceFormat
Collection descriptiveKeywords
Collection resourceSpecificUsages
Collection resourceConstraints
Collection aggregationInfo
| Class KeywordsImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 48691634443678266L
| Serialized Fields |
|---|
Collection 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 userContactInfo
| Package org.geotools.metadata.iso.lineage |
|---|
| Class LineageImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 3351230301999744987L
| Serialized Fields |
|---|
InternationalString statement
Collection processSteps
Collection sources
| Class ProcessStepImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 4629429337326490722L
| Serialized Fields |
|---|
InternationalString description
InternationalString rationale
long date
Long.MIN_VALUE.
Collection processors
Collection sources
| Class SourceImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 2660914446466438044L
| Serialized Fields |
|---|
InternationalString description
RepresentativeFraction scaleDenominator
ReferenceSystem sourceReferenceSystem
Citation sourceCitation
Collection sourceExtents
Collection 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 updateScopes
Collection updateScopeDescriptions
Collection maintenanceNotes
Collection contacts
| Class ScopeDescriptionImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -5671299759930976286L
| Serialized Fields |
|---|
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 reports
Lineage lineage
| Class DomainConsistencyImpl extends LogicalConsistencyImpl implements Serializable |
|---|
serialVersionUID: -358082990944183859L
| Class ElementImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: -3542504624077298894L
| Serialized Fields |
|---|
Collection 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 results
| Class FormalConsistencyImpl extends LogicalConsistencyImpl implements Serializable |
|---|
serialVersionUID: -6474410938957783954L
| Class FormatConsistencyImpl extends LogicalConsistencyImpl implements Serializable |
|---|
serialVersionUID: -1204766930140154729L
| Class GriddedDataPositionalAccuracyImpl extends PositionalAccuracyImpl implements Serializable |
|---|
serialVersionUID: -3852184823135498458L
| Class LogicalConsistencyImpl extends ElementImpl implements Serializable |
|---|
serialVersionUID: -2470752876057569947L
| Class NonQuantitativeAttributeAccuracyImpl extends ThematicAccuracyImpl implements Serializable |
|---|
serialVersionUID: 2659617465862554345L
| Class NonQuantitativeAttributeCorrectnessImpl extends ThematicAccuracyImpl implements Serializable |
|---|
serialVersionUID: -4976754662775709253L
| Class PositionalAccuracyImpl extends ElementImpl implements Serializable |
|---|
serialVersionUID: 6043381860937480828L
| Class QuantitativeAttributeAccuracyImpl extends ThematicAccuracyImpl implements Serializable |
|---|
serialVersionUID: 7030401943270178746L
| Class QuantitativeResultImpl extends ResultImpl implements Serializable |
|---|
serialVersionUID: 1230713599561236060L
| Serialized Fields |
|---|
Collection values
RecordType valueType
null if none.
Unit 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 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 cornerPoints
Point centerPoint
PixelOrientation pointInPixel
InternationalString transformationDimensionDescription
Collection transformationDimensionMapping
| Class GeoreferenceableImpl extends GridSpatialRepresentationImpl implements Serializable |
|---|
serialVersionUID: 5203270142818028946L
| Serialized Fields |
|---|
boolean controlPointAvailable
boolean orientationParameterAvailable
InternationalString orientationParameterDescription
Record georeferencedParameters
Collection parameterCitation
| Class GridSpatialRepresentationImpl extends SpatialRepresentationImpl implements Serializable |
|---|
serialVersionUID: -8400572307442433979L
| Serialized Fields |
|---|
Integer numberOfDimensions
List axisDimensionsProperties
CellGeometry cellGeometry
boolean transformationParameterAvailable
| Class SpatialRepresentationImpl extends MetadataEntity implements Serializable |
|---|
serialVersionUID: 1443170876207840116L
| Class VectorSpatialRepresentationImpl extends SpatialRepresentationImpl implements Serializable |
|---|
serialVersionUID: 5643234643524810592L
| Serialized Fields |
|---|
TopologyLevel topologyLevel
Collection geometricObjects
| Package org.geotools.metadata.sql |
|---|
| Class MetadataException extends RuntimeException implements Serializable |
|---|
| 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 valueClass
Class primitiveClass
valueClass. However, some optimization may be done for some primitive
types, for example a special implementation of Parameter for the
double type.
Set validValues
null if it doesn't apply. This set is immutable.
Object defaultValue
null.
Comparable minimum
null.
Comparable maximum
null.
Unit 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 |
|---|