|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Name | |
|---|---|
| org.opengis.feature | Representation a features on a map. |
| org.opengis.feature.simple | Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of values. |
| org.opengis.feature.type | Feature model ISO 19109 with allowances for usability. |
| org.opengis.filter | Filters features according their properties. |
| org.opengis.filter.capability | |
| org.opengis.sld | |
| org.opengis.style | The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. |
| Uses of Name in org.opengis.feature |
|---|
| Methods in org.opengis.feature that return Name | |
|---|---|
Name |
Property.getName()
The name of the property with respect to its descriptor. |
| Methods in org.opengis.feature with parameters of type Name | |
|---|---|
Collection<Property> |
ComplexAttribute.getProperties(Name name)
Returns a subset of the properties of the complex attribute which match the specified name. |
Property |
ComplexAttribute.getProperty(Name name)
Returns single property of the complex attribute which matches the specified name. |
| Uses of Name in org.opengis.feature.simple |
|---|
| Methods in org.opengis.feature.simple with parameters of type Name | |
|---|---|
Object |
SimpleFeature.getAttribute(Name name)
Gets an attribute value by name. |
AttributeDescriptor |
SimpleFeatureType.getDescriptor(Name name)
Returns the attribute descriptor which matches the specified name. |
AttributeType |
SimpleFeatureType.getType(Name name)
Returns the type of the attribute which matches the specified name. |
int |
SimpleFeatureType.indexOf(Name name)
Returns the index of the attribute which matches the specified name. |
void |
SimpleFeature.setAttribute(Name name,
Object value)
Sets an attribute value by name. |
| Uses of Name in org.opengis.feature.type |
|---|
| Methods in org.opengis.feature.type that return Name | |
|---|---|
Name |
PropertyDescriptor.getName()
The name of the property defined by the descriptor, with respect to its containing type or entity.. |
Name |
PropertyType.getName()
The name of the property type. |
Name |
Namespace.lookup(String name)
Looks up a name in the namespace. |
| Methods in org.opengis.feature.type with parameters of type Name | |
|---|---|
AssociationDescriptor |
FeatureTypeFactory.createAssociationDescriptor(AssociationType type,
Name name,
int minOccurs,
int maxOCcurs,
boolean isNillable)
Creates an association descriptor. |
AssociationType |
FeatureTypeFactory.createAssociationType(Name name,
AttributeType relatedType,
boolean isAbstract,
List<Filter> restrictions,
AssociationType superType,
InternationalString description)
Creates an association type. |
AttributeDescriptor |
FeatureTypeFactory.createAttributeDescriptor(AttributeType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable,
Object defaultValue)
Creates an attribute descriptor. |
AttributeType |
FeatureTypeFactory.createAttributeType(Name name,
Class<?> binding,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates an attribute type. |
ComplexType |
FeatureTypeFactory.createComplexType(Name name,
Collection<PropertyDescriptor> schema,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a complex type. |
FeatureType |
FeatureTypeFactory.createFeatureType(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a feature type. |
GeometryDescriptor |
FeatureTypeFactory.createGeometryDescriptor(GeometryType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable,
Object defaultValue)
Creates a geometry descriptor. |
GeometryType |
FeatureTypeFactory.createGeometryType(Name name,
Class<?> binding,
CoordinateReferenceSystem crs,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a geometric attribute type. |
SimpleFeatureType |
FeatureTypeFactory.createSimpleFeatureType(Name name,
List<AttributeDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a simple feature type. |
PropertyDescriptor |
ComplexType.getDescriptor(Name name)
Describe a single property by name. |
| Method parameters in org.opengis.feature.type with type arguments of type Name | |
|---|---|
Schema |
Schema.profile(Set<Name> profile)
Profiles the schema, creating a new schema in the process. |
| Uses of Name in org.opengis.filter |
|---|
| Methods in org.opengis.filter with parameters of type Name | |
|---|---|
PropertyName |
FilterFactory2.property(Name name)
Retrieves the value of a feature's property. |
| Uses of Name in org.opengis.filter.capability |
|---|
| Classes in org.opengis.filter.capability that implement Name | |
|---|---|
class |
GeometryOperand
Enumeration of the different GeometryOperand types. |
| Uses of Name in org.opengis.sld |
|---|
| Methods in org.opengis.sld that return Name | |
|---|---|
Name |
FeatureTypeConstraint.getFeatureTypeName()
FeatureType name. |
| Methods in org.opengis.sld with parameters of type Name | |
|---|---|
FeatureTypeConstraint |
SLDFactory.createFeatureTypeConstraint(Name name,
Filter filter,
List<Extent> extents)
Create a feature type constraint. |
| Uses of Name in org.opengis.style |
|---|
| Methods in org.opengis.style that return types with arguments of type Name | |
|---|---|
Set<Name> |
FeatureTypeStyle.featureTypeNames()
Returns the names of the feature type that this style is meant to act upon. |
| Method parameters in org.opengis.style with type arguments of type Name | |
|---|---|
FeatureTypeStyle |
StyleFactory.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||