Package | Description |
---|---|
gov.nasa.worldwind.data |
This package provides classes for converting raw data sources into a form which can be used by standard World Wind
components, such as
Layer and ElevationModel . |
gov.nasa.worldwind.ogc | |
gov.nasa.worldwind.ogc.collada |
Provides classes for parsing COLLADA files and streams.
|
gov.nasa.worldwind.ogc.gml | |
gov.nasa.worldwind.ogc.kml |
Provides classes for parsing KML and KMZ files and streams.
|
gov.nasa.worldwind.ogc.kml.gx |
Provides classes for parsing the Google GX KML extensions.
|
gov.nasa.worldwind.ogc.ows | |
gov.nasa.worldwind.ogc.wcs | |
gov.nasa.worldwind.ogc.wcs.wcs100 | |
gov.nasa.worldwind.ogc.wms | |
gov.nasa.worldwind.util.xml | |
gov.nasa.worldwind.util.xml.atom |
Provides classes for parsing the Atom namespace.
|
gov.nasa.worldwind.util.xml.xal |
Provides classes for parsing the XAL namespace.
|
Modifier and Type | Field and Description |
---|---|
protected XMLEventParserContext |
RasterServerConfiguration.parserContext |
Modifier and Type | Method and Description |
---|---|
protected XMLEventParserContext |
RasterServerConfiguration.createParserContext(XMLEventReader reader) |
XMLEventParserContext |
RasterServerConfiguration.getParserContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
RasterServerConfiguration.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
RasterServerConfiguration.Sources.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
RasterServerConfiguration.registerParsers(XMLEventParserContext ctx) |
Modifier and Type | Field and Description |
---|---|
protected XMLEventParserContext |
OGCCapabilities.parserContext |
Modifier and Type | Method and Description |
---|---|
protected XMLEventParserContext |
OGCCapabilities.createParserContext(XMLEventReader reader) |
protected XMLEventParserContext |
OGCCapabilities.getParserContext() |
Modifier and Type | Method and Description |
---|---|
XMLEventParser |
OGCCapabilityInformation.allocate(XMLEventParserContext ctx,
XMLEvent event) |
XMLEventParser |
OGCDCType.allocate(XMLEventParserContext ctx,
XMLEvent event) |
XMLEventParser |
OGCServiceInformation.allocate(XMLEventParserContext ctx,
XMLEvent event) |
XMLEventParser |
OGCCapabilities.allocate(XMLEventParserContext ctx,
XMLEvent event)
Create a parser for a specified event.
|
XMLEventParser |
OGCRequestDescription.allocate(XMLEventParserContext ctx,
XMLEvent event) |
XMLEventParser |
OGCContactInformation.allocate(XMLEventParserContext ctx,
XMLEvent event) |
protected void |
OGCOnlineResource.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OGCBoundingBox.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OGCCapabilities.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OGCCapabilityInformation.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OGCAddress.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OGCDCType.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OGCServiceInformation.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OGCCapabilities.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OGCRequestDescription.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OGCContactInformation.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected abstract boolean |
OGCCapabilityInformation.isRequestName(XMLEventParserContext ctx,
QName name) |
Object |
OGCRequestDescription.parse(XMLEventParserContext ctx,
XMLEvent rqstEvent,
Object... args) |
protected String[] |
OGCContactInformation.parseContactPersonPrimary(XMLEventParserContext ctx,
XMLEvent cppEvent) |
protected void |
OGCCapabilityInformation.parseExtendedCapabilities(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
Modifier and Type | Class and Description |
---|---|
class |
ColladaParserContext
The parser context for Collada documents.
|
Modifier and Type | Method and Description |
---|---|
protected XMLEventParserContext |
ColladaRoot.getParserContext()
Indicates the parser context used by this document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ColladaAccessor.doAddEventAttribute(Attribute attr,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
Object |
ColladaP.parse(XMLEventParserContext ctx,
XMLEvent event,
Object... args)
Parse the event and initialize the parser's values to those found in the event.
|
Object |
ColladaFloatArray.parse(XMLEventParserContext ctx,
XMLEvent event,
Object... args)
Parse the event and initialize the parser's values to those found in the event.
|
Object |
ColladaLibrary.parse(XMLEventParserContext context,
XMLEvent event,
Object... args)
Parse the event and initialize the parser's values to those found in the event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GMLLimits.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
GMLEnvelope.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
GMLRectifiedGrid.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
Modifier and Type | Class and Description |
---|---|
class |
KMLParserContext
The parser context for KML and KMZ docuements.
|
Modifier and Type | Method and Description |
---|---|
protected XMLEventParserContext |
KMLRoot.getParserContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
KMLVec2.doAddEventAttribute(Attribute attr,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLSnippet.doAddEventAttribute(Attribute attr,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLPolygon.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLPlacemark.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLNetworkLinkControl.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLChange.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLPoint.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLCreate.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLListStyle.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLStyleMap.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLUpdate.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLSchema.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLAbstractContainer.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLPair.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLResourceMap.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLDocument.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLDelete.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLAbstractFeature.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLMultiGeometry.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLExtendedData.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
KMLSchemaData.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
Position.PositionList |
KMLCoordinatesParser.parse(XMLEventParserContext ctx,
XMLEvent doubleEvent,
Object... args) |
Object |
KMLLink.parse(XMLEventParserContext ctx,
XMLEvent inputEvent,
Object... args)
Parse the event and initialize the parser's values to those found in the event.
|
Modifier and Type | Class and Description |
---|---|
class |
GXParserContext |
Modifier and Type | Method and Description |
---|---|
protected void |
GXFlyTo.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
GXPlaylist.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
Modifier and Type | Field and Description |
---|---|
protected XMLEventParserContext |
OWSCapabilities.parserContext |
Modifier and Type | Method and Description |
---|---|
protected XMLEventParserContext |
OWSCapabilities.createParserContext(XMLEventReader reader) |
XMLEventParserContext |
OWSCapabilities.getParserContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
OWSOperationsMetadata.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OWSAllowedValues.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OWSOperation.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OWSConstraint.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OWSServiceIdentification.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OWSParameter.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OWSHTTP.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OWSPhone.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OWSAddress.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
OWSCapabilities.registerParsers(XMLEventParserContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
WCSCoverageSummary.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCSContents.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCSCapabilities.registerParsers(XMLEventParserContext ctx) |
Modifier and Type | Field and Description |
---|---|
protected XMLEventParserContext |
WCS100Capabilities.parserContext |
protected XMLEventParserContext |
WCS100DescribeCoverage.parserContext |
Modifier and Type | Method and Description |
---|---|
protected XMLEventParserContext |
WCS100Capabilities.createParserContext(XMLEventReader reader) |
protected XMLEventParserContext |
WCS100DescribeCoverage.createParserContext(XMLEventReader reader) |
XMLEventParserContext |
WCS100Capabilities.getParserContext() |
XMLEventParserContext |
WCS100DescribeCoverage.getParserContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
WCS100HTTP.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100Values.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100SupportedCRSs.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100RangeSet.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100Request.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100SpatialDomain.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100RequestDescription.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100ContentMetadata.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100Exception.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100DescribeCoverage.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100LonLatEnvelope.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100AxisDescription.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WCS100Service.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected String |
WCS100Request.isRequestName(XMLEventParserContext ctx,
XMLEvent event) |
protected void |
WCS100Capabilities.registerParsers(XMLEventParserContext ctx) |
protected void |
WCS100DescribeCoverage.registerParsers(XMLEventParserContext ctx) |
Modifier and Type | Method and Description |
---|---|
XMLEventParser |
WMSLayerStyle.allocate(XMLEventParserContext ctx,
XMLEvent event) |
XMLEventParser |
WMSCapabilities.allocate(XMLEventParserContext ctx,
XMLEvent event) |
XMLEventParser |
WMSLayerCapabilities.allocate(XMLEventParserContext ctx,
XMLEvent event) |
XMLEventParser |
WMSLayerInfoURL.allocate(XMLEventParserContext ctx,
XMLEvent event) |
XMLEventParser |
WMSLayerAttribution.allocate(XMLEventParserContext ctx,
XMLEvent event) |
XMLEventParser |
WMSCapabilityInformation.allocate(XMLEventParserContext ctx,
XMLEvent event) |
protected void |
WMSLogoURL.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSLayerDimension.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSLayerCapabilities.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent layerEvent,
Object... args) |
protected void |
WMSLayerIdentifier.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSLayerExtent.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSLayerInfoURL.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSAuthorityURL.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSServiceInformation.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSLayerStyle.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSLayerDimension.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSLayerCapabilities.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSLayerInfoURL.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSLayerAttribution.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
WMSCapabilityInformation.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected boolean |
WMSCapabilityInformation.isRequestName(XMLEventParserContext ctx,
QName name) |
protected void |
WMSLayerCapabilities.parseExtremeElevations(XMLEventParserContext ctx,
XMLEvent layerEvent) |
protected void |
WMSLayerCapabilities.parseGeographicBoundingBox(XMLEventParserContext ctx,
XMLEvent bboxEvent) |
protected void |
WMSLayerCapabilities.parseGeographicBoundingBoxV111(XMLEventParserContext ctx,
XMLEvent bboxEvent) |
protected void |
WMSLayerCapabilities.parseScaleHint(XMLEventParserContext ctx,
XMLEvent bboxEvent) |
Modifier and Type | Class and Description |
---|---|
class |
BasicXMLEventParserContext
Provides an implementation of
XMLEventParserContext . |
Modifier and Type | Method and Description |
---|---|
protected static XMLEventParserContext |
XMLEventParserContextFactory.createInstanceFromPrototype(XMLEventParserContext prototype)
Constructs a new parser context given a prototype parser context.
|
static XMLEventParserContext |
XMLEventParserContextFactory.createParserContext(String mimeType,
String defaultNamespace)
Constructs and returns a parser context for a specified mime type and namespace.
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLEventParserContextFactory.addParserContext(String[] mimeTypes,
XMLEventParserContext prototypeContext)
Appends a specified prototype parser context to the list of those already registered.
|
XMLEventParser |
AbstractXMLEventParser.allocate(XMLEventParserContext ctx,
XMLEvent event)
Create a parser for a specified event.
|
protected static XMLEventParserContext |
XMLEventParserContextFactory.createInstanceFromPrototype(XMLEventParserContext prototype)
Constructs a new parser context given a prototype parser context.
|
protected void |
AbstractXMLEventParser.doAddCharacters(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
AbstractXMLEventParser.doAddEventAttribute(Attribute attr,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
AbstractXMLEventParser.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
AbstractXMLEventParser.doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args)
Parse an event's attributes.
|
protected void |
AbstractXMLEventParser.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args)
Parse an event's sub-elements.
|
protected void |
StringSetXMLEventParser.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
StringListXMLEventParser.doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
Object |
DoubleXMLEventParser.parse(XMLEventParserContext ctx,
XMLEvent doubleEvent,
Object... args) |
Object |
XMLEventParser.parse(XMLEventParserContext context,
XMLEvent event,
Object... args)
Parse the event and initialize the parser's values to those found in the event.
|
Object |
AbstractXMLEventParser.parse(XMLEventParserContext ctx,
XMLEvent inputEvent,
Object... args)
Parse the event and initialize the parser's values to those found in the event.
|
Object |
BooleanIntegerXMLEventParser.parse(XMLEventParserContext ctx,
XMLEvent booleanEvent,
Object... args) |
Object |
IntegerXMLEventParser.parse(XMLEventParserContext ctx,
XMLEvent integerEvent,
Object... args) |
Object |
StringXMLEventParser.parse(XMLEventParserContext ctx,
XMLEvent stringEvent,
Object... args) |
Object |
StringSetXMLEventParser.parse(XMLEventParserContext ctx,
XMLEvent listEvent,
Object... args) |
Object |
AngleXMLEventParser.parse(XMLEventParserContext ctx,
XMLEvent angleEvent,
Object... args) |
Object |
BooleanXMLEventParser.parse(XMLEventParserContext ctx,
XMLEvent booleanEvent,
Object... args) |
Object |
StringListXMLEventParser.parse(XMLEventParserContext ctx,
XMLEvent listEvent,
Object... args) |
Angle |
AngleXMLEventParser.parseAngle(XMLEventParserContext ctx,
XMLEvent angleEvent,
Object... args) |
protected String |
AbstractXMLEventParser.parseCharacterContent(XMLEventParserContext ctx,
XMLEvent stringEvent,
Object... args) |
Double |
DoubleXMLEventParser.parseDouble(XMLEventParserContext ctx,
XMLEvent doubleEvent,
Object... args) |
String |
StringXMLEventParser.parseString(XMLEventParserContext ctx,
XMLEvent stringEvent,
Object... args) |
static void |
XMLEventParserContextFactory.prependParserContext(String[] mimeTypes,
XMLEventParserContext prototypeContext)
Prepends a specified prototype parser context to the list of those already registered.
|
Constructor and Description |
---|
ParserTableEntry(String[] mimeTypes,
XMLEventParserContext prototypeContext)
Construct an instance for a specified list of mime types and a specified prototype parser.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomParserContext |
Modifier and Type | Method and Description |
---|---|
protected void |
AtomLink.doAddEventAttribute(Attribute attr,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
Modifier and Type | Class and Description |
---|---|
class |
XALParserContext |
Modifier and Type | Method and Description |
---|---|
protected void |
XALCountry.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
protected void |
XALAddressLines.doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |