|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CodeList in org.opengis.coverage |
---|
Subclasses of CodeList in org.opengis.coverage | |
---|---|
class |
ColorInterpretation
Deprecated. No replacement. |
class |
CommonPointRule
List of codes that identify methods for handling cases where the direct position input to the evaluate operation falls within
two or more of the geometric objects. |
class |
InterpolationMethod
A list of codes that identify interpolation methods that may be used for evaluating continuous coverages. |
class |
PaletteInterpretation
Deprecated. No replacement. |
class |
SampleDimensionType
Specifies the various dimension types for coverage values. |
Methods in org.opengis.coverage that return CodeList | |
---|---|
CodeList[] |
PaletteInterpretation.family()
Deprecated. Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
SampleDimensionType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
InterpolationMethod.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
ColorInterpretation.family()
Deprecated. Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
CommonPointRule.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.coverage.grid |
---|
Subclasses of CodeList in org.opengis.coverage.grid | |
---|---|
class |
ByteInValuePacking
Deprecated. In favor of migrating to ISO 19123 definition for Coverage. |
class |
SequenceType
Specifies the order in which attribute value records are assigned to grid points. |
class |
ValueInBytePacking
Deprecated. In favor of migrating to ISO 19123 definition for Coverage. |
Methods in org.opengis.coverage.grid that return CodeList | |
---|---|
CodeList[] |
SequenceType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
ValueInBytePacking.family()
Deprecated. Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
ByteInValuePacking.family()
Deprecated. Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.filter.sort |
---|
Subclasses of CodeList in org.opengis.filter.sort | |
---|---|
class |
SortOrder
Captures the SortBy order, ASC or DESC . |
Methods in org.opengis.filter.sort that return CodeList | |
---|---|
CodeList[] |
SortOrder.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.geometry |
---|
Subclasses of CodeList in org.opengis.geometry | |
---|---|
class |
PrecisionType
The rounding policy used for a precision model. |
Methods in org.opengis.geometry that return CodeList | |
---|---|
CodeList[] |
PrecisionType.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.geometry.coordinate |
---|
Subclasses of CodeList in org.opengis.geometry.coordinate | |
---|---|
class |
BSplineSurfaceForm
Indicates a particular geometric form represented by a BSplineSurface . |
class |
KnotType
The type of a B-spline. |
class |
SplineCurveForm
Indicates which sort of curve may be approximated by a particular B-spline. |
Methods in org.opengis.geometry.coordinate that return CodeList | |
---|---|
CodeList[] |
SplineCurveForm.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
BSplineSurfaceForm.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
KnotType.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.geometry.primitive |
---|
Subclasses of CodeList in org.opengis.geometry.primitive | |
---|---|
class |
CurveInterpolation
List of codes that may be used to identify the interpolation mechanisms. |
class |
SurfaceInterpolation
List of codes that may be used to identify the interpolation mechanisms. |
Methods in org.opengis.geometry.primitive that return CodeList | |
---|---|
CodeList[] |
CurveInterpolation.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
SurfaceInterpolation.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.go.display.primitive |
---|
Subclasses of CodeList in org.opengis.go.display.primitive | |
---|---|
static class |
GraphicArc.ArcClosure
Instances of the ArcClosure class represent the various
methods of connecting the endpoints of an arc. |
Methods in org.opengis.go.display.primitive that return CodeList | |
---|---|
CodeList[] |
GraphicArc.ArcClosure.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.go.display.style |
---|
Subclasses of CodeList in org.opengis.go.display.style | |
---|---|
class |
ArrowStyle
Indicates the various enumerations of drawing a line with an arrow head. |
class |
DashArray
Indicates the various enumerations of drawing a pattern line. |
class |
FillPattern
Indicates the various fill patterns. |
class |
FillStyle
Indicates the various methods of filling the interior of objects. |
class |
LineCap
Instances of LineCap indicate the various
ways of capping the end of a styled line. |
class |
LineJoin
Indicates the various various ways of joining two lines at their intersection. |
class |
LinePattern
Indicate the various enumerations of drawing a patterned line. |
class |
LineStyle
Indicate the various enumerations of drawing a line. |
class |
Mark
Indicate the various methods of sybolizing points with marks. |
class |
XAnchor
Defines the various XAnchor types. |
class |
YAnchor
Defines the various YAnchor types. |
Methods in org.opengis.go.display.style that return CodeList | |
---|---|
CodeList[] |
FillStyle.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
XAnchor.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
ArrowStyle.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
DashArray.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
LineStyle.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
LineJoin.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
Mark.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
FillPattern.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
LinePattern.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
YAnchor.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
LineCap.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.go.spatial |
---|
Subclasses of CodeList in org.opengis.go.spatial | |
---|---|
class |
GlobalPathType
The instances of this class represent methods of calculating a path between two locations. |
class |
PathType
This class serves as the base class for objects that represent the various methods for computing a path between two locations. |
class |
UnprojectedPathType
This class serves to contain two constants: PIXEL_STRAIGHT, that indicates that a path between two points should be drawn on the screen as a straight line, regardless of the location or orientation of the vertices. |
class |
VectorPathType
This class serves to contain one static constant, VECTOR, indicating that the in-between points of a path are points on the Euclidean shortest distance line between the vertices. |
Methods in org.opengis.go.spatial that return CodeList | |
---|---|
CodeList[] |
PathType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
VectorPathType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
GlobalPathType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
UnprojectedPathType.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.metadata |
---|
Subclasses of CodeList in org.opengis.metadata | |
---|---|
class |
Datatype
Datatype of element or entity. |
class |
Obligation
Obligation of the element or entity. |
Methods in org.opengis.metadata that return CodeList | |
---|---|
CodeList[] |
Obligation.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
Datatype.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.metadata.citation |
---|
Subclasses of CodeList in org.opengis.metadata.citation | |
---|---|
class |
DateType
Identification of when a given event occurred |
class |
OnLineFunction
Class of information to which the referencing entity applies. |
class |
PresentationForm
Mode in which the data is represented. |
class |
Role
Function performed by the responsible party. |
Methods in org.opengis.metadata.citation that return CodeList | |
---|---|
CodeList[] |
Role.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
DateType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
PresentationForm.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
OnLineFunction.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.metadata.constraint |
---|
Subclasses of CodeList in org.opengis.metadata.constraint | |
---|---|
class |
Classification
Name of the handling restrictions on the dataset. |
class |
Restriction
Limitation(s) placed upon the access or use of the data. |
Methods in org.opengis.metadata.constraint that return CodeList | |
---|---|
CodeList[] |
Classification.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
Restriction.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.metadata.content |
---|
Subclasses of CodeList in org.opengis.metadata.content | |
---|---|
class |
CoverageContentType
Specific type of information represented in the cell. |
class |
ImagingCondition
Code which indicates conditions which may affect the image. |
Methods in org.opengis.metadata.content that return CodeList | |
---|---|
CodeList[] |
ImagingCondition.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
CoverageContentType.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.metadata.distribution |
---|
Subclasses of CodeList in org.opengis.metadata.distribution | |
---|---|
class |
MediumFormat
Method used to write to the medium. |
class |
MediumName
Name of the medium. |
Methods in org.opengis.metadata.distribution that return CodeList | |
---|---|
CodeList[] |
MediumFormat.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
MediumName.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.metadata.identification |
---|
Subclasses of CodeList in org.opengis.metadata.identification | |
---|---|
class |
AssociationType
Justification for the correlation of two datasets. |
class |
CharacterSet
Name of the character coding standard used for the resource. |
class |
InitiativeType
Type of aggregation activity in which datasets are related |
class |
KeywordType
Methods used to group similar keywords. |
class |
Progress
Status of the dataset or progress of a review. |
class |
TopicCategory
High-level geographic data thematic classification to assist in the grouping and search of available geographic data sets. |
Methods in org.opengis.metadata.identification that return CodeList | |
---|---|
CodeList[] |
CharacterSet.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
TopicCategory.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
KeywordType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
InitiativeType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
AssociationType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
Progress.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.metadata.maintenance |
---|
Subclasses of CodeList in org.opengis.metadata.maintenance | |
---|---|
class |
MaintenanceFrequency
Frequency with which modifications and deletions are made to the data after it is first produced. |
class |
ScopeCode
Class of information to which the referencing entity applies. |
Methods in org.opengis.metadata.maintenance that return CodeList | |
---|---|
CodeList[] |
MaintenanceFrequency.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
ScopeCode.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.metadata.quality |
---|
Subclasses of CodeList in org.opengis.metadata.quality | |
---|---|
class |
EvaluationMethodType
Type of method for evaluating an identified data quality measure. |
Methods in org.opengis.metadata.quality that return CodeList | |
---|---|
CodeList[] |
EvaluationMethodType.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.metadata.spatial |
---|
Subclasses of CodeList in org.opengis.metadata.spatial | |
---|---|
class |
CellGeometry
Code indicating whether grid data is point or area. |
class |
DimensionNameType
Name of the dimension. |
class |
GeometricObjectType
Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset. |
class |
PixelOrientation
Point in a pixel corresponding to the Earth location of the pixel. |
class |
SpatialRepresentationType
Method used to represent geographic information in the dataset. |
class |
TopologyLevel
Degree of complexity of the spatial relationships. |
Methods in org.opengis.metadata.spatial that return CodeList | |
---|---|
CodeList[] |
GeometricObjectType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
DimensionNameType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
TopologyLevel.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
CellGeometry.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
SpatialRepresentationType.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
PixelOrientation.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.referencing.cs |
---|
Subclasses of CodeList in org.opengis.referencing.cs | |
---|---|
class |
AxisDirection
The direction of positive increments in the coordinate value for a coordinate system axis. |
class |
RangeMeaning
Meaning of the axis value range specified through minimum value and maximum value. |
Methods in org.opengis.referencing.cs that return CodeList | |
---|---|
CodeList[] |
RangeMeaning.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
AxisDirection.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.referencing.datum |
---|
Subclasses of CodeList in org.opengis.referencing.datum | |
---|---|
class |
PixelInCell
Specification of the way the image grid is associated with the image data attributes. |
class |
VerticalDatumType
Type of a vertical datum. |
Methods in org.opengis.referencing.datum that return CodeList | |
---|---|
CodeList[] |
PixelInCell.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
VerticalDatumType.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.temporal |
---|
Subclasses of CodeList in org.opengis.temporal | |
---|---|
class |
IndeterminateValue
Provides 4 values for indeterminate positions. |
class |
RelativePosition
Values for relative temporal position based on the 13 temporal relationships identified by Allen (1993). |
Methods in org.opengis.temporal that return CodeList | |
---|---|
CodeList[] |
RelativePosition.family()
Returns the list of enumerations of the same kind than this enum. |
CodeList[] |
IndeterminateValue.family()
Returns the list of enumerations of the same kind than this enum. |
Uses of CodeList in org.opengis.util |
---|
Classes in org.opengis.util with type parameters of type CodeList | |
---|---|
class |
CodeList<E extends CodeList<E>>
Base class for all code lists. |
Subclasses of CodeList in org.opengis.util | |
---|---|
class |
SimpleEnumerationType<E extends SimpleEnumerationType<E>>
Class that implements simple, type safe enumerations in Java. |
Methods in org.opengis.util that return CodeList | |
---|---|
abstract CodeList[] |
CodeList.family()
Returns the list of enumerations of the same kind than this enum. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |