Module pygw.query.query_constraints

Source code
#
# Copyright (c) 2013-2022 Contributors to the Eclipse Foundation

#
# See the NOTICE file distributed with this work for additional information regarding copyright
# ownership. All rights reserved. This program and the accompanying materials are made available
# under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
# available at http://www.apache.org/licenses/LICENSE-2.0.txt
# ===============================================================================================

from pygw.base import GeoWaveObject


class QueryConstraints(GeoWaveObject):
    """
    Base class for all query constraints.
    """
    pass

Classes

class QueryConstraints (java_ref)

Base class for all query constraints.

Source code
class QueryConstraints(GeoWaveObject):
    """
    Base class for all query constraints.
    """
    pass

Ancestors

Inherited members