예제 #1
0
def locatable_b(geometry_b):
    return core.Locatable(geometry_b)
예제 #2
0
def locatable_a(geometry_a):
    return core.Locatable(geometry_a)
def locatable_a(geometry_a):
    """Fixture for the locatable_a."""
    return core.Locatable(geometry_a)
def locatable_b(geometry_b):
    """Fixture for the locatable_b."""
    return core.Locatable(geometry_b)
예제 #5
0
def locatable_c(geometry_c):
    return core.Locatable(geometry_c)