public interface Parser
Parsing services may be provided by factories which implement this interface:
Similar services are also available as convenience static methods:Defined in the sis-metadata
module
Modifier and Type | Method and Description |
---|---|
Object |
createFromWKT(String text)
Creates the object from a string.
|
Object createFromWKT(String text) throws FactoryException
text
- Object encoded in Well-Known Text format (version 1 or 2).FactoryException
- if the object creation failed.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.