com.esri.arcgis.geometry.GeometryEnvironment Maven / Gradle / Ivy
The newest version!
package com.esri.arcgis.geometry;
import com.linar.jintegra.Variant;
public class GeometryEnvironment
{
public void createGeometryFromWkb(int[] byteCountInOut, byte[] binaryResult, IGeometry[] outGeometry)
{
// method stub
}
public Variant createWkbVariantFromGeometry(IGeometry geom)
{
// method stub
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy