net.opengis.wcs.v_1_1
Class ObjectFactory

java.lang.Object
  extended by net.opengis.wcs.v_1_1.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.wcs.v_1_1 package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.wcs.v_1_1
 
Method Summary
 AvailableKeys createAvailableKeys()
          Create an instance of AvailableKeys
 AxisSubset createAxisSubset()
          Create an instance of AxisSubset
 AxisType createAxisType()
          Create an instance of AxisType
 Capabilities createCapabilities()
          Create an instance of Capabilities
 Contents createContents()
          Create an instance of Contents
 JAXBElement<ReferenceGroupType> createCoverage(ReferenceGroupType value)
          Create an instance of JAXBElement<ReferenceGroupType>}
 CoverageDescriptions createCoverageDescriptions()
          Create an instance of CoverageDescriptions
 CoverageDescriptionType createCoverageDescriptionType()
          Create an instance of CoverageDescriptionType
 CoverageDomainType createCoverageDomainType()
          Create an instance of CoverageDomainType
 JAXBElement<CoveragesType> createCoverages(CoveragesType value)
          Create an instance of JAXBElement<CoveragesType>}
 CoveragesType createCoveragesType()
          Create an instance of CoveragesType
 JAXBElement<CoverageSummaryType> createCoverageSummary(CoverageSummaryType value)
          Create an instance of JAXBElement<CoverageSummaryType>}
 CoverageSummaryType createCoverageSummaryType()
          Create an instance of CoverageSummaryType
 DescribeCoverage createDescribeCoverage()
          Create an instance of DescribeCoverage
 DomainSubsetType createDomainSubsetType()
          Create an instance of DomainSubsetType
 FieldType createFieldType()
          Create an instance of FieldType
 GetCapabilities createGetCapabilities()
          Create an instance of GetCapabilities
 GetCoverage createGetCoverage()
          Create an instance of GetCoverage
 JAXBElement<String> createGridBaseCRS(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<GridCrsType> createGridCRS(GridCrsType value)
          Create an instance of JAXBElement<GridCrsType>}
 GridCrsType createGridCrsType()
          Create an instance of GridCrsType
 JAXBElement<String> createGridCS(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<List<Double>> createGridOffsets(List<Double> value)
          Create an instance of JAXBElement<List<Double>>}
 JAXBElement<List<Double>> createGridOrigin(List<Double> value)
          Create an instance of JAXBElement<List<Double>>}
 JAXBElement<String> createGridType(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createIdentifier(String value)
          Create an instance of JAXBElement<String>}
 ImageCRSRefType createImageCRSRefType()
          Create an instance of ImageCRSRefType
 InterpolationMethodBaseType createInterpolationMethodBaseType()
          Create an instance of InterpolationMethodBaseType
 InterpolationMethods createInterpolationMethods()
          Create an instance of InterpolationMethods
 InterpolationMethodType createInterpolationMethodType()
          Create an instance of InterpolationMethodType
 OutputType createOutputType()
          Create an instance of OutputType
 RangeSubsetType createRangeSubsetType()
          Create an instance of RangeSubsetType
 RangeSubsetType.FieldSubset createRangeSubsetTypeFieldSubset()
          Create an instance of RangeSubsetType.FieldSubset
 RangeType createRangeType()
          Create an instance of RangeType
 RequestBaseType createRequestBaseType()
          Create an instance of RequestBaseType
 SpatialDomainType createSpatialDomainType()
          Create an instance of SpatialDomainType
 JAXBElement<TimeSequenceType> createTemporalDomain(TimeSequenceType value)
          Create an instance of JAXBElement<TimeSequenceType>}
 JAXBElement<TimeSequenceType> createTemporalSubset(TimeSequenceType value)
          Create an instance of JAXBElement<TimeSequenceType>}
 TimePeriodType createTimePeriodType()
          Create an instance of TimePeriodType
 TimeSequenceType createTimeSequenceType()
          Create an instance of TimeSequenceType
 JAXBElement<AbstractCoordinateOperationType> createTransformation(AbstractCoordinateOperationType value)
          Create an instance of JAXBElement<AbstractCoordinateOperationType>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.wcs.v_1_1

Method Detail

createRangeSubsetType

public RangeSubsetType createRangeSubsetType()
Create an instance of RangeSubsetType


createGridCrsType

public GridCrsType createGridCrsType()
Create an instance of GridCrsType


createCoveragesType

public CoveragesType createCoveragesType()
Create an instance of CoveragesType


createGetCoverage

public GetCoverage createGetCoverage()
Create an instance of GetCoverage


createRequestBaseType

public RequestBaseType createRequestBaseType()
Create an instance of RequestBaseType


createDomainSubsetType

public DomainSubsetType createDomainSubsetType()
Create an instance of DomainSubsetType


createOutputType

public OutputType createOutputType()
Create an instance of OutputType


createTimeSequenceType

public TimeSequenceType createTimeSequenceType()
Create an instance of TimeSequenceType


createAxisSubset

public AxisSubset createAxisSubset()
Create an instance of AxisSubset


createInterpolationMethods

public InterpolationMethods createInterpolationMethods()
Create an instance of InterpolationMethods


createInterpolationMethodType

public InterpolationMethodType createInterpolationMethodType()
Create an instance of InterpolationMethodType


createDescribeCoverage

public DescribeCoverage createDescribeCoverage()
Create an instance of DescribeCoverage


createCoverageDescriptions

public CoverageDescriptions createCoverageDescriptions()
Create an instance of CoverageDescriptions


createCoverageDescriptionType

public CoverageDescriptionType createCoverageDescriptionType()
Create an instance of CoverageDescriptionType


createAvailableKeys

public AvailableKeys createAvailableKeys()
Create an instance of AvailableKeys


createContents

public Contents createContents()
Create an instance of Contents


createCoverageSummaryType

public CoverageSummaryType createCoverageSummaryType()
Create an instance of CoverageSummaryType


createGetCapabilities

public GetCapabilities createGetCapabilities()
Create an instance of GetCapabilities


createCapabilities

public Capabilities createCapabilities()
Create an instance of Capabilities


createTimePeriodType

public TimePeriodType createTimePeriodType()
Create an instance of TimePeriodType


createInterpolationMethodBaseType

public InterpolationMethodBaseType createInterpolationMethodBaseType()
Create an instance of InterpolationMethodBaseType


createCoverageDomainType

public CoverageDomainType createCoverageDomainType()
Create an instance of CoverageDomainType


createSpatialDomainType

public SpatialDomainType createSpatialDomainType()
Create an instance of SpatialDomainType


createImageCRSRefType

public ImageCRSRefType createImageCRSRefType()
Create an instance of ImageCRSRefType


createRangeType

public RangeType createRangeType()
Create an instance of RangeType


createFieldType

public FieldType createFieldType()
Create an instance of FieldType


createAxisType

public AxisType createAxisType()
Create an instance of AxisType


createRangeSubsetTypeFieldSubset

public RangeSubsetType.FieldSubset createRangeSubsetTypeFieldSubset()
Create an instance of RangeSubsetType.FieldSubset


createIdentifier

public JAXBElement<String> createIdentifier(String value)
Create an instance of JAXBElement<String>}


createGridCRS

public JAXBElement<GridCrsType> createGridCRS(GridCrsType value)
Create an instance of JAXBElement<GridCrsType>}


createGridBaseCRS

public JAXBElement<String> createGridBaseCRS(String value)
Create an instance of JAXBElement<String>}


createGridType

public JAXBElement<String> createGridType(String value)
Create an instance of JAXBElement<String>}


createGridOrigin

public JAXBElement<List<Double>> createGridOrigin(List<Double> value)
Create an instance of JAXBElement<List<Double>>}


createGridOffsets

public JAXBElement<List<Double>> createGridOffsets(List<Double> value)
Create an instance of JAXBElement<List<Double>>}


createGridCS

public JAXBElement<String> createGridCS(String value)
Create an instance of JAXBElement<String>}


createCoverages

public JAXBElement<CoveragesType> createCoverages(CoveragesType value)
Create an instance of JAXBElement<CoveragesType>}


createCoverage

public JAXBElement<ReferenceGroupType> createCoverage(ReferenceGroupType value)
Create an instance of JAXBElement<ReferenceGroupType>}


createTemporalSubset

public JAXBElement<TimeSequenceType> createTemporalSubset(TimeSequenceType value)
Create an instance of JAXBElement<TimeSequenceType>}


createTransformation

public JAXBElement<AbstractCoordinateOperationType> createTransformation(AbstractCoordinateOperationType value)
Create an instance of JAXBElement<AbstractCoordinateOperationType>}


createTemporalDomain

public JAXBElement<TimeSequenceType> createTemporalDomain(TimeSequenceType value)
Create an instance of JAXBElement<TimeSequenceType>}


createCoverageSummary

public JAXBElement<CoverageSummaryType> createCoverageSummary(CoverageSummaryType value)
Create an instance of JAXBElement<CoverageSummaryType>}



Copyright © 2008-2015. All Rights Reserved.