net.opengis.wcs.scaling.v_1_0
Class ObjectFactory

java.lang.Object
  extended by net.opengis.wcs.scaling.v_1_0.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.scaling.v_1_0 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.scaling.v_1_0
 
Method Summary
 ScaleAxesByFactorType createScaleAxesByFactorType()
          Create an instance of ScaleAxesByFactorType
 ScaleAxisType createScaleAxisType()
          Create an instance of ScaleAxisType
 ScaleByFactorType createScaleByFactorType()
          Create an instance of ScaleByFactorType
 ScaleToExtentType createScaleToExtentType()
          Create an instance of ScaleToExtentType
 ScaleToSizeType createScaleToSizeType()
          Create an instance of ScaleToSizeType
 JAXBElement<ScalingType> createScaling(ScalingType value)
          Create an instance of JAXBElement<ScalingType>}
 ScalingType createScalingType()
          Create an instance of ScalingType
 TargetAxisExtentType createTargetAxisExtentType()
          Create an instance of TargetAxisExtentType
 TargetAxisSizeType createTargetAxisSizeType()
          Create an instance of TargetAxisSizeType
 
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.scaling.v_1_0

Method Detail

createScalingType

public ScalingType createScalingType()
Create an instance of ScalingType


createScaleByFactorType

public ScaleByFactorType createScaleByFactorType()
Create an instance of ScaleByFactorType


createScaleAxesByFactorType

public ScaleAxesByFactorType createScaleAxesByFactorType()
Create an instance of ScaleAxesByFactorType


createScaleAxisType

public ScaleAxisType createScaleAxisType()
Create an instance of ScaleAxisType


createScaleToSizeType

public ScaleToSizeType createScaleToSizeType()
Create an instance of ScaleToSizeType


createTargetAxisSizeType

public TargetAxisSizeType createTargetAxisSizeType()
Create an instance of TargetAxisSizeType


createScaleToExtentType

public ScaleToExtentType createScaleToExtentType()
Create an instance of ScaleToExtentType


createTargetAxisExtentType

public TargetAxisExtentType createTargetAxisExtentType()
Create an instance of TargetAxisExtentType


createScaling

public JAXBElement<ScalingType> createScaling(ScalingType value)
Create an instance of JAXBElement<ScalingType>}



Copyright © 2008-2015. All Rights Reserved.