态势
This commit is contained in:
15
src/main/java/com/yj/earth/params/ArcgisBlueImagery.java
Normal file
15
src/main/java/com/yj/earth/params/ArcgisBlueImagery.java
Normal file
@ -0,0 +1,15 @@
|
||||
package com.yj.earth.params;
|
||||
|
||||
import com.yj.earth.annotation.SourceType;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@SourceType("arcgisBlueImagery")
|
||||
public class ArcgisBlueImagery {
|
||||
private String id;
|
||||
private String name;
|
||||
private Boolean show;
|
||||
private Integer alpha;
|
||||
private Integer brightness;
|
||||
private Integer layerIndex;
|
||||
}
|
||||
Reference in New Issue
Block a user