Uses of Class
net.opengis.sps.v_2_0.PointOrPolygonUnionSemantics
-
-
Uses of PointOrPolygonUnionSemantics in net.opengis.sps.v_2_0
Fields in net.opengis.sps.v_2_0 declared as PointOrPolygonUnionSemantics Modifier and Type Field Description protected PointOrPolygonUnionSemanticsPointOrPolygonPropertyType. unionSemanticsMethods in net.opengis.sps.v_2_0 that return PointOrPolygonUnionSemantics Modifier and Type Method Description static PointOrPolygonUnionSemanticsPointOrPolygonUnionSemantics. fromValue(String v)PointOrPolygonUnionSemanticsPointOrPolygonPropertyType. getUnionSemantics()Gets the value of the unionSemantics property.static PointOrPolygonUnionSemanticsPointOrPolygonUnionSemantics. valueOf(String name)Returns the enum constant of this type with the specified name.static PointOrPolygonUnionSemantics[]PointOrPolygonUnionSemantics. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.sps.v_2_0 with parameters of type PointOrPolygonUnionSemantics Modifier and Type Method Description voidPointOrPolygonPropertyType. setUnionSemantics(PointOrPolygonUnionSemantics value)Sets the value of the unionSemantics property.PointOrPolygonPropertyTypePointOrPolygonPropertyType. withUnionSemantics(PointOrPolygonUnionSemantics value)Constructors in net.opengis.sps.v_2_0 with parameters of type PointOrPolygonUnionSemantics Constructor Description PointOrPolygonPropertyType(PointOrPolygonPropertyType.ByPoint byPoint, PointOrPolygonPropertyType.ByPolygon byPolygon, PointOrPolygonUnionSemantics unionSemantics, List<String> nilReason, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-