Package gov.nasa.worldwind.ogc.wms
Class WMSLayerCapabilities
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.AbstractXMLEventParser
-
- gov.nasa.worldwind.ogc.wms.WMSLayerCapabilities
-
- All Implemented Interfaces:
XMLEventParser
public class WMSLayerCapabilities extends AbstractXMLEventParser
Parses a WMS Layer element.
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.namespace.QNameABSTRACTprotected javax.xml.namespace.QNameATTRIBUTIONprotected java.util.Set<WMSLayerAttribution>attributionsprotected javax.xml.namespace.QNameAUTHORITY_URLprotected java.util.Set<WMSAuthorityURL>authorityURLsprotected javax.xml.namespace.QNameBOUNDING_BOXprotected java.util.Set<OGCBoundingBox>boundingBoxesprotected java.lang.Booleancascadedprotected java.util.Set<java.lang.String>crsprotected javax.xml.namespace.QNameCRSprotected javax.xml.namespace.QNameDATA_URLprotected java.util.Set<WMSLayerInfoURL>dataURLsprotected javax.xml.namespace.QNameDIMENSIONprotected java.util.Set<WMSLayerDimension>dimensionsprotected WMSCapabilityInformationenclosingCapabilityInformationprotected javax.xml.namespace.QNameEXTENTprotected java.util.Set<WMSLayerExtent>extentsprotected javax.xml.namespace.QNameEXTREME_ELEVATIONSprotected java.lang.DoubleextremeElevationMaxprotected java.lang.DoubleextremeElevationMinprotected javax.xml.namespace.QNameFEATURE_LIST_URLprotected java.util.Set<WMSLayerInfoURL>featureListURLsprotected java.lang.IntegerfixedHeightprotected java.lang.IntegerfixedWidthprotected javax.xml.namespace.QNameGEOGRAPHIC_BOUNDING_BOXprotected SectorgeographicBoundingBoxprotected javax.xml.namespace.QNameIDENTIFIERprotected java.util.Set<WMSLayerIdentifier>identifiersprotected javax.xml.namespace.QNameKEYWORDprotected javax.xml.namespace.QNameKEYWORD_LISTprotected java.util.Set<java.lang.String>keywordsprotected javax.xml.namespace.QNameLAST_UPDATEprotected java.lang.StringlastUpdateprotected javax.xml.namespace.QNameLAT_LON_BOUNDING_BOXprotected javax.xml.namespace.QNameLAYERprotected java.lang.StringlayerAbstractprotected java.util.List<WMSLayerCapabilities>layersprotected javax.xml.namespace.QNameMAX_SCALE_DENOMINATORprotected java.lang.DoublemaxScaleDenominatorprotected java.lang.DoublemaxScaleHintprotected javax.xml.namespace.QNameMETADATA_URLprotected java.util.Set<WMSLayerInfoURL>metadataURLsprotected javax.xml.namespace.QNameMIN_SCALE_DENOMINATORprotected java.lang.DoubleminScaleDenominatorprotected java.lang.DoubleminScaleHintprotected java.lang.Stringnameprotected javax.xml.namespace.QNameNAMEprotected java.lang.BooleannoSubsetsprotected java.lang.Booleanopaqueprotected WMSLayerCapabilitiesparentprotected java.lang.Booleanqueryableprotected javax.xml.namespace.QNameSCALE_HINTprotected java.util.Set<java.lang.String>srsprotected javax.xml.namespace.QNameSRSprotected javax.xml.namespace.QNameSTYLEprotected java.util.Set<WMSLayerStyle>stylesprotected java.lang.Stringtitleprotected javax.xml.namespace.QNameTITLE-
Fields inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
CHARACTERS_CONTENT, fields, namespaceURI
-
-
Constructor Summary
Constructors Constructor Description WMSLayerCapabilities(java.lang.String namespaceURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddAttribution(WMSLayerAttribution attribution)protected voidaddAttributions(java.util.Set<WMSLayerAttribution> attribs)protected voidaddAuthorityURL(WMSAuthorityURL authorityURL)protected voidaddAuthorityURLs(java.util.Set<WMSAuthorityURL> urls)protected voidaddBoundingBox(OGCBoundingBox box)protected voidaddBoundingBoxes(java.util.Set<OGCBoundingBox> boxes)protected voidaddCRS(java.lang.String crs)protected voidaddCRS(java.util.Set<java.lang.String> crss)protected voidaddDataURL(WMSLayerInfoURL url)protected voidaddDataURLs(java.util.Set<WMSLayerInfoURL> urls)protected voidaddDimension(WMSLayerDimension dimension)protected voidaddDimensions(java.util.Set<WMSLayerDimension> dims)protected voidaddExtent(WMSLayerExtent extent)protected voidaddExtents(java.util.Set<WMSLayerExtent> inExtents)protected voidaddFeatureListURL(WMSLayerInfoURL url)protected voidaddFeatureListURLs(java.util.Set<WMSLayerInfoURL> urls)protected voidaddIdentifer(WMSLayerIdentifier identifier)protected voidaddIdentifiers(java.util.Set<WMSLayerIdentifier> ids)protected voidaddLayer(WMSLayerCapabilities layer)protected voidaddLayers(java.util.Set<WMSLayerCapabilities> inLayers)protected voidaddMetadataURL(WMSLayerInfoURL url)protected voidaddMetadataURLs(java.util.Set<WMSLayerInfoURL> urls)protected voidaddSRS(java.lang.String srs)protected voidaddSRS(java.util.Set<java.lang.String> srss)protected voidaddStyle(WMSLayerStyle style)protected voidaddStyles(java.util.Set<WMSLayerStyle> inStyles)XMLEventParserallocate(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event)Create a parser for a specified event.protected voiddoParseEventAttributes(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent layerEvent, java.lang.Object... args)Parse an event's attributes.protected voiddoParseEventContent(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event, java.lang.Object... args)Parse an event's sub-elements.java.util.Set<WMSLayerAttribution>getAttributions()java.util.Set<WMSAuthorityURL>getAuthorityURLs()java.util.Set<OGCBoundingBox>getBoundingBoxes()java.lang.BooleangetCascaded()java.util.Set<java.lang.String>getCRS()java.util.Set<WMSLayerInfoURL>getDataURLs()java.util.Set<WMSLayerDimension>getDimensions()WMSCapabilityInformationgetEnclosingCapabilityInformation()java.util.Set<WMSLayerExtent>getExtents()java.lang.DoublegetExtremeElevationMax()java.lang.DoublegetExtremeElevationMin()java.util.Set<WMSLayerInfoURL>getFeatureListURLs()java.lang.IntegergetFixedHeight()java.lang.IntegergetFixedWidth()SectorgetGeographicBoundingBox()java.util.Set<WMSLayerIdentifier>getIdentifiers()java.util.Set<java.lang.String>getKeywords()java.lang.StringgetLastUpdate()java.lang.StringgetLayerAbstract()WMSLayerCapabilitiesgetLayerByName(java.lang.String name)java.util.List<WMSLayerCapabilities>getLayers()java.lang.DoublegetMaxScaleDenominator()java.lang.DoublegetMaxScaleHint()java.util.Set<WMSLayerInfoURL>getMetadataURLs()java.lang.DoublegetMinScaleDenominator()java.lang.DoublegetMinScaleHint()java.lang.StringgetName()java.util.List<WMSLayerCapabilities>getNamedLayers()java.util.Set<java.lang.String>getSRS()WMSLayerStylegetStyleByName(java.lang.String name)java.util.Set<WMSLayerStyle>getStyles()java.lang.StringgetTitle()booleanhasCoordinateSystem(java.lang.String coordSys)booleanisLeaf()java.lang.BooleanisNoSubsets()java.lang.BooleanisOpaque()java.lang.BooleanisQueryable()protected java.lang.BooleanparseBooleanLayerAttribute(java.lang.String s)protected voidparseExtremeElevations(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent layerEvent)protected voidparseGeographicBoundingBox(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent bboxEvent)protected voidparseGeographicBoundingBoxV111(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent bboxEvent)protected voidparseScaleHint(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent bboxEvent)voidresolveAttributes(WMSLayerCapabilities parentLayer)protected voidsetAttributions(java.util.Set<WMSLayerAttribution> attributions)protected voidsetAuthorityURLs(java.util.Set<WMSAuthorityURL> urls)protected voidsetBoundingBoxes(java.util.Set<OGCBoundingBox> boxes)protected voidsetCascaded(java.lang.Boolean cascaded)protected voidsetCRS(java.util.Set<java.lang.String> crs)protected voidsetDimensions(java.util.Set<WMSLayerDimension> dimensions)voidsetEnclosingCapabilityInformation(WMSCapabilityInformation caps)protected voidsetExtremeElevationMax(java.lang.Double extremeElevationMax)protected voidsetExtremeElevationMin(java.lang.Double extremeElevationMin)protected voidsetFixedHeight(java.lang.Integer height)protected voidsetFixedWidth(java.lang.Integer width)protected voidsetGeographicBoundingBox(Sector geographicBoundingBox)protected voidsetKeywords(java.util.Set<java.lang.String> keywords)protected voidsetLastUpdate(java.lang.String lastUpdate)protected voidsetLayerAbstract(java.lang.String layerAbstract)protected voidsetMaxScaleDenominator(java.lang.Double maxScaleDenominator)protected voidsetMaxScaleHint(java.lang.Double scaleHint)protected voidsetMinScaleDenominator(java.lang.Double minScaleDenominator)protected voidsetMinScaleHint(java.lang.Double scaleHint)protected voidsetName(java.lang.String name)protected voidsetNoSubsets(java.lang.Boolean noSubsets)protected voidsetOpaque(java.lang.Boolean opaque)protected voidsetQueryable(java.lang.Boolean queryable)protected voidsetSRS(java.util.Set<java.lang.String> srs)protected voidsetStyles(java.util.Set<WMSLayerStyle> styles)protected voidsetTitle(java.lang.String title)java.lang.StringtoString()-
Methods inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
doAddCharacters, doAddEventAttribute, doAddEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParent
-
-
-
-
Field Detail
-
ABSTRACT
protected javax.xml.namespace.QName ABSTRACT
-
ATTRIBUTION
protected javax.xml.namespace.QName ATTRIBUTION
-
AUTHORITY_URL
protected javax.xml.namespace.QName AUTHORITY_URL
-
BOUNDING_BOX
protected javax.xml.namespace.QName BOUNDING_BOX
-
CRS
protected javax.xml.namespace.QName CRS
-
DATA_URL
protected javax.xml.namespace.QName DATA_URL
-
DIMENSION
protected javax.xml.namespace.QName DIMENSION
-
EXTENT
protected javax.xml.namespace.QName EXTENT
-
EXTREME_ELEVATIONS
protected javax.xml.namespace.QName EXTREME_ELEVATIONS
-
FEATURE_LIST_URL
protected javax.xml.namespace.QName FEATURE_LIST_URL
-
GEOGRAPHIC_BOUNDING_BOX
protected javax.xml.namespace.QName GEOGRAPHIC_BOUNDING_BOX
-
IDENTIFIER
protected javax.xml.namespace.QName IDENTIFIER
-
KEYWORD_LIST
protected javax.xml.namespace.QName KEYWORD_LIST
-
KEYWORD
protected javax.xml.namespace.QName KEYWORD
-
LAST_UPDATE
protected javax.xml.namespace.QName LAST_UPDATE
-
LAT_LON_BOUNDING_BOX
protected javax.xml.namespace.QName LAT_LON_BOUNDING_BOX
-
LAYER
protected javax.xml.namespace.QName LAYER
-
MAX_SCALE_DENOMINATOR
protected javax.xml.namespace.QName MAX_SCALE_DENOMINATOR
-
METADATA_URL
protected javax.xml.namespace.QName METADATA_URL
-
MIN_SCALE_DENOMINATOR
protected javax.xml.namespace.QName MIN_SCALE_DENOMINATOR
-
NAME
protected javax.xml.namespace.QName NAME
-
SCALE_HINT
protected javax.xml.namespace.QName SCALE_HINT
-
SRS
protected javax.xml.namespace.QName SRS
-
STYLE
protected javax.xml.namespace.QName STYLE
-
TITLE
protected javax.xml.namespace.QName TITLE
-
attributions
protected java.util.Set<WMSLayerAttribution> attributions
-
authorityURLs
protected java.util.Set<WMSAuthorityURL> authorityURLs
-
boundingBoxes
protected java.util.Set<OGCBoundingBox> boundingBoxes
-
cascaded
protected java.lang.Boolean cascaded
-
crs
protected java.util.Set<java.lang.String> crs
-
dataURLs
protected java.util.Set<WMSLayerInfoURL> dataURLs
-
dimensions
protected java.util.Set<WMSLayerDimension> dimensions
-
extents
protected java.util.Set<WMSLayerExtent> extents
-
extremeElevationMin
protected java.lang.Double extremeElevationMin
-
extremeElevationMax
protected java.lang.Double extremeElevationMax
-
featureListURLs
protected java.util.Set<WMSLayerInfoURL> featureListURLs
-
fixedHeight
protected java.lang.Integer fixedHeight
-
fixedWidth
protected java.lang.Integer fixedWidth
-
geographicBoundingBox
protected Sector geographicBoundingBox
-
identifiers
protected java.util.Set<WMSLayerIdentifier> identifiers
-
keywords
protected java.util.Set<java.lang.String> keywords
-
lastUpdate
protected java.lang.String lastUpdate
-
layerAbstract
protected java.lang.String layerAbstract
-
layers
protected java.util.List<WMSLayerCapabilities> layers
-
maxScaleDenominator
protected java.lang.Double maxScaleDenominator
-
maxScaleHint
protected java.lang.Double maxScaleHint
-
metadataURLs
protected java.util.Set<WMSLayerInfoURL> metadataURLs
-
minScaleDenominator
protected java.lang.Double minScaleDenominator
-
minScaleHint
protected java.lang.Double minScaleHint
-
name
protected java.lang.String name
-
noSubsets
protected java.lang.Boolean noSubsets
-
opaque
protected java.lang.Boolean opaque
-
queryable
protected java.lang.Boolean queryable
-
srs
protected java.util.Set<java.lang.String> srs
-
styles
protected java.util.Set<WMSLayerStyle> styles
-
title
protected java.lang.String title
-
parent
protected WMSLayerCapabilities parent
-
enclosingCapabilityInformation
protected WMSCapabilityInformation enclosingCapabilityInformation
-
-
Method Detail
-
allocate
public XMLEventParser allocate(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event)
Description copied from class:AbstractXMLEventParserCreate a parser for a specified event.- Overrides:
allocatein classAbstractXMLEventParser- Parameters:
ctx- the current parser context.event- the event for which the parser is created. Only the event type is used; the new parser can operate on any event of that type.- Returns:
- the new parser.
-
isLeaf
public boolean isLeaf()
-
setEnclosingCapabilityInformation
public void setEnclosingCapabilityInformation(WMSCapabilityInformation caps)
-
getEnclosingCapabilityInformation
public WMSCapabilityInformation getEnclosingCapabilityInformation()
-
resolveAttributes
public void resolveAttributes(WMSLayerCapabilities parentLayer)
-
doParseEventContent
protected void doParseEventContent(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event, java.lang.Object... args) throws javax.xml.stream.XMLStreamException
Description copied from class:AbstractXMLEventParserParse an event's sub-elements.- Overrides:
doParseEventContentin classAbstractXMLEventParser- Parameters:
ctx- a current parser context.event- the event to parse.args- an optional list of arguments that may by used by subclasses.- Throws:
javax.xml.stream.XMLStreamException- if an exception occurs during event-stream reading.
-
doParseEventAttributes
protected void doParseEventAttributes(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent layerEvent, java.lang.Object... args)
Description copied from class:AbstractXMLEventParserParse an event's attributes.- Overrides:
doParseEventAttributesin classAbstractXMLEventParser- Parameters:
ctx- a current parser context.layerEvent- the event to parse.args- an optional list of arguments that may by used by subclasses.
-
parseBooleanLayerAttribute
protected java.lang.Boolean parseBooleanLayerAttribute(java.lang.String s)
-
parseExtremeElevations
protected void parseExtremeElevations(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent layerEvent)
-
parseGeographicBoundingBox
protected void parseGeographicBoundingBox(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent bboxEvent) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
parseGeographicBoundingBoxV111
protected void parseGeographicBoundingBoxV111(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent bboxEvent) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
parseScaleHint
protected void parseScaleHint(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent bboxEvent) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
getNamedLayers
public java.util.List<WMSLayerCapabilities> getNamedLayers()
-
getLayerByName
public WMSLayerCapabilities getLayerByName(java.lang.String name)
-
getStyleByName
public WMSLayerStyle getStyleByName(java.lang.String name)
-
getExtremeElevationMin
public java.lang.Double getExtremeElevationMin()
-
setExtremeElevationMin
protected void setExtremeElevationMin(java.lang.Double extremeElevationMin)
-
getExtremeElevationMax
public java.lang.Double getExtremeElevationMax()
-
setExtremeElevationMax
protected void setExtremeElevationMax(java.lang.Double extremeElevationMax)
-
getLastUpdate
public java.lang.String getLastUpdate()
-
setLastUpdate
protected void setLastUpdate(java.lang.String lastUpdate)
-
getMinScaleHint
public java.lang.Double getMinScaleHint()
-
setMinScaleHint
protected void setMinScaleHint(java.lang.Double scaleHint)
-
getMaxScaleHint
public java.lang.Double getMaxScaleHint()
-
setMaxScaleHint
protected void setMaxScaleHint(java.lang.Double scaleHint)
-
getDimensions
public java.util.Set<WMSLayerDimension> getDimensions()
-
addDimension
protected void addDimension(WMSLayerDimension dimension)
-
addDimensions
protected void addDimensions(java.util.Set<WMSLayerDimension> dims)
-
setDimensions
protected void setDimensions(java.util.Set<WMSLayerDimension> dimensions)
-
getExtents
public java.util.Set<WMSLayerExtent> getExtents()
-
addExtent
protected void addExtent(WMSLayerExtent extent)
-
addExtents
protected void addExtents(java.util.Set<WMSLayerExtent> inExtents)
-
getCascaded
public java.lang.Boolean getCascaded()
-
setCascaded
protected void setCascaded(java.lang.Boolean cascaded)
-
getFixedHeight
public java.lang.Integer getFixedHeight()
-
setFixedHeight
protected void setFixedHeight(java.lang.Integer height)
-
getFixedWidth
public java.lang.Integer getFixedWidth()
-
setFixedWidth
protected void setFixedWidth(java.lang.Integer width)
-
isNoSubsets
public java.lang.Boolean isNoSubsets()
-
setNoSubsets
protected void setNoSubsets(java.lang.Boolean noSubsets)
-
isOpaque
public java.lang.Boolean isOpaque()
-
setOpaque
protected void setOpaque(java.lang.Boolean opaque)
-
isQueryable
public java.lang.Boolean isQueryable()
-
setQueryable
protected void setQueryable(java.lang.Boolean queryable)
-
getAttributions
public java.util.Set<WMSLayerAttribution> getAttributions()
-
setAttributions
protected void setAttributions(java.util.Set<WMSLayerAttribution> attributions)
-
addAttribution
protected void addAttribution(WMSLayerAttribution attribution)
-
addAttributions
protected void addAttributions(java.util.Set<WMSLayerAttribution> attribs)
-
getAuthorityURLs
public java.util.Set<WMSAuthorityURL> getAuthorityURLs()
-
setAuthorityURLs
protected void setAuthorityURLs(java.util.Set<WMSAuthorityURL> urls)
-
addAuthorityURL
protected void addAuthorityURL(WMSAuthorityURL authorityURL)
-
addAuthorityURLs
protected void addAuthorityURLs(java.util.Set<WMSAuthorityURL> urls)
-
getIdentifiers
public java.util.Set<WMSLayerIdentifier> getIdentifiers()
-
addIdentifer
protected void addIdentifer(WMSLayerIdentifier identifier)
-
addIdentifiers
protected void addIdentifiers(java.util.Set<WMSLayerIdentifier> ids)
-
getMetadataURLs
public java.util.Set<WMSLayerInfoURL> getMetadataURLs()
-
addMetadataURL
protected void addMetadataURL(WMSLayerInfoURL url)
-
addMetadataURLs
protected void addMetadataURLs(java.util.Set<WMSLayerInfoURL> urls)
-
getFeatureListURLs
public java.util.Set<WMSLayerInfoURL> getFeatureListURLs()
-
addFeatureListURL
protected void addFeatureListURL(WMSLayerInfoURL url)
-
addFeatureListURLs
protected void addFeatureListURLs(java.util.Set<WMSLayerInfoURL> urls)
-
getDataURLs
public java.util.Set<WMSLayerInfoURL> getDataURLs()
-
addDataURL
protected void addDataURL(WMSLayerInfoURL url)
-
addDataURLs
protected void addDataURLs(java.util.Set<WMSLayerInfoURL> urls)
-
getLayers
public java.util.List<WMSLayerCapabilities> getLayers()
-
addLayer
protected void addLayer(WMSLayerCapabilities layer)
-
addLayers
protected void addLayers(java.util.Set<WMSLayerCapabilities> inLayers)
-
getStyles
public java.util.Set<WMSLayerStyle> getStyles()
-
setStyles
protected void setStyles(java.util.Set<WMSLayerStyle> styles)
-
addStyle
protected void addStyle(WMSLayerStyle style)
-
addStyles
protected void addStyles(java.util.Set<WMSLayerStyle> inStyles)
-
getBoundingBoxes
public java.util.Set<OGCBoundingBox> getBoundingBoxes()
-
setBoundingBoxes
protected void setBoundingBoxes(java.util.Set<OGCBoundingBox> boxes)
-
addBoundingBox
protected void addBoundingBox(OGCBoundingBox box)
-
addBoundingBoxes
protected void addBoundingBoxes(java.util.Set<OGCBoundingBox> boxes)
-
getGeographicBoundingBox
public Sector getGeographicBoundingBox()
-
setGeographicBoundingBox
protected void setGeographicBoundingBox(Sector geographicBoundingBox)
-
getKeywords
public java.util.Set<java.lang.String> getKeywords()
-
setKeywords
protected void setKeywords(java.util.Set<java.lang.String> keywords)
-
getLayerAbstract
public java.lang.String getLayerAbstract()
-
setLayerAbstract
protected void setLayerAbstract(java.lang.String layerAbstract)
-
getMaxScaleDenominator
public java.lang.Double getMaxScaleDenominator()
-
setMaxScaleDenominator
protected void setMaxScaleDenominator(java.lang.Double maxScaleDenominator)
-
getMinScaleDenominator
public java.lang.Double getMinScaleDenominator()
-
setMinScaleDenominator
protected void setMinScaleDenominator(java.lang.Double minScaleDenominator)
-
getName
public java.lang.String getName()
-
setName
protected void setName(java.lang.String name)
-
getTitle
public java.lang.String getTitle()
-
setTitle
protected void setTitle(java.lang.String title)
-
getSRS
public java.util.Set<java.lang.String> getSRS()
-
setSRS
protected void setSRS(java.util.Set<java.lang.String> srs)
-
addSRS
protected void addSRS(java.lang.String srs)
-
addSRS
protected void addSRS(java.util.Set<java.lang.String> srss)
-
getCRS
public java.util.Set<java.lang.String> getCRS()
-
setCRS
protected void setCRS(java.util.Set<java.lang.String> crs)
-
addCRS
protected void addCRS(java.lang.String crs)
-
addCRS
protected void addCRS(java.util.Set<java.lang.String> crss)
-
hasCoordinateSystem
public boolean hasCoordinateSystem(java.lang.String coordSys)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-