Class WCS100CoverageOffering
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.AbstractXMLEventParser
-
- gov.nasa.worldwind.ogc.wcs.wcs100.WCS100CoverageOfferingBrief
-
- gov.nasa.worldwind.ogc.wcs.wcs100.WCS100CoverageOffering
-
- All Implemented Interfaces:
XMLEventParser
public class WCS100CoverageOffering extends WCS100CoverageOfferingBrief
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
CHARACTERS_CONTENT, fields, namespaceURI, parent
-
-
Constructor Summary
Constructors Constructor Description WCS100CoverageOffering(java.lang.String namespaceURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WCS100DomainSetgetDomainSet()WCS100LonLatEnvelopegetLonLatEnvelope()WCS100RangeSetHoldergetRangeSet()WCS100SupportedCRSsgetSupportedCRSs()WCS100SupportedFormatsgetSupportedFormats()WCS100SupportedInterpolationsgetSupportedInterpolations()-
Methods inherited from class gov.nasa.worldwind.ogc.wcs.wcs100.WCS100CoverageOfferingBrief
getDescription, getKeywords, getLabel, getMetadataLink, getName
-
Methods inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
allocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParent
-
-
-
-
Method Detail
-
getLonLatEnvelope
public WCS100LonLatEnvelope getLonLatEnvelope()
- Overrides:
getLonLatEnvelopein classWCS100CoverageOfferingBrief
-
getDomainSet
public WCS100DomainSet getDomainSet()
-
getRangeSet
public WCS100RangeSetHolder getRangeSet()
-
getSupportedFormats
public WCS100SupportedFormats getSupportedFormats()
-
getSupportedCRSs
public WCS100SupportedCRSs getSupportedCRSs()
-
getSupportedInterpolations
public WCS100SupportedInterpolations getSupportedInterpolations()
-
-