public class GeoDatumDatasetDTO extends DatumDatasetDTO
| Constructor and Description |
|---|
GeoDatumDatasetDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ExtentDTO |
getExtent()
范围
|
Integer |
getFeatureType()
要素类型(FeatureType)
|
String |
getShapeField()
shape字段
|
SpatialRefDTO |
getSpatialRef()
空间参考
|
int |
hashCode() |
void |
setExtent(ExtentDTO extent)
范围
|
void |
setFeatureType(Integer featureType)
要素类型(FeatureType)
|
void |
setShapeField(String shapeField)
shape字段
|
void |
setSpatialRef(SpatialRefDTO spatialRef)
空间参考
|
String |
toString() |
getDatumNameField, getDatumType, getDesc, getFields, getFileModels, getGeoDatasetId, getIdentifyFields, getOidField, setDatumNameField, setDatumType, setDesc, setFields, setFileModels, setGeoDatasetId, setIdentifyFields, setOidFieldgetAliasName, getDataPhase, getDataSource, getDsKey, getFullName, getFunctionServices, getHasRender, getId, getInvalidMessage, getName, getRender, getResourceId, getType, getTypeDesc, getValid, setAliasName, setDataPhase, setDataSource, setDsKey, setFullName, setFunctionServices, setHasRender, setId, setInvalidMessage, setName, setRender, setResourceId, setType, setTypeDesc, setValidpublic SpatialRefDTO getSpatialRef()
public ExtentDTO getExtent()
public String getShapeField()
public Integer getFeatureType()
public void setSpatialRef(SpatialRefDTO spatialRef)
public void setExtent(ExtentDTO extent)
public void setShapeField(String shapeField)
public void setFeatureType(Integer featureType)
public String toString()
toString in class DatumDatasetDTOpublic boolean equals(Object o)
equals in class DatumDatasetDTOprotected boolean canEqual(Object other)
canEqual in class DatumDatasetDTOpublic int hashCode()
hashCode in class DatumDatasetDTOCopyright © 2025. All rights reserved.