public interface Parser
Parsing services may be provided by factories which implement this interface:
org.apache.sis.referencing.factory.GeodeticObjectFactory#createFromWKT(String)org.apache.sis.referencing.operation.transform.DefaultMathTransformFactory#createFromWKT(String)org.apache.sis.referencing.CRS#fromWKT(String)org.apache.sis.geometry.Envelopes#fromWKT(CharSequence)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.