WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.addAllRows(Iterable<? extends WorldFile.World.DoubleRow> values)
repeated .World.World.DoubleRow rows = 1;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.addRows(int index,
WorldFile.World.DoubleRow.Builder builderForValue)
repeated .World.World.DoubleRow rows = 1;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.addRows(int index,
WorldFile.World.DoubleRow value)
repeated .World.World.DoubleRow rows = 1;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.addRows(WorldFile.World.DoubleRow.Builder builderForValue)
repeated .World.World.DoubleRow rows = 1;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.addRows(WorldFile.World.DoubleRow value)
repeated .World.World.DoubleRow rows = 1;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.clear() |
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.clearRows()
repeated .World.World.DoubleRow rows = 1;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.clone() |
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.Builder.getHeightMapDataBuilder()
required .World.World.DoubleMatrix heightMapData = 4;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.Builder.getIrrigationBuilder()
optional .World.World.DoubleMatrix irrigation = 11;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.Builder.getLakemapBuilder()
optional .World.World.DoubleMatrix lakemap = 32;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.Builder.getPermeabilityDataBuilder()
optional .World.World.DoubleMatrix permeabilityData = 12;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.Builder.getPrecipitationDataBuilder()
optional .World.World.DoubleMatrix precipitationData = 19;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.Builder.getRivermapBuilder()
optional .World.World.DoubleMatrix rivermap = 33;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.Builder.getSeaDepthBuilder()
required .World.World.DoubleMatrix sea_depth = 29;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.Builder.getTemperatureDataBuilder()
optional .World.World.DoubleMatrix temperatureData = 22;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.Builder.getWatermapDataBuilder()
optional .World.World.DoubleMatrix watermapData = 15;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.mergeFrom(com.google.protobuf.Message other) |
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.mergeFrom(WorldFile.World.DoubleMatrix other) |
static WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.newBuilder() |
static WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.newBuilder(WorldFile.World.DoubleMatrix prototype) |
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.newBuilderForType() |
protected WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.removeRows(int index)
repeated .World.World.DoubleRow rows = 1;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.setRows(int index,
WorldFile.World.DoubleRow.Builder builderForValue)
repeated .World.World.DoubleRow rows = 1;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.Builder.setRows(int index,
WorldFile.World.DoubleRow value)
repeated .World.World.DoubleRow rows = 1;
|
WorldFile.World.DoubleMatrix.Builder |
WorldFile.World.DoubleMatrix.toBuilder() |