public class CommonFixture.Input extends Object
| Constructor and Description |
|---|
Input(String id) |
Input(String id,
CommonFixture.Type type) |
Input(String id,
List<CommonFixture.Type> types,
boolean isBbox) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addType(CommonFixture.Type type) |
String |
getId() |
List<CommonFixture.Type> |
getTypes() |
boolean |
isBbox() |
void |
setBbox(boolean isBbox) |
String |
toString() |
public Input(String id, List<CommonFixture.Type> types, boolean isBbox)
public Input(String id, CommonFixture.Type type)
public Input(String id)
public boolean isBbox()
public void setBbox(boolean isBbox)
public String getId()
public List<CommonFixture.Type> getTypes()
public boolean addType(CommonFixture.Type type)
Copyright © 2022 Open Geospatial Consortium. All rights reserved.