public enum Specification extends Enum<Specification>
Enum Constant and Description |
---|
ISO_19103
ISO 19103, Geographic information - Conceptual schema language.
|
ISO_19107
ISO 19107, Feature Geometry (Topic 1).
|
ISO_19108
ISO 19108, Temporal Schema.
|
ISO_19111
ISO 19111, Spatial Referencing by Coordinates (Topic 2).
|
ISO_19115
ISO 19115, Metadata (Topic 11).
|
ISO_19117
ISO 19117, Portrayal.
|
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_04094
Web Feature Service implementation specification.
|
OGC_07002
Observations and Measurements, part 2: Sampling Features.
|
OGC_07022
Observations and Measurements, part 1.
|
UNSPECIFIED
Specification not yet determined.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
public static final Specification ISO_19103
org.opengis.util
.public static final Specification ISO_19107
org.opengis.geometry
and sub-packages.public static final Specification ISO_19108
org.opengis.temporal
and sub-packages.public static final Specification ISO_19111
org.opengis.referencing
and sub-packages.OGC_01009
,
Download from OGCpublic static final Specification ISO_19115
org.opengis.metadata
and sub-packages.public static final Specification ISO_19117
public static final Specification ISO_19123
org.opengis.coverage
and sub-packages.OGC_01004
public static final Specification ISO_19128
org.opengis.layer
and sub-packages.public static final Specification OGC_03064
org.opengis.go
and
sub-packages.public static final Specification OGC_01009
ISO_19111
,
Download from OGCpublic static final Specification OGC_01004
ISO_19123
,
Download from OGCpublic static final Specification OGC_02059
org.opengis.filter
and sub-packages.public static final Specification OGC_02070
org.opengis.sld
and sub-packages.public static final Specification OGC_04094
org.opengis.feature
and sub-packages.public static final Specification OGC_07022
org.opengis.observation
.public static final Specification OGC_07002
org.opengis.observation.sampling
.public static final Specification UNSPECIFIED
public static Specification[] values()
for (Specification c : Specification.values()) System.out.println(c);
public static Specification valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1996–2023 Geotools. All rights reserved.