Uses of Class
gov.nasa.worldwind.util.xml.AttributesOnlyXMLEventParser
-
Packages that use AttributesOnlyXMLEventParser Package Description gov.nasa.worldwind.ogc.ows gov.nasa.worldwind.ogc.wcs gov.nasa.worldwind.ogc.wcs.wcs100 -
-
Uses of AttributesOnlyXMLEventParser in gov.nasa.worldwind.ogc.ows
Fields in gov.nasa.worldwind.ogc.ows with type parameters of type AttributesOnlyXMLEventParser Modifier and Type Field Description protected java.util.List<AttributesOnlyXMLEventParser>
OWSHTTP. gets
protected java.util.List<AttributesOnlyXMLEventParser>
OWSHTTP. posts
-
Uses of AttributesOnlyXMLEventParser in gov.nasa.worldwind.ogc.wcs
Fields in gov.nasa.worldwind.ogc.wcs with type parameters of type AttributesOnlyXMLEventParser Modifier and Type Field Description protected java.util.List<AttributesOnlyXMLEventParser>
WCSContents. otherSources
-
Uses of AttributesOnlyXMLEventParser in gov.nasa.worldwind.ogc.wcs.wcs100
Fields in gov.nasa.worldwind.ogc.wcs.wcs100 with type parameters of type AttributesOnlyXMLEventParser Modifier and Type Field Description protected java.util.List<AttributesOnlyXMLEventParser>
WCS100HTTP. gets
protected java.util.List<AttributesOnlyXMLEventParser>
WCS100HTTP. posts
Methods in gov.nasa.worldwind.ogc.wcs.wcs100 that return AttributesOnlyXMLEventParser Modifier and Type Method Description AttributesOnlyXMLEventParser
WCS100CoverageOfferingBrief. getMetadataLink()
-