public interface GridElementStorage extends RepositoryStorage, GriddedRegion, GridElement
Modifier and Type | Method and Description |
---|---|
void |
addAllChildGridElements(java.util.Vector elems)
Adds all RepositoryElements in Vector as child grids.
|
void |
addChildGridElement(RepositoryElement elem)
Adds the specified child GridElementStorage to this storage.
|
int |
childCount()
Returns the number of child GridElements
|
void |
clearChildGrids()
Removes all child GridElementStorages from this storage.
|
void |
clearGridCoordinates()
Removes all vertices information from this GridElementStorage.
|
java.io.File[] |
exportUNG()
Exports the grid in Arc/Info Ungenerate ASCII file format.
|
java.io.File[] |
exportUNG(java.io.File hdrFile,
java.io.File datFile)
Exports the grid in Arc/Info Ungenerate ASCII file format.
|
java.lang.String |
getAlternate()
Gets the Alternate name for this GridElementStorage.
|
RepositoryElement |
getChildGridElement(int k)
Returns a RepositoryElement for the storage of the indicated child GridElementStorage.
|
java.util.Vector |
getChildGridElements()
Returns Vector of RepositoryElements pointing to the child grids.
|
RepositoryElement |
getCoordinateRepositoryElement()
Gets the vertices storage for this GridElementStorage.
|
java.lang.String |
getLongName()
Gets the LongName for this GridElementStorage.
|
DblMatrix |
getXData()
Gets just the x-coordinate data for this GridElementStorage.
|
DblMatrix |
getYData()
Gets just the y-coordinate data for this GridElementStorage.
|
void |
importAsChildUNG(java.io.File headrFile,
java.io.File datFile)
Import all grids from data saved in Arc/Info Ungenerate ASCII file format.
|
void |
importAsChildUNG(java.io.File headrFile,
java.io.File datFile,
int nskips)
Import all grids from data saved in Arc/Info Ungenerate ASCII file format.
|
void |
importAsChildUNG(java.util.Set targets,
java.io.File hdrFile,
java.io.File datFile,
int nskips)
Imports the indicated grid data as a child grid under this grid.
|
void |
importAsChildUNG(java.lang.String idxident,
java.io.File hdrFile,
java.io.File datFile,
int nskips)
Imports the indicated grid data as a child grid under this grid.
|
void |
importVerticesUNG(java.lang.String idxident,
java.io.File datFile)
Imports the indicated grid data into this GridElementStorage's vertices.
|
void |
importVerticesUNG(java.lang.String idxident,
java.io.File datFile,
int nskips)
Imports the indicated grid data into this GridElementStorage's vertices.
|
void |
removeChildGridElement(RepositoryElement elem)
Removes the specified child GridElementStorage from this storage.
|
void |
setAlternate(java.lang.String Alternate)
Sets the Alternate name for this GridElementStorage.
|
void |
setCoordinateRepositoryElement(RepositoryElement elem)
Specifies vertices storage for this GridElementStorage.
|
void |
setLabel(java.lang.String Label)
Sets the Label for this GridElementStorage.
|
void |
setLongName(java.lang.String LongName)
Sets the LongName for this GridElementStorage.
|
void |
setParentGridElement(RepositoryElement elem)
Sets the parent GridElementStorage
|
addRepositoryListener, getComment, getCreatedBy, getCreatedOn, getDefaultGraphicalEditorClass, getEnabled, getNickname, removeRepositoryListener, setComment, setCreatedBy, setCreatedOn, setEnabled, setNickname
afterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, transferStorage, transferStorageCommands
getDOMStorageClass
addGriddedRegionListener, fireGriddedRegionEvent, getGridCount, getGridElement, gridIterator, removeGriddedRegionListener
addVertexListener, fireVertexEvent, getCentroid, getCoords, getCoordsOf, getDimension, getIndex, getLabel, getParent, getPerimeter, getVolume, removeVertexListener, size, subFacesOf, verticesOf
int childCount()
DblMatrix getXData()
DblMatrix getYData()
void setLabel(java.lang.String Label)
setLabel
in interface GridElement
void setAlternate(java.lang.String Alternate)
void setLongName(java.lang.String LongName)
java.lang.String getAlternate()
java.lang.String getLongName()
RepositoryElement getCoordinateRepositoryElement()
void setCoordinateRepositoryElement(RepositoryElement elem)
void clearGridCoordinates()
void clearChildGrids()
void addChildGridElement(RepositoryElement elem)
void removeChildGridElement(RepositoryElement elem)
RepositoryElement getChildGridElement(int k)
java.util.Vector getChildGridElements()
void addAllChildGridElements(java.util.Vector elems)
void setParentGridElement(RepositoryElement elem)
void importAsChildUNG(java.lang.String idxident, java.io.File hdrFile, java.io.File datFile, int nskips)
void importAsChildUNG(java.util.Set targets, java.io.File hdrFile, java.io.File datFile, int nskips)
void importVerticesUNG(java.lang.String idxident, java.io.File datFile, int nskips)
void importVerticesUNG(java.lang.String idxident, java.io.File datFile)
void importAsChildUNG(java.io.File headrFile, java.io.File datFile)
void importAsChildUNG(java.io.File headrFile, java.io.File datFile, int nskips)
java.io.File[] exportUNG(java.io.File hdrFile, java.io.File datFile)
java.io.File[] exportUNG()
Copyright © 2011, 2013. Daniel P. Dougherty