GeoAPI 2.0
Build 2005-06-08

org.opengis.annotation
Enum Specification

Object
  extended by Enum<Specification>
      extended by Specification
All Implemented Interfaces:
Serializable, Comparable<Specification>

public enum Specification
extends Enum<Specification>

The specifications from which an interface, method or code list was derived.

Since:
GeoAPI 2.0

Enum Constant Summary
ISO_19103
          ISO 19103, Geographic information - Conceptual schema language.
ISO_19107
          ISO 19107, Feature Geometry (Topic 1).
ISO_19111
          ISO 19111, Spatial Referencing by Coordinates (Topic 2).
ISO_19115
          ISO 19115, Metadata (Topic 11).
ISO_19123
          ISO 19123, Schema for coverage geometry and functions.
ISO_19128
          ISO 19128, Layers and styles.
OGC_01004
          Grid Coverages implementation specification.
OGC_01009
          Coordinate Transformation Services implementation specification.
OGC_02059
          Filter encoding implementation specification.
OGC_02070
          Styled Layer Descriptor (SLD) implementation specification.
OGC_03064
          GO-1 Application Objects.
OGC_04024
          Web Map Service implementation specification.
OGC_04094
          Web Feature Service implementation specification.
 
Method Summary
static Specification valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Specification[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ISO_19103

public static final Specification ISO_19103
ISO 19103, Geographic information - Conceptual schema language. This is the specification for some interfaces in package org.opengis.util.


ISO_19107

public static final Specification ISO_19107
ISO 19107, Feature Geometry (Topic 1). This is the specification for package org.opengis.spatialschema.geometry and sub-packages.

See Also:
Download from OGC

ISO_19111

public static final Specification ISO_19111
ISO 19111, Spatial Referencing by Coordinates (Topic 2). This is the specification for package org.opengis.referencing and sub-packages.

See Also:
OGC_01009, Download from OGC

ISO_19115

public static final Specification ISO_19115
ISO 19115, Metadata (Topic 11). This is the specification for package org.opengis.metadata and sub-packages.

See Also:
Download from OGC

ISO_19123

public static final Specification ISO_19123
ISO 19123, Schema for coverage geometry and functions.

See Also:
OGC_01004

ISO_19128

public static final Specification ISO_19128
ISO 19128, Layers and styles. This is the specification for package org.opengis.layer and sub-packages.

See Also:
OGC_04024

OGC_03064

public static final Specification OGC_03064
GO-1 Application Objects. This is the specification for package org.opengis.go and sub-packages.

See Also:
Download from OGC

OGC_01009

public static final Specification OGC_01009
Coordinate Transformation Services implementation specification. This is the specification used as a complement of ISO 19111 when an aspect was not defined in the ISO specification.

See Also:
ISO_19111, Download from OGC

OGC_01004

public static final Specification OGC_01004
Grid Coverages implementation specification. This is the specification for package org.opengis.coverage and sub-packages. This specification is going to be replaced by ISO 19123.

See Also:
ISO_19123, Download from OGC

OGC_02059

public static final Specification OGC_02059
Filter encoding implementation specification. This is the specification for package org.opengis.filter and sub-packages.

See Also:
Download from OGC

OGC_02070

public static final Specification OGC_02070
Styled Layer Descriptor (SLD) implementation specification. This is the specification for package org.opengis.sld and sub-packages.

See Also:
Download from OGC

OGC_04024

public static final Specification OGC_04024
Web Map Service implementation specification. This is the specification for package org.opengis.layer and sub-packages.

See Also:
ISO_19128, Download from OGC

OGC_04094

public static final Specification OGC_04094
Web Feature Service implementation specification. This is the specification for package org.opengis.feature and sub-packages.

See Also:
Download from OGC
Method Detail

values

public static final Specification[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(Specification c : Specification.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static Specification valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium