Uses of Class
org.n52.shetland.ogc.ows.OwsCRS
-
Packages that use OwsCRS Package Description org.n52.shetland.ogc.ows org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of OwsCRS in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return OwsCRS Modifier and Type Method Description static OwsCRSOwsCRS. of(URI value)Methods in org.n52.shetland.ogc.ows that return types with arguments of type OwsCRS Modifier and Type Method Description static Set<OwsCRS>OwsCRS. of(Collection<URI> values) -
Uses of OwsCRS in org.n52.shetland.ogc.wps.description
Methods in org.n52.shetland.ogc.wps.description that return OwsCRS Modifier and Type Method Description OwsCRSBoundingBoxDescription. getDefaultCRS()Methods in org.n52.shetland.ogc.wps.description that return types with arguments of type OwsCRS Modifier and Type Method Description Set<OwsCRS>BoundingBoxDescription. getSupportedCRS()Methods in org.n52.shetland.ogc.wps.description with parameters of type OwsCRS Modifier and Type Method Description BBoundingBoxDescription.Builder. withDefaultCRS(OwsCRS defaultCRS)BBoundingBoxDescription.Builder. withSupportedCRS(OwsCRS uom)default BBoundingBoxDescription.Builder. withSupportedCRS(OwsCRS... crss)Method parameters in org.n52.shetland.ogc.wps.description with type arguments of type OwsCRS Modifier and Type Method Description default BBoundingBoxDescription.Builder. withSupportedCRS(Iterable<OwsCRS> crss) -
Uses of OwsCRS in org.n52.shetland.ogc.wps.description.impl
Methods in org.n52.shetland.ogc.wps.description.impl that return OwsCRS Modifier and Type Method Description OwsCRSBoundingBoxInputDescriptionImpl.AbstractBuilder. getDefaultCRS()OwsCRSBoundingBoxInputDescriptionImpl. getDefaultCRS()OwsCRSBoundingBoxOutputDescriptionImpl.AbstractBuilder. getDefaultCRS()OwsCRSBoundingBoxOutputDescriptionImpl. getDefaultCRS()Methods in org.n52.shetland.ogc.wps.description.impl that return types with arguments of type OwsCRS Modifier and Type Method Description Set<OwsCRS>BoundingBoxInputDescriptionImpl.AbstractBuilder. getSupportedCRS()Set<OwsCRS>BoundingBoxInputDescriptionImpl. getSupportedCRS()Set<OwsCRS>BoundingBoxOutputDescriptionImpl.AbstractBuilder. getSupportedCRS()Set<OwsCRS>BoundingBoxOutputDescriptionImpl. getSupportedCRS()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type OwsCRS Modifier and Type Method Description BBoundingBoxInputDescriptionImpl.AbstractBuilder. withDefaultCRS(OwsCRS defaultCRS)BBoundingBoxOutputDescriptionImpl.AbstractBuilder. withDefaultCRS(OwsCRS defaultCRS)BBoundingBoxInputDescriptionImpl.AbstractBuilder. withSupportedCRS(OwsCRS uom)BBoundingBoxOutputDescriptionImpl.AbstractBuilder. withSupportedCRS(OwsCRS uom)
-