public class ObjectFactory
extends java.lang.Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.wcs.wcseo.v_1_0
|
public ObjectFactory()
public EOMetadataType createEOMetadataType()
EOMetadataTypepublic LineageType createLineageType()
LineageTypepublic ReferenceGetCoverageType createReferenceGetCoverageType()
ReferenceGetCoverageTypepublic DatasetsType createDatasetsType()
DatasetsTypepublic DatasetType createDatasetType()
DatasetTypepublic ContributingFootprint createContributingFootprint()
ContributingFootprintpublic RectifiedDataset createRectifiedDataset()
RectifiedDatasetpublic ReferenceableDataset createReferenceableDataset()
ReferenceableDatasetpublic RectifiedStitchedMosaicCommonElement createRectifiedStitchedMosaicCommonElement()
RectifiedStitchedMosaicCommonElementpublic ReferenceableStitchedMosaicCommonElement createReferenceableStitchedMosaicCommonElement()
ReferenceableStitchedMosaicCommonElementpublic DatasetSeries createDatasetSeries()
DatasetSeriespublic AbstractEOCoverageType createAbstractEOCoverageType()
AbstractEOCoverageTypepublic RectifiedStitchedMosaic createRectifiedStitchedMosaic()
RectifiedStitchedMosaicpublic ReferenceableStitchedMosaic createReferenceableStitchedMosaic()
ReferenceableStitchedMosaicpublic DatasetSeriesType createDatasetSeriesType()
DatasetSeriesTypepublic DatasetSeriesSummaryType createDatasetSeriesSummaryType()
DatasetSeriesSummaryTypepublic DescribeEOCoverageSetType createDescribeEOCoverageSetType()
DescribeEOCoverageSetTypepublic EOCoverageSetDescriptionType createEOCoverageSetDescriptionType()
EOCoverageSetDescriptionTypepublic DatasetSeriesDescriptionsType createDatasetSeriesDescriptionsType()
DatasetSeriesDescriptionsTypepublic DatasetSeriesDescriptionType createDatasetSeriesDescriptionType()
DatasetSeriesDescriptionTypepublic ServiceParametersType createServiceParametersType()
ServiceParametersTypepublic javax.xml.bind.JAXBElement<java.lang.String> createDatasetSeriesId(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<EOMetadataType> createEOMetadata(EOMetadataType value)
public javax.xml.bind.JAXBElement<LineageType> createLineage(LineageType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createProcessing(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<ReferenceGetCoverageType> createReferenceGetCoverage(ReferenceGetCoverageType value)
public javax.xml.bind.JAXBElement<DatasetsType> createDatasets(DatasetsType value)
public javax.xml.bind.JAXBElement<DatasetType> createDataset(DatasetType value)
public javax.xml.bind.JAXBElement<AbstractEOCoverageType> createRectifiedEOCoverage(AbstractEOCoverageType value)
public javax.xml.bind.JAXBElement<AbstractEOCoverageType> createReferenceableEOCoverage(AbstractEOCoverageType value)
public javax.xml.bind.JAXBElement<AbstractEOCoverageType> createRectifiedDataset(AbstractEOCoverageType value)
public javax.xml.bind.JAXBElement<AbstractEOCoverageType> createReferenceableDataset(AbstractEOCoverageType value)
public javax.xml.bind.JAXBElement<RectifiedStitchedMosaic> createRectifiedStitchedMosaic(RectifiedStitchedMosaic value)
public javax.xml.bind.JAXBElement<ReferenceableStitchedMosaic> createReferenceableStitchedMosaic(ReferenceableStitchedMosaic value)
public javax.xml.bind.JAXBElement<DatasetSeriesType> createDatasetSeries(DatasetSeriesType value)
public javax.xml.bind.JAXBElement<DatasetSeriesSummaryType> createDatasetSeriesSummary(DatasetSeriesSummaryType value)
public javax.xml.bind.JAXBElement<DescribeEOCoverageSetType> createDescribeEOCoverageSet(DescribeEOCoverageSetType value)
public javax.xml.bind.JAXBElement<java.lang.String> createEoId(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<java.lang.String> createContainment(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<java.lang.String> createSection(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<EOCoverageSetDescriptionType> createEOCoverageSetDescription(EOCoverageSetDescriptionType value)
public javax.xml.bind.JAXBElement<DatasetSeriesDescriptionsType> createDatasetSeriesDescriptions(DatasetSeriesDescriptionsType value)
public javax.xml.bind.JAXBElement<DatasetSeriesDescriptionType> createDatasetSeriesDescription(DatasetSeriesDescriptionType value)
public javax.xml.bind.JAXBElement<ServiceParametersType> createServiceParameters(ServiceParametersType value)
Copyright © 2008-2021. All Rights Reserved.