public class GisLoadOptions extends LoadOptions
| Constructor | Description |
|---|---|
GisLoadOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Integer |
getHeight() |
Page height for converting GIS document.
|
Integer |
getWidth() |
Page width for converting GIS document.
|
int |
hashCode() |
|
GisLoadOptions |
height(Integer height) |
|
void |
setHeight(Integer height) |
|
void |
setWidth(Integer width) |
|
String |
toString() |
|
GisLoadOptions |
width(Integer width) |
format, getFormat, setFormatpublic GisLoadOptions width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public GisLoadOptions height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public boolean equals(Object o)
equals in class LoadOptionspublic int hashCode()
hashCode in class LoadOptionspublic String toString()
toString in class LoadOptionsCopyright © 2025. All rights reserved.