Tabnine Logo
Wfs20Factory.createValueReferenceType
Code IndexAdd Tabnine to your IDE (free)

How to use
createValueReferenceType
method
in
net.opengis.wfs20.Wfs20Factory

Best Java code snippets using net.opengis.wfs20.Wfs20Factory.createValueReferenceType (Showing top 3 results out of 315)

origin: geotools/geotools

Object value = newValues.get(i);
PropertyType property = factory.createPropertyType();
ValueReferenceType ref = factory.createValueReferenceType();
ref.setValue(propName);
property.setValueReference(ref);
origin: org.geoserver/gs-wfs

  @Override
  public void setName(QName name) {
    net.opengis.wfs20.PropertyType property = (net.opengis.wfs20.PropertyType) adaptee;
    ValueReferenceType valueReference = Wfs20Factory.eINSTANCE.createValueReferenceType();
    valueReference.setValue(name);
    property.setValueReference(valueReference);
  }
}
origin: org.geotools/gt-wfs-ng

Object value = newValues.get(i);
PropertyType property = factory.createPropertyType();
ValueReferenceType ref = factory.createValueReferenceType();
ref.setValue(propName);
property.setValueReference(ref);
net.opengis.wfs20Wfs20FactorycreateValueReferenceType

Javadoc

Returns a new object of class 'Value Reference Type'.

Popular methods of Wfs20Factory

  • createDeleteType
  • createGetFeatureType
  • createParameterType
  • createFeatureCollectionType
  • createInsertType
  • createPropertyType
  • createQueryType
  • createReplaceType
  • createStoredQueryType
  • createTransactionType
  • createUpdateType
  • createActionResultsType
  • createUpdateType,
  • createActionResultsType,
  • createCreateStoredQueryResponseType,
  • createCreatedOrModifiedFeatureType,
  • createDescribeFeatureTypeType,
  • createDescribeStoredQueriesResponseType,
  • createDescribeStoredQueriesType,
  • createExecutionStatusType,
  • createFeaturesLockedType

Popular in Java

  • Making http requests using okhttp
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • onCreateOptionsMenu (Activity)
  • getApplicationContext (Context)
  • Permission (java.security)
    Legacy security code; do not use.
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now