org.cresques.io
Class DgnFile

java.lang.Object
  extended byorg.cresques.io.GeoFile
      extended byorg.cresques.io.DgnFile
All Implemented Interfaces:
Extent.Has, Projected

public class DgnFile
extends GeoFile

Clase de soporte para ficheros .dgn de MicroStation

Author:
"Luis W. Sevilla" * @author administrador TODO extension .dgn sin implementar

Field Summary
 
Fields inherited from class org.cresques.io.GeoFile
bytesReaded, extent, lineCnt
 
Constructor Summary
DgnFile(IProjection proj, java.lang.String name)
           
 
Method Summary
 void close()
           
 IObjList getObjects()
           
 GeoFile load()
           
 void reProject(ICoordTrans rp)
           
 
Methods inherited from class org.cresques.io.GeoFile
filterWS, getExtent, getFileSize, getName, getProjection, getTime, setFileSize, setName, setProjection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DgnFile

public DgnFile(IProjection proj,
               java.lang.String name)
Method Detail

load

public GeoFile load()
Specified by:
load in class GeoFile

reProject

public void reProject(ICoordTrans rp)
Specified by:
reProject in interface Projected
Specified by:
reProject in class GeoFile

getObjects

public IObjList getObjects()
Specified by:
getObjects in class GeoFile

close

public void close()
Specified by:
close in class GeoFile