|
deegree 2.3 (2010/04/09 10:10 build-4-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.ogcbase.XMLFactory
org.deegree.ogcwebservices.wcs.XMLFactory
public class XMLFactory
| Field Summary | |
|---|---|
protected static URI |
DGRNS
|
protected static URI |
WCSNS
|
| Fields inherited from class org.deegree.ogcbase.XMLFactory |
|---|
GMLNS, OGCNS, XLNNS |
| Constructor Summary | |
|---|---|
XMLFactory()
|
|
| Method Summary | |
|---|---|
protected static void |
appendAddress(Element ciNode,
Address address)
appends a XML representation of the passed Phone to the passed XmlNode |
protected static void |
appendAxisDescription(Element xmlNode,
AxisDescription axisDesc)
appends a XML representation of the passed AxisDescription to the passed XmlNode |
protected static void |
appendCapability(Element root,
Capability capability)
appends a XML representation of the passed OnLineResource to the passed Element. |
protected static void |
appendContactInfo(Element contactNode,
ContactInfo contactInfo)
appends a XML representation of the passed ContactInfo to the passed XmlNode |
protected static void |
appendContentMetadata(Element root,
ContentMetadata contentMetadata)
appends a XML representation of the passed ContentMetadata to the passed Element |
protected static void |
appendCoverageOffering(Element parent,
CoverageOffering coverageOffering)
|
protected static void |
appendCoverageOfferingBrief(Element contentNode,
CoverageOfferingBrief cob)
appends a XML representation of the passed CoverageOfferingBrief to the passed XmlNode |
protected static void |
appendDeegreeParams(Element root,
WCSDeegreeParams deegreeParam)
appends the XML representation of the deegreeParams section to the passed Element |
protected static void |
appendDirectoryList(Element dgrParam,
String[] directoryList)
appends the XML representation of a list of data directory names to the passed XmlNode |
protected static void |
appendDomainSet(Element xmlNode,
DomainSet domainSet)
appends a XML representation of the passed DomainSet to the passed XmlNode |
protected static void |
appendExceptionFormat(Element root,
ExceptionFormat excepForm)
appends a XML representation of the passed OnLineResource to the passed Element. |
protected static void |
appendMetadataLink(Element xmlNode,
MetadataLink mLink)
appends the XML representation of the passed MetadataLink to the passed XmlNode including all attributes |
protected static void |
appendNullValues(Element xmlNode,
ValueEnum values)
appends a XML representation of the passed ValueEnum to the passed XmlNode |
protected static void |
appendOnlineResource(Element ciNode,
OnlineResource olr)
appends a XML representation of the passed OnLineResource to the passed XmlNode |
protected static void |
appendOperation(String name,
Element root,
Operation operation)
appends a XML representation of the passed OnLineResource to the passed Element. at the moment just the first DCPType is considered because other types than HTTP are not supported yet. |
protected static void |
appendPhone(Element ciNode,
Phone phone)
appends a XML representation of the passed Phone to the passed XmlNode |
protected static void |
appendRangeSet(Element xmlNode,
RangeSet rangeSet)
appends a XML representation of the passed RangeSet to the passed XmlNode |
protected static void |
appendResponsibleParty(Element servNode,
CitedResponsibleParty responsibleParty)
appends a XML representation of the passed CitedResponsibleParty to the passed XmlNode |
protected static void |
appendService(Element element,
Service service)
appends a XML representation of the passed CapabilitiesService to the passed XmlNode |
protected static void |
appendSpatialDomain(Element xmlNode,
SpatialDomain spatialDomain)
append the XML representation of a SpatialDomain object to the passed XmlNode. |
protected static void |
appendSupportedCRSs(Element xmlNode,
SupportedSRSs supportedCRSs)
appends a XML representation of the passed SupportedSRSs to the passed XmlNode |
protected static void |
appendSupportedFormats(Element xmlNode,
SupportedFormats supportedFormats)
appends a XML representation of the passed SupportedFormats to the passed XmlNode |
protected static void |
appendSupportedInterpolations(Element xmlNode,
SupportedInterpolations supportedInterpolations)
appends a XML representation of the passed SupportedInterpolations to the passed XmlNode |
static XMLFragment |
export(CoverageDescription coverageDescription)
exprots a WCS CoverageDescription object to its XML represetation encapsulated within a XmlDocument |
static WCSCapabilitiesDocument |
export(WCSCapabilities capabilities)
... notice: at the moment just HTTP is supported as DCPType. |
static XMLFragment |
export(WCSConfiguration configuration)
|
| Methods inherited from class org.deegree.ogcbase.XMLFactory |
|---|
appendCodeList, appendEnvelope, appendFeatureId, appendGeometry, appendInterval, appendKeywords, appendKeywords, appendLonLatEnvelope, appendOnlineResource, appendPropertyPath, appendSimpleLinkAttributes, appendTemporalDomain, appendTimePeriod, appendTimePosition, appendTimeResolution, appendTypedLiteral, appendValues |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final URI WCSNS
protected static final URI DGRNS
| Constructor Detail |
|---|
public XMLFactory()
| Method Detail |
|---|
public static WCSCapabilitiesDocument export(WCSCapabilities capabilities)
throws InvalidCapabilitiesException,
IOException
capabilities -
InvalidCapabilitiesException
IOException
public static XMLFragment export(WCSConfiguration configuration)
throws InvalidConfigurationException,
IOException
configuration - to be exported
InvalidConfigurationException
IOException
public static XMLFragment export(CoverageDescription coverageDescription)
throws IOException
coverageDescription -
IOException
protected static void appendDeegreeParams(Element root,
WCSDeegreeParams deegreeParam)
throws XMLParsingException
root - deegreeParam -
XMLParsingException
protected static void appendDirectoryList(Element dgrParam,
String[] directoryList)
dgrParam - directoryList -
protected static void appendCoverageOffering(Element parent,
CoverageOffering coverageOffering)
protected static void appendMetadataLink(Element xmlNode,
MetadataLink mLink)
xmlNode - mLink -
protected static void appendDomainSet(Element xmlNode,
DomainSet domainSet)
xmlNode - domainSet -
protected static void appendSpatialDomain(Element xmlNode,
SpatialDomain spatialDomain)
xmlNode - spatialDomain -
protected static void appendRangeSet(Element xmlNode,
RangeSet rangeSet)
xmlNode - rangeSet -
protected static void appendAxisDescription(Element xmlNode,
AxisDescription axisDesc)
xmlNode - axisDesc -
protected static void appendNullValues(Element xmlNode,
ValueEnum values)
xmlNode - values -
protected static void appendSupportedCRSs(Element xmlNode,
SupportedSRSs supportedCRSs)
xmlNode - supportedCRSs -
protected static void appendSupportedFormats(Element xmlNode,
SupportedFormats supportedFormats)
xmlNode - supportedFormats -
protected static void appendSupportedInterpolations(Element xmlNode,
SupportedInterpolations supportedInterpolations)
xmlNode - supportedInterpolations -
protected static void appendService(Element element,
Service service)
element - service -
protected static void appendResponsibleParty(Element servNode,
CitedResponsibleParty responsibleParty)
servNode - responsibleParty -
protected static void appendContactInfo(Element contactNode,
ContactInfo contactInfo)
contactNode - contactInfo -
protected static void appendPhone(Element ciNode,
Phone phone)
ciNode - phone -
protected static void appendAddress(Element ciNode,
Address address)
ciNode - address -
protected static void appendOnlineResource(Element ciNode,
OnlineResource olr)
ciNode - olr -
protected static void appendCapability(Element root,
Capability capability)
throws XMLParsingException
root - capability -
XMLParsingException
protected static void appendOperation(String name,
Element root,
Operation operation)
throws XMLParsingException
name - root - operation -
XMLParsingException
protected static void appendExceptionFormat(Element root,
ExceptionFormat excepForm)
root - excepForm -
protected static void appendContentMetadata(Element root,
ContentMetadata contentMetadata)
throws XMLParsingException
root - contentMetadata -
XMLParsingException
protected static void appendCoverageOfferingBrief(Element contentNode,
CoverageOfferingBrief cob)
contentNode - cob -
|
deegree 2.3 (2010/04/09 10:10 build-4-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org