Class OGCWKBEncoder
java.lang.Object
org.gvsig.fmap.geom.jts.operation.towkb.OGCWKBEncoder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]encode(org.gvsig.fmap.geom.Geometry geometry) voidencode(org.gvsig.fmap.geom.Geometry geometry, ByteArrayOutputStream stream) voidencode(org.gvsig.fmap.geom.Geometry geometry, DataOutputStream stream)
-
Constructor Details
-
OGCWKBEncoder
public OGCWKBEncoder() -
OGCWKBEncoder
public OGCWKBEncoder(int byteOrder)
-
-
Method Details
-
encode
public byte[] encode(org.gvsig.fmap.geom.Geometry geometry) throws org.gvsig.fmap.geom.type.GeometryTypeNotSupportedException, WKBEncodingException, IOException - Throws:
org.gvsig.fmap.geom.type.GeometryTypeNotSupportedExceptionWKBEncodingExceptionIOException
-
encode
public void encode(org.gvsig.fmap.geom.Geometry geometry, ByteArrayOutputStream stream) throws org.gvsig.fmap.geom.type.GeometryTypeNotSupportedException, WKBEncodingException, IOException - Throws:
org.gvsig.fmap.geom.type.GeometryTypeNotSupportedExceptionWKBEncodingExceptionIOException
-
encode
public void encode(org.gvsig.fmap.geom.Geometry geometry, DataOutputStream stream) throws org.gvsig.fmap.geom.type.GeometryTypeNotSupportedException, WKBEncodingException, IOException - Throws:
org.gvsig.fmap.geom.type.GeometryTypeNotSupportedExceptionWKBEncodingExceptionIOException
-