40414243444546
public DescribeLayerResource(Context context, Request request, Response response) { super(context, request, response); // This representation has only one type of representation. getVariants().add(new Variant(MediaType.APPLICATION_JSON)); }
44454647484950
public FeatureBoundsResource(Context context, Request request, Response response) { super(context, request, response); // This representation has only one type of representation. getVariants().add(new Variant(MediaType.APPLICATION_JSON)); }
6566676869707172
* @throws ResourceException */ @Override public void acceptRepresentation(Representation entity) throws ResourceException { getResponse().setEntity(represent(new Variant(MediaType.APPLICATION_JSON))); getResponse().setStatus(Status.SUCCESS_OK); }
45464748495051
public DataLayerResource(Context context, Request request, Response response) { super(context, request, response); // This representation has only one type of representation. getVariants().add(new Variant(MediaType.APPLICATION_JSON)); }
* @param entity * @throws ResourceException */ @Override public void acceptRepresentation(Representation entity) throws ResourceException { getResponse().setEntity(represent(new Variant(MediaType.APPLICATION_JSON))); getResponse().setStatus(Status.SUCCESS_OK); }
41424344454647
public FeatureCountResource(Context context, Request request, Response response) { super(context, request, response); // This representation has only one type of representation. getVariants().add(new Variant(MediaType.APPLICATION_JSON)); }
6263646566676869
43444546474849
public SingleFeatureResource(Context context, Request request, Response response) { super(context, request, response); // This representation has only one type of representation. getVariants().add(new Variant(MediaType.APPLICATION_JSON)); }
public CapabilitiesResource(Context context, Request request, Response response) { super(context, request, response); // This representation has only one type of representation. getVariants().add(new Variant(MediaType.APPLICATION_JSON)); }
535455565758596061
public EspressoResource(Context context, Request request, Response response) { super(context, request, response); getVariants().add(new Variant(MediaType.TEXT_PLAIN)); getVariants().add(new Variant(MediaType.APPLICATION_JSON)); _context = context; }