| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.edm | Contains representations for EDM objects created during the URI parsing | 
| org.apache.olingo.commons.api.edm.annotation | Contains representations for all annotation related
 EDM objects created during the URI parsing | 
| org.apache.olingo.commons.api.edm.geo | Contains representations for all geographical related
 EDM objects created during the URI parsing | 
| org.apache.olingo.commons.api.edm.provider | Contains representations for objects created during CSDL document parsing | 
| org.apache.olingo.commons.api.edm.provider.annotation | Contains representations for objects created during
 CSDL document parsing related to the CSDL annotations. | 
| Modifier and Type | Method and Description | 
|---|---|
| SRID | EdmTypeDefinition. getSrid() | 
| SRID | EdmTerm. getSrid() | 
| SRID | EdmProperty. getSrid() | 
| SRID | EdmParameter. getSrid() | 
| SRID | EdmReturnType. getSrid() | 
| Modifier and Type | Method and Description | 
|---|---|
| SRID | EdmCast. getSrid()Returns the facet attribute SRID | 
| SRID | EdmIsOf. getSrid()Facet SRID | 
| Modifier and Type | Field and Description | 
|---|---|
| protected SRID | Geospatial. sridNull value means it is expected to vary per instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| SRID | Geospatial. getSrid()Gets s-rid. | 
| static SRID | SRID. valueOf(String exp)Creates a new SRID instance from a given value. | 
| Constructor and Description | 
|---|
| ComposedGeospatial(Geospatial.Dimension dimension,
                  Geospatial.Type type,
                  SRID srid,
                  List<T> geospatials) | 
| Geospatial(Geospatial.Dimension dimension,
          Geospatial.Type type,
          SRID srid)Constructor. | 
| GeospatialCollection(Geospatial.Dimension dimension,
                    SRID srid,
                    List<Geospatial> geospatials)Creates a new collection of geospatial types. | 
| LineString(Geospatial.Dimension dimension,
          SRID srid,
          List<Point> points)Creates a new LineString | 
| MultiLineString(Geospatial.Dimension dimension,
               SRID srid,
               List<LineString> lineStrings)Creates a new MultiLineString | 
| MultiPoint(Geospatial.Dimension dimension,
          SRID srid,
          List<Point> points)Creates a new collection of points | 
| MultiPolygon(Geospatial.Dimension dimension,
            SRID srid,
            List<Polygon> polygons)Creates a collection of polygons | 
| Point(Geospatial.Dimension dimension,
     SRID srid)Creates a new point. | 
| Polygon(Geospatial.Dimension dimension,
       SRID srid,
       List<LineString> interiors,
       LineString exterior)Creates a new polygon. | 
| Polygon(Geospatial.Dimension dimension,
       SRID srid,
       List<Point> interior,
       List<Point> exterior)Deprecated.   | 
| Modifier and Type | Method and Description | 
|---|---|
| SRID | CsdlTerm. getSrid()Gets srid. | 
| SRID | CsdlTypeDefinition. getSrid()Gets srid. | 
| SRID | CsdlParameter. getSrid()Gets srid. | 
| SRID | CsdlReturnType. getSrid()Gets srid. | 
| SRID | CsdlProperty. getSrid()Gets srid. | 
| Modifier and Type | Method and Description | 
|---|---|
| CsdlTerm | CsdlTerm. setSrid(SRID srid)Sets srid. | 
| CsdlTypeDefinition | CsdlTypeDefinition. setSrid(SRID srid)Sets srid. | 
| CsdlParameter | CsdlParameter. setSrid(SRID srid)Sets srid. | 
| CsdlReturnType | CsdlReturnType. setSrid(SRID srid)Sets srid. | 
| CsdlProperty | CsdlProperty. setSrid(SRID srid)Sets srid. | 
| Modifier and Type | Method and Description | 
|---|---|
| SRID | CsdlIsOf. getSrid()Facet SRID | 
| SRID | CsdlCast. getSrid()Returns the facet attribute SRID | 
| Modifier and Type | Method and Description | 
|---|---|
| CsdlIsOf | CsdlIsOf. setSrid(SRID srid) | 
| CsdlCast | CsdlCast. setSrid(SRID srid) | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.