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.gmljp2.v_2_0
|
public ObjectFactory()
public GMLJP2FeaturesType createGMLJP2FeaturesType()
GMLJP2FeaturesTypepublic GMLJP2CoverageCollectionType createGMLJP2CoverageCollectionType()
GMLJP2CoverageCollectionTypepublic GMLJP2CoverageType createGMLJP2CoverageType()
GMLJP2CoverageTypepublic GenericMetadataType createGenericMetadataType()
GenericMetadataTypepublic GenericWithAssocPropertyType createGenericWithAssocPropertyType()
GenericWithAssocPropertyTypepublic GMLJP2FeaturesType.Feature createGMLJP2FeaturesTypeFeature()
GMLJP2FeaturesType.Featurepublic GMLJP2CoverageCollectionType.FeatureMember createGMLJP2CoverageCollectionTypeFeatureMember()
GMLJP2CoverageCollectionType.FeatureMemberpublic javax.xml.bind.JAXBElement<GMLJP2CoverageCollectionType> createGMLJP2CoverageCollection(GMLJP2CoverageCollectionType value)
public javax.xml.bind.JAXBElement<GMLJP2CoverageType> createGMLJP2GridCoverage(GMLJP2CoverageType value)
public javax.xml.bind.JAXBElement<GMLJP2CoverageType> createGMLJP2RectifiedGridCoverage(GMLJP2CoverageType value)
public javax.xml.bind.JAXBElement<GMLJP2CoverageType> createGMLJP2ReferenceableGridCoverage(GMLJP2CoverageType value)
public javax.xml.bind.JAXBElement<GMLJP2FeaturesType> createGMLJP2Features(GMLJP2FeaturesType value)
public javax.xml.bind.JAXBElement<GenericMetadataType> createMetadata(GenericMetadataType value)
Copyright © 2008-2021. All Rights Reserved.