net.opengis.sld._1_2
Class ObjectFactory

java.lang.Object
  extended by net.opengis.sld._1_2.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.sld._1_2 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.sld._1_2
 
Method Summary
 JAXBElement<OperationType> createDescribeLayer(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 JAXBElement<DescribeLayerResponseType> createDescribeLayerResponse(DescribeLayerResponseType value)
          Create an instance of JAXBElement<DescribeLayerResponseType>}
 DescribeLayerResponseType createDescribeLayerResponseType()
          Create an instance of DescribeLayerResponseType
 ElevationType createElevationType()
          Create an instance of ElevationType
 JAXBElement<OperationType> createGetLegendGraphic(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 JAXBElement<GetMapType> createGetMap(GetMapType value)
          Create an instance of JAXBElement<GetMapType>}
 GetMapType createGetMapType()
          Create an instance of GetMapType
 IntervalType createIntervalType()
          Create an instance of IntervalType
 JAXBElement<Boolean> createIsDefault(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 LayerDescriptionType createLayerDescriptionType()
          Create an instance of LayerDescriptionType
 NamedLayerElement createNamedLayerElement()
          Create an instance of NamedLayerElement
 NamedStyleElement createNamedStyleElement()
          Create an instance of NamedStyleElement
 OutputType createOutputType()
          Create an instance of OutputType
 OutputType.Size createOutputTypeSize()
          Create an instance of OutputType.Size
 StyledLayerDescriptorElement createStyledLayerDescriptorElement()
          Create an instance of StyledLayerDescriptorElement
 TypeNameType createTypeNameType()
          Create an instance of TypeNameType
 UserDefinedSymbolization createUserDefinedSymbolization()
          Create an instance of UserDefinedSymbolization
 JAXBElement<UserDefinedSymbolization> createUserDefinedSymbolization(UserDefinedSymbolization value)
          Create an instance of JAXBElement<UserDefinedSymbolization>}
 UserStyleElement createUserStyleElement()
          Create an instance of UserStyleElement
 UseSLDLibraryElement createUseSLDLibraryElement()
          Create an instance of UseSLDLibraryElement
 
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.sld._1_2

Method Detail

createOutputType

public OutputType createOutputType()
Create an instance of OutputType


createUserStyleElement

public UserStyleElement createUserStyleElement()
Create an instance of UserStyleElement


createUseSLDLibraryElement

public UseSLDLibraryElement createUseSLDLibraryElement()
Create an instance of UseSLDLibraryElement


createStyledLayerDescriptorElement

public StyledLayerDescriptorElement createStyledLayerDescriptorElement()
Create an instance of StyledLayerDescriptorElement


createNamedLayerElement

public NamedLayerElement createNamedLayerElement()
Create an instance of NamedLayerElement


createNamedStyleElement

public NamedStyleElement createNamedStyleElement()
Create an instance of NamedStyleElement


createUserDefinedSymbolization

public UserDefinedSymbolization createUserDefinedSymbolization()
Create an instance of UserDefinedSymbolization


createGetMapType

public GetMapType createGetMapType()
Create an instance of GetMapType


createDescribeLayerResponseType

public DescribeLayerResponseType createDescribeLayerResponseType()
Create an instance of DescribeLayerResponseType


createTypeNameType

public TypeNameType createTypeNameType()
Create an instance of TypeNameType


createIntervalType

public IntervalType createIntervalType()
Create an instance of IntervalType


createLayerDescriptionType

public LayerDescriptionType createLayerDescriptionType()
Create an instance of LayerDescriptionType


createElevationType

public ElevationType createElevationType()
Create an instance of ElevationType


createOutputTypeSize

public OutputType.Size createOutputTypeSize()
Create an instance of OutputType.Size


createIsDefault

public JAXBElement<Boolean> createIsDefault(Boolean value)
Create an instance of JAXBElement<Boolean>}


createGetLegendGraphic

public JAXBElement<OperationType> createGetLegendGraphic(OperationType value)
Create an instance of JAXBElement<OperationType>}


createUserDefinedSymbolization

public JAXBElement<UserDefinedSymbolization> createUserDefinedSymbolization(UserDefinedSymbolization value)
Create an instance of JAXBElement<UserDefinedSymbolization>}


createDescribeLayer

public JAXBElement<OperationType> createDescribeLayer(OperationType value)
Create an instance of JAXBElement<OperationType>}


createGetMap

public JAXBElement<GetMapType> createGetMap(GetMapType value)
Create an instance of JAXBElement<GetMapType>}


createDescribeLayerResponse

public JAXBElement<DescribeLayerResponseType> createDescribeLayerResponse(DescribeLayerResponseType value)
Create an instance of JAXBElement<DescribeLayerResponseType>}



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.