public abstract static class StkPatternFile.Pattern extends Object
Constructor and Description |
---|
Pattern() |
Modifier and Type | Method and Description |
---|---|
abstract CustomSensorPattern |
createCustomSensorPattern()
Creates a
CustomSensorPattern from the pattern data held by this instance in radians. |
abstract String |
getDataName()
Gets the name of this pattern format's data.
|
ArrayList<Polar> |
getPatternData()
Gets the pattern data associated with this pattern file in the angular units of the pattern file.
|
@Nonnull public abstract String getDataName()
@Nonnull public abstract CustomSensorPattern createCustomSensorPattern()
CustomSensorPattern
from the pattern data held by this instance in radians.CustomSensorPattern
.