Uses of Class
net.opengis.sps.v_2_0.PointOrPolygonPropertyType.ByPoint
-
-
Uses of PointOrPolygonPropertyType.ByPoint in net.opengis.sps.v_2_0
Fields in net.opengis.sps.v_2_0 declared as PointOrPolygonPropertyType.ByPoint Modifier and Type Field Description protected PointOrPolygonPropertyType.ByPointPointOrPolygonPropertyType. byPointprotected PointOrPolygonPropertyType.ByPointSensorOfferingType.ObservableArea. byPointMethods in net.opengis.sps.v_2_0 that return PointOrPolygonPropertyType.ByPoint Modifier and Type Method Description PointOrPolygonPropertyType.ByPointObjectFactory. createPointOrPolygonPropertyTypeByPoint()Create an instance ofPointOrPolygonPropertyType.ByPointPointOrPolygonPropertyType.ByPointPointOrPolygonPropertyType. getByPoint()Gets the value of the byPoint property.PointOrPolygonPropertyType.ByPointSensorOfferingType.ObservableArea. getByPoint()Gets the value of the byPoint property.PointOrPolygonPropertyType.ByPointPointOrPolygonPropertyType.ByPoint. withPoint(PointType value)Methods in net.opengis.sps.v_2_0 with parameters of type PointOrPolygonPropertyType.ByPoint Modifier and Type Method Description voidPointOrPolygonPropertyType. setByPoint(PointOrPolygonPropertyType.ByPoint value)Sets the value of the byPoint property.voidSensorOfferingType.ObservableArea. setByPoint(PointOrPolygonPropertyType.ByPoint value)Sets the value of the byPoint property.PointOrPolygonPropertyTypePointOrPolygonPropertyType. withByPoint(PointOrPolygonPropertyType.ByPoint value)SensorOfferingType.ObservableAreaSensorOfferingType.ObservableArea. withByPoint(PointOrPolygonPropertyType.ByPoint value)Constructors in net.opengis.sps.v_2_0 with parameters of type PointOrPolygonPropertyType.ByPoint Constructor Description ObservableArea(PointOrPolygonPropertyType.ByPoint byPoint, PointOrPolygonPropertyType.ByPolygon byPolygon)Fully-initialising value constructorPointOrPolygonPropertyType(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
-