Home | Trees | Indices | Help |
|
---|
|
An object representation of an SLD document.
|
|||
|
|||
|
|||
|
|||
|
|||
boolean |
|
||
|
|||
|
|||
NamedLayer |
|
||
string |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
_cached_schema = None A cached schema document, to prevent repeated web requests for the schema document. |
|||
|
|||
Inherited from |
|
Create a new SLD document. If an sld file is provided, this constructor will fetch the SLD schema from the internet and validate the file against that schema.
|
Perform a deep copy. Instead of copying references to the schema object, create a new SLD, and deepcopy the SLD node. |
Normalize this node and all child nodes prior to validation. The SLD is modified in place. |
Validate the current file against the SLD schema. This first normalizes the SLD document, then validates it. Any schema validation error messages are logged at the INFO level.
|
Get the SLD version.
|
Get the XML Namespace.
|
Create a NamedLayer in this SLD.
|
Serialize this SLD model into a string.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 31 21:30:57 2014 | http://epydoc.sourceforge.net |