|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.commons.data.Container2DImpl<Location>
org.opensha.sha.faultSurface.AbstractEvenlyGriddedSurface
org.opensha.sha.faultSurface.AbstractEvenlyGriddedSurfaceWithSubsets
org.opensha.sha.faultSurface.EvenlyGridCenteredSurface
public class EvenlyGridCenteredSurface
Title:EvenlyGridCenteredSurface
Description:Creates a Evenly GridCentered Surface. Creates EvenlyGriddedSurface that has one less row and col then the original surface. It averages the 4 corner location on each grid surface to get the grid centered location.
| Field Summary |
|---|
| Fields inherited from class org.opensha.sha.faultSurface.AbstractEvenlyGriddedSurface |
|---|
C, D, gridSpacingAlong, gridSpacingDown, sameGridSpacing |
| Fields inherited from class org.opensha.commons.data.Container2DImpl |
|---|
data, name, numCols, numRows, size, TAB |
| Constructor Summary | |
|---|---|
EvenlyGridCenteredSurface(EvenlyGriddedSurface surface)
Class constructor that takes in a EvenGriddedSurface and computes a EvenlyGridCentered Surface. |
|
| Method Summary | |
|---|---|
double |
getAveDip()
Average dip (degrees) of rupture surface |
double |
getAveDipDirection()
Average dip direction (degrees) of rupture surface |
double |
getAveRupTopDepth()
Average depth (km) to top of rupture (always a positive number) |
double |
getAveStrike()
Average strike (degrees) of rupture surface |
RuptureSurface |
getOrigSurface()
This returns the original surface |
| Methods inherited from class org.opensha.sha.faultSurface.AbstractEvenlyGriddedSurfaceWithSubsets |
|---|
getNthSubsetSurface, getNthSubsetSurface, getNthSubsetSurfaceCenteredDownDip, getNumSubsetSurfaces, getNumSubsetSurfacesAlongLength, getSubsetSurfacesIterator, getSubsetSurfacesIterator |
| Methods inherited from class org.opensha.commons.data.Container2DImpl |
|---|
checkBounds, clear, exist, get, getAllByColumnsIterator, getAllByRowsIterator, getColumnIterator, getName, getNumCols, getNumRows, getRowIterator, iterator, listIterator, main, set, setName, setNumRowsAndNumCols, size, toJava2D, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.opensha.commons.data.Container2D |
|---|
clear, exist, get, getAllByColumnsIterator, getAllByRowsIterator, getColumnIterator, getNumCols, getNumRows, getRowIterator, listIterator, set, setName, size, toString |
| Methods inherited from interface org.opensha.commons.data.Named |
|---|
getName |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Constructor Detail |
|---|
public EvenlyGridCenteredSurface(EvenlyGriddedSurface surface)
surface - EvenlyGriddedSurface| Method Detail |
|---|
public RuptureSurface getOrigSurface()
public double getAveStrike()
RuptureSurface
public double getAveDip()
RuptureSurface
public double getAveDipDirection()
RuptureSurface
public double getAveRupTopDepth()
RuptureSurface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||