public class AxlFClass extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_LINE |
static String |
TYPE_POINT |
static String |
TYPE_POLYGON |
| Constructor and Description |
|---|
AxlFClass() |
| Modifier and Type | Method and Description |
|---|---|
AxlEnvelope |
getEnvelope() |
List<AxlFieldInfo> |
getFields() |
String |
getType() |
void |
setEnvelope(AxlEnvelope envelope) |
void |
setFields(List<AxlFieldInfo> fields) |
void |
setType(String type) |
public static final String TYPE_POINT
public static final String TYPE_POLYGON
public static final String TYPE_LINE
public AxlEnvelope getEnvelope()
public void setEnvelope(AxlEnvelope envelope)
public List<AxlFieldInfo> getFields()
public void setFields(List<AxlFieldInfo> fields)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.