|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Name | |
---|---|
org.opengis.feature | Representation a features on a map. |
org.opengis.feature.simple | |
org.opengis.feature.type | Captures the generic feature model from ISO 19109 with allowances for usability. |
org.opengis.filter | Filters features according their properties. |
org.opengis.filter.capability |
Uses of Name in org.opengis.feature |
---|
Methods in org.opengis.feature that return Name | |
---|---|
Name |
Property.name()
Name (from the descriptor) of this Property. |
Methods in org.opengis.feature with parameters of type Name | |
---|---|
List<Property> |
ComplexAttribute.get(Name name)
Returns the subset of the attributes returned by #get() which
match the specified name. |
Object |
Attribute.operation(Name name,
List<Object> parameters)
Call operation on this Attribute. |
Uses of Name in org.opengis.feature.simple |
---|
Methods in org.opengis.feature.simple with parameters of type Name | |
---|---|
SimpleFeatureCollectionType |
SimpleTypeFactory.createSimpleFeatureCollectionType(Name name,
SimpleFeatureType member,
InternationalString description)
Create a SimpleFeatureType describing a Feature containing only directly bound attributes with no multiplicity. |
SimpleFeatureType |
SimpleTypeFactory.createSimpleFeatureType(Name name,
List<AttributeType> types,
AttributeDescriptor defaultGeometry,
CoordinateReferenceSystem crs,
Set<Filter> restrictions,
InternationalString description)
Create a SimpleFeatureType describing a Feature containing only directly bound attributes with no multiplicity. |
Uses of Name in org.opengis.feature.type |
---|
Subinterfaces of Name in org.opengis.feature.type | |
---|---|
interface |
TypeName
Represents a scoped type name. |
Methods in org.opengis.feature.type that return Name | |
---|---|
Name |
PropertyType.getName()
Indicates the actual name of this PropertyType. |
Name |
OperationDescriptor.getName()
Indicates Name of defined operation in a ComplexType, this method may never return a null value. |
Name |
PropertyDescriptor.getName()
Indicates Name of defined attribute in a ComplexType, this method may never return a null value. |
Name |
Namespace.lookup(String name)
Allows lookup via just the localPart of the name |
Methods in org.opengis.feature.type with parameters of type Name | |
---|---|
AssociationDescriptor |
TypeFactory.createAssociationDescriptor(AssociationType type,
Name name,
int minOccurs,
int maxOCcurs)
Creates a new association descriptor. |
AssociationType |
TypeFactory.createAssociationType(Name name,
AttributeType referenceType,
boolean isIdentifiable,
boolean isAbstract,
Set<Filter> restrictions,
AssociationType superType,
InternationalString description)
|
AttributeDescriptor |
TypeFactory.createAttributeDescriptor(AttributeType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable,
Object defaultValue)
Creates a new attribute descriptor. |
AttributeType |
TypeFactory.createAttributeType(Name name,
Class<?> binding,
boolean isIdentifiable,
boolean isAbstract,
Set<Filter> restrictions,
AttributeType superType,
InternationalString description)
|
ComplexType |
TypeFactory.createComplexType(Name name,
Collection<StructuralDescriptor> schema,
boolean isIdentifiable,
boolean isAbstract,
Set<Filter> restrictions,
AttributeType superType,
InternationalString description)
|
FeatureCollectionType |
TypeFactory.createFeatureCollectionType(Name name,
Collection<StructuralDescriptor> schema,
Collection<AssociationDescriptor> members,
AttributeDescriptor defaultGeom,
CoordinateReferenceSystem crs,
boolean isAbstract,
Set<Filter> restrictions,
AttributeType superType,
InternationalString description)
|
FeatureType |
TypeFactory.createFeatureType(Name name,
Collection<StructuralDescriptor> schema,
AttributeDescriptor defaultGeometry,
CoordinateReferenceSystem crs,
boolean isAbstract,
Set<Filter> restrictions,
AttributeType superType,
InternationalString description)
|
GeometryType |
TypeFactory.createGeometryType(Name name,
Class<?> binding,
CoordinateReferenceSystem crs,
boolean isIdentifiable,
boolean isAbstract,
Set<Filter> restrictions,
AttributeType superType,
InternationalString description)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |