public class ObjectFactory
extends 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: generated
|
Modifier and Type | Method and Description |
---|---|
PAMDataset |
createPAMDataset()
Create an instance of
PAMDataset |
PAMDataset.PAMRasterBand |
createPAMDatasetPAMRasterBand()
Create an instance of
PAMDataset.PAMRasterBand |
PAMDataset.PAMRasterBand.Histograms |
createPAMDatasetPAMRasterBandHistograms()
Create an instance of
PAMDataset.PAMRasterBand.Histograms |
PAMDataset.PAMRasterBand.Histograms.HistItem |
createPAMDatasetPAMRasterBandHistogramsHistItem()
Create an instance of
PAMDataset.PAMRasterBand.Histograms.HistItem |
PAMDataset.PAMRasterBand.Metadata |
createPAMDatasetPAMRasterBandMetadata()
Create an instance of
PAMDataset.PAMRasterBand.Metadata |
PAMDataset.PAMRasterBand.Metadata.MDI |
createPAMDatasetPAMRasterBandMetadataMDI()
Create an instance of
PAMDataset.PAMRasterBand.Metadata.MDI |
public ObjectFactory()
public PAMDataset.PAMRasterBand.Metadata createPAMDatasetPAMRasterBandMetadata()
PAMDataset.PAMRasterBand.Metadata
public PAMDataset.PAMRasterBand.Metadata.MDI createPAMDatasetPAMRasterBandMetadataMDI()
PAMDataset.PAMRasterBand.Metadata.MDI
public PAMDataset.PAMRasterBand createPAMDatasetPAMRasterBand()
PAMDataset.PAMRasterBand
public PAMDataset.PAMRasterBand.Histograms createPAMDatasetPAMRasterBandHistograms()
PAMDataset.PAMRasterBand.Histograms
public PAMDataset createPAMDataset()
PAMDataset
public PAMDataset.PAMRasterBand.Histograms.HistItem createPAMDatasetPAMRasterBandHistogramsHistItem()
PAMDataset.PAMRasterBand.Histograms.HistItem
Copyright © 2006-2018 GeoSolutions. All Rights Reserved.