OEReadShapeQuery
OEReadShapeQuery(filename: str, query: OEShapeQueryPublic) -> bool
OEReadShapeQuery(filename: str, query: OEShapeQuery) -> bool
OEReadShapeQuery(ifs: oeistream, query: OEShapeQueryPublic) -> bool
OEReadShapeQuery(ifs: oeistream, query: OEShapeQuery) -> bool
The first two overloads reads from a file given in the first parameter into the shape query given in the second parameter. The later two overloads will read from the stream given in the first parameter into the shape query given in the second parameter.