Interface Wcs11Factory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
Wcs11FactoryImpl

public interface Wcs11Factory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
  • Field Details

    • eINSTANCE

      static final Wcs11Factory eINSTANCE
      The singleton instance of the factory.
  • Method Details

    • createAvailableKeysType

      AvailableKeysType createAvailableKeysType()
      Returns a new object of class 'Available Keys Type'.
      Returns:
      a new object of class 'Available Keys Type'.
    • createAxisSubsetType

      AxisSubsetType createAxisSubsetType()
      Returns a new object of class 'Axis Subset Type'.
      Returns:
      a new object of class 'Axis Subset Type'.
    • createAxisType

      AxisType createAxisType()
      Returns a new object of class 'Axis Type'.
      Returns:
      a new object of class 'Axis Type'.
    • createCapabilitiesType

      CapabilitiesType createCapabilitiesType()
      Returns a new object of class 'Capabilities Type'.
      Returns:
      a new object of class 'Capabilities Type'.
    • createContentsType

      ContentsType createContentsType()
      Returns a new object of class 'Contents Type'.
      Returns:
      a new object of class 'Contents Type'.
    • createCoverageDescriptionsType

      CoverageDescriptionsType createCoverageDescriptionsType()
      Returns a new object of class 'Coverage Descriptions Type'.
      Returns:
      a new object of class 'Coverage Descriptions Type'.
    • createCoverageDescriptionType

      CoverageDescriptionType createCoverageDescriptionType()
      Returns a new object of class 'Coverage Description Type'.
      Returns:
      a new object of class 'Coverage Description Type'.
    • createCoverageDomainType

      CoverageDomainType createCoverageDomainType()
      Returns a new object of class 'Coverage Domain Type'.
      Returns:
      a new object of class 'Coverage Domain Type'.
    • createCoveragesType

      CoveragesType createCoveragesType()
      Returns a new object of class 'Coverages Type'.
      Returns:
      a new object of class 'Coverages Type'.
    • createCoverageSummaryType

      CoverageSummaryType createCoverageSummaryType()
      Returns a new object of class 'Coverage Summary Type'.
      Returns:
      a new object of class 'Coverage Summary Type'.
    • createDescribeCoverageType

      DescribeCoverageType createDescribeCoverageType()
      Returns a new object of class 'Describe Coverage Type'.
      Returns:
      a new object of class 'Describe Coverage Type'.
    • createDocumentRoot

      DocumentRoot createDocumentRoot()
      Returns a new object of class 'Document Root'.
      Returns:
      a new object of class 'Document Root'.
    • createDomainSubsetType

      DomainSubsetType createDomainSubsetType()
      Returns a new object of class 'Domain Subset Type'.
      Returns:
      a new object of class 'Domain Subset Type'.
    • createFieldSubsetType

      FieldSubsetType createFieldSubsetType()
      Returns a new object of class 'Field Subset Type'.
      Returns:
      a new object of class 'Field Subset Type'.
    • createFieldType

      FieldType createFieldType()
      Returns a new object of class 'Field Type'.
      Returns:
      a new object of class 'Field Type'.
    • createGetCapabilitiesType

      GetCapabilitiesType createGetCapabilitiesType()
      Returns a new object of class 'Get Capabilities Type'.
      Returns:
      a new object of class 'Get Capabilities Type'.
    • createGetCoverageType

      GetCoverageType createGetCoverageType()
      Returns a new object of class 'Get Coverage Type'.
      Returns:
      a new object of class 'Get Coverage Type'.
    • createGridCrsType

      GridCrsType createGridCrsType()
      Returns a new object of class 'Grid Crs Type'.
      Returns:
      a new object of class 'Grid Crs Type'.
    • createImageCRSRefType

      ImageCRSRefType createImageCRSRefType()
      Returns a new object of class 'Image CRS Ref Type'.
      Returns:
      a new object of class 'Image CRS Ref Type'.
    • createInterpolationMethodBaseType

      InterpolationMethodBaseType createInterpolationMethodBaseType()
      Returns a new object of class 'Interpolation Method Base Type'.
      Returns:
      a new object of class 'Interpolation Method Base Type'.
    • createInterpolationMethodsType

      InterpolationMethodsType createInterpolationMethodsType()
      Returns a new object of class 'Interpolation Methods Type'.
      Returns:
      a new object of class 'Interpolation Methods Type'.
    • createInterpolationMethodType

      InterpolationMethodType createInterpolationMethodType()
      Returns a new object of class 'Interpolation Method Type'.
      Returns:
      a new object of class 'Interpolation Method Type'.
    • createOutputType

      OutputType createOutputType()
      Returns a new object of class 'Output Type'.
      Returns:
      a new object of class 'Output Type'.
    • createRangeSubsetType

      RangeSubsetType createRangeSubsetType()
      Returns a new object of class 'Range Subset Type'.
      Returns:
      a new object of class 'Range Subset Type'.
    • createRangeType

      RangeType createRangeType()
      Returns a new object of class 'Range Type'.
      Returns:
      a new object of class 'Range Type'.
    • createRequestBaseType

      RequestBaseType createRequestBaseType()
      Returns a new object of class 'Request Base Type'.
      Returns:
      a new object of class 'Request Base Type'.
    • createSpatialDomainType

      SpatialDomainType createSpatialDomainType()
      Returns a new object of class 'Spatial Domain Type'.
      Returns:
      a new object of class 'Spatial Domain Type'.
    • createTimePeriodType

      TimePeriodType createTimePeriodType()
      Returns a new object of class 'Time Period Type'.
      Returns:
      a new object of class 'Time Period Type'.
    • createTimeSequenceType

      TimeSequenceType createTimeSequenceType()
      Returns a new object of class 'Time Sequence Type'.
      Returns:
      a new object of class 'Time Sequence Type'.
    • getWcs11Package

      Wcs11Package getWcs11Package()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.