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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy