Package

opengis

ogc

Permalink

package ogc

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractIdType extends FilterTypeOption

    Permalink
  2. case class ArithmeticOperatorsType(arithmeticoperatorstypeoption: Seq[DataRecord[ArithmeticOperatorsTypeOption]] = Nil) extends Product with Serializable

    Permalink
  3. trait ArithmeticOperatorsTypeOption extends AnyRef

    Permalink
  4. case class BBOXType(PropertyName: Option[PropertyNameType] = None, Envelope: DataRecord[Any]) extends SpatialOpsType with Product with Serializable

    Permalink
  5. case class BinaryComparisonOpType(expression: Seq[DataRecord[Any]] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty) extends ComparisonOpsType with Product with Serializable

    Permalink
  6. case class BinaryLogicOpType(binarylogicoptypeoption: Seq[DataRecord[BinaryLogicOpTypeOption]] = Nil) extends LogicOpsType with Product with Serializable

    Permalink
  7. trait BinaryLogicOpTypeOption extends AnyRef

    Permalink
  8. case class BinaryOperatorType(expression: Seq[DataRecord[Any]] = Nil) extends ExpressionType with Product with Serializable

    Permalink
  9. case class BinarySpatialOpType(PropertyName: PropertyNameType, binaryspatialoptypeoption: DataRecord[Any]) extends SpatialOpsType with Product with Serializable

    Permalink
  10. trait BinarySpatialOpTypeOption extends AnyRef

    Permalink
  11. sealed trait ComparisonOperatorType extends AnyRef

    Permalink
  12. case class ComparisonOperatorsType(comparisonoperatorstypesequence1: Seq[ComparisonOperatorsTypeSequence1] = Nil) extends Product with Serializable

    Permalink
  13. case class ComparisonOperatorsTypeSequence1(ComparisonOperator: ComparisonOperatorType) extends Product with Serializable

    Permalink
  14. trait ComparisonOpsType extends FilterTypeOption with BinaryLogicOpTypeOption with UnaryLogicOpTypeOption

    Permalink
  15. case class DistanceBufferType(PropertyName: PropertyNameType, _Geometry: DataRecord[Any], Distance: DistanceType) extends SpatialOpsType with Product with Serializable

    Permalink
  16. case class DistanceType(value: Double, attributes: Map[String, DataRecord[Any]] = Map.empty) extends Product with Serializable

    Permalink
  17. case class EID() extends Id_CapabilitiesTypeOption with Product with Serializable

    Permalink
  18. trait ExpressionType extends LowerBoundaryTypeOption

    Permalink
  19. case class FID() extends Id_CapabilitiesTypeOption with Product with Serializable

    Permalink
  20. case class FeatureIdType(attributes: Map[String, DataRecord[Any]] = Map.empty) extends AbstractIdType with Product with Serializable

    Permalink
  21. case class FilterType(filtertypeoption: Seq[DataRecord[FilterTypeOption]] = Nil) extends Product with Serializable

    Permalink

    This XML Schema defines OGC query filter capabilities documents.

    This XML Schema defines OGC query filter capabilities documents. filter is an OGC Standard.

    Copyright (c) 2002,2003,2004,2010 Open Geospatial Consortium.

    To obtain additional rights of use, visit: http://www.opengeospatial.org/legal/ .

    Updated: 2012-07-21

  22. trait FilterTypeOption extends AnyRef

    Permalink
  23. case class Filter_Capabilities(Spatial_Capabilities: Spatial_CapabilitiesType, Scalar_Capabilities: Scalar_CapabilitiesType, Id_Capabilities: Id_CapabilitiesType) extends Product with Serializable

    Permalink

    This XML Schema defines OGC query filter capabilities documents.

    This XML Schema defines OGC query filter capabilities documents.

    filter is an OGC Standard. Copyright (c) 2002,2003,2004,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .

    Updated: 2012-07-21

  24. case class FunctionNameType(value: String, attributes: Map[String, DataRecord[Any]] = Map.empty) extends Product with Serializable

    Permalink
  25. case class FunctionNamesType(functionnamestypesequence1: Seq[FunctionNamesTypeSequence1] = Nil) extends Product with Serializable

    Permalink
  26. case class FunctionNamesTypeSequence1(FunctionName: FunctionNameType) extends Product with Serializable

    Permalink
  27. case class FunctionType(expression: Seq[DataRecord[Any]] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty) extends ExpressionType with BinaryLogicOpTypeOption with UnaryLogicOpTypeOption with Product with Serializable

    Permalink
  28. case class FunctionsType(FunctionNames: FunctionNamesType) extends ArithmeticOperatorsTypeOption with Product with Serializable

    Permalink
  29. sealed trait GeometryOperandType extends AnyRef

    Permalink
  30. case class GeometryOperandsType(GeometryOperand: Seq[GeometryOperandType] = Nil) extends Product with Serializable

    Permalink
  31. case class GmlObjectIdType(attributes: Map[String, DataRecord[Any]] = Map.empty) extends AbstractIdType with Product with Serializable

    Permalink
  32. case class Id_CapabilitiesType(id_capabilitiestypeoption: Seq[DataRecord[Id_CapabilitiesTypeOption]] = Nil) extends Product with Serializable

    Permalink
  33. trait Id_CapabilitiesTypeOption extends AnyRef

    Permalink
  34. case class LiteralType(any: Option[DataRecord[Any]] = None) extends ExpressionType with Product with Serializable

    Permalink
  35. trait LogicOpsType extends FilterTypeOption with BinaryLogicOpTypeOption with UnaryLogicOpTypeOption

    Permalink
  36. case class LogicalOperators() extends Product with Serializable

    Permalink
  37. case class LowerBoundaryType(lowerboundarytypeoption: DataRecord[ExpressionType]) extends Product with Serializable

    Permalink
  38. trait LowerBoundaryTypeOption extends AnyRef

    Permalink
  39. case class PropertyIsBetweenType(expression: DataRecord[Any], LowerBoundary: LowerBoundaryType, UpperBoundary: UpperBoundaryType) extends ComparisonOpsType with Product with Serializable

    Permalink
  40. case class PropertyIsLikeType(PropertyName: PropertyNameType, Literal: LiteralType, attributes: Map[String, DataRecord[Any]] = Map.empty) extends ComparisonOpsType with Product with Serializable

    Permalink
  41. case class PropertyIsNullType(PropertyName: PropertyNameType) extends ComparisonOpsType with Product with Serializable

    Permalink
  42. case class PropertyNameType() extends ExpressionType with Product with Serializable

    Permalink
  43. case class Scalar_CapabilitiesType(LogicalOperators: Option[LogicalOperators] = None, ComparisonOperators: Option[ComparisonOperatorsType] = None, ArithmeticOperators: Option[ArithmeticOperatorsType] = None) extends Product with Serializable

    Permalink
  44. case class ServiceExceptionReport(ServiceException: Seq[ServiceExceptionType] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty) extends Product with Serializable

    Permalink
  45. case class ServiceExceptionType(value: String, attributes: Map[String, DataRecord[Any]] = Map.empty) extends Product with Serializable

    Permalink
  46. case class SimpleArithmetic() extends ArithmeticOperatorsTypeOption with Product with Serializable

    Permalink
  47. case class SortByType(SortProperty: Seq[SortPropertyType] = Nil) extends Product with Serializable

    Permalink
  48. sealed trait SortOrderType extends AnyRef

    Permalink
  49. case class SortPropertyType(PropertyName: PropertyNameType, SortOrder: Option[SortOrderType] = None) extends Product with Serializable

    Permalink
  50. sealed trait SpatialOperatorNameType extends AnyRef

    Permalink
  51. case class SpatialOperatorType(GeometryOperands: Option[GeometryOperandsType] = None, attributes: Map[String, DataRecord[Any]] = Map.empty) extends Product with Serializable

    Permalink
  52. case class SpatialOperatorsType(SpatialOperator: Seq[SpatialOperatorType] = Nil) extends Product with Serializable

    Permalink
  53. trait SpatialOpsType extends FilterTypeOption with BinaryLogicOpTypeOption with UnaryLogicOpTypeOption

    Permalink
  54. case class Spatial_CapabilitiesType(GeometryOperands: GeometryOperandsType, SpatialOperators: SpatialOperatorsType) extends Product with Serializable

    Permalink
  55. case class UnaryLogicOpType(unarylogicoptypeoption: DataRecord[UnaryLogicOpTypeOption]) extends LogicOpsType with Product with Serializable

    Permalink
  56. trait UnaryLogicOpTypeOption extends AnyRef

    Permalink
  57. case class UpperBoundaryType(expression: DataRecord[Any]) extends Product with Serializable

    Permalink

Value Members

  1. object ASC extends SortOrderType with Product with Serializable

    Permalink
  2. object BBOX extends SpatialOperatorNameType with Product with Serializable

    Permalink
  3. object Between extends ComparisonOperatorType with Product with Serializable

    Permalink
  4. object Beyond extends SpatialOperatorNameType with Product with Serializable

    Permalink
  5. object ComparisonOperatorType

    Permalink
  6. object Contains extends SpatialOperatorNameType with Product with Serializable

    Permalink
  7. object Crosses extends SpatialOperatorNameType with Product with Serializable

    Permalink
  8. object DESC extends SortOrderType with Product with Serializable

    Permalink
  9. object DWithin extends SpatialOperatorNameType with Product with Serializable

    Permalink
  10. object Disjoint extends SpatialOperatorNameType with Product with Serializable

    Permalink
  11. object EqualTo extends ComparisonOperatorType with Product with Serializable

    Permalink
  12. object Equals extends SpatialOperatorNameType with Product with Serializable

    Permalink
  13. object GeometryOperandType

    Permalink
  14. object GmlArc extends GeometryOperandType with Product with Serializable

    Permalink
  15. object GmlArcByBulge extends GeometryOperandType with Product with Serializable

    Permalink
  16. object GmlArcByCenterPoint extends GeometryOperandType with Product with Serializable

    Permalink
  17. object GmlBezier extends GeometryOperandType with Product with Serializable

    Permalink
  18. object GmlCircle extends GeometryOperandType with Product with Serializable

    Permalink
  19. object GmlCircleByCenterPoint extends GeometryOperandType with Product with Serializable

    Permalink
  20. object GmlClothoid extends GeometryOperandType with Product with Serializable

    Permalink
  21. object GmlCubicSpline extends GeometryOperandType with Product with Serializable

    Permalink
  22. object GmlEnvelope extends GeometryOperandType with Product with Serializable

    Permalink
  23. object GmlGeodesic extends GeometryOperandType with Product with Serializable

    Permalink
  24. object GmlLineString extends GeometryOperandType with Product with Serializable

    Permalink
  25. object GmlOffsetCurve extends GeometryOperandType with Product with Serializable

    Permalink
  26. object GmlPoint extends GeometryOperandType with Product with Serializable

    Permalink
  27. object GmlPolygon extends GeometryOperandType with Product with Serializable

    Permalink
  28. object GmlPolyhedralSurface extends GeometryOperandType with Product with Serializable

    Permalink
  29. object GmlSolid extends GeometryOperandType with Product with Serializable

    Permalink
  30. object GmlTin extends GeometryOperandType with Product with Serializable

    Permalink
  31. object GmlTriangle extends GeometryOperandType with Product with Serializable

    Permalink
  32. object GmlTriangulatedSurface extends GeometryOperandType with Product with Serializable

    Permalink
  33. object GreaterThan extends ComparisonOperatorType with Product with Serializable

    Permalink
  34. object GreaterThanEqualTo extends ComparisonOperatorType with Product with Serializable

    Permalink
  35. object Intersects extends SpatialOperatorNameType with Product with Serializable

    Permalink
  36. object LessThan extends ComparisonOperatorType with Product with Serializable

    Permalink
  37. object LessThanEqualTo extends ComparisonOperatorType with Product with Serializable

    Permalink
  38. object Like extends ComparisonOperatorType with Product with Serializable

    Permalink
  39. object NotEqualTo extends ComparisonOperatorType with Product with Serializable

    Permalink
  40. object NullCheck extends ComparisonOperatorType with Product with Serializable

    Permalink
  41. object Overlaps extends SpatialOperatorNameType with Product with Serializable

    Permalink
  42. object SortOrderType

    Permalink
  43. object SpatialOperatorNameType

    Permalink
  44. object Touches extends SpatialOperatorNameType with Product with Serializable

    Permalink
  45. object Within extends SpatialOperatorNameType with Product with Serializable

    Permalink

Ungrouped