All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.esri.arcgis.geometry.IGeometry Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package com.esri.arcgis.geometry;

import java.io.*;

import com.linar.jintegra.AutomationException;

public interface IGeometry extends Serializable
{
    public void setSpatialReferenceByRef(ISpatialReference spatialRef);
    
    public int getGeometryType() throws IOException, AutomationException;

    public ISpatialReference getSpatialReference();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy