public enum SpatialRelationType extends Enum<SpatialRelationType> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Contains
包含
|
Crosses
交叉
|
Disjoint
相离
|
EnvelopeIntersects
外接矩形相交
|
Equals
相等
|
Intersects
相交
|
Overlaps
覆盖
|
Touches
相接
|
Unknown
未定义
|
Within
包含于
|
| Modifier and Type | Method and Description |
|---|---|
static SpatialRelationType |
getByValue(Integer value) |
int |
getValue() |
static SpatialRelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpatialRelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpatialRelationType Unknown
public static final SpatialRelationType Equals
public static final SpatialRelationType Intersects
public static final SpatialRelationType Contains
public static final SpatialRelationType Crosses
public static final SpatialRelationType Disjoint
public static final SpatialRelationType Overlaps
public static final SpatialRelationType Touches
public static final SpatialRelationType Within
public static final SpatialRelationType EnvelopeIntersects
public static SpatialRelationType[] values()
for (SpatialRelationType c : SpatialRelationType.values()) System.out.println(c);
public static SpatialRelationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface com.geoway.adf.gis.basic.IEnumpublic static SpatialRelationType getByValue(Integer value)
Copyright © 2025. All rights reserved.