|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.progeeks.geo.EsriShapeResource
public class EsriShapeResource
Combines file references to the various parts of an ESRI shape file. This allows overriding of the default file naming conventions.
Constructor Summary | |
---|---|
EsriShapeResource()
|
Method Summary | |
---|---|
java.lang.String |
getDbfFile()
|
java.lang.String |
getLayerName()
|
java.lang.String |
getShapeFile()
|
java.lang.String |
getShxFile()
|
void |
setDbfFile(java.lang.String dbfFile)
Sets the name of the .DBF file associated with this shape resource. |
void |
setLayerName(java.lang.String layerName)
Sets the name of the preferred layer for these shapes. |
void |
setShapeFile(java.lang.String shapeFile)
Sets the name of the .SHP shape file. |
void |
setShxFile(java.lang.String shxFile)
Sets the name of the .SHX file associated with this shape resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EsriShapeResource()
Method Detail |
---|
public void setShapeFile(java.lang.String shapeFile)
public java.lang.String getShapeFile()
public void setDbfFile(java.lang.String dbfFile)
public java.lang.String getDbfFile()
public void setShxFile(java.lang.String shxFile)
public java.lang.String getShxFile()
public void setLayerName(java.lang.String layerName)
public java.lang.String getLayerName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |