com.supermap.services.wps
Class GML212
- java.lang.Object
-
- com.supermap.services.wps.GMLBase
-
- com.supermap.services.wps.GML212
-
- All Implemented Interfaces:
- java.io.Serializable
public class GML212 extends GMLBase implements java.io.Serializable
GML2.1.2 version
- Since:
- 6.1.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.supermap.services.wps.GMLBase
jaxbTools, JSONSUFFIX, PNGSUFFIX, XMLSUFFIX
-
-
Constructor Summary
Constructors Constructor and Description GML212(int epsgCode)The Constructor.
-
Method Summary
Methods Modifier and Type Method and Description protected java.lang.StringgenerateGML(java.lang.String name, boolean succeed, java.util.List<Geometry> geometrys, boolean save, java.lang.String outputFormat)Generate GML-
Methods inherited from class com.supermap.services.wps.GMLBase
generateJSON, getEnvelope, getEpsgCode, getJsonEncoder, getSRSS, setEpsgCode, setMaxPoints
-
-
-
-
Method Detail
-
generateGML
protected java.lang.String generateGML(java.lang.String name, boolean succeed, java.util.List<Geometry> geometrys, boolean save, java.lang.String outputFormat) throws javax.xml.bind.JAXBException, java.io.IOExceptionGenerate GML
- Specified by:
generateGMLin classGMLBase- Parameters:
executeResponse- Execute responsegeometrySpatialAnalystResult- Results of geometric object spatial analysis- Throws:
java.io.IOExceptionjavax.xml.bind.JAXBException
-
-