Enum Specification

    • 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.geotools.api.util.
      • ISO_19117

        public static final Specification ISO_19117
        ISO 19117, Portrayal. This is an abstract specification for portraying features.
        See Also:
        Buy from ISO
      • ISO_19128

        public static final Specification ISO_19128
        ISO 19128, Layers and styles. This is the specification for package org.geotools.api.layer and sub-packages.
        See Also:
        Download from OGC
      • OGC_03064

        public static final Specification OGC_03064
        GO-1 Application Objects. This is the specification for package org.geotools.api.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 used as a complement of ISO 19123 when an aspect was not defined in the ISO specification.
        See Also:
        ISO_19123, Download from OGC
      • OGC_02070

        public static final Specification OGC_02070
        Styled Layer Descriptor (SLD) implementation specification. This is the specification for package org.geotools.api.sld and sub-packages.
        See Also:
        Download from OGC
      • OGC_07022

        public static final Specification OGC_07022
        Observations and Measurements, part 1. This is the specification for package org.geotools.api.observation.
        See Also:
        Download from OGC
      • OGC_07002

        public static final Specification OGC_07002
        Observations and Measurements, part 2: Sampling Features. This is the specification for package org.geotools.api.observation.sampling.
        See Also:
        Download from OGC
      • UNSPECIFIED

        public static final Specification UNSPECIFIED
        Specification not yet determined. This is a temporary enumeration for the processing of API submitted by some contributors.
    • Method Detail

      • values

        public static Specification[] values()
        Returns an array containing the constants of this enum type, in the order they are 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 are 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
        NullPointerException - if the argument is null