Package | Description |
---|---|
gov.nasa.worldwind.data |
This package provides classes for converting raw data sources into a form which can be used by standard WorldWind
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 | Class and Description |
---|---|
class |
RasterServerConfiguration
Parses a raster server configuration document.
|
protected static class |
RasterServerConfiguration.Corner |
protected static class |
RasterServerConfiguration.Property |
protected static class |
RasterServerConfiguration.RasterSector |
static class |
RasterServerConfiguration.Source |
protected static class |
RasterServerConfiguration.Sources |
Modifier and Type | Class and Description |
---|---|
class |
OGCAddress
Parses an OGC Address element.
|
class |
OGCBoundingBox
Parses an OGC BoundingBox element.
|
class |
OGCCapabilities
Parses OGC Capabilities documents and holds the parsed information.
|
class |
OGCCapabilityInformation
Parses an OGC Capability element.
|
class |
OGCContactInformation
Parses an OGC ContactInformation element.
|
class |
OGCDCType
Parses an OGC DCPType element.
|
class |
OGCOnlineResource
Parses an OGC OnlineResource element.
|
class |
OGCRequestDescription
Parses an OGC Request element.
|
class |
OGCServiceInformation
Parses an OGC Service element.
|
Modifier and Type | Method and Description |
---|---|
XMLEventParser |
OGCServiceInformation.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
OGCRequestDescription.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
OGCDCType.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
OGCContactInformation.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
OGCCapabilityInformation.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
OGCCapabilities.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event)
Create a parser for a specified event.
|
Modifier and Type | Class and Description |
---|---|
class |
ColladaAbstractGeometry
Base class for COLLADA geometry (lines and triangles).
|
class |
ColladaAbstractInstance<T>
Represents the COLLADA Instance element.
|
class |
ColladaAbstractObject
Base class for COLLADA parser classes.
|
class |
ColladaAbstractParamContainer
Base class for COLLADA elements that hold parameters.
|
class |
ColladaAbstractShader
Base class for COLLADA shaders.
|
class |
ColladaAccessor
Represents the COLLADA accessor element and provides access to its contents.
|
class |
ColladaAsset
Represents the COLLADA asset element and provides access to its contents.
|
class |
ColladaBind
Represents the COLLADA bind element and provides access to its contents.
|
class |
ColladaBindMaterial
Represents the COLLADA bind_material element, and provides access to its contents.
|
class |
ColladaBindVertexInput
Represents the COLLADA bind_vertex_input element and provides access to its contents.
|
class |
ColladaColor
Represents the COLLADA color element and provides access to its contents.
|
class |
ColladaContributor
Represents the COLLADA contributor element and provides access to its contents.
|
class |
ColladaEffect
Represents the COLLADA effect element and provides access to its contents.
|
class |
ColladaExtra
Represents the COLLADA extra element, and provides access to its contents.
|
class |
ColladaFloatArray
Represents the COLLADA float_array element and provides access to its contents.
|
class |
ColladaFloatOrParam
Represents either a floating point number, or a param element.
|
class |
ColladaFormat
Represents the COLLADA format element and provides access to its contents.
|
class |
ColladaGeometry
Represents the COLLADA geometry element and provides access to its contents.
|
class |
ColladaImage
Represents the COLLADA image element and provides access to its contents.
|
class |
ColladaInput
Represents the COLLADA input element and provides access to its contents.
|
class |
ColladaInstanceEffect
Represents the COLLADA instance_effect element and provides access to its contents.
|
class |
ColladaInstanceGeometry
Represents the COLLADA instance_geometry element and provides access to its contents.
|
class |
ColladaInstanceMaterial
Represents the COLLADA instance_material element and provides access to its contents.
|
class |
ColladaInstanceNode
Represents the COLLADA instance_node element and provides access to its contents.
|
class |
ColladaInstanceVisualScene
Represents the COLLADA instance_visual_scene element and provides access to its contents.
|
class |
ColladaLambert
Represents the COLLADA Lambert shader element and provides access to its contents.
|
class |
ColladaLibrary<T>
Represents the COLLADA Library element and provides access to its contents.
|
class |
ColladaLines
Represents the COLLADA lines element and provides access to its contents.
|
class |
ColladaMaterial
Represents the COLLADA material element and provides access to its contents.
|
class |
ColladaMatrix
Represents the COLLADA matrix element and provides access to its contents.
|
class |
ColladaMesh
Represents the COLLADA mesh element and provides access to its contents.
|
class |
ColladaNewParam
Represents the COLLADA newparam element and provides access to its contents.
|
class |
ColladaNode
Represents the COLLADA node element and provides access to its contents.
|
class |
ColladaP
Represents the COLLADA p element and provides access to its contents.
|
class |
ColladaParam
Represents the COLLADA param element and provides access to its contents.
|
class |
ColladaPhong
Represents the COLLADA phong shader element and provides access to its contents.
|
class |
ColladaProfileCommon
Represents the COLLADA profile_COMMON element and provides access to its contents.
|
class |
ColladaRoot
Parses a COLLADA document and provides access to its contents.
|
class |
ColladaSampler2D
Represents the COLLADA sampler2D element and provides access to its contents.
|
class |
ColladaScene
Represents the COLLADA scene element and provides access to its contents.
|
class |
ColladaSource
Represents the COLLADA source element and provides access to its contents.
|
class |
ColladaSurface
Represents the COLLADA surface element and provides access to its contents.
|
class |
ColladaTechnique
Represents the COLLADA technique element and provides access to its contents.
|
class |
ColladaTechniqueCommon
Represents the COLLADA technique_common element and provides access to its contents.
|
class |
ColladaTexture
Represents the COLLADA texture element and provides access to its contents.
|
class |
ColladaTextureOrColor
Represents a COLLADA texture or color element and provides access to its contents.
|
class |
ColladaTriangles
Represents the COLLADA triangles element and provides access to its contents.
|
class |
ColladaUnit
Represents the COLLADA Unit element and provides access to its contents.
|
class |
ColladaUnsupported
Parser class for COLLADA elements that are not used by WorldWind.
|
class |
ColladaVertices
Represents the COLLADA vertices element and provides access to its contents.
|
class |
ColladaVisualScene
Represents the COLLADA visual_scene element and provides access to its contents.
|
Modifier and Type | Class and Description |
---|---|
class |
GMLEnvelope |
class |
GMLEnvelopeWithTimePeriod |
class |
GMLGrid |
class |
GMLGridEnvelope |
class |
GMLLimits |
class |
GMLOrigin |
class |
GMLPos |
class |
GMLRectifiedGrid |
Modifier and Type | Class and Description |
---|---|
class |
KMLAbstractColorStyle
Represents the KML ColorStyle element and provides access to its contents.
|
class |
KMLAbstractContainer
Represents the KML Container element and provides access to its contents.
|
class |
KMLAbstractEventParser
Implements
AbstractXMLEventParser for KML elements. |
class |
KMLAbstractFeature
Represents the KML Feature element and provides access to its contents.
|
class |
KMLAbstractGeometry
Represents the KML Geometry element.
|
class |
KMLAbstractLatLonBoxType
Represents the KML LatLonBox element and provides access to its contents.
|
class |
KMLAbstractObject
The abstract base class for most KML classes.
|
class |
KMLAbstractOverlay
Represents the KML Overlay element and provides access to its contents.
|
class |
KMLAbstractStyleSelector
Represents the KML StyleSelector element.
|
class |
KMLAbstractSubStyle
Represents the KML SubStyle element.
|
class |
KMLAbstractTimePrimitive
Represents the KML TimePrimitive element.
|
class |
KMLAbstractView
Represents the KML AbstractView element.
|
class |
KMLAlias
Represents the KML Alias element and provides access to its contents.
|
class |
KMLBalloonStyle
Represents the KML BalloonStyle element and provides access to its contents.
|
class |
KMLBoundary
Represents the KML Boundary style and provides access to its contents.
|
class |
KMLCamera
Represents the KML Camera element and provides access to its contents.
|
class |
KMLChange
Represents the KML Change element and provides access to its contents.
|
class |
KMLCoordinatesParser
Parses KML coordinates elements.
|
class |
KMLCreate
Represents the KML Create element and provides access to its contents.
|
class |
KMLData
Represents the KML Data element and provides access to its contents.
|
class |
KMLDelete
Represents the KML Delete element and provides access to its contents.
|
class |
KMLDocument
Represents the KML Document element and provides access to its contents.
|
class |
KMLExtendedData
Represents the KML ExtendedData element and provides access to its contents.
|
class |
KMLFolder
Represents the KML Folder element and provides access to its contents.
|
class |
KMLGroundOverlay
Represents the KML GroundOverlay element and provides access to its contents.
|
class |
KMLIcon
Represents the KML Icon element and provides access to its contents.
|
class |
KMLIconStyle
Represents the KML IconStyle element and provides access to its contents.
|
class |
KMLImagePyramid
Represents the KML ImagePyramid element and provides access to its contents.
|
class |
KMLItemIcon
Represents the KML ItemIcon element and provides access to its contents.
|
class |
KMLLabelStyle
Represents the KML LabelStyle element and provides access to its contents.
|
class |
KMLLatLonAltBox
Represents the KML LatLonAltBox element and provides access to its contents.
|
class |
KMLLatLonBox
Represents the KML LatLonBox element and provides access to its contents.
|
class |
KMLLinearRing
Represents the KML LinearRing element and provides access to its contents.
|
class |
KMLLineString
Represents the KML LineString element and provides access to its contents.
|
class |
KMLLineStyle
Represents the KML LineStyle element and provides access to its contents.
|
class |
KMLLink
Represents the KML Link element and provides access to its contents.
|
class |
KMLListStyle
Represents the KML ListStyle element and provides access to its contents.
|
class |
KMLLocation
Represents the KML Location element and provides access to its contents.
|
class |
KMLLod
Represents the KML Lod element and provides access to its contents.
|
class |
KMLLookAt
Represents the KML LookAt element and provides access to its contents.
|
class |
KMLModel
Represents the KML Model element and provides access to its contents.
|
class |
KMLMultiGeometry
Represents the KML MultiGeometry element and provides access to its contents.
|
class |
KMLNetworkLink
Represents the KML NetworkLink element and provides access to its contents.
|
class |
KMLNetworkLinkControl
Represents the KML NetworkLinkControl element and provides access to its contents.
|
class |
KMLOrientation
Represents the KML Orientation element and provides access to its contents.
|
class |
KMLPair
Represents the KML Pair element and provides access to its contents.
|
class |
KMLPhotoOverlay
Represents the KML PhotoOverlay element and provides access to its contents.
|
class |
KMLPlacemark
Represents the KML Placemark element and provides access to its contents.
|
class |
KMLPoint
Represents the KML Point element and provides access to its contents.
|
class |
KMLPolygon
Represents the KML Polygon element and provides access to its contents.
|
class |
KMLPolyStyle
Represents the KML PolyStyle element and provides access to its contents.
|
class |
KMLRegion
Represents the KML Region element and provides access to its contents.
|
class |
KMLResourceMap
Represents the KML ResourceMap element and provides access to its contents.
|
class |
KMLRoot
Parses a KML or KMZ document and provides access to its contents.
|
class |
KMLScale
Represents the KML Scale element and provides access to its contents.
|
class |
KMLSchema
Represents the KML Schema element and provides access to its contents.
|
class |
KMLSchemaData
Represents the KML SchemaData element and provides access to its contents.
|
class |
KMLScreenOverlay
Represents the KML ScreenOverlay element and provides access to its contents.
|
class |
KMLSimpleData
Represents the KML SimpleData element and provides access to its contents.
|
class |
KMLSimpleField
Represents the KML SimpleField element and provides access to its contents.
|
class |
KMLSnippet
Represents the KML Snippet element and provides access to its contents.
|
class |
KMLStyle
Represents the KML Style element and provides access to its contents.
|
class |
KMLStyleMap
Represents the KML StyleMap element and provides access to its contents.
|
class |
KMLStyleUrl |
class |
KMLTimeSpan
Represents the KML TimeSpan element and provides access to its contents.
|
class |
KMLTimeStamp
Represents the KML TimeStamp element and provides access to its contents.
|
class |
KMLUpdate
Represents the KML Update element and provides access to its contents.
|
class |
KMLVec2
Represents the KML Vec2 element and provides access to its contents.
|
class |
KMLViewVolume
Represents the KML ViewVolume element and provides access to its contents.
|
Modifier and Type | Class and Description |
---|---|
class |
GXAbstractTourPrimitive |
class |
GXAnimatedUpdate |
class |
GXFlyTo |
class |
GXLatLongQuad |
class |
GXPlaylist |
class |
GXSoundCue |
class |
GXTour |
class |
GXTourControl |
class |
GXWait |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<javax.xml.namespace.QName,XMLEventParser> |
GXParserContext.getDefaultParsers() |
Modifier and Type | Class and Description |
---|---|
class |
OWSAddress |
class |
OWSAllowedValues |
class |
OWSCapabilities
Parses OGC Capabilities documents and holds the parsed information.
|
class |
OWSConstraint |
class |
OWSContactInfo |
class |
OWSDCP |
class |
OWSHTTP |
class |
OWSOperation |
class |
OWSOperationsMetadata |
class |
OWSParameter |
class |
OWSPhone |
class |
OWSServiceContact |
class |
OWSServiceIdentification |
class |
OWSServiceProvider |
class |
OWSWGS84BoundingBox |
Modifier and Type | Class and Description |
---|---|
class |
WCSCapabilities |
class |
WCSContents |
class |
WCSCoverageSummary |
Modifier and Type | Class and Description |
---|---|
class |
WCS100AxisDescription |
class |
WCS100AxisDescriptionHolder |
class |
WCS100Capabilities |
class |
WCS100Capability |
class |
WCS100ContentMetadata |
class |
WCS100CoverageOffering |
class |
WCS100CoverageOfferingBrief |
class |
WCS100DCPType |
class |
WCS100DescribeCoverage |
class |
WCS100DomainSet |
class |
WCS100Exception |
class |
WCS100HTTP |
class |
WCS100Interval |
class |
WCS100LonLatEnvelope |
class |
WCS100Max |
class |
WCS100MetadataLink |
class |
WCS100Min |
class |
WCS100RangeSet |
class |
WCS100RangeSetHolder |
class |
WCS100Request |
class |
WCS100RequestDescription |
class |
WCS100ResponsibleParty |
class |
WCS100Service |
class |
WCS100SingleValue |
class |
WCS100SpatialDomain |
class |
WCS100SupportedCRSs |
class |
WCS100SupportedFormats |
class |
WCS100SupportedInterpolations |
class |
WCS100Values |
Modifier and Type | Class and Description |
---|---|
class |
WMSAuthorityURL
Parses a WMS AuthorityURL element.
|
class |
WMSCapabilities |
class |
WMSCapabilityInformation
Parses the Capability section of a WMS capabilities document.
|
class |
WMSLayerAttribution
Parses a WMS layer Attribution element.
|
class |
WMSLayerCapabilities
Parses a WMS Layer element.
|
class |
WMSLayerDimension
Parses a WMS layer Dimension element.
|
class |
WMSLayerExtent
Parses a WMS layer Extent element.
|
class |
WMSLayerIdentifier
Parses a WMS layer Identifier element.
|
class |
WMSLayerInfoURL
Parses a WMS layer info URL, including FeatureListURL, MetadataURL and DataURL.
|
class |
WMSLayerStyle
Parses a WMS layer Style element.
|
class |
WMSLogoURL
Parses a WMS layer LogoURL element.
|
class |
WMSServiceInformation
Parses a WMS Service element.
|
Modifier and Type | Method and Description |
---|---|
XMLEventParser |
WMSLayerStyle.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
WMSLayerInfoURL.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
WMSLayerCapabilities.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
WMSLayerAttribution.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
WMSCapabilityInformation.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
WMSCapabilities.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLEventParser
Base class for XML event parsers.
|
class |
AngleXMLEventParser |
class |
AttributesOnlyXMLEventParser |
class |
BooleanIntegerXMLEventParser |
class |
BooleanXMLEventParser |
class |
DoubleXMLEventParser
Parse a Double from an XML event.
|
class |
IntegerXMLEventParser |
class |
StringListXMLEventParser |
class |
StringSetXMLEventParser
Parses a list of XML strings.
|
class |
StringXMLEventParser
Parse a string from an XML event.
|
class |
UnrecognizedXMLEventParser
Holds the content of unrecognized elements.
|
Modifier and Type | Field and Description |
---|---|
protected XMLEventParser |
AbstractXMLEventParser.parent |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ConcurrentHashMap<javax.xml.namespace.QName,XMLEventParser> |
BasicXMLEventParserContext.parsers |
Modifier and Type | Method and Description |
---|---|
XMLEventParser |
XMLEventParserContext.allocate(javax.xml.stream.events.XMLEvent event)
Create a parser for a specified event's element name, if a parser for that name is registered with the context.
|
XMLEventParser |
BasicXMLEventParserContext.allocate(javax.xml.stream.events.XMLEvent event) |
XMLEventParser |
AbstractXMLEventParser.allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event)
Create a parser for a specified event.
|
XMLEventParser |
XMLEventParserContext.allocate(javax.xml.stream.events.XMLEvent event,
XMLEventParser defaultParser)
Create a parser for a specified event's element name, if a parser for that name is registered with the context.
|
XMLEventParser |
BasicXMLEventParserContext.allocate(javax.xml.stream.events.XMLEvent event,
XMLEventParser defaultParser) |
XMLEventParser |
XMLEventParser.getParent()
Returns this parser's parent parser.
|
XMLEventParser |
AbstractXMLEventParser.getParent() |
XMLEventParser |
XMLEventParserContext.getParser(javax.xml.namespace.QName eventName)
Returns a new parser for a specified element name.
|
XMLEventParser |
BasicXMLEventParserContext.getParser(javax.xml.namespace.QName name) |
XMLEventParser |
XMLEventParserContext.getParser(javax.xml.stream.events.XMLEvent event)
Returns a new parser for a specified event.
|
XMLEventParser |
BasicXMLEventParserContext.getParser(javax.xml.stream.events.XMLEvent event) |
protected XMLEventParser |
BasicXMLEventParserContext.getParser(javax.xml.stream.events.XMLEvent event,
XMLEventParser defaultParser) |
XMLEventParser |
AbstractXMLEventParser.getRoot() |
XMLEventParser |
XMLEventParserContext.getUnrecognizedElementParser()
Returns a parser to handle unrecognized elements.
|
XMLEventParser |
BasicXMLEventParserContext.getUnrecognizedElementParser()
Returns a parser to handle unrecognized elements.
|
XMLEventParser |
XMLEventParser.newInstance()
Creates a new empty parser instance of the same type.
|
XMLEventParser |
StringSetXMLEventParser.newInstance() |
XMLEventParser |
StringListXMLEventParser.newInstance() |
XMLEventParser |
AbstractXMLEventParser.newInstance() |
Modifier and Type | Method and Description |
---|---|
XMLEventParser |
XMLEventParserContext.allocate(javax.xml.stream.events.XMLEvent event,
XMLEventParser defaultParser)
Create a parser for a specified event's element name, if a parser for that name is registered with the context.
|
XMLEventParser |
BasicXMLEventParserContext.allocate(javax.xml.stream.events.XMLEvent event,
XMLEventParser defaultParser) |
protected XMLEventParser |
BasicXMLEventParserContext.getParser(javax.xml.stream.events.XMLEvent event,
XMLEventParser defaultParser) |
void |
XMLEventParserContext.registerParser(javax.xml.namespace.QName elementName,
XMLEventParser parser)
Registers a parser for a specified element name.
|
void |
BasicXMLEventParserContext.registerParser(javax.xml.namespace.QName elementName,
XMLEventParser parser) |
void |
XMLEventParser.setParent(XMLEventParser parent)
Specifies the parent parser of this parser.
|
void |
AbstractXMLEventParser.setParent(XMLEventParser parent) |
Modifier and Type | Class and Description |
---|---|
class |
AtomAbstractObject |
class |
AtomLink
Parses the Atom Link element and provides access to it's contents.
|
class |
AtomPerson
Parses the Atom Person element and provides access to it's contents.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<javax.xml.namespace.QName,XMLEventParser> |
AtomParserContext.getDefaultParsers() |
Modifier and Type | Class and Description |
---|---|
class |
XALAbstractObject |
class |
XALAddress |
class |
XALAddressDetails |
class |
XALAddressLine |
class |
XALAddressLines |
class |
XALAdministrativeArea |
class |
XALCountry |
class |
XALCountryName |
class |
XALCountryNameCode |
class |
XALLocality |
class |
XALPostalServiceElements |
class |
XALThoroughfare |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<javax.xml.namespace.QName,XMLEventParser> |
XALParserContext.getDefaultParsers() |