Uses of Class
net.opengis.ogc.SpatialOperatorNameType.Enum
-
Packages that use SpatialOperatorNameType.Enum Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of SpatialOperatorNameType.Enum in net.opengis.ogc
Fields in net.opengis.ogc declared as SpatialOperatorNameType.Enum Modifier and Type Field Description static SpatialOperatorNameType.EnumSpatialOperatorNameType. BBOXstatic SpatialOperatorNameType.EnumSpatialOperatorNameType. BEYONDstatic SpatialOperatorNameType.EnumSpatialOperatorNameType. CONTAINSstatic SpatialOperatorNameType.EnumSpatialOperatorNameType. CROSSESstatic SpatialOperatorNameType.EnumSpatialOperatorNameType. D_WITHINstatic SpatialOperatorNameType.EnumSpatialOperatorNameType. DISJOINTstatic SpatialOperatorNameType.EnumSpatialOperatorNameType. EQUALSstatic SpatialOperatorNameType.EnumSpatialOperatorNameType. INTERSECTSstatic SpatialOperatorNameType.EnumSpatialOperatorNameType. OVERLAPSstatic SpatialOperatorNameType.EnumSpatialOperatorNameType. TOUCHESstatic SpatialOperatorNameType.EnumSpatialOperatorNameType. WITHINMethods in net.opengis.ogc that return SpatialOperatorNameType.Enum Modifier and Type Method Description static SpatialOperatorNameType.EnumSpatialOperatorNameType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static SpatialOperatorNameType.EnumSpatialOperatorNameType.Enum. forString(String s)Returns the enum value for a string, or null if none.SpatialOperatorNameType.EnumSpatialOperatorType. getName()Gets the "name" attributeMethods in net.opengis.ogc with parameters of type SpatialOperatorNameType.Enum Modifier and Type Method Description voidSpatialOperatorType. setName(SpatialOperatorNameType.Enum name)Sets the "name" attribute -
Uses of SpatialOperatorNameType.Enum in net.opengis.ogc.impl
Methods in net.opengis.ogc.impl that return SpatialOperatorNameType.Enum Modifier and Type Method Description SpatialOperatorNameType.EnumSpatialOperatorTypeImpl. getName()Gets the "name" attributeMethods in net.opengis.ogc.impl with parameters of type SpatialOperatorNameType.Enum Modifier and Type Method Description voidSpatialOperatorTypeImpl. setName(SpatialOperatorNameType.Enum name)Sets the "name" attribute
-