public static interface Partition.SpatialPartitionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getXMax()
public abstract long getXMax()The maximum x coordinate value.
 optional int64 x_max = 3;
| Returns | |
|---|---|
| Type | Description | 
| long | The xMax. | 
getXMin()
public abstract long getXMin()The minimum x coordinate value.
 optional int64 x_min = 1;
| Returns | |
|---|---|
| Type | Description | 
| long | The xMin. | 
getYMax()
public abstract long getYMax()The maximum y coordinate value.
 optional int64 y_max = 4;
| Returns | |
|---|---|
| Type | Description | 
| long | The yMax. | 
getYMin()
public abstract long getYMin()The minimum y coordinate value.
 optional int64 y_min = 2;
| Returns | |
|---|---|
| Type | Description | 
| long | The yMin. | 
hasXMax()
public abstract boolean hasXMax()The maximum x coordinate value.
 optional int64 x_max = 3;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the xMax field is set. | 
hasXMin()
public abstract boolean hasXMin()The minimum x coordinate value.
 optional int64 x_min = 1;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the xMin field is set. | 
hasYMax()
public abstract boolean hasYMax()The maximum y coordinate value.
 optional int64 y_max = 4;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the yMax field is set. | 
hasYMin()
public abstract boolean hasYMin()The minimum y coordinate value.
 optional int64 y_min = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the yMin field is set. |