Package nl.b3p.csw.util
Class Util
- java.lang.Object
-
- nl.b3p.csw.util.Util
-
public class Util extends Object
- Author:
- Erik van de Pol
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringGML3_BASEGEOM_OBJECTprotected static QNameGML3_BASEGEOM_QNAMEprotected static StringGML3_NAMESPACEprotected static org.apache.commons.logging.Loglogprotected static intSRID_RIJKSDRIEHOEKSTELSEL
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SchemacreateSchema(String path)static javax.xml.bind.JAXBElementreadWkt(String wktFilter)
-
-
-
Field Detail
-
log
protected static final org.apache.commons.logging.Log log
-
SRID_RIJKSDRIEHOEKSTELSEL
protected static final int SRID_RIJKSDRIEHOEKSTELSEL
- See Also:
- Constant Field Values
-
GML3_NAMESPACE
protected static final String GML3_NAMESPACE
- See Also:
- Constant Field Values
-
GML3_BASEGEOM_OBJECT
protected static final String GML3_BASEGEOM_OBJECT
- See Also:
- Constant Field Values
-
GML3_BASEGEOM_QNAME
protected static final QName GML3_BASEGEOM_QNAME
-
-
Method Detail
-
readWkt
public static javax.xml.bind.JAXBElement readWkt(String wktFilter) throws org.locationtech.jts.io.ParseException, OperationNotSupportedException, IOException, org.jdom2.JDOMException, javax.xml.bind.JAXBException, org.opengis.referencing.NoSuchAuthorityCodeException, org.opengis.referencing.FactoryException, SAXException, TransformerException
- Throws:
org.locationtech.jts.io.ParseExceptionOperationNotSupportedExceptionIOExceptionorg.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionorg.opengis.referencing.NoSuchAuthorityCodeExceptionorg.opengis.referencing.FactoryExceptionSAXExceptionTransformerException
-
createSchema
public static Schema createSchema(String path) throws SAXException, URISyntaxException
- Throws:
SAXExceptionURISyntaxException
-
-