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

com.revolsys.gis.esri.gdb.xml.model.DEGeoDataset Maven / Gradle / Ivy

The newest version!
package com.revolsys.gis.esri.gdb.xml.model;

public class DEGeoDataset extends DEDataset {

  private Envelope extent;

  private SpatialReference spatialReference;

  public Envelope getExtent() {
    return extent;
  }

  public SpatialReference getSpatialReference() {
    return spatialReference;
  }

  public void setExtent(final Envelope extent) {
    this.extent = extent;
  }

  public void setSpatialReference(final SpatialReference spatialReference) {
    this.spatialReference = spatialReference;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy